/*
Name: Camp Medley
Date: Feb 2010
Author: eh design
URL: www.ehdesign.ca

Feel free to use and modify but please provide credits.
*/

/* Body */
body {
	background: url('img/template/background.jpg');
	background-color: #a28764;
	font: normal 90% ariel,sans-serif;
	padding: 1% 0;
	color: #dfdfdf;
	}

a {color: #b5cb8e;}

a:hover {color: #d1ed95;}

p {
	color: #dfdfdf;
	font: .95em ariel,sans-serif;
	line-height: 1.25em;
	}
ul {
	color: #dfdfdf;
	font: .95em ariel,sans-serif;
	line-height: 1.25em;
}
h3 {
	color: #ffd674;
	font: .95em ariel,sans-serif;
	font-weight: bold;
	}
	
#camp {
	color: #FFF;
}

#maintable {
	border: 0;
	margin: auto;
	}
table.graph{
	color: #dfdfdf;
	font: .95em ariel,sans-serif;
	background-color:#72776e;
	border-color:#dfdfdf;
	border
}
td.lowerfooter{
	color: #FFFFFF;
	font: .85em ariel,sans-serif;
	}
td.lowerfooter a{
	color: #FFFFFF;
	text-decoration: none;
	}
td.lowerfooter a:hover{
	color:#ffe779;
	}
img.body {
	border: none;
	margin: 10px 10px 10px 10px;
	text-align: center;
}
	
	
/* Menu One */
.nav1 {
	height: 34px;
}
.nav1 a {
	font: bold 1em ariel,sans-serif;
	color:#FFFFFF;
	padding: 0 9px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
}
.nav1 a:hover,.nav1 a#active {
	color:#ffe779;
}

/* Menu Two */
.nav2 {
	height: 34px;
}
.nav2 a {
	font: bold .89em ariel,sans-serif;
	color:#dfdfdf;
	padding: 0 9px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
}
.nav2 a:hover,.nav2 a#active {
	color:#ffd674;
}

/* Menu Three - Footer */
.nav3 {
	height: 20px;
}
.nav3 a {
	font: .85em ariel,sans-serif;
	color:#2b333b;
	padding: 0 9px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.nav3 a:hover,.nav3 a#active {
	color:#ffe779;
}

