body {
	background-color: #86AB6E;
	color: #333300;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
}

img {
	border: 0;
}

hr {
	color: #D9D9D9;
	background-color: #D9D9D9;
	height: 1px;
	border: 0px;
}

select, option, textarea {
	font-size: 11px;
	text-align: left;
        width: 15em;
}

textarea
{
        height: 100px;
}

a:link, a:visited
{
	color: #c85d02;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #FAAB20;
}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #3333FF;
}

.notlink
{
	color: #c85d02;
	font-weight: bold;
	text-decoration: none;
}

.comment_error { 
	font: bold 16px;
	color: #d00;
}

.divider { margin: 20px 0px 15px 0px; }

#cpreview {
	background: #ccc; 
	padding: 3px
	margin-top: .3em;
}

#add_comments {
	float: right;
	width: 20em;
	padding: 1em 1em 1em 2em;
	margin: 0em 0em .3em .3em;
	background: #eee8aa;
}

#rnd_quote {
	font: bold italic 16px serif;
	padding: 8px 8px 0px 8px;
}

#rnd_author {
	font:12px serif;
	padding: 2px 16px 4px 8px;
	text-align: right;
}

#header_image
{
	border-color: #4D4D45;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

#header
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	margin: 0px;
	padding: 4px 12px 4px 12px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	font-size: 14px;
	font-weight: bold;
	border-color: #4D4D45;
	color: #FFFFFF;
	background-color: #53893A;
}

#quote_header
{
	background-image: url('/images/quote_title.png');
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 4px 12px 6px 12px;
	border-color: #666;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-size: 14px;
	font-weight: bold;
}

#quote_text
{
	height: 128px;
	position: relative;
	background-image: url('/images/quote_text.png');
}


#maincontent
{
	margin: 0;
	padding: 20px;
	line-height: 14px; /* This is new */
	width: 552px;
}

#maincontent .blog_subject
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #663;
	font-size: 14px;
	font-weight: bold;
}

#maincontent .blog_date
{
	font-weight: normal;
	color: #999;
	font-size: 9px;
	margin: 2px 0px 10px 0px;
}
#maincontent .blog_categories
{
	font-weight: normal;
	color: #999;
	font-size: 9px;
	margin: 2px 0px 10px 0px;
}

#sidebar
{
	padding: 10px;
	background-color: #ddd;
	width: 200px;
}

#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

sidebar .hr	
{
	color: #222;
	background-color: #000;
	height: 1px;
	border: 0px;
}

#sidebar .divider {
	margin: 8px 0px 8px 0px;
}

#sidebar .calendar
{
	font-size: 10px;
}

#footer
{
	border: 0;
	border-top: 1px solid #4D4D45;
	color: #666666;
	background: #ddd;
	padding: 10px;
	text-align: left;
	clear: both;
}

h1, h2, h3, h4, h5, h6
{
font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
font-weight: normal;
margin: 2px 0px 2px 0px;
}

h1
{
	font-size: 20px;
	font-weight: bold;
}

h2
{
	color: #c85d02;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0px 3px 0px;
}

h3
{
	color: #999;
	font-size: 14px;
	margin: 4px 0px 3px 0px;
}

h4
{
	font-size: 12px;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-size: 10px;
	font-weight: bold;
}

/*             styles for the star rater                */
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		background: url(/images/football4.png) top left repeat-x;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		float: left;
	}
	.star-rating li a{
border: 0;
		display:block;
		width:25px;
		height: 25px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(/images/football4.png) left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url(/images/football4.png) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
.ratingerror {
color: red;
}

.rating_out_value {
    font: bold;
}

.rating_out_count {
    font: italic;
}