/* CSS Document */
p, h1,h2,h3,h4,h5 {
margin: 0;
padding: 0;
margin-bottom: 10px;
}
body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	_font-size: 100%;
	background: #660000 url(/BC/CKLG/apps/celebrity/public/skin/body-bg.gif) repeat-x;
}

#masthead, #wrapper {
width:960px;
margin: 0 auto;
background-color: #0E0E0E;
}

#celeb391, #celeb22 {
display: none;
}

#masthead {
	position: relative;
	height: 300px;
	background: url(/BC/CKLG/apps/celebrity/public/skin/top-bg.jpg) no-repeat top center;
}

#sponsor {
	position: absolute;
	bottom: 0px;
	left: 215px;
	text-align: center;
}
ul#nav {
	margin: 0; padding:0;
	list-style: none;
	width: 800px;
	margin: 0 auto;
	display:block;
	height: 50px;
	text-align: center;
}
ul#nav li {
	display: block;
	float: left;
	width: 200px;
}
a {
	color:#FFCC00;
}
ul#nav li a{
	color:#FFCC00;
	font-weight: bold;
	font-size: 1.4em;
}

#wrapper {
	background: url(/BC/CKLG/apps/celebrity/public/skin/content-bg.jpg) repeat-y;
}
#content {
	width: 800px;
min-height: 400px;
height: auto;
_height: 400px;
	padding-left: 80px;
	padding-right: 80px;
	background: url(/BC/CKLG/apps/celebrity/public/skin/bottom-bg.jpg) no-repeat bottom center;
	padding-bottom: 300px;
}

#newvoter {
width: 250px;
float: right;
}

#counter-box {
width: 200px;
text-align: center;
float: right;
}
#counter-box span {
font-size: smaller;
color: #FFFF00;
}
#counter {
display: block;
font-size: 100px;
}

#pics, #info {
	float: left;
}
#info {
	width: 250px;
}
#pics {
	width: 200px;
}

label {
	display: block;
	clear: left;
	width: 150px;
	font-size: 0.8em;
	font-weight: bold;
}

#info input {
	border: none;
	background: #FFFFFF url(/BC/CKLG/apps/celebrity/public/skin/input-bg.gif) repeat-x;
	padding: 0;
	margin: 0;
	padding: 2px;
	font-weight: bold;
	color: #660000;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

div.celeb {
width: 250px;
padding-top: 150px;
height: 25px;
float: left;
margin: 5px;
text-align: center;
}

#submit {
	padding: 5px;
	margin: 15px;
}

#about {
width: 230px;
padding: 10px;
float: left;
}

form#entry {
	width: 550px;
	float: left;
}

form#entry fieldset {
	padding: 10px;
	color: #FFFFFF;
	border: none;
	border-top: 1px solid #FFFFFF;
}

/************************************************
Special - fixes, etc.
*************************************************/
.clearfix:after {
content:".";
display:block;

height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
