/**
 * Dreamline - Template 12
 * Designed and coded by 1Three
 * http://www.1three.com/
 */

/**
 * Global Settings
 */ 
body {
	background: url('../images/body.gif') top repeat-x #121e14;
	margin: 0
}

#wrapper {
	margin: 0 auto;
	padding: 17px 0 30px 0;
	width: 901px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .69em;
	color: #fff
}

a {
	font-weight: bold;
	color: #fff
}
a:hover { color: #d43876 }

img { border: 5px solid #3b4039 }
a img:hover { border-color: #d53977 }

.alignLeft { float: left }
.alignLeft img { margin-right: 10px }
.alignRight { float: right }
.alignRight img { margin-left: 10px }

/* Text */
p { margin: 10px 0 }

.error li {
	background: none;
	color: #f00
}

/* Headers */
h1 {
	margin: 5px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #3e3e3e;
	font-size: 1em;
	color: #e9e9e9
}

/* Lists */
li { background: #192018 }
li.alt { background: #353c31 }

/* Forms */
form { margin: 0 } /* IE Fix... */

dt {
	float: left;
	width: 150px
}

input,
input.text, textarea.text {
	border: 0;
	padding: 6px 10px
}

input, input.text { font-size: 1em }

input.button {
	background: #d43876;
	width: 100px;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer
}
input.button:hover { background: #fff }
input.button.disabled {	background: #d43876 }

/**
 * Navigation
 */
#nav {
	margin: 0 0 15px 0;
	padding: 0;
	height: 36px
}

#nav li {
	float: left;
	background: none;
	list-style: none;
	margin: 0 10px;
	text-align: center
}

#nav li a {
	display: block;
	width: 86px;
	height: 36px;
	line-height: 32px;
	text-decoration: none;
	font-weight: normal;
	color: #fff
}
#nav li a:hover {
	background: url('../images/nav.gif');
	font-weight: bold
}

/**
 * Header
 */
#header {
	background: url('../images/header.gif');
	margin-bottom: 15px;
	padding: 68px 0 0 70px;
	height: 112px
}
#header a {
	background: url('../images/logo.gif');
	display: block;
	width: 214px;
	height: 45px
}

/**
 * Welcome
 */
#welcome {
	background: url('../images/welcome-main.gif');
	margin-bottom: 15px;
	height: 181px
}

#w-about {
	float: left;
	width: 394px;
	padding: 15px 25px
}
#w-about h1 { margin-left: 120px }

#w-news {
	float: left;
	padding: 10px;
	width: 435px
}
#w-news img { border: 0 }
#w-news ul {
	margin: 10px 246px 0 0;
	padding: 0
}
#w-news ul li {
	list-style: none;
	margin: 3px 0;
	padding: 10px
}
#w-news ul li a {
	text-decoration: none;
	font-weight: normal
}
#w-news ul li a:hover { text-decoration: underline }

/**
 * Content
 */
#content {
	background: url('../images/content.gif') top repeat-x;
	margin-bottom: 15px;
	min-height: 179px
}
#content-padding { padding: 0 15px }

#content .t, #content .t i {
	background: url('../images/content-corners.gif') no-repeat;
	display: block;
	height: 8px
}
#content .t i { background-position: 100% -8px }

/* Newest */
#newest {
	margin: 10px 0;
	padding: 0;
	height: 106px
}
#newest li {
	float: left;
	background: none;
	list-style: none;
	margin: 0 13px
}
#newest .arrow-left,
#newest .arrow-right {
	background: url('../images/newest-arrow.gif');
	margin-top: 35px;
	display: block;
	width: 27px;
	height: 33px
}
#newest .arrow-right { background-position: 0 -33px }

#newest img {
	border-width: 3px;
	filter: alpha(opacity=30); /* IE */
	opacity: 0.3
}
#newest img:hover {
	filter: alpha(opacity=100); /* IE */
	opacity: 1
}

/* Newsletter */
#newsletter {
	float: left;
	border-right: 1px solid #273326;
	margin: 20px 0;
	padding: 0 25px;
	width: 305px
}

/* Sponsors */
#sponsors {
	float: left;
	margin: 20px 0;
	padding: 0 25px;
	width: 465px
}

#sponsors ul {
	margin: 35px 0;
	padding: 0
}
#sponsors ul li {
	float: left;
	list-style: none;
	background: none;
	margin: 0 17px;
}
#sponsors ul li img { border: 0 }

/**
 * Footer
 */
#footer {
	clear: both;
	margin: 20px 0;
	text-align: center
}