* {
	margin: 0; padding: 0;
}
body {
	text-align: left;
	font: 13px Verdana;
	color: #FFFFFF;
	background: #565656 url(../images/bg.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #FF8D2D;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
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 header **/
#header {
	height: 132px;
	background: url(../images/nav.gif) repeat-x 0 bottom;
}
	.wrapper {
		width: 940px;
		margin: auto auto;
		text-align: left;
	}
	#header h1 {
		float: left;
		padding: 29px 0 17px 1px;
	}
		#header h1 a {
			background: url(../images/logo.gif) no-repeat 0 0;
			display: block;
			width: 239px;
			height: 54px;
			text-indent: -9999px;
			outline: none;
		}
	#header .ad {
		float: right;
		padding: 23px 0 17px 0;
	}
	#header ul {
		float: left;
		list-style-type: none;
		padding-top: 1px;
		padding-left: 2px;
	}
		#header ul li {
			float: left;
			background: url(../images/divider.gif) no-repeat right 2px;
			padding-right: 2px;
		}
			#header ul li a {
				color: #9b0000;
				display: block;
				font-size: 1em;
				font-weight: bold;
				outline: none;
				padding: 7px 12px;
			}
			#header ul li a:hover {
				text-decoration: none;
				color: #000000;
				background: url(../images/hover.gif) repeat-x 0 2px;
			}
	#header form {
		float: right;
		clear: both;
		overflow: hidden;
		width: 119px;
		height: 18px;
		float: right;
		background: url(../images/search.png) no-repeat 0 0;
		margin-top: 7px;
		margin-right: 6px;
	}
		#header form input {
			background-color: transparent;
			border: 0;
			width: 95px;
			font-size: 0.9em;
			float: right;
			padding-left: 5px;
			color: #858585;
			padding-top: 1px;
		}
		#header form button {
			background-color: transparent;
			float: left;
			width: 18px; height: 17px;
			border: 0;
			text-indent: -9999px;
		}
/** END header **/

/** BEGIN top **/
#top {
	padding: 10px;
	background-color: #202020;
}
	#content {
		width: 607px;
		float: left;
	}
		#content .featured-img {
			border: 3px solid #000000;
			margin-bottom: 10px; 
		}
		#content .featured-img .text {
			background: url(../images/shade.png) repeat 0 0;
			bottom: 0;
			left: 0;
			padding: 10px;
			position: absolute;
			width: 584px;
		}
			#content .featured {
				width: 601px;
				height: 394px;
				overflow: hidden;
				position: relative;
			}
			#content .featured-img img {
				width: 601px;
				position: absolute;
				bottom: 0;
			}
			#content .featured-img .text h2 {
				font-size: 1.2em;
				margin-bottom: 4px;
			}
				#content .featured-img .text h2 a {
					color: #FFFFFF;
					text-decoration: none;
				}
			#content .featured-img .text p {
				color: #FFFFFF;
				font-size: 1em;
				line-height: 1.4em;
			}
		#content .posts {
			width: 274px;
			border: 1px solid #323232;
			padding: 13px 11px 20px 11px;
			background-color: #131313;
			float: left;
			margin-bottom: 10px;
		}
			#content .posts img {
				width: 100px;
				height: 100px;
			}
		#content .odd {
			margin-right: 10px;
		}
		#content .posts img {
			float: left;
			margin-right: 10px; 
		}
		#content .posts h2 {
			font-size: 1em;
			line-height: 1.3em;
		}
			#content .posts h2 a {
				color: #FF8D3A;
				text-decoration: underline;
			}
		#content .posts p {
			line-height: 1.4em;
		}
		#content .last {
			margin-bottom: 0;
		}
		#content .postnav {
			clear: both;
		}
		#content h2.title {
			font-size: 0.9em;
			margin: 5px 0 20px;
		}
	#sidebar {
		width: 303px;
		float: right;
	}
		#sidebar .ad300x250 {
			padding: 20px 2px 10px;
		}
		#sidebar .youtube {
			margin-bottom: 10px;
		}
		#sidebar a img {
			margin-bottom: 10px;
		}
		#sidebar .posts {
			background-color: #131313;
			padding: 7px 0 15px 10px;
		}
			#sidebar .posts h2 {
				color: #FF8D3A;
				font-size: 1.1em;
			}
			#sidebar .posts ul {
				padding-top: 12px;
				list-style-type: none;
			}
				#sidebar .posts ul li {
					line-height: 1.6em;
					background: url(../images/list.gif) no-repeat 0 7px;
				}
					#sidebar .posts ul li a {
						color: #FFC185;
						padding-left: 14px;
					}
/** END top **/

/** BEGIN bottom **/
#bottom {
	clear: both;
	background: #EEEEEE url(../images/recent.gif) repeat-x 0 0;
	border: 1px solid #FFFFFF;
	padding: 10px;
}
	#bottom .box {
		border: 1px solid #FFFFFF;
		padding: 6px;
		padding-bottom: 10px;
		width: 282px;
		float: left;
		margin-right: 12px;
		background: #DDDDDD url(../images/post.gif) repeat-x 0 0;
	}
		#bottom .box h2 {
			background: url(../images/box.gif) repeat-x 0 0;
			color: #FFFFFF;
			padding: 2px 0 2px 5px;
			font-size: 1em;
		}
		#bottom .box ul {
			list-style-type: none;
			padding-left: 5px;
			padding-top: 12px;
		}
			#bottom .box ul img {
				float: left;
				padding-top: 3px;
				margin-right: 7px;
			}
			#bottom .box li {
				margin-bottom: 12px;
				clear: both;
			}
			#bottom .box li img {
				width: 65px; height: 65px;
				margin-bottom: 10px;
			}
			#bottom .box ul li a {
				font-size: 0.9em;
				color: #A42700;
				text-decoration: underline;
				font-weight: bold;
			}
			#bottom .box ul li p {
				color: #000000;
				line-height: 1.3em;
				margin-bottom: 0;
			}
	#bottom .right {
		width: 297px;
		float: left;
	}
	#bottom .cat {
		margin-right: 0;
		margin-bottom: 10px;
		overflow: hidden;
		padding-bottom: 0;
		background: #DDDDDD url(../images/post.gif) repeat-x 0 0;
	}
		#bottom .cat ul {
			padding-left: 2px;
			padding-top: 10px;
		}
		#bottom .cat ul li {
			background: url(../images/folder.gif) no-repeat 0 2px;
			padding-left: 20px;
			margin-bottom: 8px;
		}
		#bottom .cat ul li a {
			color: #000000;
			text-decoration: none;
			font-weight: normal;
		}
		#bottom .cat ul li a:hover {
			text-decoration: none;
		}
	#bottom #rss {
		float: left;
		margin-left: 8px;
	}
	#bottom #rss a {
		color: #000000;
		font-size: 1em;
		font-weight: bold;
		background: url(../images/rss.gif) no-repeat 0 0;
		padding-left: 22px;
	}
		#bottom #rss a:hover {
			text-decoration: none;
		}
/** END bottom **/

/** BEGIN FOOTER **/
#footer {
	clear: both;
}
	#footer p {
		padding: 15px 0 10px 0;
		font-size: 0.85em;
		color: #FFFFFF;
		float: left;
	}
		#footer p a {
			font-weight: bold;
			color: #FFFFFF;
		}
		#footer p a:hover {
			text-decoration: none;
		}
		#footer #sponsor {
			float: right;
		}

/** END FOOTER **/

/** 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: -1px 0 0 -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: #E4E4E4;
	}
	#header li ul li a:hover {
		background-color: #B2B2B2 !important;
		background-image: none !important;
	}
/** end pages submenu **/

/** BEGIN single **/
#single {
	padding: 15px;
}
	#single h2 {
		margin-bottom: 15px;
	}
	#single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#single ul, #single ol {
		list-style-position: inside;
		margin-bottom: 10px;
		padding: 0 !important;
	}
	#single li {
		line-height: 1.6em;
		padding: 2px 0 !important;
		list-style-type: disc !important;
	}
	#single .details {
		font-size: 0.9em;
		padding: 5px;
		background-color: #303030;
		font-style: italic;
		margin-bottom: 10px;
	}
	/** begin headers **/
	#single h3, #single h4, #single h5, #single h6 {
		margin: 15px 0 10px;
	}
	#single h3 { font-size: 1.5em; font-weight: normal; }
	#single h4 { font-size: 1.4em; font-weight: normal; }
	#single h5 { font-size: 1.3em; }
	#single h6 { font-size: 1.2em; }
	/** end headers **/
	
	/** begin blockquote **/
	#single blockquote {
		line-height: 1.6em;
		padding-left: 10px;
		margin-bottom: 10px;
		font-style: italic;
		border-left: 2px solid #393939;
	}
	/** end blockquote **/
	
	/** begin table **/
	#single table {
		margin-bottom: 20px;
	}
		#single table th {
			font-size: 0.9em;
			color: #ffffff;
			padding: 2px 4px;
			line-height: 1.6em;
			background-color: #303030;
		}
		#single table td {
			line-height: 1.6em;
			padding: 2px 4px;
		}
		#single table tr.odd td { background-color: #131313; }
		#single table tr.even td { background-color: #202020; }
		
	/** end table **/
	
	/** begin form **/
	#single form {
		margin-bottom: 10px;
	}
	#single fieldset {
		border: 1px solid #c0c0c0;
		padding: 16px;
		margin-bottom: 20px;
	}
		#single form p {
			margin-bottom: 4px !important;
		}
		#single form input {
			margin-right: 5px;
		}
		#single form label {
			margin-right: 10px;
		}
		#single form input.text, #single form textarea {
			border: 1px solid #303030;
			background-color: #161616;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 2px;
			max-width: 100%;
			margin-bottom: 10px;
		}
		#single form textarea {
			line-height: 1.6em;
			margin-bottom: 10px;
		}
		#single form button, #single form input.button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 5px;
		}
	/** end form **/
.notfound {
	padding-right: 10px;
}
	.notfound h2 {
		font-size: 1.8em;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.notfound p {
		line-height: 1.6em;
	}
/** END single **/

/** BEGIN comments **/
#comments {
	clear: both;
	padding: 15px;
}
	#comments h2 {
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 15px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 15px;
	}
		#comments form input, textarea {
			border: 1px solid #090909;
			background-color: #191919;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px 4px 4px 20px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
		#comments form .note {
			margin-bottom: 10px;
		}
	#comments form p {
		margin-bottom: 5px;
		font-size: 0.9em;
		font-family: Verdana;
	}
	#comments .author {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	#comments .date {
		font-size: 0.8em;
		margin-bottom: 5px;
	}
	#comments .required {
		color: #ff0000;
	}
	#respond {
		padding-top: 20px;
	}
	#comments .thread-odd {
		border-width: 1px 0;
		border-style: dotted;
		border-color: #333333;
		padding: 10px;
		margin: 0 !important;
	}
	#comments .thread-even {
		padding: 10px;
		background-color: #303030;
	}
	#comments .details {
		float: left;
	}
	#comments .gravatar {
		float: right;
	}
	#comments .commentitems {
		padding: 5px 0;
	}
	#comments .commentlist {
		list-style-type: none;
	}
		#comments .commentlist li {
			clear: both;
		}
		#comments .commentlist li ul {
			list-style-type: none;
			padding-left: 10px;
			border-left: 2px solid #232323;
			margin: 10px 0;
		}
	#comments .reply {
		font-size: 0.8em;
		text-transform: uppercase;
	}
	#comments .navigation {
		padding: 10px;
		font-size: 0.9em;
		font-weight: bold;
		clear: both;
	}
	#comments em {
		display: block;
		margin: 5px 0;
		font-size: 0.9em;
		font-style: normal;
		font-weight: bold;
		color: #009900;
	}
/** END comments **/

/** begin calendar **/
#calendar_wrap {
	
}
	#wp-calendar {
		width: 100%;
	}
		#wp-calendar caption {
			margin-bottom: 5px;
			font-weight: bold;
			text-transform: uppercase;
		}
		#wp-calendar th {
			text-align: center;
			font-size: 0.9em;
			background-color: #FDC501;
			color: #000000;
		}
		#wp-calendar td {
			text-align: center;
			padding: 2px;
			font-size: 0.9em;
		}
			#wp-calendar td a {
				font-weight: bold;
				text-decoration: none;
			}
		#prev {
			padding: 15px 5px 0 !important;
			text-align: left !important;
			text-transform: uppercase;
		}
		#next {
			padding: 15px 0 0 !important;
			text-align: right !important;
			text-transform: uppercase;
			font-size: 0.8em;
		}
			#prev a, #next a {
				display: block;
				width: 45px; height: 13px;
				text-align: center;
				font-size: 0.8em !important;
				background-color: #FDC501;
				color: #000000;
			}
			#prev a:hover, #next a:hover {
				background-color: #303030;
			}
			#prev a { float: left; }
			#next a { float: right; }
/** end calendar **/

/** begin search form **/
#searchform {
	padding: 15px 5px;
	margin: 25px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #323700;
}
	#searchform input {
		width: 190px;
		font-family: Verdana;
		font-size: 0.9em;
		padding: 1px 2px;
		border: 1px solid #40450C;
		background-color: #181A04;
		color: #707E00;
	}
	#searchsubmit {
		width: auto !important;
		padding: 0 !important;
	}
/** end search form **/

/** END widget styles **/