@import url("reset.css");
@import url("text.css");

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: #111 url(images/page-bg.png) repeat-x;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	color: #ccc;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FF7E13;
	letter-spacing: -1px;
}

.container {
	margin: 0 auto;
	width: 950px;
	position: relative;
}

#logo a {
	display: block;
	background: url(images/arena-logo.png) no-repeat;
	width: 489px;
	height: 119px;
	text-indent: -9999px;
}

#slogan {
	position: absolute;
	right: 20px;
	top: 88px;
}

#header {
	background: url(images/header-bg.png);
	width: 930px;
	padding: 12px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
}

#slideshow {
	height: 200px;
	overflow: hidden;
}

#nav {
	width: 934px;
	height: 44px;
	margin: 10px auto 10px auto;
	background: url(images/nav-bg.png) no-repeat;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	display: block;
	float: left;
	width: 155px;
	height: 32px;
	padding: 8px 0 2px 0;
	text-align: center;
	text-decoration: none;
	color: #ccc;
	font-size: 16px;
	text-transform: lowercase;
	position: relative;
}

#nav ul li a:hover, #nav ul li.active a {
	background: url(images/hover-bg.png) no-repeat center bottom;
	color: #FF7E13;
}

.content-top {
	height: 9px;
	background: url(images/content-top-bg.png) no-repeat;
	width: 954px;
	margin: 0 auto;
}

.content-bottom {
	height: 9px;
	background: url(images/content-bottom-bg.png) no-repeat;
	width: 954px;
	margin: 0 auto;
}

.content-wrap {
	background: url(images/content-bg.png) repeat-y;
	width: 924px;
	padding: 15px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 600px;
	padding-left: 10px;
	text-align: justify;
}

.content-wrap a {
	color: #aaa;
	border-bottom: 1px solid #666;
	padding-bottom: 1px;
	text-decoration: none;
}

.content-wrap a:hover {
	color: #fff;
	border-bottom: 1px solid #FF7E13;
}

#sidebar {
	width: 270px;
	float: right;
	padding-right: 10px;
}

#sidebar h2 {
	background: #333;
	margin: 0 -22px 20px -10px;
	padding-left: 10px;
	color: #FF7E13;
}

#subnav {
	margin: 0 0 20px;
	}
	
#subnav ul {
	margin: 0;
	padding: 0;
}

#subnav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav ul li a {
	padding: 3px 0 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #666;
	text-decoration: none;
	color: #999;
	display: inline-block;
}

#subnav ul li.active a,
#subnav ul li a:hover {
	border-bottom: 3px solid #FF7E13;
	margin-bottom: 0px;
	padding: 3px 0 0px;
}

.clock {
	margin-top: 40px;
	text-align: center;
	background: #222;
	margin: 0 -22px 0 -10px;
	padding: 0 0 10px;
}

#footer {
	margin: 0 auto;
	width: 920px;
	padding: 15px;
	color: #666;
}

#footer p {
	margin-bottom: 5px;
	}

#footer a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #666;
	margin: 0 5px;
	}

.fRow {
	margin: 0 0 10px;
	clear: both;
	}

.fRow label {
	width: 90px;
	float: left;
	text-align: right;
	padding: 3px 10px 3px 3px;
	}
	
.fRow .text,
.fRow textarea,
.fRow input[type=text] {
	width: 350px;
	padding: 5px;
	background: #333;
	color: #fff;
	border: 1px solid #666;
	}

.fRow textarea {
	height: 250px;
	}
	
.fRow .text:focus,
.fRow textarea:focus,
.fRow input[type=text]:focus {
	border: 2px solid #FF7E13;
	padding: 4px;
	}

.fRow .submit {
	margin-left: 393px;
	padding: 3px 15px;
	}

.fRow label.required {
	border: none;
	background: transparent;
	font-weight: bold;
	}
	
img a, a img {
	border-bottom: none;
	}

table {
	border: 1px solid #666;
	}
	
	table td {
		padding: 2px 4px;
		}
	
/* Success, error & notice boxes for messages and errors. */
.error, .errors, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error, .errors, .required {
	background: #FBE3E4;
	color: #D12F19;
	border-color: #FBC2C4;
}
.notice {
	background: #333;
	color: #FFD324;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #529214;
	border-color: #C6D880;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }
