/*
Theme Name: Beyer Cabinets
Theme URI: http://beyercabinets.com/
Description: Custom theme for Beyer Cabinets with jquery dropdowns
Author: Zach Saunders
Author URI: http://lolinterweb.com/
Version: 1.0
*/

/* Reset */

html { font-size: 100% }
body  { 
	font-size: 62.5%;
	padding: 0;
	margin: 0;
}
p, table, td, tr, th, div, h1, h2, h3, h4, h5, h6, ul, li, ol {
	font-weight: normal;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}
/* End Reset */

body {
	font-family: Arial, Sans-serif;
	background: #AE6600 url(images/background.jpg) top center repeat-x;
}

#pagewrap {
    width: 1000px;
    margin: 0 auto;
	z-index: 300;
}

#header {
    height: 128px;
    background: url(images/header_highlight.png) bottom center no-repeat;
}

#header h1 {
    padding: 20px 0 0;
    float: left;
}

#header_callout {
    float: right;
    text-align: right;
    color: #ddd;
    margin: 10px 0;
    padding: 30px 25px;
}

#header_callout h2 {
    font-size: 23px;
    font-family: Georgia;
    font-style: italic;
    color: #fff;
}

#header_callout p {
    font-size: 13px;
    line-height: 16px;
    padding: 5px 0 0 0;
}
    
img, a {
	border: 0 !important;
}

/* Navigation */

ul#nav {
	list-style: none;
	padding: 0;	
	margin: 0;
	float: left;
	font-size: 12px;
	width:980px;
	z-index: 140;
}
ul#nav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul#nav li a{
	padding: 9px 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul#nav li a:hover{
	background: transparent url(images/nav_hover.jpg) no-repeat center top;
}
ul#nav li span { /*--Drop down trigger styles--*/
	width: 27px;
	height: 33px;
	float: left;
	background: url(images/dd_icon.jpg) no-repeat right top;
}
ul#nav li span.subhover {background-position: left top; cursor: pointer;} /*--Hover effect for trigger--*/
ul#nav li ul {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 33px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 180px;
	border: 1px solid #111;
	z-index: 110;
}
ul#nav li ul li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 180px;
}
html ul#nav li ul li a {
	float: left;
	width: 150px;
	padding-left: 20px;
}
html ul#nav li ul li a:hover { /*--Hover effect for subnav links--*/
	background: #222; 
}

ul#nav li ul li.alt {
    background: #2d2d2d;
}
/*End of nav */

#main_callout {
    height: 339px;
    background: url(images/top_highlight.jpg) top center repeat-x;
    margin-top: 34px;
	z-index: 20;
}


#page {
    background: url(images/content_background.jpg) top left repeat-y;
    overflow: hidden;
}

.pagespacer {
	margin-top: 38px;
}

#footer {
    background: url(images/content_footer.jpg) top left no-repeat;
    height: 200px;
}

/* Carousel */
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 795px;
height: 300px; /*Height should enough to fit largest content's height*/
margin: 0 auto;
z-index: -1;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 15px; /*margin around each panel*/
width: 770px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.btn-arr2 {
float: left;
	padding: 130px 0 0;
	width: 24px

}

.spacer {
    margin: 0 auto;
background: url(images/box5-bgr.gif) repeat-y top;
height: 1%;
padding: 15px 25px;
width: 850px;

}

.wrapper {
    float: left;

padding: 0 0 0 0;

}

.fr {
float: right;
}

.featuredcontent {
    float: left;
    width: 350px;
}

.featuredcontent h2 {
    color: #fff;
    font-size: 30px;
    font-family: georgia;
    font-style: italic;
    margin: 0 0 10px 0;
}

.featuredcontent p {
    color: #ddd;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
    padding: 0 0 10px 15px;
}

.featuredimage {
    float: right;
}

.featuredimage img {

}

#page_content {
    float: left;
    width: 620px;
    margin: 15px;
}

#page_content h2 {
    font-family: Georgia;
    font-size: 30px;
    font-style: italic;
    color: #666;
    border-bottom: 1px dashed #ddd;
    margin: 0 0 5px 0;
}

#page_content h3 { font-family: Georgia; font-size: 24px; font-style: italic; color: #666; margin: 15px 0 10px 0; font-weight: bold;}
#page_content h4 { font-family: Georgia; font-size: 20px; font-style: italic; color: #666; margin: 15px 0 10px 0; font-weight: bold;}
#page_content h5 { font-size: 18px; color: #666; margin: 15px 0 10px 0; font-weight: bold; }
#page_content h6 { font-size: 16px; color: #666; margin: 15px 0 10px 0; font-weight: bold; }

#page_content blockquote {
    background: #eee;
    padding: 15px;
    border: 1px dashed #ddd;
}

#page_content ul {
    margin: 15px 15px 15px 35px;
    font-size: 14px;
    line-height: 28px;
}

#page_content ol {
    margin: 15px 15px 15px 35px;
    font-size: 14px;
    line-height: 18px;
}

#page_content h2 a {
	color: #666;
	text-decoration: none;
}

#page_content h2 a:hover {
	text-decoration: underline;
}

#page_content p {
    font-size: 14px;
    padding: 0 0 10px 0;
    line-height: 22px;
}

#sidebar {
    width: 350px;
    margin-left: 650px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 22px;
    
}

#sidebar h2 {
    background: url(images/sidebarheading.jpg) top left repeat-y;
    font-size: 20px;
    font-family: georgia;
    font-style: italic;
    font-weight: bold;
    padding: 8px 15px;
    margin: 10px 0;
    color: #555;
}

#sidebar div div {
    padding: 0 25px;
}

#sidebar ul {
    list-style-type: square;
    margin: 0 15px 0 15px;
    list-style-position: inside;
    color: #444;
}

#sidebar .slideshow-widget {
    margin: 8px 0 10px 25px;
}

#sidebar li {
    font-style: italic;
}

#sidebar li a {
    font-weight: bold;
}

#sidebar p {
    padding: 0 0 15px 0;
}

#sidebar a {
    color: #52231D
}

a {
	text-decoration: none;
	color: #009;
}

a:hover {
	text-decoration: underline;
}

.meta {
    display: block;
    padding: 10px;
    background: #eee;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #333;
    margin: 15px
}

.seperator {
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 5px 25px;
}

.meta i {
    color: #555;
}

.meta li {
    display: inline;
    padding: 0 5px;
    list-style-type: none;
}

.meta a {
    color: #333;
    text-decoration: none;
}

.meta a:hover {
    text-decoration: underline;
}

#comments_template {
    margin: 15px 0 0;
    paddin: 15px 0 0;
    border-top: 1px dashed #ddd;
}

ol#comments {
    list-style-type: none;
}

ol#comments li {
    padding: 15px;
    margin: 10px 0;
    background: #eee;
    border: 1px solid #ccc;
}

ol#comments li.alt {
    background: #fff;
    border: 1px solid #eee;
}

#comments_template h3 {
    font-size: 24px;
    font-family: georgia;
    font-style: italic;
    margin: 15px 0;
    color: #666;
}

#comments_template h4 {
    font-size: 18px;
    color: #333;
    font-style: italic;
    font-family: georgia;
}

#comments_template li a {
    color: #339;
    text-decoration: none;
}

#comments_template li a:hover {
    text-decoration: underline;
}

#comments_template li small {
    font-size: 11px;
}

#comments_template .the_comment {
    padding: 5px;    
}

#commentform {
    background: #eee;
    padding: 15px;
}

#commentform p label small {
    font-size: 8px;
    font-style: italic;
    color: #666;
}

#commentform p {
    padding: 5px 0;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

#searchform p {

    padding: 5px;

    text-align: center;

}



#searchform p input#s {

    width: 70%;

}



#searchform p input#search_submit {

    width: 24%;

}



a.more-link {
    text-decoration: none;
    color: #009;
    font-style: italic;
    display: block;
    background: #f9f9f9;
    padding: 5px;
    margin: 15px 0;
}

a.more-link:hover {
    text-decoration: underline;
}

#posts_navi {
    border-top: 1px dashed #ccc;
    padding: 5px;
}

#posts_navi a {
    float: left;
    display: block;
    font-size: 1.2em;
    color: #666;
    background: #eee;
    padding: 10px;
    border: 1px solid #ddd;
    text-decoration: none;
    margin-right: 10px;
}

#posts_navi a:hover {
    text-decoration: underline;
    color: #333;
}

