/**
 * 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: 10pt;
	color: #000000;
	border-bottom: 1;
}

a {
	font-weight: bold;
	color: #5A5D5A
}
a:hover { color: #d43876 }

img {
	border: 0px 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 #C0C0C0;
	font-size: 1em;
	color: #000000
}

/* Lists */
li {
}
li.alt {
}

/* 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: #868486;
	width: 100px;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer
}
input.button:hover { background: #fff }
input.button.disabled {
	background-color: #848684;
}

/**
 * Navigation
 */
#nav {
	margin: 0 0 15px 0;
	padding: 0;
	height: 36px;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0 10px;
	text-align: center;
	border-right-style: none;
	border-left-style: none;
}

#nav li a {
	display: block;
	width: 125px;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	font-weight: bolder;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	font-family: "Century Gothic";
	font-size: 16px;
}
#nav li a:hover {
	font-weight: bold;
	text-decoration: underline;
}

/**
 * Header
 */
#header {
	margin-bottom: 15px;
	padding: 68px 0 0 70px;
	height: 112px;
	border-bottom: 0px solid #C0C0C0;
	background-repeat: no-repeat;
}
#header a {
	background: url('../images/logo.gif');
	display: block;
	width: 214px;
	height: 45px
}

/**
 * Welcome
 */
#welcome {
	margin-bottom: 15px;
	height: 190px;
	border-top: 0px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
}

#w-about {
	float: left;
	width: 394px;
	padding: 8px 25px
}
#w-about h1 {
}

#w-news {
	float: left;
	padding: 8px;
	width: 435px;
	border-left: 0px solid #C0C0C0;
}
#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: 5px
}
#w-news ul li a {
	text-decoration: none;
	font-weight: bold
}
#w-news ul li a:hover { text-decoration: underline }

/**
 * Content
 */
#content {
	margin-bottom: 15px;
	min-height: 179px;
}
#content-padding { padding: 0 15px }

#content .t, #content .t i {
	display: block;
	height: 8px;
	background: url('../images/content-corners.gif') no-repeat;
}
#content .t i { background-position: 100% -8px }

/* Newest */
#newest {
	margin: 10px 0;
	padding: 0;
	height: 350px
}
#newest li {
	float: left;
	background: none;
	list-style: none;
	margin: 0 13px
}
#newest .arrow-left,
#newest .arrow-right {
	margin-top: 35px;
	display: block;
	width: 27px;
	height: 33px
}
#newest .arrow-right { background-position: 0 -33px }


/* Newsletter */
#newsletter {
	float: left;
	border-right: 1px solid #C0C0C0;
	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
}
