
/**********************************************

CONTENTS

1	Default element styles
2	Layout
3	News
4	Menu
5	Form
6	Scores
7	Other
8	Page-specific

**********************************************/


/********** 1 DEFAULT ELEMENT STYLES **********/
body {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #333;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
body,
html { height: 100%; /* To allow #wrap to extend to 100% height of window */ }
p {
	font-size: 8pt;
	line-height: 12pt;
	}
a:link,
a:visited {
	color: #333;
	text-decoration: underline;
	}
a:hover { color: #000; }
a:active { text-decoration: none; }
h1 {
	margin: 0;
	padding: 0;
	height: 100px;
	}
h2 {
	color: #929292;
	font-size: 12pt;
	line-height: 12pt;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	}
h3 {
	color: #000;
	font-size: 11pt;
	line-height: 11pt;
	}
h4 { font-size: 9pt; }
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border-width: 0;
	margin: 20px 0 30px 0;
	}
ul {
	color: #595959;
	font-size: 8pt;
	}
img { border: 0; }
table { font-size: 8pt; }
td,
th {
	vertical-align: top;
	padding: 2px 5px;
	}
th { text-align: right; }

/********** 2 LAYOUT **********/
#wrap {
	width: 760px;
	min-height: 100%;
	margin: 0 auto;
	background: url(/i/bg_page.gif) repeat-y center top;
	}
#main {
	margin: 0 30px;
	padding: 10px 10px 30px 10px;
	}
#topmost {
	height: 15px;
	position: relative;
	border-bottom: 1px solid #ccc;
	}
#head {
	padding: 0 30px;
	background: url(/i/bg_decal.gif) no-repeat center top;
	}
#foot {
	margin: 0 30px;
	padding: 4px;
	border-top: 1px solid #ccc;
	text-align: center;
	}
#foot p,
#foot a:link,
#foot a:visited {
	color: #929292;
	font-size: 10px;
	text-decoration: none;
	line-height: 12px;
	}
#foot a:hover { text-decoration: underline; }
#foot .rss {
	padding: 3px 15px 3px 0;
	background: url(/i/icon_rssMini.png) no-repeat right center;
	}
#foot #copyright,
#foot #copyright a { font-size: 9px; }

/********** 3 NEWS **********/
#news {
	font-size: 0.94em;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
	}
#news li {
	display: block;
	margin: 0 0 3px 0;
	padding: 0 0 6px;
	border-bottom: 1px solid #ccc;
	}
#news li.last {
	margin: 0;
	border-bottom: 0;
	}
#news li p {
	color: #595959;
	margin: 0;
	padding: 1px 7px 0;
	line-height: normal;
	}
#news h4 {
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 3px 4px 3px 7px;
	}
#news a:link {
	color: #000;
	text-decoration: none;
	}
#news a:visited {
	color: #595959;
	text-decoration: none;
	}
#news a:hover { text-decoration: underline; }
#news .more {
	font-size: 8pt;
	line-height: 1em;
	background: url(/i/link_arrow.gif) no-repeat right center;
	text-align: right;
	display: block;
	margin-top: 4px;
	margin-right: 7px;
	padding: 0 18px 2px 14px;
	}
	
/********** 4 MENU **********/
#nav {
	background: url(/i/bg_menu.gif) repeat-x 0 0;
	height: 27px;
	border-top: 1px solid #ccc;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li {
	margin: 0 10px;
	padding: 0;
	display: inline;
	}
#nav a:link,
#nav a:visited {
	padding-bottom: 5px;
	background-color: #ccc;
	}
#nav a:hover { background-color: #9f0; }

/********** 5 FORM **********/
label { 
	color: #999;
	font-size: 8pt;
	line-height: normal;
	text-align: right;
	display: block;
	margin-right: 5px;
	position: relative;
	width: 150px;
	float: left;
	}
input.button { margin-left: 155px; }
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
fieldset p {
	color: gray;
	width: 350px;
	margin-left: 155px
	}

/********** 6 SCORES **********/
.score {
	margin: 10px 0 10px 23px;
	border: solid 1px #000;
	}
.scorebox {
	background-color: #fafafa;
	margin-bottom: 20px;
	padding: 0;
	border: solid 1px #ccc;
	}
.scorebox h4 { 
	color: #fff; 
	font-size: 9pt; 
	background-color: #ccc; 
	margin: 0; 
	padding: 0 0 0 4px;
	}
.scorebox a:link,
.scorebox a:visited {
	color: #fff;
	text-decoration: none;
	}
.scorebox a:hover {
	color: #fff;
	text-decoration: underline;
	}
.featured {
	background-color: #000;
	margin: 0 auto;
	padding: 0;
	width: 500px;
	border: solid 1px #000;
	}
.featured h4 {
	background-color: #000;
	color: #fff;
	font-size: 9pt;
	margin: 0;
	padding: 0 0 0 4px;
	}
.featured a:link,
.featured a:visited {
	color: #fff;
	text-decoration: none;
	}
.featured a:hover {
	color: #85ff50;
	text-decoration: underline;
	}
.featured img.score {
	margin: 0;
	border: 0;
	}

/********** 7 OTHER **********/
table.code { border-width: 0; }
table.code th { padding: 2px 5px 0 0; }
table.code td {
	margin: 8px;
	padding: 0;
	width: 400px;
	}
.download { text-align: center; }
.download img { margin: 0 10px; }
.popup {
	font-size: 8pt;
	background: transparent url(/i/bg_pop.gif) no-repeat 0 0;
	visibility: hidden;
	position: absolute;
	top: 16px;
	right: 0;
	width: 180px;
	border-bottom: solid 1px #ccc;
	padding: 15px 10px 0 10px;
	}
.popup p {
	margin-top: 0;
	padding-top: 0;
	line-height: normal;
	}
.popup h4 { margin: 5px 0 0 0; }
#status {
	height: 14px;
	margin-right: 10px;
	padding: 1px 17px 0 2px;
	float: right;
	color: #bbb;
	font-size: 10px;
	text-decoration: none;
	background: url(/i/status_grey.gif) no-repeat right center;
	cursor: pointer;
	}
#status:hover { text-decoration: underline; }
#status span { color: #929292; }
#status.online { background-image: url(/i/status_green.gif); }
.list-pop { font-size: 8pt; }
.list-pop div { margin-bottom: 5px; }
.list-pop a:link,
.list-pop a:visited {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #929292;
	}
.list-pop a:hover { border-bottom: 1px solid #929292; }
.popper {
	background: #fafafa;
	margin: 10px;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 10px;
	}
.popper a:link,
.popper a:visited,
.popper a:hover {
	border: 0;
	text-decoration: underline;
	font-weight: normal;
	}
.sidebox {
	float: right;
	border: 1px solid #ccc;
	background-color: #fafafa;
	width: 200px;
	padding: 0 10px;
	margin-left: 10px;
	}
.sidebox p { line-height: 10pt; }
.rss {
	padding-left: 22px;
	background: url(/i/icon_rss.png) no-repeat left top;
	}
.message #main { padding-bottom: 40px; }
.message #main h2 { margin-bottom: 40px; }

/********** 8 PAGE-SPECIFIC **********/
#home #main { padding: 0; }
#home-splash {
	float: left;
	margin: 10px 0 10px 10px;
	}
#home-news {
	float: left;
	margin: 10px;
	height: 339px;
	background: #ececec url(/i/home_annoBottom.gif) no-repeat left bottom;
	}
#home-mini {
	clear: both;
	height: 140px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	}
#home-mini div {
	float: left;
	margin-left: 10px;
	}
.store-item {
	padding: 20px 10px 10px 10px;
	height: 370px;
	border-top: 1px solid #ccc;
	}
.item-preview {
	float: left;
	margin-right: 10px;
	}
.item-description {
	float: right;
	width: 250px;
	}
.item-description h2 {
	margin: 0;
	padding: 0;
	}
.store-bar {
	padding: 4px;
	height: 21px;
	background-color: #dbdbdb;
	}
.store-bar form {
	margin: 0;
	padding: 0;
	}

