/*
Theme Name: Elite Fan Network
Theme URI: http://elitefan.org
Description: Layout specifically designed for <a href="/">this</a> website.
Version: January 2010
Author: Tran Nguyen
Author URI: http://transfixx.com/
*/

body {
	background: #e7e7e7 url(images/img_bg.jpg) repeat-x;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/*
----------------
*/

#wrap {
	background: #ffffff url(images/img_wrap.jpg) repeat-y;
	width: 800px;
	height: auto;
	margin: 0px auto;
}
#ad {
	background: #3d3d3d;
	width: 800px;
	height: 100px;
	line-height: 100px;
}
#topbar {
	background: #8e8e8e url(images/topbar.jpg) no-repeat;
	width: 800px;
	height: 42px;
	line-height: 42px;
}
#header {
	background: url(images/header.jpg) no-repeat;
	width: 800px;
	height: 241px;
}
#contents {
	background: url(images/contents.jpg) no-repeat;
	width: 800px;
	height: auto;
}
#footer {
	width: 800px;
	height: 15px;
	clear: both;
}

/*
----------------
*/

#topbar {
	text-shadow: 2px 2px 2px #4e4e4e;
}
#topbar div.welcome {
	width: 290px;
	height: auto;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	float: left;
	padding-left: 10px;
	margin: 0px 0px 0px 85px;
}
#topbar a {
	color: #ff8400;
}
#topbar a:hover {
	color: #6dcaff;
}
#topbar div.loginform {
	width: 300px;
	height: auto;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
	float: right;
	padding-right: 10px;
	margin: 0px 85px auto 0px;
}
#topbar textarea, #topbar input, #topbar select, #topbar button {
	background: #9c9c9c;
	border: 1px solid #7d7d7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
----------------
*/
#nav {
	text-align: left;
	margin: 0px 109px 10px 109px;
}
.menu {
	background: #6dcaff;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 11px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #0ba6ff;
	font-weight: bold;
	color: #ffffff;

}
.menu li {
	display: inline;
}
.menu li a {
	float: left;
	color: #ffffff;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid #88d4ff;
}
.menu li a:hover, .menu li .current {
	color: #ffffff;
	text-shadow: 2px 2px 2px #3d3d3d;
	background: #aeaeae;
}
/*
----------------
*/

#contents h2 {
	font-family: "Franklin Gothic Medium", Arial, sans-serif;
	font-weight: lighter;
	font-size: 23px;
	text-align: left;
	text-transform: uppercase;
	color: #ff8400;
	margin: 0px;
	padding: 0px;
}
#contents div.entrymeta {
	font-family: "Franklin Gothic Medium", Arial, sans-serif;
	font-weight: lighter;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	color: #4184aa;
	margin: 0px 0px 10px 0px;
}
#contents div.main {
	background: #ffffff url(images/main_bg.jpg) repeat-x;
	background-position: bottom;
	padding: 10px;
	border: 1px solid #e1e1e1;
	margin: 0px 109px 10px 109px;
}
#contents div.maintext {
	text-align: justify;
	color: #333333;
}

/*
----------------
*/

#page h2 {
	margin: 0px 0px 10px 0px;
}
#page p.nav {
	border-bottom: 1px dotted #dadada;
	padding: 10px 0px 10px 0px;
}
#page p.nav a {
	font-size: 15px;
	text-transform: uppercase;
}
#page p.nav a:hover {
	color: #000000;
}

/*
----------------
*/

#links h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	color: #000000;
}
#links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#links li {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

/*
----------------
*/

a {
	font-weight: bold;
	text-decoration: none;
	color: #57aad9;
}
a:hover {
	color: #000000;
}
b, strong {
	color: #ad5a00;
}
em, i, u {
	color: #ff8400;
	font-weight: bold;
}
a img {
	border: 5px solid #dddddd;
}
a:hover img {
	border: 5px solid #c7c7c7;
}
textarea, input, select,  button {
	background: #ffffff;
	border: 1px solid #dadada;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	color: #333333;
}
label {
	color: #57aad9;
	font-weight: bold;
}