/*Jenn Parker 
	Final Project - WDV101
	May 5, 2016
The Tree Guy Style Sheet*/

/* Body Style*/


body	{
	background-image: url(../images/wallpaper-resized.jpg);
	background-repeat: no-repeat;
	background-color: #604020;
	background-attachment: fixed;
	background-position: center center;
	color: black;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	}

header {
	color: #ffc266;
	font: 1.6em bold;
	height: auto;
	width: 100%;
	text-shadow: 2px 4px 6px black;
	margin: 0 auto;
	text-align: center;
	margin-top: -4%;
}
	

nav{
	margin: 0 auto;
	line-height: 95%;
	width: auto;

}
nav ul{
	list-style-type: none;
	background-color: #b3e6ff;
	text-decoration: none;

}
nav ul li{
	display: inline;
	width: 100%;
	letter-spacing: 1.5px;
	color:#cc0000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0 .6em;
	
}
nav ul li :hover{
	color: white;
	text-decoration: none;
	font-size: 17px;
	background: #3366ff;

}

a:link{
	background: none; 
	border: none; 
	line-height: 100%;
	text-decoration: none;	
}
a:hover{
	color: #00ff00;
	text-decoration: none;
	background:#333300;
}
 li {
 	font: 1.4em bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 1.6em;
	color: #663300;}
header h2 {
	margin-top: -3%;}

#maincontainer {
	width: 930px;
	margin: 0 auto;
	padding: 2%;
	}

/* Homepage */

.intro {
	background-color: #ffcc66;
	padding: 5px;
	border: 5px ridge #ffcc00;
	width: 85%;
	margin: 3% auto;
	text-align: center;
	font-size: 1.1em;
	line-height: 150%;
	}

img.homepage {
	border: 3px solid #663300;
	border-radius: 18%;
	background-color: #ffcc66;
	padding: 2px;
	overflow: auto;
	}
	
.services {

	float: left;
	margin-top: -3%;
	margin-left: 6%;
	}
.findbob {
	font-size: 1.35em;
	color: #331100;
	font-style: italic;
	float: right;}

/* Videos page */

.videopage {
	font-size: 1.35em;
	color: red;
	background-color: white;
	padding: 5px;
	border: 1px dashed black;
	float: left;
	margin-top: 5%;
	text-align: center;
	}

/* Homeowners Page */

.homeowner {
	font: 1.2em "Arial Black", Gadget, sans-serif;	
	margin-left: 2%;
	}

.homeowner img {
	margin: -4% 2% 4% 0;
	border: 1px solid black;
	}
.homeowner a:link {
	text-decoration: none;
	color: #cc2900;
	border: 1px solid #1a0d00;
	padding: 5px;
	background-color: #ffcc66;
	font-size: 1.3em;
	}
.homeowner h3 {
	clear: both;
	font-size: 1.4em;
	}
.advice {
	background-color: #ffcc66;
	padding: 5px;
	border: 5px ridge #ffcc00;
	width: 85%;
	margin: 3% auto;
	text-align: center;
	font-size: 1.1em;
	line-height: 150%;
	}
.quote {
	background-color: #ffcc66;
	padding: 5px;
	border: 5px ridge #ffcc00;
	width: 85%;
	margin: 3% auto;
	text-align: left;
	font-size: .8em;
	line-height: 150%;
	}	

/*Footer Style*/

footer
{
clear: both;
bottom:0px;
width: 100%;
background-color:#604020;
font-size:1.1em;
color:white;
text-align:center;
}