 /*    
Theme Name: Edge Online
Theme URI: http://online.edgefoundation.org
Description: Theme for Edge Foundation Online. 
Author: Greg Wyckoff 
Author URI: http://www.gregwyckoff.com 
Version: 1.0 
*/ 

body {
	background: url('images/bg_page.jpg') top center no-repeat;
	margin: 0;
}

p {
	padding: 0;
	margin: 0;
}

a, a:active, a:visited {
	color: #5d5d5d;
	text-decoration: underline;
}

a:hover {
	color: black;
}

#container {
	width: 1003px;
	margin: 0 auto;
	position: relative;
}

#top {
	width: 903px;
	background: url('images/bg_top.png') transparent top left repeat-y;
	padding: 0 50px;
}

#footer {
	width: 1003px;
	height: 70px;
	background: url('images/footer_3.png') transparent bottom left no-repeat;
}

#footer_content {
	margin-left: 241px;
	margin-right: 50px;
	border-top: 1px solid #5d5d5d;
	padding-top: 5px;
	padding-left: 20px;
	font: 9px Verdana;
	color: #655e5a;
}

#content_container {
	border-top: 8px solid black;
}

#navigation {
	width: 712px;
	height: 24px;
	margin: -33px 0 3px 191px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	list-style: none;
	list-style-image: none;
	display: inline;
	margin-right: -4px;
	padding: 0;
}

#navigation ul li a {
	padding: 0;
	margin: 0;
	border: none;
}

#navigation ul li img {
	border:none;
	padding: 0;
	margin: 0;
}

#left {
	width: 191px;
	overflow: visible;
	float: left;
}

#main {
	min-height: 523px; 
	border-top: solid black 18px;
	background: url('images/bg_main.jpg') top right repeat-y;
	background-color: #fff;

}

#primary_content {
	min-height: 496px;
	margin-right: 260px;
	margin-left: 210px;
	padding-top: 43px;
	font: 12px Verdana;
	color: #5d5d5d;
	line-height: 20px;
}

#primary_content h1 {
	font: 18px Verdana;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	padding: 0 0 24px 0;	
}

#primary_content h2 {
	font: 16px Verdana;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	padding: 0 0 20px 0;	
}

#primary_content p {
	padding-bottom: 16px;
}


#sidebar {
	width: 203px;
	float: right;
	padding: 14px 17px 4px 17px;
	font: 10px Verdana;
	line-height: 16px;
	color: #000;
}

#sidebar h1 {
	font: 16px Verdana;
	text-transform: uppercase;
	color: #18529e;
	padding: 38px 0 15px 0;
	margin: 0;
}

#sidebar p {
	margin: 0;
	padding: 0;
}

#sidebar ul {
	padding-left: 0;
	margin-top: 0;
}

#sidebar ul li {
	list-style: inside;
}

#clear {
	clear: right;
}

