/*   
Theme Name: Bridgetown
Theme URI: http://www.bridgetowntreeservice.com
Description: Bridgetown Tree Service
Author: Eric Alfonso
Author URI: http://www.ericalfonso.com
Version: 1
*/

/* CSS Document */

/*
 * Colors:
 * tan: #817827
 * light green: #98c035
 * dark green: #173605
 * yellow/tan: #f3eb9e
 */

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

.clearfix.spacer {
	margin: 0 0 10px 0;
}

article, aside, figure, footer, header, nav, section {
	display: block;
}

body {
	margin: 0;
	padding: 0;
	background: url(../img/background.jpg);
	background-repeat: repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #173605;
	line-height: 15px;
}

img {
	border: none;
}

a {
	color: #817827;
	text-decoration: none;
}

a:hover {
	color: #173605;	
}


ul {
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

#page-wrap {
	position: relative;
	width: 850px;
	margin: 0 auto 25px;
}

#banner-logo {
	position: relative;
	width: 850px;
	height: 142px;
	background: url(../img/BtsBanner.jpg);
}

#home-link {
	position: absolute;
	z-index: 40;
}

#header-contact {
	position: absolute;
	right: 0px;
	color: #f3eb9e;
	font-weight: bold;
	margin: 3px 8px 0 0;
	z-index: 50;
}

#header-contact a {
	color: #f3eb9e;
}

#header-contact a:hover {
	color: #817827;
}

nav {
	position: relative;
	background-color: #98c035;
	height: 28px;
	width: 100%;
	padding: 8px 0 0;
}

nav ul li {
	position: relative;
	display: inline;
	margin: 0 15px;
	font-size: 14px;
	font-weight: bold;
}

nav ul li a {
	color: #173605;
	text-decoration: none;
}

nav ul li a:hover {
	color: #817827;	
}

nav ul li.current-menu-item a {
	color: #817827;	
}

#main-content {
	position: relative;
	background: url(../img/ContentBackground.jpg);
	background-repeat: repeat;
	line-height: 22px;
}

#main-content h1 {
	margin: 0 0 20px 0;
}

#left-content {
	width: 65%;
	padding: 30px;
}

aside {
	width: 25%;
	padding: 30px 10px;
}

footer {
	position: relative;
	background-color: #173605;
	width: 100%;
	min-height: 50px;
}

footer ul li {
	position: relative;
	display: inline;
	margin: 0 3px;
	font-size: 10px;
	font-weight: bold;
}

footer ul li a {
	color: #98c035;
	text-decoration: none;
}

footer ul li a:hover {
	color: #817827;	
}

footer ul li.current-menu-item a {
	color: #817827;	
}

#top-footer {
	height: 10px;
	background-color: #98c035;
}

#footer-nav {
	padding: 10px 0 0 0;
}

#copyright {
	color: #f3eb9e;
	font-size: 10px;
	font-weight: bold;
	padding: 10px 30px 0 0;
}

#copyright a {
	color: #f3eb9e;
	text-decoration: none;
}

#copyright a:hover {
	color: #817827;	
}

.drop-shadow {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;	
}

.drop-shadow-img {
	-moz-box-shadow: -2px 3px 3px #000;
	-webkit-box-shadow: -2px 3px 3px #000;
	box-shadow: -2px 3px 3px #000;
}

.float-img-left {
	margin: 5px 15px 10px 0px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}
