@charset "utf-8";

@font-face {
	font-family: 'Eurostile';
	src: url('http://moblog.katscratchfever.com/fonts/eurostile.eot');
}

@font-face {
	font-family: 'Eurostile';
	src: url(//:) format('no404'), url('http://moblog.katscratchfever.com/fonts/eurostile.woff') format('woff'), url('http://moblog.katscratchfever.com/fonts/eurostile.ttf') format('truetype');
}

body {
margin:0 auto;
padding:0;
font-family:Eurostile;
font-size:14px;
}

#header {
background-color:#f0bcd0;
border-bottom:1px solid #ef5d90;
text-align:center;
margin-bottom:25px;
font-family:'Bodoni MT';
color:#FFF;
font-size:50px;
font-weight:900;
padding:5px 0;
}

.section {
font-family:'Bodoni MT';
color:#ef5d90;
font-size:24px;
width:600px;
border-bottom:1px solid #ef5d90;
font-weight:500;
}

#content {
width:600px;
padding-bottom:25px;
margin:0 auto;
color:#0e1116;
}

#bloglist {
	list-style:none;
}

a:link:hover,a:visited:hover {
color:#FF72A7;
text-decoration:underline;
}

a:link,a:visited {
color:#0e1116;
text-decoration:none;
font-family:Eurostile;
}