/*   
Theme Name: Eco Stucco
Theme URI: http://www.ecostucco.com
Description: A custom WP Theme for EcoStucco
Author: Pastik Design
Author URI: http://www.pastikdesign.com
.
General comments/License Statement if any.
.
*/
body {
	margin: 0px;
	background-color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/background_pattern2.jpg);
	background-repeat: repeat;
	background-position: center top;
}
input {
	margin-bottom: 3px;
}
#header_wrap {
	background-image: url(images/header_wrap_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 148px;
	width: 100%;
}
#header {
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 148px;
	width: 1042px;
}
#header_wrap #header #home_link {
	height: 116px;
	width: 100%;
}

#header #menu-bar {
	height: 25px;
	width: 100%;
	text-align: left;
	line-height: 25px;
	font-size: 10pt;
	font-weight: bold;
}
#header #menu-bar ul {
	margin: 0px;
	padding: 0px;
}
#header #menu-bar li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	height:25px
}
#header #menu-bar #li_home {
	margin-right: 70px;
}
#header #menu-bar #li_company {
	margin-right: 70px;
}
#header #menu-bar #li_explore {
	margin-right: 70px;
}
#header #menu-bar #li_integrate {
	margin-right: 70px;
}
#header #menu-bar #li_install {
	margin-right: 70px;
}	
#header #menu-bar a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #menu-bar #nav #company_menu li a {
	color:#333333;
}
#header #menu-bar #nav #company_menu li a:hover {
	color:#FFFFFF;
}
#header #menu-bar #nav #explore_menu li a {
	color:#333333;
}
#header #menu-bar #nav #explore_menu li a:hover {
	color:#FFFFFF;
}
#header #menu-bar #nav #integrate_menu li a {
	color:#333333;
}
#header #menu-bar #nav #integrate_menu li a:hover {
	color:#FFFFFF;
}
#header #menu-bar #nav #install_menu li a {
	color:#333333;
}
#header #menu-bar #nav #install_menu li a:hover {
	color:#FFFFFF;
}
#content {
	height: 550px;
	width: 1042px;
	overflow: hidden;
}
#content #main {
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 500px;
	width: 936px;
}
#content #main #post {
	float: left;
	height: 447px;
	width: 743px;
	margin-top: 3px;
	margin-left: 14px;
	color: #767779;
}
#content #main #post #post_head_pic {
	height: 274px;
	width: 743px;
}
#content #main #post #post_submenu {
	height: 20px;
	width: 743px;
	background-color: #767779;
	line-height: 16px;
	text-align: left;
	text-indent: 20px;
	color: #D8A552;
}
#content #main #post #post_submenu a {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
#content #main #post #post_submenu .link_norm {
	color: #D8A552;
}
#content #main #post #post_submenu .link_active {
	color: #FFFFFF;
}
#content #main #post #post_submenu .link_parent {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

#content #main #post #post_body {
	width: 703px;
	margin-left: 20px;
	margin-right: 20px;
}
#content #main #post #post_body hr {
	padding: 0px;
	margin-bottom: 25px;
	color: #333333;
	width: 95%;
	font-size: 2px;
	text-align: left;
}
#content #main #post #post_body .project_heading {
	font-size: 18pt;
	text-align: left;
	font-weight: lighter;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 20px;
	color: #333333;
	margin-top: 40px;
}
#content #main #post #post_body .project{
	height: 100px;
	width: 700px;
	text-align: left;
	margin-bottom: 20px;
}
#content #main #post #post_body .project .thumb{
	float: left;
	height: 100px;
	width: 150px;
}
#content #main #post #post_body .project .description{
	float: left;
	height: 100px;
	width: 500px;
	line-height:100px;
	text-align: left;
}
#content #main #post #post_body .column {
	float: left;
	height: 500px;
	width: 50%;
	text-align: left;
}
#content #main #post #post_body .column .showroom{
	margin-bottom: 25px;
}
#content #main #post #post_body .column .showroom .locale{
	font-size: 14pt;
	text-transform: capitalize;
	text-decoration: underline;
}
#content #main #post #post_body .column .showroom .store{
	font-size: 14pt;
	text-transform: capitalize;
}
#content #main #post #post_body .column .showroom .website a{
	text-decoration: none;
}
#content #main #post a {
	color: #666666;
}

#content #main #post p {
	text-align: left;
}
#content #main #post h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-align: left;
	font-weight: lighter;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #333333;
}
#content #main #post ul {
	text-align: left;
	margin: 0px;
}
#content #main #post ol {
	text-align: left;
	margin: 0px;
}
#content #main #post table {
	text-align: left;
	width: 95%;
}
#content #main #post th {
	text-align: left;
}
#content #main #post td {
	text-align: left;
}
#content #main #post .ul_small {
	font-size: 10pt;
}
#content #main #post #post_body li {
	margin-bottom: 5px;
}
#content #main #post #post_body #inquiry_errors {
	color: #FF0000;
	padding: 5px;
	width: 90%;
	border: 1px solid #FF0000;
}
#content #main #post #post_body #inquiry_success {
	color: #00FF00;
	padding: 5px;
	width: 90%;
	border: 1px solid #00FF00;
}
#content #main #sidebar {
	float: right;
	height: 445px;
	width: 163px;
	margin-right: 13px;
	margin-top: 3px;
	background-color: #CCCCCC;
}
#content #main #sidebar #quick-links {
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: small;
	height: 20px;
	width: 153px;
	line-height: 20px;
}
#content #main #sidebar .ql_block {
	height: 75px;
	width: 151px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #E5E5E5;
	border: 1px solid #999999;
	line-height:20px;
	text-align: center;
}
#content #main #sidebar .ql_block_alt {
	height: 75px;
	width: 151px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #E5E5E5;
	border: 1px solid #999999;
	line-height:40px;
}

#content #main #sidebar h2 {
	font-size: 14pt;
}
#content #main #sidebar a {
	text-decoration: none;
	color: #999999;
}
#content #main-bottom {
	background-image: url(images/main_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 936px;
}
#footer {
	font-size: 9pt;
	color: #666666;
	height: 120px;
	width: 850px;
}
#footer #footer_block_left {
	float: left;
	height: 120px;
	width: 70px;
}
#footer #footer_block_left img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer #footer_block_center {
	float: left;
	height: 120px;
	width: 700px;
}
#footer #footer_block_center #links a {
	color: #666666;
	text-decoration: none;
}
#footer #footer_block_right {
	float: left;
	height: 120px;
	width: 70px;
}
#footer #footer_block_right img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.alignright {
	float: right;
}
.small-text {
	font-size: 10pt;
	width: 95%;
	margin-left: 5%;
	text-align: left;
}
.small-italic-text {
	font-size: 9pt;
	font-style: italic;
}
#viewer {
	height: 265px;
	width: 545px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	float: right;
	
}
#viewer img {
	height: 238px;
	width: 543px;
	border: 1px solid #333333;
}
#viewer #choices {
	background-color: #FFFFFF;
	height: 25px;
	width: 100%;
}
#viewer #choices #current_color {
	float: left;
	width: 30%;
	font-weight: bold;
}
#viewer #choices #current_texture {
	float: right;
	width: 30%;
	text-align: right;
	font-weight: bold;
}
#spacer {
	clear: both;
	height: 20px;
	width: 100%;
}
#textures {
	float: left;
	height: 240px;
	width: 147px;
	text-align:left;
}
.texture {
	float: left;
	height: 50px;
	width: 53px;
	margin-right: 13px;
	margin-bottom: 15px;
	font-size: 9pt;
}
.texture .texture_img {
	height:43px;
	width:43px;
	overflow:hidden;
	background-color: #CCCCCC;
	border: 1px solid #333333;
}
.texture .label {
	line-height: 10px;
	height: 10px;
	width: 100%;
}
.color_set {
	float: left;
	height: 40px;
	width: 140px;
	text-align:center;
	font-size: 9pt;
	margin-bottom: 15px;
}
.color {
	height: 25px;
	width: 25px;
	float: left;
	margin-right: 6px;
	margin-bottom: 5px;
	border: 1px solid #666666;
}
#content #main #post #post_body .orange_ital {
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 15px;
}
#content #main #post #post_body #orange_ital {
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 15px;
	text-decoration:none
}
#galleries {
display:none
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* droplicous v1.1 */
#nav ul.scriptaculously{
	text-align:left;
	width:150px;
	margin:0;
	padding:0;
	position:absolute;
	left:0px;
	top:28px;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}
html>body #nav ul.scriptaculously{/*ie shit*/
	position:absolute;	
	top:20px;
	margin:0;
}
#nav ul.scriptaculously a:hover{
	position:relative;
	color:#84a743;
	background:none;
}
#nav ul.scriptaculously a{
	position:relative;
	z-index:999;
	font-weight:normal;
	color:#333333;
	display:block;
}
#nav li a{
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
#nav{
	position:relative;
	width:100%;
	text-align:center;
	list-style:none;
	margin:0 auto;
	padding:0;
	list-style:none;
	font-size:1em;
}
#nav li{
	position:relative;
	display:inline;
	margin:0;
	padding:0;
}
#content #main #post #newsletter-wrapper {
	width: 600px;
}
#content #main #sidebar .pdmc-list {
	text-align:left;
	font-size:smaller;
}
#content #main #sidebar .pdmc-list li a {
	color: #333333;
}
#content #main #sidebar #mailchimp-signup {
	width:190px;
	height:200px;
	text-align:left;
	padding:5px;
	margin:20px;
	background-color:#7EBE32;
	font-size:smaller;
}
#content #main #sidebar #mailchimp-signup form {
	margin-top:10px;
}