/*
yellow: #ffff00
lime green: #cccc00
orange: #ff6600
*/

body, html {
	margin:15px 0px 15px 0px;
	padding:0;
	background:#ffffff;
	color:#ff6600;
	font-family: Lucida Grande, Verdana, Sans-serif;
}

body {
	min-width:750px;
}

a {
	text-decoration: underline;
}

a:link {
	color: #0ab5e6;
}

a:visited {
	color: #0ab5e6;
}

a:hover {
	/*color: #0c7e9b;*/
  color: #0ab5e6;
	text-decoration: none;
}

a:active {
	color: #0000FF;
}

#wrap {
	background:#ffffff;
	margin:0 auto;
	width:760px;
}



#logo {
	background:#ffffff;
	padding:5px;
	float: left;
}

#user_tools {
	background:#ffffff;
	padding:5px;
	text-align: right;
	float: right;
	
}

#navigation {
	width: 750px;
	height: 20px;
	float: left;
	border-bottom: 1px solid #ff6600;
}

#spacer {
	float: left;
	height: 30px;
}

#content {
	/*background:#9c9;*/
	background:#ffffff;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	float:left;
	width:600px;
}

#sidebar {
	background:#ffffff;
	margin: 10px;
	float:right;
	width:140px;
}

#footer {
	background:#ffffff;
	border-top: 1px solid #ff6600;
	clear:both;
	text-align: center;
}


.link_item {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
}

.link_item a:link {
	text-decoration: none;
	color: #0ab5e6;
	border: solid;
	border-width: thin;
	border-color: #ffffff;
}

.link_item a:visited {
	text-decoration: none;
	color: #0ab5e6;
	border: solid;
	border-width: thin;
	border-color: #ffffff;
}

.link_item a:hover {
	text-decoration: none;
	color: #0ab5e6;
	border: solid;
	border-width: thin;
}

.link_item a:active {
	text-decoration: none;
	color: #0ab5e6;
	border: solid;
	border-width: thin;
	border-color: #ffffff;
}


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;
}

#error_message {

}

#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: #ff6600;
	background: #fee3ad;
	border: 1px solid #ff6600;
}

.form_item {
	padding-bottom: 10px;
}
