﻿img {
	border: none; }

ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px; }

h1
{
	font-size:21px;
}
	
html, body
{
	margin: 0;
	padding: 0; }

body {
	background-color: #99B648;
	color: #858585;
	font: 76% arial,sans-serif;
	margin-top: 0;
	text-align: center; }
#site-container{background-image:url(../images/global/bg.jpg); background-repeat:repeat-x; background-position:0 0; background-color:#bae4a5;}
#outer-container {
    width:951px; 
    margin:0px auto;
   
}
div#header {
	background:url(images/header.jpg) no-repeat;
	height:164px;
	 }

div#header h1 {
	height:80px;
	line-height:80px;
	margin:0; 
	padding-left:10px;
	background: #EEE;
	color: #79B30B; }

div#top-nav {
	height: 33px;
	padding-top: 65px;
	padding-bottom: 5px;
	position: relative;
	left:25px;
	width: 943px; 
	color:#000;
	font-size:12px;}


div#top-nav ul {
	list-style: none; }
	
div#top-nav ul li {
	float: left;
	padding-right: 10px; }		

div#top-nav ul li a {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding:0px 10px;
	text-transform:lowercase; }

div#top-nav ul li 		
{
	font-size:14px;
}

div#content p {
	line-height:1.4;
	color:#000;
	 }

div#extra {
	background:#FF8539; }
	
div#container {
	background-color: #fff;
	padding: 0px 7px;
	width: 953px;
	margin:0 auto;
	text-align: left; 
	 background:url(images/container-bg.jpg) repeat-y;
	}

div#content {
	color: #858585;
	float: right;
	margin-top: 7px;
	padding-right: 29px;
	padding-left: 29px;
	width: 660px; 
	width: 602px;
	background-color: #fff; }
	
div#content h1
{
	color:#229a01;
}

div#content h2, div#content h1 a
{
	color:  #219e00;
	font-size: 20px;
	text-decoration: none; }

div#navigation {
	background: #e7f6d7;
	color: #5c9d48;
	float:left;
	margin-top: -20px;
	padding-top: 33px;
	padding-bottom: 33px;
	padding: 15px 20px;
	width: 203px;
	 }
	
div#navigation p
{
	width:205px;
	margin:0px auto;
}
	
div#navigation h1	
{
	background: url(images/navigation-header-bg.jpg) no-repeat;
	height:43px;
	width:243px;
	padding-top:9px;
	text-align:center;
	margin-left:-20px;
	text-transform:lowercase;
}

input 
{
	margin-top:5px;
	/*border: 1px solid #000; */
	}
	
#searchBtn, #searchbutton {
	background-color: Transparent;
	background-image: url('images/search-btn.gif'); 
	background-repeat:no-repeat;
	border: none;	
	height: 25px;
	width: 37px; 
    margin-left:8px;
    font-size:0px;
    margin-top:0;
    padding-top:0;
}	

div#navigation ul 
{
	list-style: none; 
	margin: 0px;
	padding: 0px; }
		
div#navigation ul li ul 
{
	font-weight: bold;
	margin-left: 10px; }
	
div#calendarContainer	
{
	width:170px;
	margin:0px auto;
}
			
div#extra {
	float:left;
	clear:left;
	width:200px; }

div#bottom 
{
	background: url(images/bottom.jpg) no-repeat;
	height:10px;
	width:964px;
}

#footer{width:930px;  color:#838383; margin:3px 16px 0px 16px; padding:10px 0 0 0; border-top:1px solid #b1c898; }
#footer #footer-inner{width:917px; margin:0 auto; padding:0; font-size:10px; text-align:left;}
#footer #footer-inner span{float:left; width:300px; margin:0 0 0 5px;}
#footer #footer-inner ul{float:right; margin:0;}
#footer #footer-inner li{display:inline; border-right:solid 1px #868686; padding:0 8px;}
#footer #footer-inner li.last{border-right:none;}
#footer #footer-inner li a{color:#838383; text-decoration:none;}

/*div#footer {
	background: #fff;
	clear: both;
	color: #FFF;
	width:100%; }

div#footer p {
	margin: 0;
	padding:5px 10px; }

div#footer a
{
	display:inline;
	padding:0;
	color: #C6D5FD}	*/
	
.box a {
	color: #5d9856;
	text-decoration: none; }

.box a:hover 	
{
	text-decoration: underline; }
	
div#content a 
{
	/*color: #bb0e76;*/
	color: #D91089;
	text-decoration:none; }
	
/*----------------------------
					Star rater
----------------------------*/

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
	margin: 0;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}	

#header #top-nav ul
{
	padding-top: 10px; 
	padding-left: 10px; }
	
ul#authorlist a ,ul#categorylist a 	
{
	padding-right: 5px; }
	
	
	
/**** Search CSS Override ***/
#searchbox input{margin-top:0px; padding-top:0px; float:left;}
#searchbox br {clear:both;}
#searchbox #searchcomments{margin-bottom:0; padding-bottom:0;}