/*  
Theme Name: Appleseed
Theme URI: http://www.appleseedvt.com/
Description: Custom Theme
Version: 1.0
Author: Scott Beyer
Author URI: http://www.appleseedvt.com/
*/

body { 
	padding-left: 0; 
	padding-bottom: 30px; 
	padding-right: 0; 
	padding-top: 0; 
	text-align: center; 
	background-color: #ffe794; 
	color: #4e4334; 
	font-size: 75%; 
	margin: 0; 
	font-family: "Lucida Grande", verdana, "Trebuchet MS", Geneva, Arial, sans-serif ; 
	font-style: normal; 
	background-image: url(images/wood.jpg); 
	background-repeat: repeat; 
	background-position: -50px -200px;
}

/*Basic Layout*/

#container { 
	margin-right: auto; 
	margin-left: auto; 
	text-align: left; 
	margin-bottom: 0px; 
	margin-top: 30px; 
	background-color: #92c261; 
	position: relative; 
	width: 900px; 
	height: auto; 
	padding: 0; 
	border: solid 1px #5d2914; 
}

#logo { 
	background-color: white; 
	background-image: url(images/logo.gif); 
	background-repeat: no-repeat; 
	position: relative; 
	width: 900px; 
	height: 70px; 
	cursor: pointer;
}

#logo a { 
	width: 100%; 
	height: 70px; 
	margin: 0; 
	padding: 0; 
	display: block; 
}

#banner { 
	background-position: left top; 
	background-repeat: no-repeat; 
	background-image: url(images/banner.jpg); 
	margin: 0px; 
	padding: 0px; 
	background-color: white; 
	position: relative; 
	width: 900px; 
	height: 115px; 
}

#banner-large { 
	background-position: left top; 
	background-repeat: no-repeat; 
	background-image: url(images/banner-large.jpg);            
	height: 295px;
	margin: 0px; 
	padding: 0px; 
	background-color: white; 
	position: relative; 
	width: 900px; 
	display: none;
}

#print-header {
	display: none;
}

#contact-form { 
	background-position: left top; 
	background-repeat: no-repeat; 
	background-image: url(images/banner-white.jpg);            
	height: 295px;
	display: none;
	padding-right: 0px;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	margin: 0; 
	overflow: hidden;
}




/*Main Area*/

.col-wrapper {
	width: 870px;
	background-color: white;
	padding-right: 0px;
	padding-left: 30px;
	padding-bottom: 10px;
	position: relative;
	padding-top: 25px;
}

.col1 {
	display: inline;
	padding-bottom: 20px;
	background-image: url(images/separator-large.gif);
	background-repeat: no-repeat;
	float: left;
	width: 840px;
}

.col2 {
	display: inline;
	padding-bottom: 20px;
	background-image: url(images/separator-med.gif);
	background-repeat: no-repeat;
	float: left;
	width: 550px;
}

.col3 {
	display: inline;
	padding-bottom: 20px;
	background-image: url(images/separator-small.gif);
	background-repeat: no-repeat;
	float: left;
	width: 260px;
}

.col-pad{
	height: 30px;
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;
	width: 25px;
}

.no-background{
	background-image: none!important;
}

.main a{
	text-decoration: none;
	color: maroon;
	font-weight: bold;
}

.main a:hover{
	text-decoration: underline;
	color: maroon;
}

.main h1 a{
	text-decoration: none;
	color: maroon;
	font-weight: normal;
}



.main h1 { 
	padding-left: 30px; 
	padding-bottom: 0; 
	padding-right: 0; 
	padding-top: 0; 
	line-height: 30px; 
	height: 30px; 
	background-position: left center; 
	background-image: url(images/asterisk.gif); 
	background-repeat: no-repeat; 
	clear: both; 
	color: maroon; 
	font-size: 1.8em; 
	font-family: "Times New Roman", Times, serif; font-weight: normal; 
	text-transform: capitalize; 
	letter-spacing: -0.04em; 
	margin: 0.5em 0; 
}

.main h2 { 
	font-style: normal; 
	font-weight: normal; 
	color: #607e41; 
	text-transform: capitalize; 
	margin-left: 0px; 
	margin-bottom: 0em; 
	margin-right: 0px; 
	margin-top: 1em; 
	font-size: 1.3em; 
	line-height: 1.4em; 
	text-align: left; 
	padding: 0; 
}

.main h3 { 
	text-transform: capitalize; 
	margin-left: 0px; 
	margin-bottom: 0em; 
	margin-right: 0px; 
	margin-top: 1em; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1.4em; 
	text-align: left; 
	padding: 0; 
}

.main h4 { 
	text-transform: capitalize; 
	margin-left: 0px; 
	margin-bottom: 0em; 
	margin-right: 0px; 
	margin-top: 1em; 
	font-weight: bold; 
	font-size: 1em; 
	text-align: left; 
	padding: 0; 
}

.main h5 { 
	text-transform: capitalize; 
	margin-left: 0px; 
	margin-bottom: 0em; 
	margin-right: 0px; 
	margin-top: 0em; 
	font-weight: bold; 
	font-size: .9em; 
	text-align: right; 
	padding: 0; 
}


.main img {
}

.main p { 
	margin-left: 0px; 
	margin-bottom: 0.6em; 
	margin-right: 0px; 
	margin-top: 0.6em; 
	font-size: 1em; 
	line-height: 1.4em; 
	text-align: left; 
	padding: 0; 
}

.main li { 
	margin-bottom: 1em; 
}

.main small { 
	font-size: 0.8em; 
}

.col3 ul{
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 1em;
	margin-right: 0px;
	margin-top: 1em;
}

.col3 ul li{
	font-size: 0.95em;
	margin-left: 0px;
	margin-bottom: 0.5em;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
}




/*Images*/

.col3 img, .img-border{
	border-color: #e4e4e4;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	margin-bottom: 10px;
}

.photo-slideshow {
	margin-bottom: 2em;
	height: 200px;
}

.photo-slideshow .slide, .portfolio-slideshow .slide {
	display: none;
}

.photo-slideshow .first, .portfolio-slideshow .first {
	display: block;
}

div.thumbnail{
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 0px;
	background-position: center center;
	height: 180px;
	width: 260px;
}

div.thumbnail a{
	border-style: solid;
	border-color: #acacac;
	border-width: 1px;
	display: block;
	height: 178px;
	width: 258px;
}

div.thumbnail a:hover{
	border-color: #800000;
	border-style: solid;
	border-width: 2px;
	display: block;
	height: 176px;
	width: 256px;
	text-decoration: none!important;
}

div.thumbnail a span{
	display: none;
}

#portfolio-slideshow{
}

.alignleft { 
	margin-left: 0px; 
	margin-bottom: 5px; 
	margin-right: 10px; 
	margin-top: 0px; 
	float: left; 
}

.alignright { 
	margin-left: 10px; 
	margin-bottom: 5px; 
	margin-right: 0px; 
	margin-top: 0px; 
	float: right; 
}

.no-border{
	border-style: none!important;
	border-width: 0px!important;
}


/*Menu*/

#menu { background-color: #92c261; display: block; margin: 0; padding: 0; width: 100%; height: auto; }

#logo a span { display: none; }
#menu ul { background-color: #92c261; float: right; white-space: nowrap; list-style-type: none; display: block; margin: 0; padding: 0; }
.menu li { float: left; margin: 0; padding: 0; display: inline; }
.menu a { color: #333333; font-size: 0.9em !important; font-weight: bold; background-color: #92c261; text-decoration:none; position: relative; float: left; margin: 0; padding: 5px 15px; border-bottom: 1px solid #92c261; }
.menu a em { display: none; }
.menu a:hover { background-color: #aed586; border-bottom: 1px solid #aed586; }
.menu .selected a, .menu .selected a:hover {  }
.menu .selected a em { overflow:hidden; position:absolute; left: 50%; bottom: -1px; width: 0; height: 0; margin-left: -4px; border-color: #fff #92c261; border-style: none solid solid; border-width: 0 4px 4px; display: block; }
.menu .selected a:hover em { overflow: hidden; border-color: #fff #aed586; border-style: none solid solid; border-width: 0 4px 4px; }
/*Blockquotes*/
  blockquote { position: relative; margin: 0; padding: 0; display: block; }
blockquote em { background-repeat: no-repeat; position: absolute; width: 24px; height: 16px; margin: 0; padding: 0; display: block; }
 .client-quote .source { font-size: 0.9em; font-style: italic; }


/*Footer*/

#contact { 
	margin-right: 30px; 
	padding: 0.5em; 
}

#footer { 
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-right: 0px; 
	padding-top: 10px; 
	clear: both; 
	background-color: white; 
	font-size: 0.9em; 
	margin: 0; 
	width: 100%; 
}

#footer p{
	text-align: center; 
}

#footer a, #contact a {
	text-decoration: none; 
	color: #4e4334;
}

#footer a:hover {
	text-decoration: underline; 
	color: #80000;
}


/*Misc*/

.client-quote { background-image: url(images/quotes.gif); background-position: right top; background-repeat: no-repeat; }
.client-quote-page {margin-bottom: 2em;}
.clear-right { clear: right; }
.clear { clear: both; }
#contact-button-close {display: none;  }
#contact-button-close a { background-color: #aed586; }
.slideshow { display: none; }
.print-only { display: none; }
.qp_counter {margin:  10px;}
a.qp_disabled {color: #888;}
a:hover.qp_disabled {text-decoration: none; color: #888; cursor:text}
.meta {display: block;}


/*MSIE Win 5.5,6 Hacks\*/
* html .menu .selected a em, * html .menu .selected a:hover em { display: none; }
/*End MSIE Hacks*/