* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	background: #031b12;
	color: #fff;
}

a {
	color: #92cc47;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
#header_container {
	width: 100%;
	height: 81px;
	background: url(../img/header_back.gif) 0 0 repeat-x;
}
#header {
	position: relative;
	width: 960px;
	height: 81px;
	margin: 0 auto;
}
#logo {
	position: absolute;
	top: 20px;
	left: 0;
	width: 253px;
	height: 56px;
}
#logo a {
	display: block;
	width: 100%;
	height: 56px;
	text-indent: -50000px;
	background: url(../img/djangofriendly.gif) 0 0 no-repeat;
}
#navigation {
	margin-top: 25px;
	width: 401px;
	float: right;
	list-style-type: none;
}
#navigation li {
	height: 37px;
	line-height: 37px;
	display: block;
	float: left;
	margin-right: 10px;
	background: url(../img/buttons/button_lightgreen_left.gif) top left no-repeat;
}
#navigation li a {
	font-size: 16px;
	line-height: 16px;
	padding: 10px 15px 11px 15px;
	color: #fff;
}
#navigation li#nav_accounts {
	width: 240px;
	margin-right: 0;
}
.navbutton {
	display: block;
	float: left;
	background: url(../img/buttons/button_lightgreen_right.gif) top right no-repeat;
}
#navigation li#nav_accounts .navbutton {
	position: relative;
}
#navigation li#nav_accounts a {
	display: inline;
	padding: 0;
}
#navigation li#nav_accounts.logged_in a {
	display: block;
	padding: 10px 0 11px 0;
	height: 16px;
}
#nav_accounts .navbutton {
	padding-left: 15px;
	width: 240px;
}
#navigation.active_hosts li#nav_hosts,
#navigation.active_about li#nav_about,
#navigation.active_accounts li#nav_accounts {
	background-image: url(../img/buttons/button_darkgreen_left.gif);
}
#navigation.active_hosts li#nav_hosts .navbutton,
#navigation.active_about li#nav_about .navbutton,
#navigation.active_accounts li#nav_accounts .navbutton {
	background-image: url(../img/buttons/button_darkgreen_right.gif);
}
#nonsemantic_wrapper_outer {
	padding-bottom: 40px;
	border-bottom: #fff solid 1px;
	background: url(../img/noise.jpg) 0 0 repeat;
}
#nonsemantic_wrapper_inner {
	background: url(../img/noise_gradient.jpg) 0 0 repeat-x;
}
#nav_logout {
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 37px;
	border-left: #5a8732 solid 1px;
	text-align: center;
}
#container {
	width: 960px;
	margin: 0 auto;
}
#content {
	float: left;
	width: 710px;
}
.host {
	position: relative;
	padding: 30px 0 10px 0;
	border-bottom: #264a26 solid 1px;
}
.host_detail {
	padding-left: 120px;
	border: none;
}
h2, h2 a {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
}
.host_link {
	display: block;
	width: 270px;
	float: left;
	margin-left: 120px;
}
.host_link h3 {
	margin-top: 12px;
	font-size: 18px;
	line-height: 20px;
	color: #3a632a;
	font-weight: normal;
}
.host_link:hover h3 {
	color: #92cc47;
}
.host_link:hover {
	text-decoration: none;
}
dl.meta {
	width: 310px;
	float: left;
	margin-top: 5px;
	margin-bottom: 20px;
	list-style-type: none;
}
dl.meta dt {
	font-size: 14px;
	line-height: 15px;
	color: #395e26;
}

dl.meta dd a {
	color: #92cc47;
}
dl.meta dd a:hover {
	text-decoration: underline;
}
dl.meta dt {
	float: left;
	clear: left;
	list-style-type: none;
	margin-bottom: 5px;
}
dl.meta dd {
	float: left;
	padding-left: 11px;
	margin-left: 7px;
	font-size: 14px;
	line-height: 15px;
	background: url(../img/arrow_right_orange.gif) 0 50% no-repeat;
}
.ballot_container {
	position: absolute;
	top: 30px;
	left: 0;
	width: 64px;
	height: 96px;
}
.calltoaction {
	margin-top: 10px;
	color: #3A632A;
}
h2 span.edit a {
	color: #92CC47;
}
h2 span.edit a:hover {
	color: #fff;
}
/* BALLOT */
.ballot {
	margin-top: -5px;
	position: relative;
	width: 64px;
	height: 96px;
	background: url(../img/ballot_back.gif) 0 16px no-repeat;
}
.score {
	position: absolute;
	top: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	width: 64px;
	text-align: center;
	letter-spacing: -.5px;
}
.total {
	position: absolute;
	top: 55px;
	width: 64px;
	text-align: center;
	font-size: 10px;
	color: #92cc47;
}
.vote_down, .vote_up {
	display: block;
	position: absolute;
	left: 16px;
	width: 32px;
	height: 23px;
}
.vote_down, .vote_up input {
	width: 32px;
	height: 23px;
}
.vote_up {
	top: 0;
}
.vote_down {
	bottom: 0;
}
.vote_up:hover, .vote_down:hover {
	background-position: right top;
}


.description {
	clear: both;
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.description p {
	margin-bottom: 20px;
}
.description ul li {
	line-height: 20px;
	margin-left: 15px;
	padding-left: 5px;
}
/* SIDEBAR */
#sidebar {
	float: right;
	width: 220px;
	margin-top: 25px;
}
#sidebar h3 {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	line-height: 30px;
	border-bottom: #27471f solid 1px;
}
#sidebar ul {
	list-style-type: none;
	margin-bottom: 25px;
}
#sidebar ul li {
	font-size: 13px;
	line-height: 15px;
	padding: 7px 0 7px 16px;
	border-bottom: #264a26 solid 1px;
	background: url(../img/arrow_right_orange.gif) 1px 10px no-repeat;
}
#sidebar ul li.add {
	background-image: url(../img/plus.gif);
	background-position: 0 10px;
}
#sidebar ul li a {
	color: #92cc47;
}
#sidebar ul li a:hover {
	text-decoration: none;
	color: #FFF;
}
#sidebar ul li.active a {
	color: #fff;
}
#sidebar ul li ul {
	margin-bottom: 0;
}
#sidebar ul li ul li {
	border: none;
}
#sidebar ul li select {
	width: 200px;
}
.content_area {
	width: 100%;
	margin-top: 20px;
}
/* FORMS */
.account_form {
	width: 355px;
	float: left;
	position: relative;
	margin-top: 20px;
}
.account_form h2, .content_area h2 {
	margin-bottom: 30px;
}
label {
	display: block;
	font-size: 14px;
	color: #b25603;
	line-height: 14px;
	margin-bottom: 5px;
}
input[type="text"], input[type="password"] {
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
	width: 240px;
	text-indent: 15px;
	font-size: 14px;
	padding: 6px 0;
	border: #89c144 solid 1px;
	background: #092e20;
}
select {
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
}
select[multiple="multiple"] {
	padding: 5px;
}
textarea {
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	padding: 10px 15px;
	border: #89c144 solid 1px;
	background: #092e20;
}
.button {
	margin-top: 40px;
	display: block;
}
.error {
	color: #fff;
	font-style: italic;
}
/* COMMENTS */
#comments {
	margin: 0 0 20px 120px;
}
#comments h3 {
	color: #b25603;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 10px;
	
}
#comments a {
	color: #92cc47;
	text-decoration: none;
}
#comments a:hover {
	text-decoration: underline;
}
.comment {
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: url(../img/quote_left.gif) 0 25px no-repeat;
}
.comment h4 {
	color: #92cc47;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.secondary {
	color: #395e26;
	font-weight: normal;
	margin-left: 6px;
	padding-left: 12px;
	background: url(../img/arrow_right_orange.gif) 0 3px no-repeat;
}
.comment_comment {
	margin-left: 45px;
	font-size: 14px;
	line-height: 15px;
}
.comment_comment p {
	margin-bottom: 15px;
}
.comment_comment ul, .comment_comment ol {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
	padding-left: 30px;
}
.username {
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 20px;
}
/* FOOTER */
#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}
#footer p {
	margin-top: 20px;
	text-align: right;
	font-size: 12px;
	color: #395E26;
	letter-spacing: 1px;
}
/* DIALOG BOX */
#dialog a {
	font-weight: bold;
	color: #4ba61f;
	text-decoration: none;
}
#dialog a:hover {
	color: #b25603;
}