/*  
Theme Name: Pure VT
Theme URI: http://www.unionstreetmedia.com/
Description: Custom theme for Pure Vermont Building Company
Version: 1.0
Author: Scott Nelle
Author URI: http://www.unionstreetmedia.com/

*/

/* =Whitespace reset
-----------------------------------------------
*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img { border: 0; }

a:active { outline: none; }

p,
h3,
h4,
h5,
h6,
ul,
ol { margin-bottom: 19px; }

ul, ol { margin-left: 20px; }

ul ul, ol ol { margin-bottom: 0; }

li { margin-bottom: 4px;}

fieldset {
	border: 1px solid #666;
	padding: 10px;
}

/* =Structure
-----------------------------------------------
*/
#wrapper {
	width: 892px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 266px;
	position: relative;
	z-index: 100;
}

#navbar {
	height: 30px;
	margin: 0;
	list-style: none;
	position: absolute;
	left: 205px;
	top: 236px;
}

#content {
	width: 687px;
	float: right;
}

#main {
	padding: 27px 0 0px 35px;
	min-height: 425px;
	_height: 425px;
}

#frame {
	padding-right: 55px;
	width: 593px;
	position: relative;
	padding-bottom: 15px;
}

#sidebar {
	float: left;
	width: 205px;
	min-height: 452px;
	_height: 452px;
}

#footer {
	clear: both;
	height: 218px;
	position: relative;
}

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
.clear { display: inline-block; }   
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* =Background
-----------------------------------------------
*/
body { background: #fff url('i/body.gif') left top repeat-x; }
#wrapper { background: #000; }
#header { background: transparent url('i/header.jpg') left top no-repeat; }
#main { background: #f0f3e4; }
#footer { background: #000; }

#sidebar { background: #000 url('i/sidebars/home.jpg') left top no-repeat; }
#footerimage { background: transparent url('i/footers/home.jpg') left top no-repeat; }

body.services #sidebar { background-image: url('i/sidebars/services.jpg'); }
body.services #footerimage { background-image: url('i/footers/services.jpg'); }
body.portfolio #sidebar { background-image: url('i/sidebars/portfolio.jpg'); }
body.portfolio #footerimage { background-image: url('i/footers/portfolio.jpg'); }
body.about #sidebar { background-image: url('i/sidebars/about.jpg'); }
body.about #footerimage { background-image: url('i/footers/about.jpg'); }
body.contact #sidebar { background-image: url('i/sidebars/contact.jpg'); }
body.contact #footerimage { background-image: url('i/footers/contact.jpg'); }


/* =Page Imagery
-----------------------------------------------
*/
body.home #sidebar {}
body.home #footerimage {}

/* =Type and colors
-----------------------------------------------
*/
body {
	font: normal 0.75em/1.75 Verdana, sans-serif;
	color: #4d4d4d;
}

h1,
h2,
p,
ul,
ol { margin-bottom: 15px; }

h3,
h4,
h5,
h6,
ul ul,
ol ol { margin-bottom: 0; }

li { margin-bottom: 4px;}

ul, ol { margin-left: 20px; }

a {
	color: #828a2f;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 { font: normal normal 200%/1 Arial, Helvetica, sans-serif; color: #d9531e; }
h2 { font: normal bold 117%/1 Verdana, Arial, Helvetica, sans-serif; color: #d9531e; }
h3 { font: normal normal 108%/1 Verdana, Arial, Helvetica, sans-serif; color: #d9531e; }
h4 { font: normal bold 100%/1 Verdana, sans-serif; }
h5, h6 { font: normal bold 100%/1 Verdana, sans-serif; }

h1.sIFR-replaced {
	margin-bottom: 0;
}

/* =Header
-----------------------------------------------
*/
#logolink {
	position: absolute;
	left: 0;
	top: 96px;
}
/* =Navigation
-----------------------------------------------
*/
#navbar {
	width: 664px;
	height:30px;
	position: relative;
	margin: 0;
	list-style: none;
	z-index: 100;
}

#navbar li {
	position: absolute;
	top: 0px;
}

#navbar a {
	display: block;
	height: 30px;
	background: transparent url('i/navbar.gif') left top no-repeat;
	text-indent: -9999px;
}

#nb1 { width: 103px; left: 0px; }
#nb2 { width: 101px; left: 124px; }
#nb3 { width: 114px; left: 247px; }
#nb4 { width: 78px; left: 382px; }
#nb5 { width: 102px; left: 481px; }

#nb1 a { background-position: -0px -0px; }
#nb2 a { background-position: -124px -0px; }
#nb3 a { background-position: -247px -0px; }
#nb4 a { background-position: -382px -0px; }
#nb5 a { background-position: -481px -0px; }

#nb1 a:hover { background-position: -0px -30px; }
#nb2 a:hover { background-position: -124px -30px; }
#nb3 a:hover { background-position: -247px -30px; }
#nb4 a:hover { background-position: -382px -30px; }
#nb5 a:hover { background-position: -481px -30px; }

/* dropdowns */
#navbar ul {
	background: #d6d9bb;
	border: 1px solid #c6c9ab;
	position: absolute;
	left: -9999px;
	margin: 0;
	padding: 2px 6px;
	list-style: none;
	line-height: 1.8;
}

#navbar li:hover ul,
#navbar li.sfhover ul {
	left: 0px;
	top: 30px;
}

#navbar ul li {
	position: relative;
	border-width: 0;
	white-space: nowrap;
	margin: 0;
	width: auto;
	z-index: 100;
}

* html #navbar li ul li {
	height: 100%;
}

#wrapper #navbar ul li a {
	display: block;
	color: #d9531e;
	padding: 2px 0;
	background: transparent;
	text-indent: -0px;
	height: auto;
}

/* =Content
-----------------------------------------------
*/

/* =Sidebar
-----------------------------------------------
*/

/* =Footer
-----------------------------------------------
*/
#footer {
	color: #fff;
}

#footercontact {
	float: right;
	width: 638px;
	padding-top: 25px;
}

#footer .companyname {
	font: normal normal 1.25em/1 Arial, Helvetica, sans-serf;
}

#footer a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerimage {
	width: 205px;
	height: 218px;
	float: left;
}

#usmtag {
	position: absolute;
	left: 647px;
	top: 180px;
	margin: 0;
}

#leafoverlay {
	display: block;
	width: 81px;
	height: 94px;
	position: absolute;
	left: 170px;
	top: -22px;
	background: transparent url('i/footer-leaf.png') left top no-repeat;
}

/* =Portfolio
-----------------------------------------------
*/
body#portfolio #frame {
	overflow: visible;
	background: transparent url('i/portfoliolabel.gif') left 6px no-repeat;
}

body#portfolio h1 {
	width: 351px;
	margin-left: 120px;
	font-size: 150%;
	padding-top: 5px;
}

#projectthumbnails span.disabled {
	display: none;
}

#portfolionav {
	position: absolute;
	right: 20px;
	top: 10px;
	list-style: none;
	margin: 0;
	padding-left: 57px;
	background: transparent url('i/projectlabel.gif') left top no-repeat;
}

#portfolionav li {
	float: left;
	padding: 1px 4px 0 0;
}

#portfolionav a {
	display: block;
	width: 9px;
	height: 9px;
	float: left;
	text-indent: -9999px;
	background: #e9d3ad;
}

#portfolionav a:hover {
	background: #d9531e;
}

body .tipsy-inner { max-width: 150px; }

#projectphoto {
	background: #000;
	width: 348px;
	height: 280px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 35px;
}

body#portfolio .entrytext {
	width: 260px;
	height: 280px;
	padding-right: 20px;
	overflow: auto;
	position: absolute;
	left: 372px;
	top: 35px;
}

#projectthumbnails {
	position: absolute;
	left: -5px;
	top: 325px;
}

#projectthumbnails img {
	width: 85px;
	height: 85px;
	padding: 0 5px;
}

#projectthumbnails .prev {
	display: block;
	text-indent: -9999px;
	background: #e9d3ad url('i/portfolio-prev.gif') left top no-repeat;
	width: 13px;
	height: 38px;
	position: absolute;
	top: 23px;
	left: -18px;
}

#projectthumbnails .next {
	display: block;
	text-indent: -9999px;
	background: #e9d3ad url('i/portfolio-next.gif') left top no-repeat;
	width: 13px;
	height: 38px;
	position: absolute;
	top: 23px;
	left: 575px;
}

#projectthumbnails .prev:hover,
#projectthumbnails .next:hover {
	cursor: pointer;
}

.projectprevnext a {
	font-size: 11px;
	font-weight: normal;
	color: #d9521d;
	position: absolute;
	top: -18px;
}

.projectprevnext a.prevproject {
	left: 0px;
}

.projectprevnext a.nextproject {
	right: 20px;
}

/* =Wordpress General
-----------------------------------------------
*/
/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
#wordpresscontent .navigation { display: inline-block; }   
#wordpresscontent .navigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html #wordpresscontent .navigation { height: 1%; }
#wordpresscontent .navigation { display: block; }

/* Begin Typography & Colors */
.postmetadata {
	
}

blockquote {
	margin: 10px 0;
	border-left: 10px solid #ccc;
	padding: 0 20px 0 10px 
}
/* End Typography & Colors */

/* Begin Comments*/
li.authorcomment {
	background: #eee;
}
.commentlist cite {
	font-style:normal;
	font-weight: bold;
}
/* End Comments */

/* widget sidebar */
#wp-sidebar {

}
#wp-sidebar ul {
	margin-left: 0px;
}
#wp-sidebar ul ul {
	margin-left: 20px;
	margin-bottom: 1em;
}
li.widget {
	list-style: none;
}
li.widget ul {
	list-style: disc;
}
li.widget ul ul {
	list-style: circle;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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: 9px;
	line-height: 15px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */