* {
	margin: 0; padding: 0;
}
body {
	text-align: left;
	font: 13px Verdana;
	color: #000000;
	background: #000000;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #f5ee30;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
.wrapper {
	width: 875px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	background-color: #000000;	
}
	#header .logo {
		float: left;	
	}
		#header .logo h1 {
			padding: 21px 0 17px 0;	
		}
		#header .logo h1 a {
			background: url(../images/logo.png) no-repeat 0 0;
			display: block;
			text-indent: -9999px;
			height: 150px;
			width: 450px;	
		}
	#header ul {
		list-style-type: none;
		float: right;
		margin-right: 20px;
	}
		#header ul li {
			float: left;
			font-size: 0.9em;
			color: #DCDACD;
			margin-right: 7px;
			margin-top: 28px;
		}
		#header ul li a {
			background-color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: bold;
			font-family: Arial;
			padding: 7px;
			color: #000000;
		}
		#header ul li a:hover {
			text-decoration: none;
			color: #FFFFFF;
			background-color: #000000;
		}
/** END header **/

/** BEGIN featured **/
#featured {
	background-color: #000000;
	border-top: 1px solid #f5ee30;
	height: 300px;
}
	.top {
		width: 980px;
		margin: auto auto;
		text-align: left;
		position: relative;
	}
	#featured .container {
		width: 940px; height: 213px;
		overflow: hidden;
		position: absolute;
		top: 45px; left: 21px;
	}
	#featured ul {
		list-style-type: none;
		width: 99999px;
		position: absolute;
	}
		#featured ul li {
			float: left;
			width: 296px; height: 196px;
			overflow: hidden;
			border: 7px solid #ffffff;
			margin-right: 5px;
		}
		#featured ul li img {
			width: 296px;
		}
	#featured .next {
		outline: none;
		display: block;
		text-indent: -9999px;
		width: 19px; height: 86px;
		background: url(../images/next.gif) no-repeat 0 0;
		position: absolute;
		top: 100px; right: 0;
	}
	#featured .prev {
		outline: none;
		display: block;
		text-indent: -9999px;
		width: 22px; height: 90px;
		background: url(../images/prev.gif) no-repeat 0 0;
		position: absolute;
		top: 100px; left: 0;
	}
/** END featured **/

/** BEGIN body **/
#body {
	background-color: #ebebeb;
	padding-bottom: 28px;
}
/** END body **/

/** BEGIN content **/
#content {
	float: left;
	width: 560px;
	background-color: #FFFFFF;
	border: 1px solid #e8e8e8;
	margin-top: 32px;
}
	#content .post {
		padding: 32px 20px 30px 20px;
		height: 310px;
	}
		#content .post h2 {
			font-size: 2em;
			font-weight: bold;
			font-family: Arial;
			margin-bottom: 11px;
			color: #000000;	
		}
		#content .post h2 a {
			text-decoration: none;
		}
		#content .post .details a {
			background-color: #000000;
			padding: 8px;
			color: #f4e2e3;
			text-decoration: none;
			font-size: 0.9em;
		}
		#content .post img {
			margin-top: 23px;
			border: 1px solid #dddddd;
			padding:5px;
			background-color: #f0f0f0;
			float: left;	
			margin-right: 10px;
			margin-bottom: 20px;
			width: 200px; height: 200px;
		}
		#content .post .par {
			float: right;
			width: 281px;
			margin: 35px 17px 30px 0;
			color: #000000;
			font-size: 1.1em;
			line-height: 1.6em;
		}
			#content .post .par .link {
				color: #000000;
				text-decoration: underline;	
			}
		#content .post .continue {
			background-color: #000000;
			padding: 8px;
			color: #f4e2e3;
			text-decoration: underline;
			font-size: 0.9em;
		}
	#content .postnav {
		padding: 20px;
		font-weight: bold;
		text-transform: uppercase;
	}
		#content .postnav a {
			text-decoration: none;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 285px;
	padding-top: 10px;
}
	#sidebar .box h2 {
		text-transform: uppercase;
		color: #9b9b9b;
		font-size: 1.3em;
		font-family: Arial;	
		margin-bottom: 20px;
		margin-top: 22px;
	}
		#sidebar .box ul li {
			background-color:#FFFFFF;
            border-bottom:2px solid #9B9B9B;
            list-style:none outside none;
            margin-bottom:8px;
            padding:5px;
		}
		#sidebar .box ul li .blog {
			color: #000000;
			text-transform: uppercase;
			height: 28px;
		}
		#sidebar .box ul li img {
			padding-top: 13px;
			padding-left: 13px;	
			padding-right: 15px;
		}
		#sidebar .ad img {
			margin-bottom: 8px;
			margin-right: 10px;	
		}
		#sidebar .pop ul li {
			height: 69px;	
			width: 280px;
		}
		#sidebar .pop ul li img {
			background-color: #FFFFFF;
			padding: 5px;
			border: 1px solid #e8e8e8;	
			margin: 3px 0 5px 6px;
			float: left;
			width: 50px; height: 50px;
		}
		#sidebar .pop ul li p {
			padding: 10px 0 5px 75px;
		}
			#sidebar .pop ul li p .title {
				font-weight: bold;
				color: #999999;
				text-decoration: none;
			}
			#sidebar .pop ul li .artcom {
				font-size: 0.8em;	
				color: #999999;
				text-decoration: none;
				padding-left: 8px;	
			}
		#sidebar .flick img {
			width: 80px; height: 80px;
			margin: 5px;
		}
		#sidebar .tags a {
			color: #666666;
			text-decoration: none;
		}
		#sidebar .tags a:hover {
			color: #000000;
		}
/** END sidebar **/

/** BEGIN footertop **/
#footertop {
	
}
	#footertop .box2 {
		width: 160px;
		float: left;	
		margin: 30px 0;
		margin-right: 40px;
	}
		#footertop .box2 h2 {
			text-transform: uppercase;
			font-family: Arial;
			color: #FFFFFF;	
			font-size: 1.1em;
			font-weight: bold;
			margin: 0 0 10px 0;
		}
		#footertop .box2 ul {
			list-style-type: none;
			padding: 6px 0 15px 3px;
		}
			#footertop .box2 ul li {
				color: #ABA48F;	
			}
			#footertop .box2 ul li a {
				color: #ABA48F;	
				line-height: 2.4em;
				padding-left: 3px;
				font-weight: 0.9em;
			}
				#footertop .box2 ul li a:hover {
					text-decoration: none;	
					color: #f4ed2f;
				}
		#footertop .category {
			margin-left: 60px;	
		}
/** END footertop **/

/** BEGIN footerbottom **/
#footerbottom {
	width: 890px;
	border-top: 1px solid #f5ee30;
	margin: auto auto;
	padding: 20px 0 35px 0;
}
	#footerbottom #copy {
		float: left;
		font-size: 0.9em;
	}
	
	#footerbottom #sponsor {
		float: right;
		font-size: 0.9em;
	}	
	
	#footerbottom #sponsor .link, #footerbottom #copy .link {
		color: #942b2f;	
		font-size: 1em;
	}
	
	#footerbottom #sponsor .link:hover, #footerbottom #copy .link:hover {
		text-decoration: none;
	}
/** END footerbottom **/

/** begin pages submenu **/
#header li ul {
	clear: both;
	position: absolute;
	list-style-type: none;
	display: none;
	z-index: 200;
	height: auto !important;
	padding-top: 1px;
	padding-left: 0 !important;
	margin-left: -1px;
	background-image: none !important;
	border-width: 0 0 1px !important;
	border-color: #ffffff;
	border-style: solid;
}
	#header li ul li {
		clear: both;
		margin: 0 !important;
		background-image: none !important;
		border-width: 1px 1px 0;
		border-style: solid;
		border-color: #ffffff;
		padding: 0 !important;
	}
	#header li ul li a {
		padding: 4px 15px !important;
		line-height: 1.5em;
		width: 170px;
		background-color: #015A77;
	}
	#header li ul li a:hover {
		background-color: #000033 !important;
		background-image: none !important;
	}
/** end pages submenu **/

/** BEGIN miscellaneous **/
#content .single {
	padding: 10px 15px 0;
	margin-bottom: 50px;
}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #bbbbbb;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	#content .single h2 {
		font-size: 2em;
	}
#comments {
	padding: 15px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.2em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #bbbbbb;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #bbbbbb;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #bbbbbb;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	color: #565656;
	padding: 20px 20px 0;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #eeeeee;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #bbbbbb;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/
