/* Global stuff, headings, paragraphs etc. */



body {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background: #000 url('background.png') repeat-x bottom center fixed;
	color: #ffffff;
}
img {
	border: 0;
}
h1 {
	margin: 20px 0;
	background-image: url('transparent10.png');
	text-indent: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
h1:first-child {
	margin-top: 0;
}
h1 a img {
	float: left;
}
h2 {
	font-weight: normal;
}
h3:first-child {
	margin-top: 0;
}
p {
	text-align: justify;
}
p:only-child {
	margin: 0;
}
a, a:visited {
	color: #bb66dd;
	text-decoration: none;
} 
a:hover {
	text-decoration: underline;
}
/* Globally useful classes */



.horizontalList {
	margin: 5px;
	padding: 0;
}
.horizontalList li {
	margin: 0 0 5px 20px;
	float: left;
}
.clear {
	clear: both;
}
/* Form elements */



fieldset {
	margin: 20px 0 0 0;
	border: 0;
	background-image: url('transparent10.png');
	-moz-border-radius: 10px;
	-wekbit-border-radius: 10px;
	border-radius: 10px;
}
fieldset:first-child {
	margin-top: 0;
}
legend {
	font-size: 14pt;
	font-weight: bold;
}
label {
	display: block;
}
input[type="text"], input[type="password"] {
	margin: 0;
	padding: 2px 7px;
	border: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
textarea {
	margin: 0;
	padding: 3px;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
select {
	margin: 0;
	padding: 0 7px;
	border: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
input[type="submit"], input[type="reset"] {
	padding: 1px 4px;
	border: 0;
	background-color: #552266;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
input[type="submit"] {
	margin: 0 0 0 5px;
}
input[type="reset"] {
	margin: 0 5px 0 10px;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #2a1133;
}
form.multiFieldset input[type="submit"], form.multiFieldset input[type="reset"] {
	margin-top: 20px;
}
form.multiFieldset input[type="reset"] {
	float: right;
}
/* Some extra classes for forms */



.inlineField {
	display: inline-block;
	margin-right: 20px;
}
.radioSet {
	margin-bottom: 10px;
}
.radioSet input[type="radio"] {
	float: left;
}
/* Header, main navigation, search */



#header {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	background: #8e4e80 url('headerback.jpg');
	text-align: right;
}
#nav {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 1000px;
	margin: -1.7em 0 0 -500px;
	padding: 0;
	list-style-type: none;
}
#nav li {
	float: left;
	margin: 0 0 0 10px;
}
#nav li a {
	float: left;
	padding: 0.25em 7px;
	background-color: #552266;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
#nav li:hover a {
	background-color: #2a1133;
}
#nav li.on a {
	background-color: #000000;
}
#nav li p {
	margin: 0;
}
#nav li#search {
	float: right;
	margin: -4px 6px 0 0;
}
/* Content */



#content {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
	background: #000000 url('contentback.jpg');
}
#content p:first-child {
	margin-top: 0;
}
#content p:last-child {
	margin-bottom: 0;
}
/* Ranking subnav */



#rankingCategory, #rankingMethod, #rankingPage {
	float: left;
	margin: -5px 0 0 5px;
	padding: 5px 0 5px 5px;
	list-style-type: none;
	border-left: 1px dotted #660099;
}
#rankingCategory:first-child, #rankingMethod:first-child, #rankingPage:first-child {
	margin-left: 0;
	border-left: none;
}
#rankingCategory li, #rankingMethod li, #rankingPage li {
	float: left;
}
#rankingCategory li a, #rankingMethod li a, #rankingPage li a {
	float: left;
	padding: 2px 5px;
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
	-moz-border-radius: 20px;
	-wekbit-border-radius: 20px;
	border-radius: 20px;
}
#rankingCategory li a:hover, #rankingMethod li a:hover, #rankingPage li a:hover {
	background-color: #331144;
	color: #ffffff;
}
#rankingCategory li.on a, #rankingMethod li.on a, #rankingPage li.on a {
	background-color: #6e2e80;
	color: #ffffff;
}
/* The rankings themselves */



.rankings {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
	list-style-type: none;
}
.rankings > li {
	margin: 20px 0 0 0;
	background-image: url('transparent10.png');
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.rankings > li:first-child {
	margin-top: -20px;
}
.rankings > li p {
	margin: 5px;
}
.rankingTitle {
	min-height: 31px;
	background-image: url('transparent10.png');
	font-size: 18pt;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.rank {
	float: left;
	margin: 0 10px;
}
.rank, .rankingTitle h2 {
	font-size: 18pt;
}
.siteButton {
	float: left;
	margin: 0 5px 0 0;
}
.changeIcon {
	float: right;
	margin: 0 10px;
}
.hitPanel {
	float: right;
	margin: 0 0 0 5px;
	padding: 0 5px 5px 5px;
	text-align: center;
	background-image: url('transparent5.png');
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.hitsFigure {
	display: inline-block;
	text-transform: uppercase;
	font-size: 8pt;
}
.hitsFigure span {
	display: block;
	font-size: 15pt;
}
.rating {
	display: block;
	margin: 0 auto;
}
/* Overall stats on homepage */



#homepageOverall {
	margin-top: 20px;
	padding: 0 0 5px 0;
	text-align: center;
}
#homepageOverall h3 {
	margin: 0 0 5px 0;
}
.overallSection {
	display: inline-block;
	width: 48%;
}
.overallSection ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.overallSection ul li {
	display: inline-block;
	padding: 5px;
	text-transform: uppercase;
	font-size: 8pt;
	background-image: url('transparent10.png');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.overallSection ul li span {
	display: block;
	font-size: 20pt;
}
/* Stats pages (also #homepageOverall coz it's the same) */



#statsInfo, #statsReviews {
	width: 470px;
	margin-bottom: 20px;
	background-image: url('transparent10.png');
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#statsInfo {
	float: left;
}
#statsReviews {
	float: right;
}
#statsTables, #homepageOverall {
	clear: both;
	background-image: url('transparent10.png');
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#statsInfo h2, #statsReviews h2, #statsTables h2, #homepageOverall h2 {
	margin: 0 0 5px 0;
	padding: 0 5px;
	background-image: url('transparent10.png');
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
#statsTables h2 {
	margin-bottom: 15px;
}
#statsInfo p, #statsReviews p {
	margin: 5px;
}
#statsInfo dl {
	float: left;
	margin: -5px 0 0 0;
	padding: 0 0 5px 0;
}
#statsInfo dt {
	clear: right;
	float: left;
	width: 140px;
	margin: 5px 0 0 0;
	text-align: right;
	font-weight: bold;
}
#statsInfo dd {
	float: right;
	margin: 5px 0 0 5px;
	width: 315px;
}
#statsReviews cite {
	display: block;
	margin: -5px 20px 5px 20px;
	font-size: 8pt;
}
#statsTables table {
	width: 960px;
	margin: 0 0 15px 0;
	padding: 0;
	border-spacing: 0px;
}
 #statsTables table tr:nth-child(2n+1) {
background-image: url('transparent5.png');
}
#statsTables table tr:first-child, #statsTables table tr:hover {
	background-image: url('transparent10.png');
}
#statsTables table th {
	font-size: 12pt;
	background-image: none;
}
 #statsTables table th:nth-child(2n+1) {
font-size: 12pt;
background-image: url('transparent5.png');
}
#statsTables table td {
	text-align: center;
}
 #statsTables table td:nth-child(2n+1) {
background-image: url('transparent5.png');
}
#statsTables table td:first-child {
	padding: 0 0 0 5px;
	background-image: url('transparent10.png');
}
/* Search results */



#searchDisplay, #searchNav {
	margin: 0;
}
#searchDisplay {
	float: left;
}
#searchNav {
	text-align: right;
}
/* User and Admin control panels */



#controlPanelNav h3 {
	clear: left;
	float: left;
	margin: 0;
	font-weight: bold;
	font-size: 10pt;
}
/* Ad breaks */



.adbreak {
	margin: 20px 0 0 0;
	text-align: center;
}
/* Footer */



#footer {
	width: 1000px;
	margin: 0 auto;
	background: #8e4e80 url('footerback.png');
}
#footer a {
	color: #ffffff;
	font-weight: bold;
}
#footer p {
	margin: 5px 0;
}
#networkInfo {
	float: left;
	padding: 0 5px;
	width: 650px;
}
#poweredBy {
	float: right;
	padding: 0 5px;
	width: 330px;
}
#poweredBy p {
	margin: 5px 0;
	text-align: right;
}



/* Thank you for checking out my stylesheet. Now wash your hands. */

input[type="text"], input[type="password"], textarea#description {
background-color:#fff;
}

