* {
	margin: 0; padding: 0;
}
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	background: #f6f6f6 url(../images/background.jpg) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #1c566c;
}
a:hover {
	text-decoration: underline;
	color: #242424;
}
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 {
	background: url(../images/wrapper-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#wrapper-bottom {
	background: url(../images/wrapper-bottom-bg.jpg) bottom center;
	background-repeat: no-repeat;
}

#wrapper-content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 213px;
	width: 960px;
	margin: 0 auto;
	background: url(../images/header-clouds.jpg) repeat-x 0 0;
}

#rss {
	position: absolute;
	margin-top: 8px;
	margin-left: 570px;
	width: 28px;
	height: 28px;
}
	#header .logo {
		float: left;
		margin-left: 15px;
	}
		#header .logo h1 {
			float: left;
			padding: 50px 0 7px 0;
			text-transform: uppercase;
			font-size: 19px;
			font-family: Arial, Helvetica, sans-serif;
		}
			#header .logo h1 a {
				text-decoration: none;
				color: #555555;
			}
			#header .logo p {
				color: #B4B4B4;
				clear: both;
				font-size: 12px;
			}
	#header .feed {
		position: absolute;
		margin: 97px 22px 22px 643px;
	}
		#header .feed p {
			color: #B4B4B4;
			font-size: 14px;
		}
		#header .feed form {
			height: 36px;
			width: 305px;
			margin: 10px 0;
			background: url(../images/subscribe.gif) no-repeat 0 0;	
		}
		#header .feed .search {
			background: url(../images/search.gif) no-repeat 0 0;	
		}
			#header .feed form input {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				float: left;
				border: 0;
				width: 211px;
				margin: 10px 5px;
			}
			#header .feed form button {
				float: right;
				border: 0;
				width: 84px; height: 35px;
				text-indent: -9999px;
				background-color: transparent;
			}
	#header ul {
		list-style-type: none;
		float: right;
	}
		#header ul li {
			margin-top: 3px;
			float: left;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
			padding: 12px 0;
		}
		#header ul li a {
			color: #C3C3C3;
			text-decoration: none;
			padding: 14px 11px;
		}
		#header ul li a:hover {
			text-decoration: none;
			color: #FFFFFF;
			padding: 13px 11px;
			background: url(../images/hover.jpg) repeat-x 0 0;
			
		}
		#header ul .f {
		}
/** END header **/

/** BEGIN BODY **/
#body {
	padding: 10px;
	overflow: hidden;
}
/** END BODY **/

/** END content **/
#content {
	width: 600px;
	float: left;
	clear: both;
	padding: 0;
	overflow: hidden;
}
	#content .featured-img {
		
	}
	#featured {
		display: none;
		visibility: none;
		padding: 0;
		background-color: #F2EFEF;
		border: 1px solid #DDDDDD;
		margin-bottom: 10px;
	}
	#content .featured img {
		width: 589px;
	}
		#content .featured {
			overflow: hidden;
			position: relative;
			width: 599px;
			height: 308px;	
			overflow: hidden;
		}
		#content .featured .text {
			
		}
		#content .featured-img {
			
		}
		#content .featured-img .text h2 {
			font-size: 14px;
			background-image: none;
			margin-bottom: 4px;
			padding: 0;
		}
		#content .featured-img .text h2 a {
			color: #FFFFFF;
			font-weight: bold;
			text-transform: none;
			text-decoration: none;
		}
		#content .featured-img .text p {
			line-height: 12px;
			font-size: 12px;
			color: #FFFFFF;
			padding-bottom: 10px;
		}
		#content .featured-img .text .next {
			color: #FFFFFF;
			font-weight: bold;
			font-size: 11px;
			text-transform: uppercase;
		}
			#content .featured-img .text .continue:hover {
				text-decoration: none;
			}
		#content .featured .photo {
				list-style-type: none;
			}
				#content .photo li {
					position: absolute;
					top: 0; left: 0;
					z-index: 0;
				}
				#content .photo li.first {
					z-index: 2;
				}
			#content .featured .text {
				list-style-type: none;
			}
				#content .featured .text li {
					width: 230px; height: 290px;
					position: absolute;
					top: 0; right: -280px;
					padding: 15px;
					color: #ffffff;
					font-family: Arial, Helvetica, sans-serif;
					background: url(../images/shade.png) repeat 0 0;
					z-index: 4;
				}
				#content .featured .text li.first {
					right: 0;
				}
	#content .post {
		border: 1px solid #DDDDDD;
		width: 596px;
		margin-bottom: 10px;
		background: url(../images/article-bg-one.jpg) repeat-x 0 0;
		
	}
	#content .even {	
		clear: both;
	}
	#content .odd {
		
	}
		#content .post .thumb {
			background-color: #F2EFEF;
			border: 1px solid #DDDDDD;
			padding: 5px;
			margin-right: 10px;
			margin-bottom: 5px;
			float: left;
			overflow: hidden;
		}
			#content .post .thumb a {
				width: 257px; height: 136px;
				overflow: hidden;
				display: block;
			}
			#content .post .thumb a img {
				width: 257px;
			}
		#content .post .detail {
			padding: 10px;	
			padding-bottom: 5px;
		}
		#content .post .detail h2 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: bold;
			background: #1c566d;
			height: auto;
			display: block;
			padding: 5px;
		}
			#content .post .detail h2 a {
				color: #FFFFFF !important;
				text-decoration: none;
			}
			
			#content .post .detail h2 a:hover {
				color: #CCCCCC !important;
				text-decoration: none;
			}
		#content .post .detail .date {
			padding: 5px;
			color: #8f94a2;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
			#content .post .detail .date a {
				color: #CC0000;	
			}
			#content .post .detail .date a:hover {
				color: #BBBBBB;
				text-decoration: none;
			}
			#content .post .detail p {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				line-height: 18px;
				color: #242424;
				padding-bottom: 5px;
			}
			#content .post .comments {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight: bold;
				padding: 13px 0 10px 5px;
				border-top: 1px solid #DDDDDD;	
			}
				#content .post .comments a {
					color: #1c566c;
					text-transform: uppercase;
					padding: 0 5px;
				}
				#content .post .comments a:hover {
					color: #242424;
					text-decoration: none;	
				}
			#content .post .tag {
				background-color: #F2EFEF;
				border-top: 1px solid #DDDDDD;
				font-size: 11px;
				padding: 13px 50px 10px 8px;
				line-height: 11px;
				color: #555555;
			}
				#content .post .tag a {
					color: #1c566c;	
				}
				#content .post .tag a:hover {
					text-decoration: none;	
				}
	#content .postnav {
		clear: both;
		padding: 10px 0;
	}
/** END content **/

/** END sidebar **/
#sidebar {
	width: 330px;
	float: right;
	padding: 0;
	background: #e2fafc;
	margin-bottom: 10px;
}

#sidebar h2 {
	width: 306px;
	height: 49px;
	background: url(../images/sidebar-h2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C3C3C3;
	padding: 16px 12px 0 12px;
}

	#sidebar .box {
		background-color: #F2EFEF;
		border: 1px solid #adebff;
		padding: 10px;
		margin: 10px;	
		clear: both;

	}
		#sidebar .box .ads img {
			margin: 0 4px 4px 4px;
		}
		#sidebar .box .ads .right {
			margin-right: 0;
			margin-left: 4px;	
		}
		#sidebar .box .ads2 img {
			margin-right: 2px;	
		}
	#sidebar .first {
		color: #1c566c;
		text-transform: uppercase;
		font-size: 11px;
		float: left;
		font-weight: bold;
		margin-bottom: 8px;
		padding-left: 5px;
	}
	#sidebar .second {
		color: #999999;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
	}
	#sidebar .title {
		color: #1c566c;
		text-transform: uppercase;
		font-size: 11px;
		margin-bottom: 10px;	
	}
	#sidebar .box ul {
		list-style-type: none;
	}
		#sidebar ul li {
			padding: 0;
			line-height: 24px;
			font-family: Arial, Helvetica, sans-serif;
		}
		#sidebar ul li a {
			font-weight: bold;
			color: #1c566c;
			text-decoration: none;
		}
		#sidebar ul li a:hover {
			font-weight: bold;
			color: #1c566c;
			text-decoration: underline;
		}
		#sidebar .box .detail {
			padding-top: 10px;
			color: #454545;
			font-size: 11px;	
		}
		#sidebar .box .flickr {
			text-align: center;
		}
		#sidebar .box .flickr img {
			margin-right: 12px;
			margin-bottom: 8px;
		}
		#sidebar .box .flickr .bottom img {
			margin-bottom: 0;
		}
		#sidebar .box .flickr .right img {
			margin-right: 0;	
		}
		#sidebar .box .tags a {
			color: #555555;
			font-family: Arial, Helvetica, sans-serif;	
		}
			#sidebar .box .tags a:hover {
				color: #1c566c;
				text-decoration: none;	
			}
		#sidebar .box .lists li {
			width: 120px;
			padding-left: 10px;
			float: left;
		}
			#sidebar .box .lists li a  {
				color: #000000;
				text-decoration: none;
				font-size: 11px;
				font-weight: normal;
				
			}
/** END sidebar **/

/** END footer **/
#footer {
	clear: both;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0 auto 10px auto;
	width: 960px;
	height: 50px;
}
	#footer a {
		color: #1c566c;
		text-decoration: underline;	
	}
	#footer a:hover {
		color: #1c566c;	
	}
/** 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-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: 12px;
		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 {
	background: url(../images/article-bg-one.jpg) repeat-x 0 0;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding: 10px;
}

#content .single h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background: #1c566d;
	height: auto;
	display: block;
	padding: 5px;
}

		#content .single h2 a {
				color: #FFFFFF !important;
				text-decoration: none;
			}
			
		#content .single h2 a:hover {
				color: #CCCCCC !important;
				text-decoration: none;
			}
			
		#content .single .date {
			color: #8F94A2;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		
		#content .single .date a {
				color: #CC0000;	
			}
			
		#content .single .date a:hover {
				color: #BBBBBB;
				text-decoration: none;
			}

	#content .single p {
		line-height: 18px;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 12px;
		padding: 10px;
	}
	#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: 12px;
		margin-bottom: 5px;
	}
#comments {
	background-color: #F9F9F9;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding: 25px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 12px;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 18px;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #bbbbbb;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			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: 12px;
			font-family: Arial, Helvetica, sans-serif;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 11px;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #242424;
	}
h2.title {
	width: 100%;
	height: 49px;
	background: url(../images/title-h2.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C3C3C3;
	padding: 16px 12px 0 12px;
}
.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 #bbbbbb;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 12px;
		}
	#comments ol li .comment-meta {
		font-size: 11px;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 11px;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 11px;
}
	#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 **/