/*
Lantern Web Design
Main stylesheet
Author: Leah Taylor, Lantern Web Design http://www.lanternwebdesign.co.uk/
Version: 1.0 July 2009
Copyright 2009, All Rights Reserved
*/

/*-------LAYOUT---------------*/

body {
	background-color: #999;
}

#sitewrapper {
	width: 1236px;
	min-height: 805px;
	background-color: #D7D6D4;
	margin: 0 auto;
	position: relative;
}

#nav1 {
	width: 25%;
	height: 100%;
	float: left;
	padding-top: 60px;
}

#content {
	width: 70%;
	margin-left: 25%;
	padding-top: 55px;
	padding-bottom: 5em;
}

#bottom {
	position: absolute;
	bottom: 5px;
	width: 100%;
}

#footer {
	clear: left;
	background-color: #004606;
}

/*----------TYPOGRAPHY----------*/

#nav1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #79AA26;

}

#nav1 li {
	margin-bottom: 1.5em;
	margin-left: 55px;
}

#nav1 li a {
	padding-left: 55px;
}

h1 {
	font-size: 1.8em;
	color: #004606;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 1em;
}

p {
	color: #004606;
	margin-bottom: 0.6em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;

}

#bottom {
	text-align: center;
}

#footer p {
	color: #D7D6D4;
	line-height: 2em;
	margin-bottom: 2px;
	font-size: 1em;
	font-weight:bold;
}

#credits {
	text-align: center;
	font-size: 0.7em;
	height: 1em;
	margin-top: 3px;
}

#credits p {
	line-height: normal;
}

/*------LINKS------*/

#content a:link, #content a:visited, #content a:active, #content a:hover {
	text-decoration: underline;
	color: #004606;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	text-decoration: underline;
	color: #D7D6D4;
}

#credits a:link, #credits a:visited, #credits a:active, #credits a:hover {
	text-decoration: none;
	color: #603;
}

#credits a:hover, #credits a:active {
	text-decoration: underline;
}

#nav1 a:link, #nav1 a:visited {
	color: #79AA26;
	text-decoration: none;
}

#nav1 a:hover, #nav1 a:active {
	color: #79AA26;
	text-decoration: underline;
}

.home #nav1 #home, .about #nav1 #about, .projects #nav1 #projects, .photos #nav1 #photos, .contact #nav1 #contact, .tests #nav1 #tests {
	color: #004606;
	background-image: url(../imgs/marker.gif);
	background-position: left;
	background-repeat: no-repeat;
}