/*
 * Color Guide
 * Orange:    #FF9767
 * Blue:      #54A7DB
 * Yellow:    #F2CD63
 * Pink:      #FF7585
 * LightBlue: #B9DCF0
 * Silver:    #CDCDCD
 */
body {
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
	}
p {
	font-size: smaller;
}
#container {
	text-align: left;
	margin-right: 10%;
	margin-left: 10%;
	}
#header {
	background-color: #54A7DB;
	height: 65px;
	}
#header #csCount {
	color: white;
	font-size: smaller;
	float: right;
	padding: 3px;
	position: absolute;
	right: 10%;
	top: 2px;
}
#contentArea {
	margin-left: 200px;
	z-index: 1;
	margin-top: 7px;
	}
#navigation {
	position: absolute;
	top: 70px;
	margin: 4px;
}
#footer {
	background-color: #B9DCF0;
	font-size: smaller;
	text-align: center;
	clear: both;
	margin-top: 30px;
	color: gray;
	height: 30px;
	line-height: 30px;
}
#footer a {
	color: gray;
}
#tagBox {
	padding: 0;
}
/*
 * Tag Box
 */
#tagBox .tbheader {
	margin: 0;
	padding: 2px;
	padding-left: 20px;
	background-color: #FF9767;
	color: white;
	font-size: smaller;
	font-weight: bold;
	border: 4px solid #FF9767;
	background-image: url(../images/icons/tag_box.gif);
	cursor: hand;
	cursor: pointer;
}
#tagBox .tbbody {
	border: 4px solid #FF9767;
	border-top: none;
}
#tag_items {
	padding: 5px;
}
#tag_items a {
	margin: 5px;
	line-height: 1.5em;
}
#tag_box_search_notes {
	font-size: small;
}
#tag_box_toggle_link {
	color: white;
	font-weight: normal;
}

/*
 * Navigation menu
 */
ul.nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.nav li {
	margin-bottom: 3px;
	}
ul.nav li a {
	display: block;
	border: 1px solid #CDCDCD;
	width: 150px;
	margin: 0;
	padding: 2px;
	padding-left: 24px;
	
	text-decoration: none;
	color: black;
}
ul.nav li a:hover {
	background-color: #B9DCF0;
}
/*
 * Sidebar
 */
#navigation div.block {
	border: 1px solid #CDCDCD;
	padding: 3px;
	font-size: smaller;
}
div.block a {
	color: gray;
}
/*
 * Listings
 */
h2.bheader {
	margin: 0;
	padding: 3px;
	padding-left: 20px;
	background-color: #CDCDCD;
	color: black;
	font-size: smaller;
	font-weight: bold;
}
h2.bheader a.feed {
	float: right;
}
h2.bheader a.feed img {
	border: 0;
}
/*
 * List Items
 */
div.listviewitem {
	border-top: 1px solid #CDCDCD;
	padding-top: 5px;
	margin-bottom: 10px;
	clear: both;
}
div.listviewitem img.rating {
	display: block;
	float: right;
}
div.listviewitem h4 {
	padding: 0;
	margin: 0;
	float: left;
}
div.listviewitem a {
	color: #54A7DB;
}
div.listviewitem p {
	margin: 0;
	margin-bottom: 3px;
	padding-top: 4px;
	clear: both;
}
div.listviewitem .tags {
	color: gray;
	font-size: smaller;
}
div.listviewitem .tags a {
	color: gray;
}
div.listviewitem .tags a:hover {
	color: #FF9767;
	text-decoration: none;
}
div.listviewitem .flag {
	font-size: smaller;
	float: right;
}
div.listviewitem .flag a {
	color: gray;
}
/*
 * ScreenReaders
 */
.sR {
	text-indent: -900em;
	height: 1px;
}
/*
 * Misc
 */
a img {
	border: none;
}
/*
 * Text Styling
 */
#header h1 {
	padding: 0;
	margin: 0;
}
#contentArea h1 {
	font-size: 150%;
}
/*
 * Icons
 */
.ico {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 2px;
}
.scriptico {background-image: url(../images/icons/script.gif);}
.homeico {background-image: url(../images/icons/house.gif);}
.tagico {background-image: url(../images/icons/tag_blue.gif);}
div.listviewitem .tagico {background-image: url(../images/icons/tag_orange.gif);}
.pageeditico {background-image: url(../images/icons/page_white_edit.gif);}
.awardstarico {background-image: url(../images/icons/award_star_gold_3.gif);}
.newico {background-image: url(../images/icons/new.gif);}
.clockico {background-image: url(../images/icons/time.gif);}
.flagico {background-image: url(../images/icons/flag_red.gif);}
.feedico {background-image: url(../images/icons/feed.gif);}

/*             styles for the star rater                
  http://komodomedia.com/blog/index.php/2006/01/09/css-star-rating-part-deux/
*/
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 20px;
		position: relative;
		background: url(../images/stars/star_rating.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width: 20px;
		height: 20px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(../images/stars/star_rating.gif) left center;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:20px;
	}
	.star-rating a.two-stars{
		left: 20px;
	}
	.star-rating a.two-stars:hover{
		width: 40px;
	}
	.star-rating a.three-stars{
		left: 40px;
	}
	.star-rating a.three-stars:hover{
		width: 60px;
	}
	.star-rating a.four-stars{
		left: 60px;
	}	
	.star-rating a.four-stars:hover{
		width: 80px;
	}
	.star-rating a.five-stars{
		left: 80px;
	}
	.star-rating a.five-stars:hover{
		width: 100px;
	}
	.star-rating li.current-rating{
		background: url(../images/stars/star_rating.gif) left bottom;
		position: absolute;
		height: 20px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}		
