* {
	margin: 0; padding: 0;
}
body {
	text-align: left;
	font: 13px Georgia;
	color: #555555;
	background: #5b5b5b url(../images/background.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #4ac4ca;
}
a:hover {
	text-decoration: underline;
	color: #4ac4ca;
}
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: 170px;
	margin: 0 15px;
	background: #000000 url(../images/navbg.gif) repeat-x 0 127px;
}
	#header .logo {
		float: left;
		margin-left: 15px;
			padding: 10px 0 0 0;
	}

			}
			#header .logo p {
				color: #B4B4B4;
				clear: both;
				font-size: 1.4em;
			}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
			border-right: 1px solid #DDDDDD;
			padding: 0px 0;
		}
		#header ul li a {
			color: #555555;
			text-decoration: none;
			padding: 14px 11px;
		}
		#header ul li a:hover {
			text-decoration: underline;
			color: #555555;
			padding: 13px 11px;
						
		}
		#header ul .f {
			border-left: 1px solid #DDDDDD;	
		}
		
#search {
				width:194px;
	float:right;
	text-align:right;
	padding-top:-2px;
	margin-right:10px;
		}
				#header ul {
		list-style-type: none;
		float: left;
	}
	
#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}
/** END header **/

/** BEGIN BODY **/
#body {
	padding: 15px 0 40px 0;	
	overflow: hidden;
}
/** END BODY **/

/** BEGIN featured **/
#featured-img {
		
	}
	#featured {
		padding: 0px;
		background-color: #F2EFEF;
		border: 1px solid #E5E5E5;
	}
	#featured img {
		width: 930px;
	}
		#featured {
		float: left;
		margin-left: 15px;
		width: 925px;
			overflow: hidden;
			position: relative;
			width: 930px; height: 308px;	
			overflow: hidden;
		}
		#featured .text {
			
		}
		#featured-img {
		
		}
		#featured-img .text h2 {
			font-size: 1.5em;
			background-image: none;
			margin-bottom: 50px;
			padding: 0;
		}
		#featured-img .text h2 a {
			color: #FFFFFF;
			font-weight: bold;
			text-transform: none;
			text-decoration: none;
		}
		#featured-img .text p {
			line-height: 1.4em;
			font-size: 1em;
			color: #FFFFFF;
			padding-bottom: 10px;
		}
		#featured-img .text .next {
			color: #FFFFFF;
			font-weight: bold;
			font-size: 0.9em;
			text-transform: uppercase;
		}
			#featured-img .text .continue:hover {
				text-decoration: none;
			}
		#featured .photo {
				list-style-type: none;
			}
				#photo li {
					position: absolute;
					top: 0; left: 0;
					z-index: 0;
				}
				#photo li.first {
					z-index: 2;
				}
			#featured .text {
				list-style-type: none;
							}
				#featured .text li {
					width: 270px; height: 300px;
					position: absolute;
					top: 0; right: -420px;
					padding: 15px;
					color: #ffffff;
					font-family: Georgia;
					background: url(../images/shade.png) repeat-y;
										z-index: 4;
				}
				#featured .text li.first {
					right: 0;
				}
				
/** END featured **/				
				
/** BEGIN content **/
#content {
	width: 600px;
	float: left;
	clear: both;
	padding: 0 15px 15px;
	overflow: hidden;
}
	
	#content .post {
		border: 0px solid #DDDDDD;
		width: 290px;
		float: left;
		margin-top: 15px;
		
	}
	#content .even {
		margin-right: 15px;	
		clear: both;
	}
	#content .odd {
		
	}
		#content .post .thumb {
			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: Georgia;
			font-size: 1.4em;
			padding-bottom: 13px;
			
		}
			#content .post .detail h2 a {
				color: #565656;	
				text-decoration: none;
					font-weight: regular;
			}
		#content .post .detail .date {
			color: #BBBBBB;
			font-size: 0.8em;
			font-family: Verdana;
			font-weight: regular;
		}
			#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: #ffffff;
				font-size: 1.0em;
				padding: 13px 0 10px 5px;
				border-top: 1px dotted #DDDDDD;	
			}
				#content .post .comments a {
					color: #4ac4ca;
					padding: 0 5px; 
				}
				#content .post .comments a:hover {
					color: #4ac4ca;
					text-decoration: none;	
				}
			#content .post .tag {
				background-color: #ffffff;
				border-top: 1px dotted #DDDDDD;
				font-size: 1.0em;
				padding: 13px 50px 10px 8px;
				line-height: 2.2em;
				color: #555555;
			}
				#content .post .tag a {
					color: #4ac4ca;	
				}
				#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: 25px 15px 0px 15px;
}
	#sidebar .box {
		border-top: 1px dotted #DDDDDD;	
		border-bottom: 1px dotted #DDDDDD;	
		padding: 10px;
		margin-bottom: 20px;	
		clear: both;
		padding-left: 15px;
		background-color: #f4f4f4;

	}
		
	#sidebar .first {
		color: #4ac4ca;
		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: #4ac4ca;
		text-transform: uppercase;
		font-size: 0.9em;
		margin-bottom: 5px;	
	}
	#sidebar .box ul {
		list-style-type: none;
	}
		#sidebar ul li {
			line-height: 1.3em;
			padding: 5px 0;
			font-family: Georgia;
		}
		#sidebar ul li a {
			font-weight: bold;	
			color: #4ac4ca;
			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: #4ac4ca;
				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 {
	color: #555555;
	font-family: Verdana;
	font-size: 0.8em;
	padding: 0px 0px;
	margin: 0 15px;
	text-align: center;
}
	#footer a {
		color: #4ac4ca;
		text-decoration: underline;	
	}
	#footer a:hover {
		color: #4ac4ca;	
	}
/** 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: #ffffff;
	margin-bottom: 10px;
	border-bottom: 1px dotted #DDDDDD;
}
	#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: #ffffff;
		border-width: 0px 0;
		border-style: solid;
		border-color: #ffffff;
		font-style: italic;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
#comments {
	background-color: #ffffff;
	margin-bottom: 10px;
}
	#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: 1.4em !important;
	margin-left: 12px;
	margin-bottom: 15px;
	color: #555555;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 1.4em;
		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 **/