* {
	margin: 0; padding: 0;
}
body {
	text-align: left;
	font: 12px Verdana;
	color: #191919;
	background: #F5FbFc url(../images/bg.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #015A77;
}
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 wrapper **/
.wrapper {
	width: 960px;
	margin: auto auto;
	text-align: center;
}
/** END wrapper **/

/** BEGIN header  **/
#header {
	background: url(../images/navigation.gif) repeat-x 0 0;
	height: 200px;
}
	#header p {
		float: left;
		color: #FFFFFF;
		font-weight: bold;
		padding: 8px 0 0 0;
		font-size: 0.9em;
	}
	#header .rss {
		float: right;
		background: url(../images/rss.gif) no-repeat 0 7px;
		padding: 8px 0 0 20px;
	}
		#header .rss a {
			color: #FFFFFF;
			font-weight: bold;
			font-size: 0.9em;
		}
		#header .rss a:hover {
			text-decoration: none;
		}
	#header h1 {
		clear: both;
		float: left;
		padding: 43px 0 21px 0;
	}
		#header h1 a {
			background: url(../images/logo.gif) no-repeat 0 0;
			display: block;
			width: 240px;
			height: 55px;
			outline: none;
			text-indent: -9999px;
		}
	#header .ad {
		float: right;
		border: 1px solid #00546A;
		padding: 2px;
		margin: 33px 0 22px 0;
	}
	#header ul {
		float: left;
		list-style-type: none;
		height: 30px;
		padding-left: 2px;
		overflow: hidden;
		background: url(../images/divider.gif) no-repeat 0 0;
	}
		#header ul li {
			float: left;
			background: url(../images/divider.gif) no-repeat right 0;
			padding-right: 2px; 
		}
			#header ul li a {
				color: #FFFFFF;
				display: block;
				font-size: 0.9em;
				font-weight: bold;
				outline: none;
				padding: 7px 18px;
			}
			#header ul li a:hover {
				text-decoration: none;
				background: url(../images/hover.gif) repeat-x 0 0;
			}
	#header .nav {
		clear: both;
		list-style-type: none;
		height: 26px;
		padding-top: 1px;
		padding-left: 2px;
		background-image: none;
	}
		#header .nav li {
			float: left;
			padding-right: 2px;
			background-image: none;
		}
		#header .nav li a {
			color: #014253;
			display: block;
			font-size: 0.9em;
			font-weight: bold;
			outline: none;
			padding: 6px 18px;
		}
		#header .nav li a:hover {
			background-image: none;
			text-decoration: none;
		}
	#header form {
		clear: both;
		float: right;
		overflow: hidden;
		margin-top: 4px;
		width: 100px;
		height: 20px;
		background: url(../images/search.gif) no-repeat 0 0;
	}
		#header form input {
			background-color: transparent;
			border: 0;
			width: 70px;
			font-size: 1.1em;
			padding: 2px 5px 2px 0;
			float: right;
		}
		#header form button {
			background-color: transparent;
			float: left;
			width: 18px; height: 17px;
			margin: 3px 0 0 3px;
			border: 0;
			text-indent: -9999px;
		}
/** END header **/

/** BEGIN body **/
#body .wrapper {
	background-color: #F4FaFC;
	padding: 10px;
	width: 940px;
	padding-bottom: 0;
}
/** END body **/

.box {
	border: 1px solid #82C3CF;
	padding: 2px;
	margin-bottom: 10px;
}
.box h2 {
	background: url(../images/box.gif) repeat-x 0 0;
	text-align: left;
	padding: 3px 0px 4px 7px;
	color: #FFFFFF;
	font-size: 1em;
	margin-bottom: 10px;
}

/** BEGIN content **/
#content {
	width: 590px;
	float: left;
	overflow: hidden;
}
	#content .featured {
		border: 1px solid #C6DCE0;
		padding: 6px;
		position: relative;
		background-color: #FFFFFF;
	}
	#content .featured-img {
		height: 240px;
		overflow: hidden;
	}
	#content .felement {
		width: 560px;
		clear: both;
	}
	#content .featured .navigation {
		float: right;
		position: absolute;
		top: 12px;
		right: 12px;
	}
	#content .featured .text {
		text-align: left;
	}
		#content .featured .text h1 {
			font-size: 2.5em;
			color: #404040;
			font-family: Georgia;
			padding-top: 5px;
		}
		#content .featured .text .author {
			color: #999999;
			font-size: 0.8em;
			padding: 8px 0;
		}
		#content .featured .text a {
			font-weight: bold;
		}
			#content .featured .text a:hover {
				text-decoration: none;
				color: #01627A;
			}
		#content .featured .text p {
			color: #5C5C5C;
			line-height: 1.5em;
		}
	#content .featured .thumb {
		float: left;
		padding: 3px;
		border: 1px solid #E5E6E6;
		margin: 0 7px 0 3px;
	}
		#content .featured .thumb a {
			width: 240px; height: 220px;
			display: block;
			overflow: hidden;
		}
		#content .featured .thumb img {
			height: 220px;
		}
	#content .left {
		width: 290px;
		float: left;
		clear: both;
		text-align: left;
	}
		#content .left .box .cat, #content .right .box .cat, #content #news {
			padding: 6px;
			border: 1px solid #C6DCE0;
			background-color: #FFFFFF;
		}
		#content .left .box .cat img {
			border: 1px solid #E5E6E6;
			padding: 3px;
			float: left;
			margin: 0 10px 0 7px;
		}
		#content .left .box .cat .title {
			font-weight: bold;
			line-height: 1.4em;
		}
			#content .left .box .cat .title:hover {
				text-decoration: none;
				color: #01627A;
			}
		#content .left .box .cat p {
			line-height: 1.5em;
			color: #5C5C5C;
			padding-bottom: 9px;
			border-bottom: 1px dotted #CECECE;
			margin: 2px 5px 9px 10px;
 		}
 		#content .left .box .cat .last {
	 		border-bottom: 0;
	 		padding-bottom: 0;
	 		margin-bottom: 3px;
 		}
	#content .right {
		width: 290px;
		float: right;
		text-align: left;
	}	
		#content .right .box .cat img {
			border: 1px solid #E5E6E6;
			padding: 3px;
			float: left;
			margin: 0 10px 0 7px;
		}
		#content .right .box .cat .title {
			font-weight: bold;
			line-height: 1.4em;
		}
			#content .right .box .cat .title:hover {
				text-decoration: none;
				color: #01627A;
			}
		#content .right .box .cat p {
			line-height: 1.5em;
			color: #5C5C5C;
			padding-bottom: 9px;
			border-bottom: 1px dotted #CECECE;
			margin: 2px 5px 9px 10px;
 		}
 		#content .right .box .cat .last {
	 		border-bottom: 0;
	 		padding-bottom: 0;
	 		margin-bottom: 3px;
 		}
 		#content .right .box img, #content .left .box img {
 			width: 80px; height: 80px;
 		}
	#content .cat .element {
		height: 190px;
	}
	#content #news {
		text-align: left;
	}
		#content #news .rthumb {
			clear: both;
			border: 1px solid #E5E6E6;
			padding: 3px;
			float: left;
			margin: 0 13px 12px 7px;
		}
		#content #news .title {
			font-size: 1.2em;
			font-weight: bold;
		}
		#content #news p {
			line-height: 1.5em;
			padding-top: 6px;
			padding-bottom: 10px;
			margin-bottom: 8px;
			border-bottom: 1px dotted #CECECE;
			margin-left: 7px;
		}
		#content .box #news .last {
			border-bottom: 0;
			margin-bottom: 5px;
			padding-bottom: 0;
		}
	#content .rthumb a {
		width: 93px; height: 68px;
		overflow: hidden;
		display: block;
	}
		#content .rthumb img {
			width: 93px;
		}
	#content .postnav {
		border-bottom: 0 !important;
		height: auto !important;
		padding: 0 !important;
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 340px;
	float: right;
}
	#sidebar .box .ad, #sidebar .box .video, #sidebar .box .pop {
		border: 1px solid #C6DCE0;
		padding: 6px;
		background-color: #FFFFFF;
	}
	#sidebar .box .video img {
		padding-bottom: 4px;
	}
	#sidebar .box .pop {
		text-align: left;
		padding-bottom: 0;
	}
		#sidebar .box .pop ul {
			list-style-type: none;
			padding-left: 5px;
		}
		#sidebar .box .pop ul li {
			background: url(../images/folder.gif) no-repeat 0 4px;
			padding-left: 18px;
			margin-bottom: 5px;
			line-height: 1.6em;
		}
		#sidebar .box .pop ul li a {
			color: #464646;
		}
		#sidebar .box .pop ul li a:hover {
			text-decoration: none;
		}
	#sidebar .l {
		float: left;
		width: 165px;
		text-align: left;
	}
		#sidebar .new, #content .single {
			padding: 6px;
			border: 1px solid #C6DCE0;
			background-color: #FFFFFF;
		}
		#sidebar .l ul {
			list-style-type: none;
			padding-left: 5px;
		}
		#sidebar .l ul li {	
			background: url(../images/folder.gif) no-repeat 0 6px;
			padding: 4px 0 4px 18px;
			line-height: 1.5em;
			font-size: 11px;
		}
		#sidebar .l ul li a {
			color: #464646;	
		}
		#sidebar .l ul li a:hover {
			text-decoration: none;
		}
	#sidebar .r {
		float: right;
		width: 165px;
		text-align: left;
	}
		#sidebar .r ul {
			list-style-type: none;
			padding-left: 5px;
		}
		#sidebar .r ul li {	
			background: url(../images/folder.gif) no-repeat 0 6px;
			padding: 4px 0 4px 18px;
			line-height: 1.5em;
			font-size: 11px;
		}
		#sidebar .r ul li a {
			color: #464646;	
		}
		#sidebar .r ul li a:hover {
			text-decoration: none;
		}
	#sidebar ul li ul {
		padding: 5px 0 0 !important;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	color: #FFFFFF;
	margin: auto auto;
	background-color: #005C73;
	border: 1px solid #003E4D;
	padding: 20px 0;
}
	#footer .wrapper {
		text-align: left;
	}
	#footer p {
		float: left;
		margin: auto auto;
		text-align: left;
		padding-left: 15px;
	}
		#footer p a {
			color: #FFFFFF;
			font-weight: bold;
			font-size: 0.9em;
		}
		#footer p a:hover {
			text-decoration: none;
		}
	#footer #sponsor {
		float: right;
		padding-right: 15px;
	}
		#footer #sponsor a {
			font-weight: bold;
		}
		#footer p a:hover {
			text-decoration: none;
		}
/** 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: 140px;
		background-color: #016D88;
		text-align: left;
	}
	#header li ul li a:hover {
		background-color: #002A35 !important;
		background-image: none !important;
	}
#header .nav li ul {
	border-color: #0A819E;
	margin-top: 0;
}
	#header .nav li ul li {
		border-color: #0A819E;
	}
	#header .nav li ul li a {
		background-color: #B4DDE7;
	}
	#header .nav li ul li a:hover {
		background-color: #01B5C8 !important;
	}
/** end pages submenu **/

/** BEGIN single **/
#single {
	padding: 10px;
	text-align: left;
}
	#single h2 {
		margin-bottom: 10px;
	}
	#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: #e9e9e9;
		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 #e0e0e0;
	}
	/** 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: #606060;
		}
		#single table td {
			line-height: 1.6em;
			padding: 2px 4px;
		}
		#single table tr.odd td { background-color: #eeeeee; }
		#single table tr.even td { background-color: #e0e0e0; }
		
	/** 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 #909090;
			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;
	text-align: left;
}
	#comments h2 {
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 15px;
		line-height: 1.5em;
	}
	#comments form {
		padding: 10px;
	}
		#comments form input, textarea {
			border: 1px solid #c0c0c0;
			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 #user {
			background-image: url(../images/user.gif);
		}
		#comments form #email {
			background-image: url(../images/email.gif);
		}
		#comments form #url {
			background-image: url(../images/world.gif);
		}
		#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: #c0c0c0;
		padding: 10px;
		margin: 0 !important;
	}
	#comments .thread-even {
		padding: 10px;
		background-color: #eeeeee;
	}
	#comments .details {
		float: left;
	}
	#comments .gravatar {
		float: right;
	}
	#comments .commentitems {
		padding: 5px 10px;
	}
	#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 #e0e0e0;
			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 **/