html { height: 100%; }
body { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	text-align: center;
	margin: 0px;
	font-size: 1.0em;
	background: url(/images/body_bg.png) top center repeat-x #5A7C30;
}
p { margin: 0 0 15px 0; }
pre, code { background-color: #eee; font-size: 0.8em; }

/* BUGFIX / BASELINE */
form, div { position: relative; }
.clearer { clear: both; }
br.clearer { font-size: 0.1em; height: 0px; width: 0px;}
.center { text-align: center; }
.strong { font-weight: bold;}
/* LINKS */
a { outline: none !important; }
a:link, a:visited { color: #0c85cc; text-decoration: none; }
a:hover { color: #4fa410; text-decoration: underline; }
a:active {outline: none;}
a[target=_blank] {
	background: url(/images/external.png) no-repeat scroll right center;
	padding: 0 13px 0 0;
}

/* BUTTONS */
a.button {
	background:url("/images/button_bg_left.png") no-repeat 0 0;
	float: left;
	margin: 0 10px 0 0;
}
a.button span {
	padding: 0 6px 0 0;
	margin: 0 0 0 6px;
	height: 100%;
	background:url("/images/button_bg.png") no-repeat right 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	display: block;
	float: left;
	height: 21px;
}

a.button:hover {
	background:url("/images/button_bg_left.png") no-repeat 0 -21px;
	text-decoration: none;
	color: #0a63aa;
	cursor: hand;
}
a.button:hover span {
	background:url("/images/button_bg.png") no-repeat right -21px;
}


/* STEPS */
ol.steps li.step {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	list-style: decimal;
	list-style-position: inside;
	color: #27D;
	-moz-opacity: 0.4; filter: alpha(opacity=40); opacity: 0.4;

}
ol.steps li.step.current { -moz-opacity: 1.0; filter: alpha(opacity=100); opacity: 1.0;}
ol.steps li.one {}
ol.steps li.two {}
ol.steps li.three {}

/* FORMS */
label { font-size: 0.8em; font-weight: bold; color: #5F8232; letter-spacing: 1px;}
#authenticity_token { display: none; }
form p label { display: block; }
form span.error,
form label.error { color: #a33; }t
form .success { color: #3a3; }
form p input[type='text'],
form p input[type='password'],
form p textarea { background-color: #fff; border: 1px solid #aaa;}
form p input[type='submit'] { /* Maybe use an image? */ }
form p input.error,
form p textarea.error { background-color: #ffebf3; border: 2px solid #a33;}
span.one_moment { position: absolute; left:30%; top: 30%; color: #aaa; }

/* HEADINGS */
h1, h2, h3, h4 { font-weight: bold; }
h1 { font-size: 1.7em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; color: #5a7c30; }
h4 { color: #0E8DCD }
h5 { font-size: 0.9em; color: #0E8DCD; }

/* LISTS */
li { margin: 0 0 8px 0;}
li.empty { border: 0px; margin: 0px; height: 0px;}

/* LAYOUT */
div#outer_container {
	position: relative;
	width: 794px;
	text-align: left;
	margin: auto;
}
div#header {
	position: relative;
	height: 95px;
	color: #bbb;
	font-size: 1.1em;
	overflow: hidden;
}
div#main_container{
	margin: 0 0 0 0;
	/* border: 2px solid #98bf2f; */
	background: url(/images/content_bg.png) #fff;
	background-position: bottom;
	background-repeat: repeat-x;
	width: 794px;
}
div#main_content {
	margin: 10px;
	padding-bottom: 40px;
	width: 774px;
	min-height: 350px;
}

div#footer {
	margin: 10px 0 25px 0;
	text-align: center;
	color: #fff;
}
div#footer a {color: #fff; }

/* NAVIGATION */
ul.navigation {
}
ul.navigation li {
	position: relative;
	display: inline;
	margin: 0 8px 0 8px;
}


/* COLUMNS */
div.sidebar {
	position: absolute;
	right: 0px; top: 0px;
	width: 210px;
	overflow: hidden;
	padding: 7px;
	font-size: 0.8em;
}
/*
div.main_column {
	width: 591px;
}
div.sidebar_column {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 314px;
	background-color: #efefef;
	padding-left: 5px;
	float: right;
}
*/
div#sidebar_panel {
	/* top: 102px; */
	top: 0px;
	bottom: 0px;
}
div#sidebar_panel div#current_user_identity {
	margin: 0 0 40px 0;
}
div#sidebar_panel div#current_user_identity span.name {
	position: absolute;
	top: 0px; left: 55px;
	font-size: 1.2em;
}
div.sidebar li.neighbor {
	position: relative;
	display: block;
	margin: 3px;
	padding: 0px;
	height: 30px;
	overflow: hidden;
}
div.sidebar li.neighbor:hover {
	background: #F4F4F4;
}
div.sidebar li.neighbor span.online_status {
	position: absolute;
	top: 9px; left: 0px;
}
div.sidebar li.neighbor a.user_thumbnail {
	position: absolute;
	top: 3px; right: 0px;
}
div.sidebar li.neighbor a.user_link_mask {
	position: absolute;
	top: 0px; left: 0px;
	display: block;
	width: 100%; height: 100%;
}
div.sidebar li.neighbor span.name {
	position: absolute;
	top: 0px; left: 17px;
}
div.sidebar li.neighbor span.address {
	position: absolute;
	top: 17px; left: 17px;
	font-size: 0.8em;
	color: #888;
}

/* MISCELLANIA */
span#copyright { font-size: 0.6em;}
a#logo {
	display: block;
	text-indent: -9999px;
	background: url(/images/logo.png) no-repeat;
	height: 115px; width: 200px;
}

/* For people who aren't logged in */
div#header form#login_form {
	display: block;
	position: absolute;
	top: 20px; right: 0px;
	background: url(/images/login_panel.png) no-repeat;
	width: 457px; height: 57px;
}
div#header form#login_form label,
div#header form#login_form input {
	position: absolute;
	font-size: 0.7em;
	top: 6px;
	color: #bbb;
	width: 180px;
}
form#login_form .error {
	border: 2px solid #a33;
}
div#header form#login_form input#email {
	left: 6px;
	color: #bbb;
	padding: 2px;
}
div#header form#login_form input#password,
div#header form#login_form input#password_placeholder {
	left: 206px;
	padding: 2px;
}
div#header form#login_form input#submit_login {
	top: 5px; left: 400px;	
	width: 50px;
	color: #000;
	padding: 1px;
}
div#header form#login_form input#password {
	color: #000;
}
div#header form#login_form input#remember_me {
	top: 35px; left: 6px;
	width: 20px;
}
div#header form#login_form label#remember_me_label {
	display: block;
	top: 35px; left: 26px;
	line-height: 12px;
	letter-spacing: normal;
}
div#header form#login_form a#forgot_your_password {
	position: absolute;
	top: 33px; left: 206px;
	font-size: 0.7em;
}


/* For people who are logged in */
ul#toolbar {
	position: absolute; 
	top: 5px; right: 0;
	background: url(/images/toolbar_bg.png) left no-repeat;
	height: 28px;
	overflow: visible;
	line-height: 28px;
	color: #0C85CC;
}
ul#toolbar>li {
	display: block;
	float: left;
	height: 28px;	
}
ul#toolbar>li:last-child {
	background: url(/images/toolbar_bg.png) right no-repeat;
	margin-right: 0px;
	padding-right: 8px;
}
ul#current_user_panel{
	position: absolute;
	top: 28px; right: 2px;
	width: 144px;
	height: 65px;
	text-align: right;
	font-size: 0.7em;
	line-height: 1.15em;
	background: url(/images/user_panel_bg.png) no-repeat;
	background-position: 0 -4px;
}
ul#current_user_panel>li{
	display: block;
}
/* End logged in users */



/* MESSAGES */
ul#messages {
	margin: 15px 0 0 0;
	width: 550px;
}

li.message {
	position: relative;
	padding: 5px 0 8px 0;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	clear: both;
	height: auto;
}
li.message:hover {
	/*  background: url(/images/content_bg.png); 
		background-position: bottom;
		background-repeat: repeat-x;
		*/
	/* background: #f7f7f7; */
	background: url(/images/message_bg.png) repeat;
}
li.message a.user_thumbnail {
	width: 48px;
	float: left;
	padding-right: 7px;
	margin: 0 0 0 3px;
	color: #0C85CC;
}
li.message div.content {
	position: relative;
	font-size: 1.0em;
	margin: 0 0 0 55px;
}
li.message .metadata {
	color: #bbb;
}
span.metadata.street { color: black; font-size: 0.8em; }
span.metadata.time { font-size: 0.8em; font-style: italic; }
span.metadata.time:before { content: "\2022  "; }
span.metadata.name { font-weight: bold; color: black; }

li.status_message {
	background-color: #ffc;
	border-bottom: 1px dashed #aaa;
	margin: 0px;
}

/* div.tools { display: inline; } */

ul.replies {
	margin: 5px 5px 0 65px;
	font-size: 0.8em;
}
ul.replies li.reply {
	color: #555;
	border-top: 1px solid #fff;
	padding: 4px 0 4px 0;
	margin: 0px;
}
ul.replies li.reply div.message {
	margin-left: 27px;
}
ul.replies li.reply a.user_thumbnail {
	margin: 5px 3px 0 0;
	width: 24px; height: 24px;
	padding: 0px;
	z-index: 100;
}
ul.replies li.masked {
	-moz-opacity: 0.6; 
	filter: alpha(opacity=600); 
	opacity: 0.6;
	font-style: italic;
}
