/*
Theme Name: Waldoch
Theme URI: http://www.waldoch.com
Description: Custom Wordpress Skin for Waldoch
Version: 1.0
Author: Sam Lewis
Author URI: http://www.webcontempo.com
Tags: waldoch custom skin

*/



/* Begin Typography & Colors */


body {
	background:url(images/bg.jpg);
	margin:0 auto;
	text-align:center;
	min-width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}

a {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color:#fff;
	text-decoration:none;
}

li {
	width:500px;
	list-style-type:disc;

}

ul {
	width:auto;
}

#wrapper {
	width:934px;
	margin:auto;
	padding-bottom:20px;
	background:url(images/bg-main.png);
	background-repeat: repeat-y;
}

#header {
	background:url(images/header.gif) no-repeat;
	margin:0 27px 0 27px;
	padding:0;
	height:108px;
	width:880px;
}

.nav-left {
	float:left;
	border:0;
}

#home-nav {
	margin:0 27px 0 27px;
	padding:0 0 0 0;
}

#sub-nav-top {
	margin:0 27px 0 27px;
	padding:0 0 0 0;
}

#sub-nav-bottom {
	margin:0 27px 0 27px;
	padding:0 0 0 0;
	height:48px;
	width:880px;
	background:url(images/sub-nav/sub.gif) no-repeat;
	
}

#pos-subnav{
	position:relative;
	top:12px;
}

#sub-feature-boxes{
	padding:10px 0 0 0;
}

.sublink {
	margin:0 20px 0 0;

}



#sub-nav-bottom a{
	font-size:14px;
	font-style:"Myriad Pro",arial;
	text-transform:uppercase;
	color:#fff!important;
	font-weight:bold;
	text-decoration:none;
}

#sub-nav-bottom a:hover{
	text-decoration:underline;
}

#content {
	width:934px;
	padding:0 27px 0 27px;

	text-align:left;
	float:left;
}

#two-col-left {
	float:left;
	padding-right:10px;
	margin:0;
}


#left-box-main {
	background:url(images/home-left-box-bg.gif) repeat-y;
	padding:0;
	margin:0 0 10px 0;
	width:250px;
}

#sub-box-left {
	float:left;
	background:url(images/home-left-box-bg.gif) repeat-y;
	padding:0 10px 0 0;
	margin:0 0 0 0;
	width:250px;
}

#sub-box-middle {
	float:left;
	background:url(images/sub-bottom-middle-main.gif) repeat-y;
	padding:0 10px 0 0;
	margin:0 0 0 0;
	width:360px
}

#sub-box-middle-plain {
	float:left;
	padding:0 10px 0 0;
	margin:0 0 0 0;
	width:360px
}

#sub-box-right {
	float:left;
	background:url(images/home-left-box-bg.gif) repeat-y;
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:250px;
}

#home-box-main {
	background:url(images/home-main-bg.gif) repeat-y;
	padding-bottom:10px;
	margin:0 0 0 0;
	width:620px;
}

#sub-page-main {
	float:left;
	background:url(images/full-bg.gif) repeat-y;
	width:880px;
	padding-bottom:5px;
}

#blog-content {
	float:left;
	width:605px;
	padding-bottom:5px;
}

#sub-page-content{
		padding:0 10px 0 10px;
		margin:0;
		text-align:left;
	}

#footer-main {
	float:left;
	background:url(images/full-bg.gif) repeat-y;
	margin-top:10px;
	width:880px;
}

#home-box-content{
		padding:0 10px 0 10px;
	}


#left-box-content{
		padding:0 10px 0 10px;
	}
	
#sub-box-middle-content{
		padding:0 10px 0 10px;
		height:163px;
	}
	
#sub-box-right-content{
		padding:0 10px 0 10px;
		height:172px;
	}
	
#sub-box-left-content{
		padding:0 10px 0 10px;
		height:172px;
	}
	
#footer-content{
		padding:0 10px 0 10px;
		text-align:center;
	}

.format-sub-heading{
	font-family:"Arial";
	font-weight:normal;
	font-size:24px; 
	text-transform:uppercase;
	border-bottom: 1px solid #fff;
	padding-top:0;
	margin-top:0;
	padding-bottom:2px;
	margin-bottom:5px;
}

#home-box-content h1{
	font-family:"Myriad Pro Cond", "Myriad Pro", Arial;
	font-weight:bold;
	font-size:36px; 
	text-transform:uppercase;
	border-bottom: 1px solid #fff;
	padding-top:0;
	margin-top:0;
	padding-bottom:2px;
	margin-bottom:5px;
}

#sub-page-content h1{
	font-family:"Myriad Pro Cond", "Myriad Pro", Arial;
	font-weight:bold;
	font-size:36px; 
	text-transform:uppercase;
	border-bottom: 1px solid #fff;
	padding-top:0;
	margin-top:0;
	padding-bottom:2px;
	margin-bottom:5px;
}


#left-box-main ul li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:20px 170px 10px 10px;
}

#left-box-main ul li a:hover{
	text-decoration:none;
}

#left-box-main ul li{
	height:25px;
	width:210px;
	background-color:#6b6b6b;
	list-style-type:none;
	border-bottom:1px #8b8b8b solid;
	border-left:1px #8b8b8b solid;
	border-right:1px #8b8b8b solid;
	padding:10px 0 0 0;
}

#left-box-main ul li:hover{
	background-color:#0b3315;
}

#left-box-main ul {
	margin:10px;
	padding:0;
}

#two-col-main {
	float:left;
}

#two-col-content {
	float:left;
}

.custom-border-top {
		border-top:1px #8b8b8b solid;
}

.shopforparts {
	background:url(images/shopforparts.gif) no-repeat;
	height:32px;
	padding:0;
	margin:0;
}

.largefeaturebox {
	background:url(images/large-feature-box.gif) no-repeat;
	height:32px;
	padding:0;
	margin:0;
}


.customrides {
	background:url(images/customrides.gif) no-repeat;
	height:32px;
	padding:0;
	margin:0;
}

.requestinformation {
	background:url(images/requestinformation.gif) no-repeat;
	height:32px;
	padding:0;
	margin:0;
}

.stayconnected {
	background:url(images/stayconnected.gif) no-repeat;
	height:32px;
	padding:0;
	margin:0;
}

.none {
	display:none;
}


.envelope{
	padding-left:48px!important;
	padding-bottom:0px!important;
	background:url(images/envelope.gif) no-repeat;
	height:24px;
	font-size:19px!important;
	font-weight:normal!important;
	border-bottom:none!important;
}

.pad-bot-zero{
	padding-bottom:0px!important;
}

.zero-out {
	padding:0!important;
	margin:0!important;
}

.gallery-thumb {
	float:left;
	padding:5px 10px 5px 10px;
}

.hydro-thumb {
	float:left;
	padding:5px 5px 5px 5px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.small {
	font-size:10px;
}

.red {
	color:#FF0000;
}

img {
	border:0;
}

.alignright{
	float:right;
	padding:0 0 5px 10px;
}

.alignleft{
	float:left;
	padding:0 10px 5px 0;
}

.clear {
	clear:both;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.fmt-slideshow {
	float:right;
	padding-left:10px;
}

/*Content Slider*/

#slideshow{
	width:880px;
	height:493px;
	background:url(images/slideshow-bg.png) no-repeat;
	padding:10px 10px 0 10px;
	margin-top:10px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 880px; /*width of featured content slider*/
height: 446px;

}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 860px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.pagination{
	width: 880; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	float: right;
	padding-right:20px;
}

#paginate-slider1 a img{
width: 19px;
height: 19px;
border: 0;
margin: 8px 0 0 0;
}



#slide1{

}

#slide2{
	
}

#slide3{
	
}

#slide4{

}

/*slideshow*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */

	

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#sidebar {
	background:url(images/home-left-box-bg.gif) repeat-y;
	padding:0 0 10px 0;
	margin:0 0 0 0;
	width:250px;
	
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 0 0 15px;

	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
		width:220px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar h2 {
	padding:0;
	margin:0;
	}
	
#home-box-content h1 a:link{
	text-decoration:none!important;
	}