body {
	font: small "Century Gothic", "Berlin Sans FB", Arial, Verdana, sans-serif;
	background-color: black;
	color: #cccccc;
	text-align: center;
	margin: 0;
	padding: 0;	
	}

#header {
	text-transform: lowercase;
	color: #ccc;
	background-color:	black;
	margin: 10px auto;	
	width: 70%;
	}

#content {
	text-align: center;
	width: 85%;
	margin: 2em auto 1em;
	min-width: 610px;
	}

.description {
	margin: 0 0 1em;
	font-size: 130%;
}

.center {
	vertical-align: middle;
	text-align: center;
	margin: 0 auto 0em;
	}

.date-header	{
	margin:	auto 0 1em;
	}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 80%;
	clear: both;
	}

/* Start Link Elements	*/
a:link {
	color: #99AADD;
	text-decoration: none;
	}

a:hover {
	color: #AADD99;
	text-decoration: none;
	}

a:visited {
	color: #AA77AA;
	text-decoration: none;
	}

a img {
	border: none;
	}
/*	End Link Elements	*/	

/*	Start Heading Elements	*/
h2 {
	font-size: 250%;
	letter-spacing: .5em;
}

h1 {
	font: 150% "Century Gothic", "Berlin Sans FB", Arial, Verdana, sans-serif;
	color: #AADD99;
	margin: 0 0 .5em;
	padding: 0;
	background-color:	#000000;
}

h3 {
	padding: 0;
	margin: 0;
	}

h1 a:hover	{
	color: #AADD99;
	text-decoration: underline;
	background-color:	#000000;
}

h3, h3 a, h3 a:link, h3 a:visited {
	letter-spacing: .2em; 
	text-transform: lowercase;
	color: #cccccc;
	font: bold 80% "Century Gothic", "Berlin Sans FB", Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background-color:	black;
}

h2, h2 a, h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #cccccc;
	background-color: black;
}

h1, h1 a, h1 a:link, h1 a:visited	{
	color: #aadd99;
	background-color: black;
}

h3 a:hover {
	color: #aadd99;
	background-color: black;
	text-decoration: none;
}

h2 a:hover	{
	color: #aadd99;
	background-color: black;
}
/*	End Heading	Elements	*/


/*	styling for the image reporting button	*/
.text_button {
	border: none;
	background-color: transparent;
	padding: 0;
	color: #99aadd;
	cursor: pointer;
}


/* Start graphical elements for curved borders */
.t {
	background: url(dot.gif) 0 0 repeat-x;
	width: 100%;
}

.b {
	background: url(dot.gif) 0 100% repeat-x;
}

.l {
	background: url(dot.gif) 0 0 repeat-y;
}

.r {
	background: url(dot.gif) 100% 0 repeat-y;
}

.bl {
	background: url(bl.gif) 0 100% no-repeat;
}

.br {
	background: url(br.gif) 100% 100% no-repeat;
}

.tl {
	background: url(tl.gif) 0 0 no-repeat;
}

.tr {
	background: url(tr.gif) 100% 0 no-repeat;
	padding: 1em;
}

.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
/* End graphical elements for curved borders */

/*	Start random images specific	*/
.lthird	{
	float: left;
	text-align: left;
	width: 33%;	
	}

.mthird	{
	float: left;
	text-align: center;
	width: 33%;	
	}

.rthird	{
	float: left;
	text-align: right;
	width: 33%;	
	}

.size	{	/*	same as .center	*/
	vertical-align: middle;
	text-align: center;
	margin: 0 auto 1em;
}

.size a:visited {
	color: #99AADD;
	text-decoration: none;
}

.size	b	{
	color: #99AADD;
	text-decoration: none;
}
/*	End random images specific	*/

/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
/*	display:block;
	margin: 0 auto 1em;	*/
	}

.loading {
	height: 16px;
	background: url('/ratings/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 15px;
	position: relative;
	background: url('/ratings/star.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
/*	float: left;	*/
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:15px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('/ratings/star.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:15px;}
.unit-rating a.r2-unit{left:15px;}
.unit-rating a.r2-unit:hover{width: 30px;}
.unit-rating a.r3-unit{left: 30px;}
.unit-rating a.r3-unit:hover{width: 45px;}
.unit-rating a.r4-unit{left: 45px;}	
.unit-rating a.r4-unit:hover{width: 60px;}
.unit-rating a.r5-unit{left: 60px;}
.unit-rating a.r5-unit:hover{width: 75px;}
.unit-rating a.r6-unit{left: 75px;}
.unit-rating a.r6-unit:hover{width: 90px;}
.unit-rating a.r7-unit{left: 90px;}
.unit-rating a.r7-unit:hover{width: 105px;}
.unit-rating a.r8-unit{left: 105px;}
.unit-rating a.r8-unit:hover{width: 120px;}
.unit-rating a.r9-unit{left: 120px;}
.unit-rating a.r9-unit:hover{width: 135px;}
.unit-rating a.r10-unit{left: 135px;}
.unit-rating a.r10-unit:hover{width: 150px;}

.unit-rating li.current-rating {
	background: url('/ratings/star.gif') left bottom;
	position: absolute;
	height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}	