/*
Theme Name: PatValley design 4 
Version: Feb 25 2010
Author: Pat Valley
Author URI: http://www.patvalley.com

*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #ffffff;	background: #FFFFFF url(images/background5.gif) repeat 0 0; background-attachment:fixed;
}
a {
	color: #FF6633;
}
a:hover {
	color: #009999;
}
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: 935px;
	margin: auto auto;
	text-align: left;
	padding-bottom: 20px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 310px;
	background: url(images/NORMALLYheaderBUTNOT.gif) repeat-x 0 bottom;
	padding-top: 20px;
	margin-bottom: 20px;
}
	#header ul {
		list-style-type: none;
	}
		#header ul li {
			float: left;
			padding: 0 5px 5px 0;
		}
		#header ul li a {
			display: block;
			padding: 10px 12px;
			color: #ffffff;
			text-transform: uppercase;
			font-size: 0.9em;
			text-decoration: none;
			background-color: #000000;
		}
		#header ul li a:hover {
			color: #000000;
			background-color: #ffffff;
		}
	#header h1 {
		clear: both;
		float: left;
		padding: 0px 0 0 0px;
	}
		#header h1 a {
			display: block;
			width: 935px; height: 210px;
			text-indent: -9999px;
			outline: none;
			background: url(images/logo17.jpg) no-repeat 0 0;
		}
	#header form {
		float: right;
		width: 229px; height: 29px;
		background: url(images/search2.gif) no-repeat 0 0;
		margin: 90px 22px 0 0;
	}
		#header form input {
			border: 0;
			width: 185px;
			margin: 8px 0 0 8px;
			font-size: 0.9em;
			color: #000000;
			float: left;
			background-color: transparent;
		}
		#header form button {
			border: 0;
			text-indent: -9999px;
			float: right;
			width: 29px; height: 29px;
			background-color: transparent;
		}
/** END header **/

/** BEGIN content **/
#content {
	width: 580px;
	float: left;
	background-color: #000000;
	padding: 30px 40px;
}
	#content .post {
		padding: 30px;
		border: 1px solid #FFFFFF;
		margin-bottom: 20px;
		background-color: #000000;
		background: url(images/post.gif) repeat-x 0 0;
	}
		#content .post p {
			margin-bottom: 10px;
			line-height: 1.6em;
		}
		#content .post h2 {
			font-size: 2em;
			line-height: 1.5em;
			margin-bottom: 10px;
		}
			#content .post h2 a {
				text-decoration: none;
				color: #FFFFFF;
			}
			#content .post h2 a:hover {
				color: #FF6633;
			}
		#content .post .details {
			font-size: 1.0em;
			height: 30px;
			margin: -31px 0 15px -45px;
			border: 1px solid #000000;
			background-color: #ff6633;
			padding: 0px 0 0 0px;
			overflow: hidden;
		}
			#content .post .details a {
				text-decoration: none;
				display: block;
				color: #ffffff;
				float: left;
				padding: 5px 14px 10px 36px;
			}
	#content .featured-content {
		margin-bottom: 20px;
		position: relative;
	}
		#content .featured-content h2.title {
			position: absolute;
			font-size: 0.9em;
			text-transform: uppercase;
			background: url(images/title.gif) no-repeat 0 0;
			color: #FFFFFF;
			padding: 12px 50px 19px;
			width: 160px;
			top: 25px; left: -48px;
			z-index: 99;
		}
		#content .featured-content .content {
			padding: 10px;
			background-color: #EBE5DA;
			float: left;
		}
	#content .postnav {
		padding-top: 10px;
	}
		#content .postnav a {
			color: #67665B;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 0.9em;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 250px;
	float: right;
	margin-top: 20px;
}
	#sidebar a {
		color: #ffffff;
	}
	#sidebar .box {
		margin-bottom: 15px;
		background-color: #009999;
		background: url(images/sidebarBG3.gif) no-repeat 0 0;
		padding: 15px;
		border-width: 1px 1px;
		border-style: solid;
		border-color: #000000;
	}
		#sidebar .box h2 {
			font-size: 0.9em;
			text-transform: uppercase;
			color: #ffffff;
			background: url(images/sidehead1.png) no-repeat 0 0;
			padding: 12px 20px 21px;
			margin-left: -22px;
		}
		#sidebar .box ul {
			list-style-type: none;
		}
			#sidebar .box ul li {
				line-height: 1.6em;
				padding: 3px 0;
				color: #FFFFFF;
			}
			#sidebar .box ul li a {
				color: #000000;
				text-decoration: none;
			}
			#sidebar .box ul li a:hover {
				color: #000000;
				text-decoration: underline;
			}
		#sidebar .box .popular {
			
		}
			#sidebar .box .popular li {
				padding: 5px 0;
			}
			#sidebar .box .popular li a {
				color: #666666;
				text-decoration: underline;
				font-weight: bold;
			}
			#sidebar .box .recent li a {
				color: #330066;
			}
			#sidebar form {
		float: right;
		width: 229px; height: 29px;
		background: url(images/search2.gif) no-repeat 0 0;
		margin: 0px 12px 0px 0px;
	}
		#sidebar form input {
			border: 0;
			width: 185px;
			margin: 8px 0 0 8px;
			font-size: 0.9em;
			color: #000000;
			float: left;
			background-color: transparent;
		}
		#sidebar form button {
			border: 0;
			text-indent: -9999px;
			float: right;
			width: 29px; height: 29px;
			background-color: transparent;
		}
		
	ul.really_simple_twitter_widget li {
text-align: left;
	font: 12px Verdana;
	color: #ffffff;
}
			
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #009999;
	font-size: 0.9em;
	color: #ffffff;
	height: 40px;
	margin-top: 20px;
	border-width: 1px 1px;
	border-style: solid;
	border-color: #000000;
}
	#footer a {
		color: #000000;
	}
	#footer .c {
		float: center;
		padding: 12px 0 0 5px;
	}
/** END footer **/

/** BEGIN featured **/
#featured {
	background-color: #EBE5DA;
	padding: 15px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #DDDDDD;
}
	.featured-img {
		width: 540px;
	}
	.featured img {
		width: 540px;
	}
		.featured {
			overflow: hidden;
			position: relative;
			width: 540px; height: 340px;	
			overflow: hidden;
		}
		.featured-img .text h2 {
			font-size: 1.5em;
			background-image: none;
			margin-bottom: 4px;
			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;
			}
				#content .photo li {
					position: absolute;
					top: 0; left: 0;
					z-index: 0;
				}
				#content .photo li.first {
					z-index: 2;
				}
			.featured .text {
				list-style-type: none;
			}
				.featured .text li {
					width: 230px; height: 340px;
					position: absolute;
					top: 0; right: -280px;
					padding: 15px;
					color: #ffffff;
					font-family: Verdana;
					background: url(images/shade.png) repeat 0 0;
					z-index: 4;
				}
				.featured .text li.first {
					right: 0;
				}
/** END featured **/

/** BEGIN miscellaneous **/
#content .single {
	padding-top: 10px;
	margin-bottom: 60px;
}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 3px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #333333;
		border-width: 1px 0;
		border-style: solid;
		border-color: #ffffff;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	#content .single h2 {
		font-size: 2em;
	}
#comments {
	
}
	#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 #eeeeee;
		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;
}
.container #gallery-1 .gallery-item {width:auto !important;}

.gallery {
	margin:auto;
	padding:0;
}
.gallery-item {
	float:left;
	margin:10px 8px 0;
	padding:0;
	text-align:center;
}
.gallery img {
	float:none;
	margin:0;
	padding:0;
}
.gallery-caption {
	margin:0;
	padding:0;
	text-align:center;
	font-size:.9em;
}
.gallery .clear {
	clear:left;
}
/** END wordpress 2.7 comments **/