* {

	margin: 0; padding: 0;

}

body {

	text-align: left;

	font: 13px Georgia;

	color: #555555;

	background: #DDDDDD url(../images/background.gif) repeat-x 0 0;

}

a {

	text-decoration: none;

	color: #ff9900;

}

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 {

	background-color: #FFFFFF;

	width: 960px;

	margin: auto auto;

	text-align: left;

}

/** END wrapper **/



/** BEGIN header **/

#header {

	height: 205px;

	margin: 0 15px;

	background: url(../images/navbg.gif) repeat-x 0 162px;

}

	#header .logo {

		float: left;

		margin-left: 15px;

	}

		#header .logo h1 {

			float: right;

			padding: 45px 20px 7px 0;

			text-transform: uppercase;

			font-size: 2.2em;

			font-family: Verdana;

		}

			#header .logo h1 a {

				text-decoration: none;

				color: #555555;

			}

			#header .logo p {

				color: #B4B4B4;

				clear: right;

				font-size: 1.4em;

			}

	#header .feed {

		float: right;

		padding: 25px 22px 22px 0;

	}

		#header .feed p {

			color: #B4B4B4;

			font-size: 0.9em;

		}

		#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 {

				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: left;

	}

		#header ul li {

			float: left;

			text-transform: uppercase;

			font-size: 0.9em;

			border-right: 1px solid #DDDDDD;

			padding: 12px 0;

		}

		#header ul li a {

			color: #555555;

			text-decoration: none;

			padding: 14px 11px;

		}

		#header ul li a:hover {

			text-decoration: none;

			color: #FFFFFF;

			padding: 13px 11px;

			background: url(../images/hover.gif) repeat-x 0 0;

			

		}

		#header ul .f {

			border-left: 1px solid #DDDDDD;	

		}

/** END header **/



/** BEGIN BODY **/

#body {

	padding: 15px 0 40px 0;	

	overflow: hidden;

}

/** END BODY **/



/** END content **/

#content {

	width: 600px;

	float: left;

	clear: both;

	padding: 0 15px 15px;

	overflow: hidden;

}

	#content .featured-img {

		

	}

	#featured {

		padding: 5px;

		background-color: #F2EFEF;

		border: 1px solid #E5E5E5;

	}

	#content .featured img {

		width: 589px;

	}

		#content .featured {

			overflow: hidden;

			position: relative;

			width: 589px; height: 308px;	

			overflow: hidden;

		}

		#content .featured .text {

			

		}

		#content .featured-img {

			

		}

		#content .featured-img .text h2 {

			font-size: 1.5em;

			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: 1.4em;

			font-size: 1em;

			color: #FFFFFF;

			padding-bottom: 10px;

		}

		#content .featured-img .text .next {

			color: #FFFFFF;

			font-weight: bold;

			font-size: 0.9em;

			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: Verdana;

					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: 290px;

		float: left;

		margin-top: 15px;

		

	}

	#content .even {

		margin-right: 15px;	

		clear: both;

	}

	#content .odd {

		

	}

		#content .post .thumb {

			background-color: #F2EFEF;

			border: 1px solid #DDDDDD;

			padding: 5px;	

			margin-bottom: 20px;

			overflow: hidden;

		}

			#content .post .thumb a {

				width: 257px; height: 100px;

				overflow: hidden;

				display: block;

			}

			#content .post .thumb a img {

				width: 257px;

			}

		#content .post .detail {

			padding: 10px;	

			padding-bottom: 0;

		}

		#content .post .detail h2 {

			font-family: Verdana;

			font-size: 1.2em;

			padding-bottom: 13px;

			font-weight: bold;

		}

			#content .post .detail h2 a {

				color: #ff9900;	

				text-decoration: none;

			}

		#content .post .detail .date {

			color: #BBBBBB;

			font-size: 0.8em;

			font-family: Verdana;

			font-weight: bold;

		}

			#content .post .detail .date a {

				color: #BBBBBB;	

			}

			#content .post .detail .date a:hover {

				color: #BBBBBB;

				text-decoration: none;

			}

			#content .post .detail p {

				color: #555555;

				padding-bottom: 12px;

				font-size: 0.9em;

			}

			#content .post .comments {

				background-color: #F2EFEF;

				font-size: 0.8em;

				padding: 13px 0 10px 5px;

				border-top: 1px solid #DDDDDD;	

			}

				#content .post .comments a {

					color: #ff9900;

					text-transform: uppercase;

					padding: 0 5px; 

				}

				#content .post .comments a:hover {

					color: #ff9900;

					text-decoration: none;	

				}

			#content .post .tag {

				background-color: #F2EFEF;

				border-top: 1px solid #DDDDDD;

				font-size: 0.8em;

				padding: 13px 50px 10px 8px;

				line-height: 2.2em;

				color: #555555;

			}

				#content .post .tag a {

					color: #ff9900;	

				}

				#content .post .tag a:hover {

					text-decoration: none;	

				}

	#content .postnav {

		clear: both;

		padding: 20px 0;

	}

/** END content **/



/** END sidebar **/

#sidebar {

	width: 300px;

	float: right;

	padding: 0 15px;

}

	#sidebar .box {

		background-color: #F2EFEF;

		border: 1px solid #E5E5E5;

		padding: 10px;

		margin-bottom: 20px;	

		clear: both;

		padding-left: 15px;



	}

		#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: #ff9900;

		text-transform: uppercase;

		font-size: 0.9em;

		float: left;

		font-weight: bold;

		margin-bottom: 8px;

		padding-left: 5px;

	}

	#sidebar .second {

		color: #999999;

		text-transform: uppercase;

		font-size: 0.9em;

		font-weight: bold;

	}

	#sidebar .title {

		color: #ff9900;

		text-transform: uppercase;

		font-size: 0.9em;

		margin-bottom: 10px;	

	}

	#sidebar .box ul {

		list-style-type: none;

	}

		#sidebar ul li {

			line-height: 1.3em;

			padding: 5px 0;

			font-family: Verdana;

		}

		#sidebar ul li a {

			font-weight: bold;	

			color: #ff9900;

			text-decoration: underline;

		}

		#sidebar .box .detail {

			padding-top: 10px;

			color: #454545;

			font-size: 0.9em;	

		}

		#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: Verdana;	

		}

			#sidebar .box .tags a:hover {

				color: #ff9900;

				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: 0.9em;

				font-weight: normal;

				

			}

/** END sidebar **/



/** END footer **/

#footer {

	clear: both;

	border: 1px solid #DDDDDD;

	color: #555555;

	font-family: Verdana;

	font-size: 0.8em;

	padding: 20px 15px;

	margin: 0 15px;

}

	#footer a {

		color: #ff9900;

		text-decoration: underline;	

	}

	#footer a:hover {

		color: #ff9900;	

	}

/** 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: 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 {

	background-color: #F9F9F9;

	border: 1px solid #DDDDDD;

	margin-bottom: 10px;

	padding: 25px;

}

	#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;

	}

#comments {

	background-color: #F9F9F9;

	border: 1px solid #DDDDDD;

	margin-bottom: 10px;

	padding: 25px;

}

	#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;

	margin-bottom: 15px;

	color: #565656;

}

.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: 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 **/
