/*
yellow: #ffff00
lime green: #cccc00
orange: #ff6600
*/

body, html {
	margin:15px 0px 15px 0px;
	padding:0;
	/*background:#000000;*/  
	color:#777777;/*aaffaa*/
	font-family: Lucida Grande, Verdana, Sans-serif;
}

body {
	min-width:750px;
  background-image: url('../images/background.png'); /* background from http://www.stripegenerator.com/#Zm9yZT0wRjI2MDA7aD0zMDt3PTEwO3A9MTU7YmFjazE9MDAwMDAwO2JhY2syPWZmMDAwMDtndD0wO2Q9MDtzaGFkb3c9MDs= */
}

a {
	text-decoration: underline;
}

a:link {
	color: #4EF631;/*ff6600*/
}

a:visited {
	color: #4EF631;/*ff6600*/
}

a:hover {
	/*color: #0c7e9b;*/
  color: #4EF631;/*ff6600*/
	text-decoration: none;
}

a:active {
	color: #4EF631;/*ff6600*/
}

.related ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

.related li {
	padding: 0;
	margin: 3px;
	font-size: 12px;
}

.related a {
	text-decoration: underline;
	
}

.related a:link {
	color: #ffffff;
}

.related a:visited {
	color: #ffffff;
}

.related a:hover {
	color: #ffffff;
	text-decoration: none;
}

.related a:active {
	color: #ffffff;
}

#wrap {
	background:#000000;
	margin:0 auto;
	width:760px;
  padding: 15px;
}

h2 {
  color: #ffffff;
  font-size: 14px;
}

li {
	margin-top: 10px;
}

#logo {
	background:#000000;
	padding:5px;
	float: left;
}

#user_tools {
	background:#000000;
	padding:5px;
	text-align: right;
	float: right;
	
}

#navigation {
	width: 750px;
	height: 25px;
	float: left;
  background-image: url('../images/nav.gif');
}

#spacer {
	float: left;
	height: 10px;
  width:100%;
}

#alert {
  float: left;
  height: 20px;
  width: 100%;
  color: #bbbbbb;
}

legend {
  color: #bbbbbb;
}

#content {
	/*background:#9c9;*/
	background:#000000;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	float:left;
	width:600px;
	font-size:14px;
}

#content_nobar {
	/*background:#9c9;*/
	background:#000000;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	float:left;
	width:750px;
	font-size:14px;
}

#sidebar {
	background:#000000;
	margin: 10px;
	float:right;
	width:130px;
}

#footer {
	background:#000000;
	border-top: 1px solid #aaffaa;
	clear:both;
	text-align: center;
}

h1#heading {
margin-top: 0px;
  font-size:20px;
  color:#ffffff;
}

.nav_item {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0px;
  padding-bottom: 4px;
}

#current_nav_item {
  color: #57F73B;
  font-weight: bold;
  background-image: url('../images/current.gif');
}

.nav_item a:link {
	text-decoration: none;
	color: #ffffff;/*ff6600*/
  font-weight: normal;
}

.nav_item a:visited {
	text-decoration: none;
	color: #ffffff;/*ff6600*/
  font-weight: normal;
}

.nav_item a:hover {
	text-decoration: underline;
	color: #ffffff;/*ff6600*/
  font-weight: normal;
}

.nav_item a:active {
	text-decoration: none;
	color: #ffffff;/*ff6600*/
  font-weight: normal;
}


td.item_image {
	padding: 0px;
	margin: 0px;
	/*
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	*/
}

td.item_details {
	padding: 0px;
	margin: 0px;
	/*
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	*/
	vertical-align: top;
}

.photo {
	
	

}

.item_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.item_tags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.item_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.item_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.item_add_comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.votes_count {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.comment_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.comment_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.comment_comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tile {
	margin: 3px;
	padding: 4px;
	/*border: 1px solid #f0f0f0;*/
	width: 185px;
	float: left;
	text-align: center;
}

.tile_heading {
	margin: 0px;
	padding: 0px;
}

.tile_caption {
	font-size: 10px;

}

#error_message {
  color: #ff0000;
}

#notification_message {

}

label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block;
}

input#create, input#login, input#submit{
	margin-left: 160px;
}

input, textarea {
	color: #000000;
	background: #aaffaa;
	/*border: 1px solid #ff6600;*/
  border: 0px;
  padding: 3px;
}

.form_item {
	padding-bottom: 10px;
}
