* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #303031;
	background-color: #202021;
}
a {
	text-decoration: none;
	color: #800000;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
img {
	border: 0;
}

fieldset
{
border: 1px;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 6px 10px 6px 0;
}
.alignright {
	float: right;
	margin: 6px 0 6px 11px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
	padding: 0 0 10px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 95px;
}
	#header h1 {
		float: left;
		font-size: 29px;
		padding: 25px;
	}
		#header h3 {
		float: left;
		font-size: 15px;
		padding: 15px;
	}
		#header h1 a {
			display: block;
			width: 334px; height: 44px;
			outline: none;
		}
	#header .ad {
		float: right;
		padding-top: 15px;
	}
/** END header **/

/** BEGIN body **/
#body {
	clear: both;
	background: #ffffff url(images/buffer.gif) repeat-y 680px 0;
}
	#body .buffer {
		background: url(images/wrapper.gif) repeat-x 0 0;
	}
	#body .subscribe {
		float: right;
		font-size: 0.9em;
		color: #ffffff;
		padding: 11px;
	}
		#body .subscribe a {
			color: #ffffff;
			margin: 0 5px;
		}
		#body .subscribe a:hover {
			color: #000;
			text-decoration: underline;
		}
	#body .pages {
		list-style-type: none;
		height: 35px;
		padding-left: 15px;
	}
		#body .pages li {
			float: left;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 0.9em;
		}
		#body .pages li a {
			color: #ffffff;
			display: block;
			padding: 11px 16px;
		}
		#body .pages li a:hover {
			text-decoration: none;
			background-color: #EFEFE1;
			color: #800000;
		}
	#body .categories {
		list-style-type: none;
		height: 41px;
	}
		#body .categories li {
			float: left;
			font-size: 0.9em;
			padding: 14px 14px 13px;
			background: url(images/divider.gif) no-repeat 0 16px;
		}
			#body .categories li.f {
				background: none;
			}
		#body .categories li a {
			color: #800000;
		}
		#body .categories li a:hover {
			text-decoration: none;
			color: #000;
		}
/** END body **/

/** BEGIN content **/
#content {
	width: 640px;
	float: left;
	padding: 1px 2px;
}
	#content p {
		line-height: 1.4em;
		margin-bottom: 6px;
	}
	#content h3, #content h4, #content h5, #content h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	#content ol, #content ul {
		list-style-position: inside;
		margin-bottom: 1px;
	}
	#content li {
		padding: 2px 0;
		line-height: 1.4em;
	}
	#content blockqoute {
		padding: 10px 10px 5px;
		background: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
		margin-bottom: 15px;
	}
	#content h2 {
		font-family: Georgia;
		font-size: 1.8em;
		margin-bottom: 3px;
	}
	#content .details {
		font-size: 0.9em;
		color: #CCCCC1;
		margin-bottom: 15px;
	}
		#content .details a {
			color: #CCCCC1;
		}
	#content .continue {
		background-color: #800000;
		color: #ffffff;
		text-transform: uppercase;
		display: block;
		font-size: 0.9em;
		padding: 7px 12px;
		float: left;
	}
	
	#content .middle_more {
   font-size: 11px;
   display: block;
   background-color: #C0C0C0;
   color: #000;
   height: 20px;
   line-height: 20px;
   margin: 4px 0 16px 0;
   padding: 2px 4px 2px 4px;
   text-align: center;
   cursor: pointer;
   text-decoration: none;
   font-weight: bold;
   font-family: Tahoma;
   border: 1px solid #800000;
}

#content .middle_form {
   font-size: 11px;
   display: block;
   background-color: #800000;
   color: #fff;
   height: 20px;
   line-height: 20px;
   margin: 4px 0 16px 0;
   padding: 2px 4px 2px 4px;
   text-align: center;
   cursor: pointer;
   text-decoration: none;
   font-weight: bold;
   font-family: Tahoma;
   border: 1px solid #000;
}
		#content .continue:hover {
			background-color: #500;
			text-decoration: none;
		}
	#content .post {
		width: 640px; height: auto;
		float: left;
		padding: 10px;
	}
		#content .post img {
			border: 3px solid #EFEFEE;
			float: left;
			margin: 4px 8px 8px 0;
			width: 112px;
		}
		#content .post h2 {
			font-weight: normal;
		}
	#content .latest {
		width: 640px; height: auto;
	}
		#content .latest img {
			border: 3px solid #EFEFEE;
			float: left;
			margin: 4px 4px 4px 0;
			width: 120px;
		}
		#content .latest h2 {
			font-size: 1.3em;
			font-weight: bold;
		}
		#content .latest h3 {
			font-size: 1.1em;
			font-weight: bold;
		}
		#content .latest .continue {
			float: right;
		}
		#content .latest .bottom {
			clear: both;
			border-top: 1px solid #E1E1E2;
		}
	#content .postnav {
		clear: both;
		padding: 40px 8px 20px;
	}
		#content .postnav ul {
			list-style-type: none;
			border: 0 !important;
		}
			#content .postnav ul li {
				float: left;
			}
			#content .postnav ul li a {
				display: block;
				padding: 5px 8px;
				color: #ffffff;
				background-color: #800000;
				font-weight: bold;
				font-size: 0.9em;
				margin: 2px;
				border: 0 !important;
			}
			#content .postnav ul li a:hover {
				background-color: #F00;
			}
			#content .postnav .page_info {
				padding: 5px 8px;
				color: #ffffff;
				background-color: #800000;
				font-weight: bold;
				font-size: 0.9em;
				margin: 0 2px 2px;
			}
	#content .single {
		width: 640px; height: auto;
	}
		#content .single img {
			border: 3px solid #EFEFEE;
			width: auto;
		}
		#content .single h2 {
			font-size: 1.7em;
			font-weight: bold;
		}
		#content .single .continue {
			float: right;
		}
		#content .single .bottom {
			clear: both;
			border-top: 1px solid #E1E1E2;
		}
		#content .h2b {
		float: left;
		padding: 1px 10px 20px;
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 300px;
	float: right;
	font-size: 0.9em;
}
	#sidebar h2 {
		font-size: 1em;
		text-transform: uppercase;
		padding: 10px;
		color: #800000;
	}
	#sidebar h4 {
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px;
	color: #800000;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 10px 10px;
	}
		#sidebar ul li {
			border-bottom: 1px dotted #DEDCD5;
			line-height: 1.4em;
			padding: 6px 0;
		}
		#sidebar ul li a {
			
		}
	#sidebar .l {
		float: left;
		width: 50%;
	}
	#sidebar .r {
		float: right;
		width: 50%;
	}
		#sidebar .l ul li, #sidebar .r ul li {
			padding: 6px 0;
			border-bottom: 0;
		}
		#sidebar .l ul li a, #sidebar .r ul li a {
			color: #565657;
		}
	#sidebar form {
		background: #EEEEEF;
		border-width: 0px 0px;
		border-color: #E8E8E6;
		border-style: none;
		height: 16px;
	   margin: 3px 7px 10px;
	}
	}
		#sidebar form input {
			border: 0;
			font-size: 1.4em;
			font-family: Verdana;
			width: 195px;
			margin: 23px 5px;
			float: left;
			background-color: transparent;
		}
		#sidebar form button {
			float: right;
			border: 0;
			width: 69px; height: 34px;
			text-indent: -9999px;
			margin-top: 15px;
			background-color: transparent;
		}
	#sidebar .ads {
		text-align: center;
		padding: 10px;
		border-bottom: 0px solid #E1E1E2;
	}
		#sidebar .ads img {
			margin: 5px;
		}
	#sidebar .flickr {
		padding: 0 10px 10px;
		text-align: center;
	}
		#sidebar .flickr img {
			margin: 5px;
		}
	#sidebar .video {
		padding: 0 10px 10px;
		text-align: center;
	}

	#sidebar .tags {
		padding: 0 10px 10px;
		border-bottom: 1px solid #E1E1E2;
	}
		#sidebar .tags a {
			color: #F00;
		}
		#sidebar .tags a:hover {
			color: #400000;
			text-decoration: none;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	background: #ffffff url(images/bottom.gif) repeat-x 0 0;
	font-size: 0.9em;
}
	#footer .box {
		width: 320px;
		float: left;
	}
		#footer .box h4 {
			font-size: 1em;
			text-transform: uppercase;
			padding: 14px 10px;
		}
		#footer .box ul {
			list-style-type: none;
			padding: 2px 5px 5px;
		}
			#footer .box ul li {
				padding: 4px 0;
				border-bottom: 1px dotted #DEDCD5;
			}
			#footer .box ul li a {
				color: #565657;
			}
	#footer .about {
		width: 320px;
		float: left;
	}
		#footer .about h4 {
			font-size: 1em;
			text-transform: uppercase;
			padding: 14px 10px 10px;
		}
		#footer .about ul {
			list-style-type: none;
			padding: 2px 5px 5px;
		}
			#footer .about ul li {
				padding: 4px 0;
				border-bottom: 1px dotted #DEDCD5;
			}
			#footer .about ul li a {
				color: #565657;
			}

	#footer .links {
		background-color: #800000;
		color: #E1E1E2;
		height: 35px;
		clear: both;
	}
		#footer .links p {
			padding: 10px;
		}
		#footer .links a {
			color: #CED9E7;
			text-decoration: underline;
		}
		#footer .links .l {
			float: left;
		}
		#footer .links .r {
			float: right;
		}
/** END footer **/

/** BEGIN miscellaneous **/

	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1.3em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565657;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/


ul.pagination {
	clear: both;
	margin: 10px;
	text-align: center;
}
ul.pagination li {
	display: inline;
	padding: 0px 5px;
}
hr {
  float: left;
  border: 1;
  width: 99%;
  color: #E0E0E0;	
}

