/* colors
green: 528503
red: f30a20
light-red: c34853
blue: 01016d
light-blue: 4e4eb0
*/

body{
	font-family: "lucida grande",arial,helvetica,sans-serif;
}

h1,h2,h3,h4,p {
	margin:0px;
	padding:0px;
}

.main h1{
	margin: 20px 0px 0px 50px;
	font-size: 18px;
	color: #528503;
	font-weight: normal;
}

img{
	border: 0px;
}

A {
	color: #01016d;
	border-bottom: 1px dotted #01016d;
	text-decoration:none;
	padding-bottom: 0px;
	font-size: .9em;
	font-weight: bold;
}

A:hover	{
	color: #4e4eb0;
	border-bottom: 1px dashed #4e4eb0;
}

.header_wrap{
	border-bottom: 1px solid #000;
}

.header{
	width: 800px;
	margin: 0px auto 0px auto;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: bottom;
}

.header h1 img{
	margin: 0px 15px -7px 0px;
}

.other_stuff {
	text-align: right;
}

.other_stuff select{
	border:1px solid gray;
	font-size: 10px;
}

.other_stuff option{
	font-size: 10px;
	border:1px solid white;
}

.submit_link{
	background-color: transparent;
	text-decoration: none;
	border: 1px solid gray;
	padding: 0px 2px 2px 2px;
	cursor: pointer;
	cursor: hand;
	font-size: 10px;
	margin-bottom: 2px;
}

.submit_link:hover{
	color: white;
	background-color: #666;
}

.cancel_link {
	font-size: 10px;
	font-weight: bold;
}

.log_in{
	width: 250px;
	float: right;
	text-align: right;
}

.input {
	border: 1px solid gray;
	font-size: 10px;
	height: 15px;
	color: gray;
	margin-bottom: 2px;
	padding-left: 2px;
	width: 75px;
}

.last_updated{
	font-weight: normal;
	font-size: 11px;
	color: gray;
}

.main{
	width: 800px;
	margin: auto;
}

.ads{
	margin-top: 20px;
	text-align: center;
}

.footer_wrap{
	border-top: 1px solid #000;
}

.footer{
	text-align: left;
	width: 800px;
	margin: 0px auto;
	font-size: 11px;
	padding: 1px 0px 0px 0px;
	clear:both;
	color: gray;
}

.copyright{
	margin-left: 10px;
	float: left;
	width: 200px;
}

.feedback{
	text-align: center;
}

.pipe{
	color: #ccc;
}

.edit_buttons {
	text-align: center;
	margin-top: 20px;
}

.buttons A{
	border: 1px solid gray;
	padding: 2px 3px 3px 3px;
	font-size: 10px;
	color: black;
	font-weight: normal;
}

.buttons A:hover{
	background-color: #666;
	color: white;
}

.comment_link{
	text-align: right;
}
.comment_link A{
	color: #f30a20;
	border: 0px;
	padding: 0px 16px 0px 16px;
}
.comment_link A:hover{
	background: url('images/icon_comments.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.comments{

	color:black;
	font-size:0.9em;
	width:90%;
	margin-bottom:3px;
	margin-top:2px;
	padding-left:40px;

}

.comments p{
	margin: 0px 0px 0px 175px;
	padding: 0px 0px 0px 14px;
	text-indent: -14px;
	font-size: 12px;
}

.score{
	background-color: white;
	padding: 1px 2px;
	border:1px solid black;
	font-size: 10px;
}

.score A{
	color: black;
	border: 0px;
}
