/*
Theme Name: Blue Pine Construction
Theme URI: http://www.bluepineconstruction.com
Description: Custom WordPress theme for Blue Pine Construction
Version: 1.0
Author: Derek Ashauer, ashwebstudio
*/
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #382a13 url(_images/bg.jpg) center top repeat-x;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table, #wrapcentre ul {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #00588e;
    text-decoration: underline;
}
a:hover, a:active {
    color: #26c7f4;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

img.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
img.alignleft {
	float: right;
	margin: 0 15px 10px 0;
}

/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#top {
	height: 200px;
	overflow: hidden;
	background: transparent url(_images/top.jpg) 0 0 no-repeat;
}
	#top img#logo {
		float: left;
		margin: 43px 0 0 23px;
		display: inline;
	}
	#estimate {
		float: right;
		margin: 80px 42px 0 0;
		display: inline;
		font-size: 16px;
		font-family: Georgia, Times;
		color: #382a13;
	}
		#estimate img {
			vertical-align: middle;
		}
		
	#menu {
		margin: 161px 35px 0 35px;
	}
		#menu li {
			display: inline;
			list-style: none;
			line-height: 38px;
			height: 38px;
			font-family: Georgia;
			font-size: 18px;
			border-left: 1px solid #00c8fa;
			padding-left: 18px;
			margin-left: 18px;
		}
			#menu li.page-item-3 {
				padding: 0;
				margin: 0;
				border: none;
			}
		#menu a:link, #menu a:visited {
			color: #FFF;
			text-decoration: none;
		}
		#menu a:hover, #menu a:active {
			color: #00bdf2;
		}

#main {
	background: #FFF url(_images/main-top.gif) 0 0 no-repeat;
}
#main-bottom {
	background: transparent url(_images/main-bottom.gif) left bottom no-repeat;
	padding: 40px;
}

#content {
	width: 515px;
	float: left;
	padding: 0 35px 0 0;
	background: transparent url(_images/divider.gif) right top repeat-y;
}
	#content li {
		margin-left: 25px;
	}
	#content h2, #side h2 {
		font-size: 24px;
		line-height: 24px;
		color: #00588e;
		font-weight: normal;
		font-family: Georgia;
	}
	#content h3 {
		font-size: 16px;
		font-weight: normal;
		margin: 0 0 5px 0;
	}
	
	.gallery-item a:link img, .gallery-item a:visited img {
		border: 2px solid #00588e;
		padding: 0;
	}
	.gallery-item a:hover img, .gallery-item a:active img {
		border: 2px solid #25c7f4;
	}

#side {
	width: 230px;
	float: right;
}
		
/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#banner {
	background: transparent url(_images/banner2.jpg) right top no-repeat;
	padding: 0 0 30px 0;
}
	#banner-content {
		width: 390px;
		padding: 40px 0 0 45px;
		float: left;
	}
	#banner h1 {
		color: #FFF;
		font-family: Georgia;
		font-size: 28px;
		line-height: 28px;
		font-weight: normal;
	}
	#banner p {
		color: #FFF;
		font-size: 13px;
		line-height: 18px;
	}
	#banner a {
		color: #FFF;
	}
	
	#slideshow {
		margin: 0 0 0 504px;
	}
		#slideshow img {
			width: 328px;
			height: 217px;
			margin: 19px 0 0 0;
		}

.intro {
	background: transparent url(_images/tree.gif) 0 0 no-repeat;
	padding: 0 0 0 70px;
	margin: 0 0 25px 0;
}

#content img.tree {
	float: left;
	margin: 0 15px 15px 0;
	display: inline;
}

.quote {
	margin: 20px 0 0 0;
	font-family: Georgia;
	color: #382a13;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 5px 0;
}

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#header {
	padding: 50px 0 30px 40px;
}
	#header h1 {
		font-family: Georgia;
		font-size: 38px;
		color: #FFF;
		font-weight: normal;
	}

.project {
	margin: 0 0 25px 0;
}
	.project img {
		float: left;
	}
	.project h2, .project p {
		margin-left: 225px;
	}

.submenu li {
	border-bottom: 1px solid #beb9b2;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	list-style: none;
}
	.submenu li a {
		text-decoration: none;
	}

.testimonial {
	border-top: 1px solid #beb9b2;
	padding: 15px 0 0 0;
	margin: 0 0 25px 0;
}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	text-align: center;
	margin: 25px 0 0 0;
}
#footer, #footer p, #footer li, #footer a {
	font-size: 11px;
	color: #FFF;
}
#footer li {
	list-style: none;
	padding: 0 5px;
	display: inline;
}
	