@charset "UTF-8";
/* CSS Document */
@import url("reset.css");

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #444 url('../img/body.jpg');
	color: #444;
	font: normal 1.2em Verdana,Arial,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	padding-top: 64px;
}

small,.small {font-size: 0.9em;}

a {
	color: #EEC;
	text-decoration: none;
}
a:hover {
	color: #FFA;
	text-decoration: underline;
}

p {padding: 0.2em 0 1.2em;}

#wrapper {
	background: #50504A url('../img/grain_dark.gif');
	margin: 0 auto;
	width: 720px;
	padding: 8px;
}

#header {
	background: #222;
	padding: 12px 20px;
}
#header h1 {
	color: #EED;
	font: normal 2em Georgia,sans-serif;
	margin: 0 0 5px;
}
#header #description {
	color: #BFBFB6;
	font: normal 1.1em sans-serif;
	margin: 0;
}
#header h2 {}
#header h2 a {}

#side {
	background: #353535 url('../img/navigation.jpg') repeat;
	border-bottom: 1px solid #222;
	border-top: 1px solid #555;
	height: 70px;
}
ul.menu { display: inline; margin: 0; }
ul.menu li {
	border-right: 1px solid #303030;
	float: left;
	list-style: none;
}
ul.menu li a {
	color: #AAA;
	display: block;
	font: bold 1em Verdana,sans-serif;
	padding: 10px 12px;
	text-decoration: none;
}
ul.menu li a:hover {
	background: #444;
	color: #E5E5D5;
	text-decoration: none;
}

#main-content {
	clear: both;
	background: #4A4A4A;
	color: #CCC;
}
.content {
	border-bottom: 1px solid #111;
	background: #363636 url('../img/post_body.jpg') no-repeat left top;
	border-top: 1px solid #333;
	padding: 16px 16px 0;
}
h2.title {}
h3.title {}
.osusume {
	background: #424242;
	color: #999;
	font-size: 0.9em;
	padding: 10px 12px;
}

/* --------------------------------
   Footer
----------------------------------- */

#footer {
	background: #2A2A2A;
	border-bottom: 1px solid #1A1A1A;
	border-top: 1px solid #333;
	color: #888;
	font-size: 0.9em;
	padding: 10px 12px;
}
#footer a {color: #AAA;}
#footer .right,#footer .right a {color: #555;}
#footer a:hover {color: #BBB;}

/* --------------------------------
   Floats
----------------------------------- */

.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}

/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}
.vtop {vertical-align: top;}



