body {
	background: #000000;
	margin: 0;
	font-family: Tahoma, Arial, Verdana, Courier New, serif;
	font-size: 12px;
	line-height: 19px;
	color: #030D07;
}

a { text-decoration: none; color: yellow }
a:hover { text-decoration: none; color: #59A40E; }

.section-admin a {
	color: #324F31;
	}

#site-slogan {
	font-family:"Monotype Corsiva",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:bold;
	left:589px;
	position:relative;
	top:160px;
}

#header-inner {
	width: 919px;
	height: 360px;
	background: url("images/header.jpg") top no-repeat;
}

#page-inner {
	width: 919px;
	background-color: #668f65;
}

#content-inner {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}

#main {
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
	background-position: 200px top;
}

#sidebar-left {
	width: 185px;
	margin-left: 20px;
	color: #ffffff;
	margin-right: 0px;
	padding-bottom: 15px;
}

#page { width: 919px; }

#content, .no-sidebars #content {
	float: left;
	width: 919px;
	margin-left: 0pt;
	margin-right: -919px;
	padding: 0px;
	padding-bottom: 15px;
}

.no-sidebars #content {
	background-color: #668f65;
}

.one-sidebar #content {
	width: 719px;
	padding-bottom: 15px;
}

#admin-nav {
	position: absolute;
	background-color: #66aa77;
	border: 2px solid #005511;
	padding: 5px;
	z-index: 1000;
	margin: 5px;
}
#admin-nav a:hover { color: #334026; text-decoration: underline; }
#admin-nav a { text-decoration: none; padding: 5px 0 5px 0; color: #f1f1f1; }

#sidebar-left a { text-decoration: none; padding: 5px 0 5px 0; color: #f1f1f1; }
#sidebar-left a:hover { color: #334026; text-decoration: underline; }
#sidebar-left h2 { color: #111111; font-size:16px; }
#sidebar-left ul li {
	list-style-type: circle;
	list-style-image: none;
	list-style-position: outside;
	text-align: left;
	margin: 0 0 0 8px;
	padding: 0;
}


div.block.with-block-editing div.edit { background-color: #999999; }
div.node-inner { padding-bottom: 10px; 
}

h2.title a { color: #222222; }
h2.title a:hover { color: #3B6412; }
#content-inner h2.title { padding-bottom: 10px; border-bottom: 2px solid #84f316; 
}

/* --- Comments --- */

#block-node-0 {
	float: right;
	margin: 5px 15px 0 0;
	}
#comments h3 {
	margin: 0 0 5px 0;
	}
#comments .submitted {
	font-size: 10px;
	}
#comments .comment {
	padding: 10px;
	margin: 0 0 10px 0;
	border: 2px solid #CADFC3;
	}
#comments .comment.even {
	padding: 10px;
	background-image: url(images/white-screen.png);
	}
#comments .comment.odd {
	padding: 10px;
	background-image: url(images/green-screen.png);
	}





