/*
Theme Name: StayDry WP Theme
Theme URI: http://cimolini.com/
Description: WP theme for StayDry Systems. Based on the default Twenty Ten theme.
Author: Aaron Cimolini
Version: 0.1
Tags: staydry
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	text-decoration: none;
}
body {
	line-height: 1;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #333;	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
/*	clear: both; */
}
ol, ul {
	list-style: none;
}
blockquote {
/*	quotes: none; */
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

* {
	padding: 0;
	margin: 0;
}

blockquote p {
    margin: 20px 0;
    font-size: 22px;
    line-height: 1.5;
}

/* these styles are to get the footer to stick to the bottom of the page when the content doesn't push it all the way down */
html, body {height: 100%;}
#wrapper {min-height: 100%;}
#non-footer {overflow:auto;
	padding-bottom: 280px;}  /* must be same height as the footer */

#footer-stick {position: relative;
	margin-top: -280px; /* negative value of footer height */
	height: 280px;
	clear:both;} 



div {
	position: relative;
}


/* general text styles */

h1, h2, h3, h4 {
	color: #005060;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	color: #106070;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #555;	
}

.page p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.small {
	font-size: 13px;
	font-family: verdana, sans-serif;
}

/* default link styles, these are for a light background */


a {
	font-weight: bold;
}

a:link {
		color: #005060;
	}      /* unvisited link */
a:visited {
		color: #005060;
	}  /* visited link */
a:hover {
		color:  #0a6626;
		text-decoration: underline;
		}  /* mouse over link */
a:active {
		color: #b8e7ff;
	}  /* selected link */




/* general block styles */

.attachment-thumbnail {
	float: left;
	border: 1px solid #666;
/*	margin: 10px 10px 0 0;	*/
}

/* when using this class make sure to set postition:relative; on the containing element
also set the height property for the anchor element using the containing element as a selector */
a.block-link {
	text-indent: -9999px; 
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; 
	background: url('trans.gif') repeat; 
	width: 100%;
}



/* gallery css */
/* this is depreciated */
#gallery {
	padding: 8px;
	padding-bottom: 0;
	border: 1px #999 solid;
	background: #cfe8fb;
	overflow: hidden;
}

.gallery-item {
	float: left;
	padding: 0 10px 10px 0;	
}

.gallery .last {
	padding-right: 0 ;
}

.gallery-item img {
	border: 1px solid #666;
	margin: 0;
	padding: 0;
}




/*
custom layouts for staydry
*/

.content { /* depricated, use .content-full or .content-narrow instead */
	margin: 0 auto;
	width: 960px;
	overflow: hidden; /* this wraps the .content div around the full area of all the floated elements contained inside it */
}

#container .content { /* also depreciated */
	width: 800px;
}



.content-full {
	margin: 0 auto;
	width: 960px;
	overflow: hidden; /* this wraps the .content div around the full area of all the floated elements contained inside it */
}

.content-narrow {
	margin: 0 auto;
	width: 800px;
	overflow: hidden; /* this wraps the .content div around the full area of all the floated elements contained inside it */
}

.content-narrow .side {
	width: 300px;
}

.content-narrow .main {
	width: 500px;
}

.content-narrow .main-half {
	width: 250px;
}



.page-header h1, .page-header p {
	margin: 10px;
}




.five {
	width: 510px;
}

.three {
	width: 310px;
}

.column {
	float: left;
}

.one-half {
	width: 460px;
}

.half {
    width: 480px;
}

.third {
	width: 320px;
}

.one-third {
	width: 300px;
}

.two-thirds {
	width: 620px;
}

.quarter {
	width: 240px;
}

.one-quarter {
	width: 220px;
}

.fifth {
	width: 192px;
}

.inner-col {
	float: left;
	margin-right: 10px;
	width: 940px;
}

.inner-quarter {
	width: 225px;
}

.inner-last {
	margin: 0;
}

#header {
	background: #fff url(style/img/header-bg.png) repeat-x;
	height: 60px;
	z-index: 0;
}

#logo {
	width: 170px;
	padding: 5px 0 0 5px;
}

#main-nav {
	position: absolute;
	top: 25px;
	right: 340px;
	padding: 0;
}

#main-nav ul {
	list-style: none;
}

#main-nav ul li {
	float: left;
	margin: 0	0	0	15px;
	padding-left: 0;
	font-size: 18px;
	font-weight: bold;
	text-shadow: #666 1px 1px 1px;
}

#main-nav a {
	display: block;
	padding: 2px 5px 6px;
}

#main-nav li.current-menu-item {
	background:url(style/img/main-nav-bg-right.png) no-repeat right top;
}

#main-nav li.current-menu-item a {
	background:url(style/img/main-nav-bg-left.png) no-repeat left top;
}

#main-nav a:link {
		color: #fff;
	}      /* unvisited link */
#main-nav a:visited {
		color: #fff;
	}  /* visited link */
#main-nav a:hover {
	background:url(style/img/main-nav-bg-left.png) no-repeat left top;
	}  /* mouse over link */
#main-nav li:hover {
	background:url(style/img/main-nav-bg-right.png) no-repeat right top;

}
#main-nav a:active {
		color: #b8e7ff;
	}  /* selected link */


#cc-logos {
	position: absolute;
	top: 5px;
	right: 4px;
	padding: 0;
}

#phone-header {
	position: absolute;
	top: 5px;
	right: 108px;
	padding: 0;
}



#feature-banner {
	height: 360px;
	background: #fff url(style/img/feature-banner-bg.png) repeat-x;
}

#feature-banner div.content {
	background: url(style/img/without-with-staydry.jpg) no-repeat 305px 35px;
	height: 360px;
	margin: 0 auto;
	width: 810px;
	color: #0a6626;
}

#feature-banner .header {
	margin-top: 20px;
	margin-left: 10px;
}

#feature-banner .sub-header {
	margin-top: 14px;
	margin-left: 20px;
}

#feature-banner ul {
	width: 250px;
	margin-left: 30px;
	margin-top: 20px;
}

#feature-banner li {
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 18px;
	width: 180px;
	font-size: 15px;
	font-weight: bold;
	background: url(style/img/check.png) no-repeat 0 0;
}

#learn-how-button {
	margin-top: 10px;
	margin-left: 51px;
}


#breadcrumbs .content {
	padding: 5px;
	width: 950px;
	color: #999;
}

#breadcrumbs a {
	font-weight: normal;
}

#featured-products {
	height: 250px;
	background: #364f5a url(style/img/featured-products-bg.png) repeat-x;
	color: #fff;
	font-weight: normal;
	text-shadow: #222 1px 1px 1px;
}

#featured-products .block {
    margin-bottom: 0px;
    height: 111px;
    overflow: hidden;
}

#featured-products .product {
	position: relative;
}

#featured-products img {
	float: left;
	border: 1px solid #fff;
	margin-right: 10px;
}

#featured-products h3 {
	clear: none;
	padding: 0 0 5px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
}

#featured-products .prod-desc p {
	color: #eee;
	font-weight: lighter;
	font-size: 15px;
	line-height: 18px;
}

#featured-products a.block-link {
	height: 130px; /* needed for IE 6 to display the a at the full height */
}


#how-it-works {
	background: #364f5a url(style/img/dark-row-bg.png) bottom repeat-x;
	color: #fff;
	text-shadow: #222 1px 1px 1px;
}

#how-it-works img {
	border: 1px solid #fff;
	margin: 9px;
}

#how-it-works p, #how-it-works h3 {
	margin: 10px;
	color: #fff;
}

#how-it-works h3 {
	font-weight: bold;
}

#how-it-works a {
	color: #80d0ff;
}


.additional-product-info {
	
}

.additional-product-info img {
	border: 1px solid #666;
	margin: 9px;
}


.additional-product-info h2, .additional-product-info p, .additional-product-info h3, .additional-product-info h4, .additional-product-info table,
.additional-product-info ul {
	margin: 10px;
}


.customers {
    padding-bottom: 20px;
    padding-top: 10px;
}

.customers h3 {
    border-bottom: 1px #999 solid;
    margin: 10px;
}

.customers h4 {
    margin: 10px;
    margin-bottom: 20px;
}

.customers ul{
    list-style: disc;
    margin: 10px 10px 40px;
}

.customers li {
    color: #005060;
    margin-left: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}

#easy-to-install {
	background: #364f5a url(style/img/dark-row-bg.png) bottom repeat-x;
	color: #fff;
	text-shadow: #222 1px 1px 1px;
}

#easy-to-install img {
	border: 1px solid #fff;
	margin: 9px;
}

#easy-to-install p, #easy-to-install h2, #easy-to-install h3 {
	margin: 10px;
	color: #fff;
}

#easy-to-install h3 {
	font-weight: bold;
}

#easy-to-install a {
	color: #80d0ff;
}



/* this is for generic rows that have blocks of content */
.content-block-row .column h3, .content-block-row .column p {
    margin: 10px;
}

.content-block-row .column td {
    padding: 10px;
}

.content-block-row .column tr {
    border-bottom: 1px solid #999;
}

.content-block-row .column table {
    border-top: 1px solid #999;
    width: 80%;
    margin: 20px auto;
}

.content-block-row img {
	border: 1px solid #666;
	margin: 9px;
}





#markets {
	background: #fff url(style/img/feature-banner-bg.png) repeat-x bottom;
}

#markets .column {
	padding: 20px;
}

#markets .one-half {
	width: 440px;
}

#markets .inner-column {
	
}

#markets .inner-quarter {
	width: 215px;
}

#markets h3 {
	font-weight: bold;
		text-shadow: #ccc 1px 1px 1px;
}

#markets h3, #markets p {
	margin-bottom: 20px;
}

#markets h3 {
	border-bottom: 1px solid #aaa;
}

#markets img {
		border: 1px solid #999;
		margin-bottom: 10px;
}

#markets .bulk-order {
    margin: 0 auto;
    text-align: center;
    clear: both;
    padding: 20px;
}

.bulk-order .button {
    width: 200px;
    margin: 0 auto;
}

#markets .bulk-order .button h3 {
    margin-bottom: 0;
    border-bottom: 0;
}

.bulk-order .button a {
    color: #fff;
    text-shadow: #666 1px 1px 1px;
}


#page-header .content {
	width: 820px;
}

#page-header h2 {
    margin: 10px;
}

h3.side-header {
    margin: 10px;
}

.landing-page-text p {
    font-size: 18px;
    line-height: 1.5;
}

.landing-page-text h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.landing-page-text {
    margin-bottom: 40px;
}

.heading-block {
	margin: 10px;
}

div.page {
	width: 800px;
}


div.two-thirds div.page {
    width: 600px;
    padding: 10px;
}

.entry-content p {
    margin: 20px;
    font-size: 18px;
}


.main-image {
    float: right;
    margin: 0 0 20px 20px;
}


#container {
	padding-bottom: 40px;
}

#container .one-half {
	width: 380px;
}

.heading-block {
	border-bottom: 1px #999 solid;
}


#container .product {
	position: relative;
	height: 160px;
}

#container img {
	margin-top: 0;
	margin: 10px;
}

#container h2 {
	clear: none;
	padding-bottom: 5px;
	font-weight: bold;
	text-shadow:  #ccc 0px 1px 0px;
}

#container .product h3 {
   	margin: 10px;
}

#container .product .prod-desc {
   	margin: 10px;
   	width: 220px;
}


#container .prod-desc {
	color: #333;
	font-weight: lighter;
	font-size: 15px;
}


#contact-form input, #contact-form textarea {
	border: 1px solid #999;
	padding: 5px;
	width: 368px;
	font-size: 15px;
}

#contact-form .button {
	background:url(style/img/button-bg-right.png) no-repeat right top;
	padding: 0;
	text-align: center;
	display: block;
	width: 120px;
}

#contact-form .button input {
	text-align: center;
	border: 0;
	padding: 2px 5px 6px;
	font-size: 18px;
	display: block;
	background:url(style/img/button-bg-left.png) no-repeat left top;
	width: 120px;
	color: #fff;
	text-shadow: #666 1px 1px 1px;
	cursor: pointer;
}

#contact-form .captcha {
    margin: 10px 0;
}

#contact-form .captcha-73 {
    
}

#contact-form .captcha-73 input {
    width: 80px;
    margin: 0;
}


#contact-form .wpcf7-captcha-captcha-73 {
    margin: 0;
}

#non-footer {
    position: relative;
    z-index: 0;
/*	background: #fff url(style/img/feature-banner-bg.png) repeat-x; 
	background-position: bottom; */
	background: #fff;
}

#product .content {
	width: 820px;
}

.prod-main {
	width: 500px;
	padding: 0;
}

.prod-side {
	width: 300px;
	padding: 0;
}

.prod-side h3 {
	font-weight: normal;
	margin-bottom: 10px;
	color: #000;
}


.order-form-large {
	background: #f0e9d5;
	border: 1px #999 solid;
	padding: 10px;
	margin-bottom: 20px;
}

.form-row {
	overflow: hidden;
	margin-bottom: 5px;
}

.side-right-col {
	float: left;
	width: 120px;
}

.side-left-col {
	float: left;
	width: 80px;
}



/* Block with rounded corners */

.round-corners .header-wrap {
	padding-left: 10px;
	background: url(style/img/light-blue-block-head-left.png) no-repeat left top;
	border-bottom: 1px solid #558eab;
}
.round-corners .header-content {
	background: transparent url(style/img/light-blue-block-head-right.png) no-repeat right top;
	overflow: hidden;
	padding: 10px 11px 10px 0;
}
.round-corners .body-wrap {
	padding-left: 10px;
	background:url(style/img/light-blue-block-body-left.png) no-repeat left bottom;
 	overflow: hidden;
}
.round-corners .body-content {
	background:url(style/img/light-blue-block-body-right.png) no-repeat right bottom;
	padding: 10px 1px 11px 0;
 	overflow: hidden;	
}

.block {
	margin: 10px 10px 20px;
}

.block-row {
	overflow: hidden;
	position: relative;
	width: 270px;
}





/* small rounded box styles */

.small-rounded-box {
	width: 80px;
	overflow: hidden;
}

.small-rounded-box .small-header-wrap {
	padding-left: 10px;
	background: url(style/img/white-rounded-header-left.png) no-repeat left top;
	overflow: hidden;
}

.small-rounded-box .small-header-content {
	background: url(style/img/white-rounded-header-right.png) no-repeat right top;
	height: 10px;
	overflow: hidden;	
}

.small-rounded-box .small-body-wrap {
	padding-left: 10px;
	background: white;
}

.small-rounded-box .small-body-content {
}

.small-rounded-box .small-footer-wrap {
	padding-left: 10px;
	background: url(style/img/white-rounded-footer-left.png) no-repeat left bottom;

}

.small-rounded-box .small-footer-content {
	background: url(style/img/white-rounded-footer-right.png) no-repeat right bottom;
	height: 10px;
}






/* inset box */

.inset-box {
	overflow: hidden;
}

.inset-box .inset-header-wrap {
	padding-left: 10px;
	background: url(style/img/inset-top-left.png) no-repeat left top;
	overflow: hidden;
}

.inset-box .inset-header-content {
	background: url(style/img/inset-top-right.png) no-repeat right top;
	height: 10px;
	overflow: hidden;	
}

.inset-box .inset-body-wrap {
	padding-left: 10px;
	background: url(style/img/inset-body-left.png) no-repeat left bottom;
}

.inset-box .inset-body-content {
	background: url(style/img/inset-body-right.png) no-repeat right bottom;
	padding: 0 10px 10px 0;
	overflow: hidden;
	position: relative;
}






.product-option-row {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	width: 60px;
	margin: 0 auto;
}








/* button styles */


.button {
	overflow: hidden;
}

.button-top-wrap {
	padding-left: 10px;
	background: url(style/img/green-button-top-left.png) no-repeat top left;
	overflow: hidden;
}
.button-top-content {
	background: url(style/img/green-button-top-right.png) no-repeat top right;
	height: 10px;
	overflow: hidden;
}
.button-body-wrap {
	padding-left: 10px;
	background: url(style/img/green-button-bottom-left.png) no-repeat bottom left;
}
.button-body-content {
	background: url(style/img/green-button-bottom-right.png) no-repeat bottom right;
	overflow: hidden;
	padding: 0 10px 10px 0;
}

.button input {
	border: 0;
	font-size: 18px;
	display: block;
	color: #fff;
	text-shadow: #333 1px 1px 1px;
	cursor: pointer;
	background: transparent;
	margin: 0 auto;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	text-align: center;
}

.button input:active{
	color: #ccc;
}


/* paypal order form elements */

.order-form {
	width: 280px;
	overflow: hidden;
	font-weight: bold;
	color: black;
}

.order-form h3 {
	font-size: 22px;
	margin: 0;
	font-weight: bold;
	color: black;
}

.order-form h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: black;
}

.order-form .product-sub-text {
	margin-bottom: 10px;
	color: black;
}

.order-form .product-options-group-label {
	font-size: 18px;
	margin-bottom: 0px;
	color: black;
}

.order-form .product-option {
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.order-form .product-option .product-option-label {
	font-size: 18px;
	font-weight: bold;
}

.order-form .product-option .product-option-price {
	font-size: 16px;
	font-weight: bold;
}

.order-form .quantity {
 	float: left;
	margin-right: 10px;
	width: 80px;
	overflow: hidden;
	height: 40px;
}

.order-form .quantity input {
	width: 60px;
	height: 20px;
	padding: 10px;
	font-size: 18px;
	background: url(style/img/quantity-bg.png) no-repeat top left;
	border: 0;
}

.order-form .quantity-label {
	font-size: 18px;
	margin: 0;
	color: black;
}

.add-to-cart {
	width: 170px;
 	float: left;
}

.product-note {
	font-size: 14px;
	font-weight: normal;
	font-family: verdana, sans-serif;
	color: #333;
	margin-top: 5px;
}


.product-option-group {
    width: 260px;
}

.product-option-group .option {
    width: 70px;
    padding: 5px;
    float: left;
}


/* package contents */

.package-contents {
	width: 280px;
}

.package-contents td {
	font-weight: normal;
}

.package-contents td {
	padding-right: 10px;
	padding-bottom: 10px;
}

.product-name {
	padding: 10px;
}



.product-info .inset-body-content {
	width: 460px;
}

.product-image img {
	padding: 10px; /* putting this padding on the image and the float on the containing div just for IE6 to see it right */
}

.product-description p, .product-description ul { /* this is again for IE6's double margin bug */ 
	padding:  10px;
}

.product-description p {
	font-size: 18px;
	margin-bottom: 0;
}

.product-description li { 
	background:url(style/img/check2.png) left top no-repeat; 
	padding-left:32px;
	margin-bottom: 10px;
	line-height: 22px;
}


/* blog styles */

.blog-entry-content {
	padding: 10px;
}

.blog-entry-thumbnail {
	width: 110px;
}

.blog-title-excerpt {
	width: 360px;
}

/* blog side nav */

.blog-side-nav h3 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666;
}


/* blog nav */

.blog-nav {
    padding: 10px 10px 20px;
    width: 480px;
    overflow: hidden;
 /*    height: 40px; */
}


.blog-nav .column {
    width: 240px;
    line-height: 1.4;
}

.blog-nav .next {
    text-align: right;
}




/* staydry system page styles */

.img-heading-block {
    margin: 10px 10px 0;
    border-bottom: 0;
}

#water-dam-header .img-heading-block {
    margin-bottom: 5px;
}

.how-it-works-sub-header {
    margin-top: 10px;
    margin-bottom: 10px;
}

.how-it-works-desc ul {
    padding: 10px 30px 0;
}

.how-it-works-desc li { 
	background:url(style/img/check2.png) left top no-repeat; 
	padding-left:32px;
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 18px;
}

.how-it-works-desc p {
    padding: 10px 30px 10px 10px;
    margin-bottom: 0;
    font-size: 18px;
}



#how-it-works-sealer .content-full {
    background: #fff url(style/img/how-it-works-main-sealer.jpg) no-repeat;
    height: 471px;
}


#how-it-works-water-dam .content-full {
    background: #fff url(style/img/how-it-works-main-water-dam.jpg) no-repeat;
    height: 493px;
}

#videos object {
    padding: 10px;
}


/* replacement components order form styles */

#replacement-components-order-form table {
    width: 920px;
}

#replacement-components-order-form tr {
    border-top: 1px solid #666;
}

#replacement-components-order-form tr.first {
    border-top: 0;
}

#replacement-components-order-form td {
    padding: 10px ;
}

#replacement-components-order-form .quantity input {
    padding: 5px;
    font-size:  15px;
}

.product-block h4 {
    color: #336;
    text-shadow: #fff 1px 1px 1px;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}

.product-block .prod-thumb-img {
    width: 110px;
}

.product-block .prod-thumb-img img {
    border: 1px #666 solid;
}

.product-block .prod-block-desc {
    width: 160px;
    margin-left: 10px;
}

.product-block .prod-block-desc p {
    height: 55px;
    line-height: 1.4;
}

.product-block .button {
    text-align: center;
}
.product-block .button a {
    color: #fff;
    text-shadow: #666 1px 1px 1px;
    font-size: 15px;
}

.product-block .header-wrap {
    border: none;
}

.product-block .header-content {
    padding: 0;
    height: 10px;
}

.product-block .body-content {
    padding-top: 0;
    height: 110px;
}


.product-group .img-main {
    padding: 10px;
}




#faq-row p {
    margin: 0 10px 20px;
}

#faq-row img {
    margin: 10px;
}


/* footer styles */

#footer {
	height: 280px;
	background: #000 url(style/img/footer-bg.png) repeat-x;
	color: white;
}



#footer .column {
	width: 280px;
	padding: 20px;
}

#footer .textwidget {
	margin-bottom: 20px;
}

#footer h3 {
	margin-bottom: 5px;
	padding-bottom: 3px ;
	border-bottom: 1px #777 solid;
	text-shadow: #333 1px 1px 1px;
	font-size: 17px;
	color: white;
}

#footer a {
	font-weight: normal;
}

#footer a:link {
	color: #bbb;
	}      /* unvisited link */
#footer a:visited {
	color: #bbb;
	}  /* visited link */
#footer a:hover {
		color: #b8e7ff;
	}  /* mouse over link */
#main-nav a:active {
		color: #b8e7ff;
	}  /* selected link */

#footer li {
	font-size: 13px;
	padding: 5px 0px;
}

#footer li a {
	padding: 3px 0px;
}

#site-info {
	text-align: center;
	padding: 30px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}

#site-info a:link {
	color: #666;
}
#site-info a:visited {
	color: #666;
}
#site-info a:hover {
	color: #b8e7ff;
}


/* bulk ordering table */
table#bulk-rate-table {
    margin:0 0 18px;
    width:100%;
    border: 1px solid #ddd;
}

table#bulk-rate-table {
    width: 380px;
}



th {
    font-weight:bold;
}

thead th {
    background:#c3d9ff;
}

th, td, caption {
    padding:5px 9px;
}

tr.even td {
    background:#eee;
}

tr.odd td {
    background:#f8f8f8;
}

tfoot {
    font-style:italic;
}

#faq-question-list {
    margin: 20px;
    list-style-type: disc;
}

#faq-question-list li {
    margin: 20px 10px;
}

.faq-post h3 {
    margin-top: 20px;
}

.faq-post p {
    margin: 10px;
    font-size: 15px;
}

.faq-post {
    margin-bottom: 20px;
}

div.wp-caption {
    background: #ddd;
}

.wp-caption .wp-caption-text {
    font-size: 12px;
    font-family: Verdana, sans-serif;
    padding: 5px;
    color: black;
    margin-bottom: 0;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}



#message {
    border-bottom: 1px solid #005d82;
    background: #DB5314;
    color: white;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    text-align: center;
}

#message .content {
    padding: 10px;
}

#close-top-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}

#close-top-bar a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    font-family: arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
}

#top-bar-expand-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 100;
}

#top-bar-expand-button a {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;

    font-family: arial, sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    z-index: 100;
    text-align: center;
    
}

#top-bar-expand-button a:hover {
    text-decoration: none;
}
