/*
THEME NAME: Showcase-Kitchens
THEME URI: http://www.showcasekitchensandbaths.com/
DESCRIPTION: 3 column Wordpress theme for Showcase Kitchens and Baths
VERSION: 1.0
AUTHOR: Dave Gehr
AUTHOR URI: http://www.twoheartsranch.com/
TAGS: three columns, valid XHTML, valid CSS
.
Showcase-3 Column is copyright Whiteaven Design
*/

/*---------------------
 Reset Browser Defaults
---------------------*/
@import url('reset.css');
/*---------------------
 Miscellaneous
---------------------*/
.clear { clear: both; }
/*---------------------
 Body
---------------------*/
body {
 	font-family: Times, 'Times New Roman', Georgia;
 	font-size: 14px;
 	background: #FFF;
}
/*---------------------
 Page Wrapper
---------------------*/
#page-wrap { 
 	margin: 0 auto;
 	width: 960px;
 	min-height: 1725px;
 	height: 1725px;
}
/*---------------------
 Headers
---------------------*/
#header01 {
	float: left;
	margin: 0px;
	color: #333;
	width: 960px;
	height: 370px;
	background: #FFF url('images/banner01.jpg') no-repeat top center;
}
#header02 {
	float: left;
	margin: 0px;
	color: #333;
	width: 960px;
	height: 370px;
	background: #FFF url('images/banner02.jpg') no-repeat top center;
}
#header03 {
	float: left;
	margin: 0px;
	color: #333;
	width: 960px;
	height: 370px;
	background: #FFF url('images/banner03.jpg') no-repeat top center;
}
#header04 {
	float: left;
	margin: 0px;
	color: #333;
	width: 960px;
	height: 370px;
	background: #FFF url('images/banner04.jpg') no-repeat top center;
}
#header05 {
	float: left;
	margin: 0px;
	color: #333;
	width: 960px;
	height: 370px;
	background: #FFF url('images/banner05.jpg') no-repeat top center;
}
#header01 h1, #header02 h1, #header03 h1, #header04 h1, #header05 h1 {
	display: none;
}
.description {
	display: none;
}
/*---------------------
 Top Navigation Menu
---------------------*/
#navigation {
 	float: left;
 	margin: 0px;
 	/*padding-left: 70px;*/
 	padding-left: 30px;
 	width: 930px;
 	height: 36px;
 	color: #333;
 	background: #B00F13;
}
#navigation ul {
    margin:0;
    list-style:none;
    clear:both;
}
#navigation ul ul {
    display:none;
}
#navigation li {
    display:inline;
}
#navigation a, #navigation a:link {
    display:inline;
    float:left;
    /*margin:5px 50px 0 0;*/
    margin:5px 36px 0 0;
    padding:3px 5px 5px;
    font-family: 'Times New Roman', Times, Georgia;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color:#FEFEFE;
    text-decoration:none;
}
#navigation a:focus {
    color:#FEFEFE;
}
#navigation a:hover {
    color:#FFF;
    background-color: #D51217;
}
#navigation .current_page_item a {
    color:#FEFEFE;
    text-decoration: none;
    cursor: default;
    background-color: #D51217;
}
/*---------------------
 Left Sidebar
---------------------*/
#sidebar-left { 
 	float: left;
 	margin: 0px;
 	min-height: 1250px;
 	height: 1250px;
 	width: 267px;
 	padding: 20px 20px 0 0px;
 	color: #333;
 	background: #FFF;
 	font-family: Arial, 'Helvetica Neue', Helvetica;
}
#sidebar-left h3 {
 	font-size: 20px;
 	font-weight: bold;
 	text-align: center;
 	color: #B00F13;
}
#sidebar-left p {
	padding: 0 0 15px;
	text-align: left;
 	font-size: 14px;
 	line-height: 1.3;
}
#sidebar-left img {
	float: right;
	margin-bottom: 5px;
	clear: both;
}
#sidebar-left p.location {
	text-align: center;
}
/*---------------------
 Content
---------------------*/
#content { 
	float: left;
	color: #333;
	min-height: 1250px;
 	height: 1250px;
 	width: 501px;
 	padding: 20px 20px 0 20px;
 	display: inline;
 	font-family: Arial, 'Helvetica Neue', Helvetica;
 	font-size: 14px;
 	background: #DCDDDE;
}
#content p {
	padding-top: 8px;
	line-height: 1.3;
	text-align: left;
}
#content a, #content a:link, #content a:visited, #content a:focus, #content a:active {
	float: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica;
	font-size: 14px;
 	font-weight: normal;
 	/*color: #940D10;*/ /* slightly darker red */
 	color: #B00F13;
 	letter-spacing: normal;
 	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content h2, #content h2 a, #content h2 a:link, #content h2 a:visited, #content h2 a:focus, #content h2 a:hover, #content h2 a:active {
 	font-size: 20px;
 	font-weight: bold;
 	text-align: left;
 	color: #888888;
 	cursor: default;
 	text-decoration: underline;
 	border: none;
}
#content h3 {
	margin-top: 15px;
 	font-size: 18px;
 	font-weight: bold;
 	color: #B00F13;
}
#content h4 {
	clear: both;
	padding-top: 15px;
	font-size: 16px;
	text-align: left;
}
#content img {
    margin-top: 10px;
    max-width:100%;
}
/*#content span {
	color: #B00F13;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px; 
	text-decoration: none;
	border: none;*/
}
#content .pagetop {
	padding-right: 15px;
	background: transparent url('images/ico-up.png') no-repeat center right;
	border-top: 1px dotted #32738F;
	
}
.pagelink {
	font-style: italic;
}
/*---------------------
 Right Sidebar
---------------------*/
#sidebar-right { 
 	background: #000;
 	margin: 0px;
 	min-height: 1250px;
 	height: 1250px;
 	width: 102px;
 	padding: 10px 15px 10px 15px;
 	float: left;
 	position: relative;
 	overflow: hidden;
 	color: #FEFEFE;
}
#sidebar-right p {
	font-family: Arial, 'Helvetica Neue', Helvetica;
 	font-size: 14px;
 	font-weight: bold;
 	text-align: left;
}
#sidebar-right h3 {
	padding-top: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica;
 	font-size: 14px;
 	font-weight: bold;
 	font-variant: small-caps;
 	color: #FFFFCC;
 	text-align: center;
}
#sidebar-right .name {
	padding: 2px 0 7px;
	font-family: Arial, 'Helvetica Neue', Helvetica;
 	font-size: 14px;
 	font-weight: bold;
 	text-align: center;
}
#sidebar-right img {
	margin: 0 auto;
	display: block;
	clear: both;
}
/*---------------------
 Footer
---------------------*/
#footer {
 	position: relative;
 	float: left;
 	margin: 0px;
 	padding-left: 60px;
 	width: 900px;
 	height: 22px;
 	color: #333;
 	text-align: right;
 	background: #B00F13;
}
#footernav ul {
    margin: 0px auto;
    padding-left: 0px;
    list-style:none;
    clear:both;
}
#footernav ul ul {
    display:none;
}
#footernav li {
    display:inline;
}
#footernav a, #footernav a:link {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding-top: 4px;
    padding-right: 40px;
    font-family: Arial, 'Helvetica Neue', Helvetica;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    color: #FEFEFE;
    text-decoration: none;
}
#footernav a:focus {
    color:#FEFEFE;
}
#footernav a:hover {
    color: #FEFEFE;
    text-decoration: underline;
}
#footernav .current_page_item a {
    color:#FEFEFE;
    text-decoration: none;
    cursor: default;
}
#footercopy {
	font-family: Arial, 'Helvetica Neue', Helvetica;
	font-size: 12px;
	text-align: right;
}
/*---------------
 Images
---------------*/
.alignleft, img.alignleft {
	display: block;
	float: left;
}
.alignright, img.alignright {
	display: block;
	float: right;
}
.aligncenter, img.aligncenter {
	margin: 0 auto;
	display: block;
	clear: both;
}
.wp-caption {
	margin: 0px;
	padding: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica;
	font-size: 11px;
}
.wp-caption-text {
	text-align: center;
	font-weight: bold;
	color: #333;
}
.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;
}
