body {
	margin:10px 10px 0px 10px;
	padding:0px;
}
#banner {
	padding: 5px;
	margin-bottom: 0px;
	background-color: rgb(213, 219, 225);
	Color: rgb(0, 0, 255);
	text-align: center;
}

#banner h1, #footer h2 {
	Color: blue;
}

#linkfarm {
	width: 20%;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgb(64, 64, 64);
	font-size: 80%;
	padding-right: 5px;
}

#content {
	width: 61%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	background-color: rgb(240, 240, 240);
	padding-bottom: 10px;
	border-bottom-style: solid;
}

#post {
	width: 100%;
	background-color: rgb(240, 240, 240);
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-style: solid;
}

/*
#content h2 {
	line-height: 20%;
}
*/

#content h2, h3.date {
	Color: darkblue;
}

h3.date {
	font-size: 65%;
}

#archives {
	padding-left: 5px;
	float: right;
	width: 13%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgb(64, 64, 64);
	font-size: 80%;
}

#archives ul.none {
	list-style-type: none;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	
	background-color: rgb(213, 219, 225);
	text-align: center;
}

#prev {
	clear: both;
	float: left;
	font-size: 80%;
	Color: SlateBlue;
	text-align: left;
	width: 30%;
}

#next {
	float: right;
	font-size: 80%;
	Color: SlateBlue;
	text-align: right;
	width: 30%;
}

#this {
	float: left;
	font-size: 80%;
	Color: SlateBlue;
	text-align: center;
	width: 40%;
}

#post #prev a, #post #this a, #post #next a, #post h2 a:link {
	text-decoration:none;
}

#post #prev a, #post #this a, #post #next a, #post h2 a:visited {
	text-decoration:none;
}

#post #prev a, #post #this a, #post #next a, #post h2 a:active {
	text-decoration:none;
}

#post #prev a, #post #this a, #post #next a, #post h2 a:hover {
	color:red;
	text-decoration:none;
}
