/* --------------------------------------------
Designer:		Peter Gifford
URL:      	www.universalhead.com
Date: 		20 May 2004
--------------------------------------------- */


/* Basics
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-align: center;
	color: #1d1308;
	background: #000 url("../images/home_bg.jpg") repeat-x;
	width: 660px;
	margin: 0 auto;
}

p {
	margin: 0;
	padding: 0;
}

abbr, acronym {
	cursor: help;
	font-style: normal;
}
	
hr {
	display: none;
}

/* misc /**************************/

.standardsAlert { display: none; }
.clearleft { clear: left; }
img { border: none; display: inline; }
div.clearer {clear: both; line-height: 0; height: 0;}

/* Links
----------------------------------------------- */

a:link {
	color: #7B2F0D;
	text-decoration: none;
}

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

a:hover {
	color: #DCA155;
	text-decoration: none;
	border-bottom: 1px dotted #DCA155;
}

a:active {
	color: #DC7C00;
}
/* Layout
----------------------------------------------- */
#masthead {
	width: 660px;
	height: 135px;
	margin: 0;
	padding: 0;
	display: block;
}

#navbar {
	width: 660px;
	height: 48px;
	margin: 0;
	padding: 0;
	display: block;
	background: url("../images/navbar.jpg") no-repeat top left;
}

#mainfeature {
	clear: both;
	width: 660px;
	height: 196px;
	margin: 0 auto;
	padding: 0;
	display: block;
	text-align: left;
	background: url("../images/mainfeature.jpg") no-repeat top left;
	overflow:  hidden;
}
	
#contentwrapper {
	width: 660px;
	margin: 0 auto;
	padding: 0;
	display: block;
}
	
#features {
	width: 660px;
	margin: 0 auto;
	padding: 0;
	display: block;
	text-align: left;
	background: url("../images/featuresmain.jpg") repeat-y top left;
}

/* Nav
----------------------------------------------- */

#nav {
	margin: 0;
	padding: 0;
	height: 48px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	position: relative;
	display: inline;
	/* hide from IE mac \*/
	float: left;
	/* end hiding from IE5 mac */	
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	clip: rect(0, 110px, 32px, 0);
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:32px; /* for IE5/Win only */
}

#nav a:hover {
	background-position: 0 -32px;
	border-bottom: none;
}

#nav a:active, #nav a.selected {
	background-position: 0 -64px;
}

#home a {
	width: 110px;
	background: url(../images/homenavhome.jpg) top left no-repeat;
}

#world a {
	width: 110px;
	background: url(../images/homenavworld.jpg) top left no-repeat;
}

#gaming a {
	width: 110px;
	background: url(../images/homenavgaming.jpg) top left no-repeat;
}

#archive a {
	width: 110px;
	background: url(../images/homenavarchive.jpg) top left no-repeat;
}

#about a {
	width: 110px;
	background: url(../images/homenavabout.jpg) top left no-repeat;
}

#forums a {
	width: 110px;
	background: url(../images/homenavforums.jpg) top left no-repeat;
}

/* Typography
----------------------------------------------- */
#features table tr {
	vertical-align: baseline;
}

#features table tr td.leftfeaturetop {
	width: 330px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: url(../images/leftfeaturetop.jpg) top left no-repeat;
}

#features table tr td.leftfeaturetop h1 {
	margin: 0;
	padding: 30px 25px 8px 130px;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #740400;
}

#features table tr td.rightfeaturetop {
	width: 330px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: url(../images/rightfeaturetop.jpg) top right no-repeat;
}

#features table tr td.rightfeaturetop h1 {
	margin: 0;
	padding: 30px 170px 8px 30px;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #740400;
}

#features table tr td.left p {
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0;
	padding: 0 25px 4px 130px;
}

#features table tr td.right p {
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0;
	padding: 0 170px 4px 30px;
}

#featuresbase {
	background: url(../images/featuresbase.jpg) top left no-repeat;
	height: 29px;
}

/* Footer
----------------------------------------------- */

#footer {
	clear: both;
	width: 660px;
	height: 65px;
	background: #000 url("../images/footer.jpg") no-repeat top left;
	margin-bottom: 20px;
}

#footer p {
	margin: 0;
	padding: 0;
	font: 0.7em 'Lucida Grande', 'Lucida Sans Unicode', arial, verdana, sans-serif;
	font-weight: bold;
	color: #e8dcc1;
	line-height: 1.3em;
	padding-top: 25px;
}

