@charset "utf-8";
body {
	background-color:#FFFFFF;
	background-image: url(images/xmas/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFC080;
	font-size:13px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	text-align:center;
}

#content{
	position: relative; left: 20px; top: 10px;
	display:inline;
}

#login {
	color: #550000;
	margin-left: 20px;
	position: relative; top: 10px;
}


#releases {
	width:798px;
	border-collapse:separate;
	border-spacing:0px;
	border-top:1px solid #000000;
}

img.bottom {vertical-align:bottom;}

#releases td { 
	padding:3px 7px 2px 7px;
	font-size:12px;
	border-right:1px solid #002200;
	border-bottom:1px solid #002200;
	border-left:0px;
	border-top:0px;
}

#releases th {
	padding:3px 7px 2px 7px;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	background-image: url(images/xmas/bodyalt.png);
	color:#330000;
	border-bottom:1px solid #000000;
	text-align:left;
}

#releases tr {
	color: #110000;
	background-image: url(images/xmas/rlsalt.png);
}

#releases > tbody > tr:hover {
	background-image: url(images/xmas/rlshover.png);
	color:#330000;
}

#releases tr.alt {
	color:#110000;
	background-image: url(images/xmas/body.png);
}

#categories {
	background-image: url(images/xmas/bodyalt.png);
	width:600px;
	text-align:left;
	border:1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-top:10px;
}

#encoders {
	width:798px;
	border-collapse:separate;
	border-spacing:0px;
}

#encoders td { 
	padding:3px 7px 2px 7px;
	font-size:12px;
	border-right:1px solid #002200;
	border-bottom:1px solid #002200;
	border-left:0px;
	border-top:0px;
}

#encoders th {
	font-size:14px;
	padding-left:5px;
	background-image: url(images/xmas/bodyalt.png);
	color:#550000;
	border-bottom:1px solid #000000;
	text-align:left;
}

#encoders th.statsTitle {
	text-align:center;
	font-size:15px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	border-collapse:collapse;
}

#encoders tr {
	color: #110000;
	background-image: url(images/xmas/body.png);
}

#encoders tr.total {
	color: #110000;
	background-image: url(images/xmas/body.png);
	font-weight:bold;
}

.header {
	color:#FF8000;
    margin: 0 auto;
    text-align: right;
	background-image: url(images/xmas/header.png);
	width:800px;
	height:25px;
	float:center;
	position: relative; top: 0px;
	border-style:solid;
	border-width: 0px;
	padding: 0px;
}

div.header>div>a {
	color:#DD3030;
	text-decoration:none;
}

div.header>div>a:hover {
	color:#DD6060;
}

.header a:active {
	color:#DD3030;
}

.header a:visited {
	color:#DD3030;
}

#menubar {
	color:#550000;
    margin: 0 auto;
    text-align: center;
	background-image: url(images/xmas/menu.png);
	width:800px;
	height:36px;
	float:center;
	position: relative; top: 0px;
	border-style:solid;
	border-width: 0px;
}

#menu {
	position: relative; left: 50px; top: 3px;
}

#nav-menu, #nav-menu ul { /* all lists */
	float: left;
	width: 800px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
}

#nav-menu a {
	text-decoration:none;
	padding:5px 8px;
	width:100px;
	background: #3B4C33;
	color:#EE0000;
	float:left;
	position: relative;
	margin:0px auto;
	margin-left:1px;
	margin-right:1px;
	text-align:center;
	font-weight: bold;
	border-style:solid;
	border-spacing:0px;
	border-width: 1px;
	border-color: #000;
}

ul#nav-menu li a:hover {
	background: #880000;
	color:#EE0000;
}
ul#nav-menu li a:active {
	background: #880000;
	color:#EE0000;
}

#nav-menu li {
	float: left;
	padding: 0;
	width: 120px;
	display: inline;
}

#nav-menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	w\idth: 195px;
	margin: 0;
	z-index: 100;
}

#nav-menu li:hover ul { /* lists nested under hovered list items */
	left: auto;
}

#logo {
	background-image: url(images/xmas/logo.png);
	color: #FFFFFF;
    	margin: 0 auto;
   	text-align: center;
	width:800px;
	height:87px;
	float:center;
	position: relative; top: 0px;
	border-style:solid;
	border-width: 0px;
	padding: 0px;
	font-size: 40px;
}

#bodytop {
    margin: 0 auto;
    text-align: center;
	background-image: url(images/xmas/bodytop.png);
	width:800px;
	height:25px;
	float:center;
	position: relative; top: 0px;
	border-style:solid;
	border-width: 0px;
	padding: 0px;
	color:#CC0000;
	font-weight:bold;
	font-family:sans-serif;
	font-size:13px;
	text-shadow: #000 3px 3px 2px;
}

#body {
	color: #100;
    margin: 0 auto;
    text-align: left;
	background-image: url(images/xmas/body.png);
	width:798px;
	float:center;
	position: relative; top: 0px;
	border-style:solid;
	border-width: 0px;
	padding: 0px;
	border-color: #000000;
	border-left-width: 1px;
	border-left-style: inside;
	border-right-width: 1px;
}

.linetitle {
	font-weight: bold;
	color: #440000;
}

.staff {
	margin-left:20px;
}

.staff img {
	color: #000000;
	margin-top:15px;
	margin-right:20px;
	float:left;
}

.staffalt {
	margin-left:20px;
}

.staffaltbg {
	background-image: url(images/xmas/bodyalt.png);
}

.staffalt img {
	color: #000000;
	margin-top:15px;
	margin-right:20px;
	float:left;
}

.staffname {
	color: #880000;
	font-weight: bold;
	font-size: 15px;
}

.newstitle {
	color: #BB0000;
	font-weight: bold;
	font-size: 15px;
}

.newsinfo {
	font-weight: normal;
	font-size: 11px;
	color: #AA0000;
}

.news {
	font-weight: normal;
}

.news a, a:active, a:visited {
	color: #550000;
}

.news a:hover {
	color: #880000;
}

#footer {
	color:#AA0000;
	font-weight:bold;
	text-shadow: #000 3px 3px 2px;
    margin: 0 auto;
    text-align: center;
	background-image: url(images/xmas/footer.png);
	width:800px;
	height:75px;
	float:center;
	position: relative; top: -17px;
	border-style:solid;
	border-width: 0px;
	padding: 0px;
}

#latestrls { 
	color: #110000;
	margin: 0 auto;
	width: 798px; 
	height: 25px;
	background-image: url(images/xmas/bodyalt.png);
	border-right:1px solid #002200;
	border-left:1px solid #002200;
	border-bottom:1px solid #002200;
}
