/**********************************************************************************************

	Title: CSS
	Author: Joe Hickman / Atomic Design & Consulting
	Date: 2008 

***********************************************************************************************

	1. Global Reset
	
	2. General Elements
	
	3. Layout
		3.1 Header	
		
***********************************************************************************************/


@import url("/css/homelink.css");
/* 1. Global Reset
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
.guidelines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	}
	
.guidelines a:link {}
.guidelines a:visited {}
.guidelines a:hover {
background-color:#000;
color:#FFFCCC;}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
/* 2. General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	body {
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	height:100%;
}
hr {
	display: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
address {
	font-style: normal;
}
input, textarea, select {
	font: 1em Arial, Helvetica, sans-serif;
}
a {
	color: #666666;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
}
a:active {
}
/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/
#container {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
	top:27px;
	left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
#logincontainer {
	width: 984px;
	/*background-image:url(../images/vote/votebg.jpg);*/
	margin-right: auto;
	margin-left: auto;
	height:657px;
	background-repeat: no-repeat;
}
#regnav {
	height: 45px;
	width: 854px;
    top:120px;
    position:relative;
    left:198px;
    z-index:9;
}
#logintovote {
	height: 40px;
	width: 354px;
	position: relative;
	top:98px;
	left:310px;
}
#register {
	position: relative;
	left:500px;
	top: 70px;
	width:100px;
}
#loginform {
	height: 110px;
	width: 200px;
	position: relative;
	top:175px;
	left:240px;
}
.usernamefield {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 23px;
	width: 185px;
}
.usernametext {
	clear: both;
	width: 100px;
	position: relative;
	top: 10px;
	left: 1px;
}
.passwordfield {
	clear: both;
	float: left;
	height: 23px;
	width: 185px;
	position: relative;
	top: 27px;
}
.passwordtext {
	height: 20px;
	width: 140px;
	position: relative;
	top: 37px;
	left:1px;
	float:left;
}
.forgotpwd {
	height: 20px;
	width: 50px;
	position: relative;
	top: 37px;
	left:1px;
	float:left;
}
.voteheader {
	margin-top: -50px;
}
#footer {
    margin-left:175px;
    
}
.title {
	color: #ffffff;
}
#fanidlogout {
	float: right;
	height: 19px;
	width: 89px;
	position: relative;
}
#loginnow {
	width:155px;
	height:41px;
	position:relative;
	top:85px;
	left:550px;
}
/* 4. OTHER STUFF
-----------------------------------------------------------------------------------------------
===============================================================================================*/

input.ffield {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8f9195;
	width: 185px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.smalltext a:link {
	color: #999999;
	text-decoration: none;
}
.smalltext a:visited {
	color: #999999;
	text-decoration: none;
}
.smalltext a:hover {
	color: #666;
	text-decoration: none;
}
.newtop {
  background: url(/images/scrolling/top.png) no-repeat;
  height: 195px;
  width: 968px;
  margin-top:30px;
}
.background {
  background: url(/images/scrolling/bg.png) repeat-y;
  width: 864px;
  margin-left:59px;
}
.home a {
  text-indent: -99999px;
  display: block;
  height: 100px;
  width: 950px;
  position:absolute;
  left:50%;
  margin-left:-475px;
  margin-top:5px;
}
.bottom {
  background: url(/images/scrolling/bottom.png) no-repeat;
  height: 32px;
  width: 873px;
  margin-left:53px;
}
.statue {
  background: url(/images/scrolling/statue.png);
  height: 308px;
  width: 182px;
  position:absolute;
  margin-top:-220px;
  margin-left:-60px;
  z-index:999;
}
.field {
  background: url(/images/scrolling/scoreboard.png) no-repeat;
  width:830px;
  margin-left: -106px;
  padding-left:110px;
  top:-57px;
  position:relative;
  z-index:7;
  padding-top: 100px;
}
.field2 {
  background: url(/images/scrolling/scoreboard2.png) no-repeat;
  width:830px;
  margin-left: -106px;
  padding-left:110px;
  top:-57px;
  position:relative;
  z-index:7;
  padding-top: 100px;
}
