/* stylesheet ideals - 
 - colors set once in this stylesheet
 - all text formatting in P tags
 - all structure in DIV tags
*/

/* set font for default */
body {
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
}

/* links */
a.white_link {
	color:#FFFFFF;
}
a.white_link:visited {
	color:#FFFFFF;
}
a.white_link:hover {
	color:#F29F01;
}

a.hoster {
	color:#0000EE;
}
a.hoster:visited {
	color:#0000EE;
}
a.hoster:hover {
	color:#0000BB;
}

#nav_menu {
	background: #222;
	padding:4px;
}

div.header {
	width:820px;
	margin:auto;
	margin-top:30px;
	text-align:center;
}

div.tab_header {
	font-size:11px;
	letter-spacing:1px;
	line-height:12px;
	padding:10px;
	float:left;
	cursor:pointer;
}

div.stat_label {
	margin-top:30px;
	padding:6px;
	text-align:center;
	min-height:40px;
	width:100px;
	border-width:1px;
	border-style:dotted;
}

div.prize_box {
	width:820px;
	margin:auto;
	background-color: #FFFFFF;
	margin-bottom:20px;
}

div.tabs {
	font-family:"Trebuchet MS", sans-serif; 
	font-size:14px;
	text-align:left;
	width:550px;
	float:left;
}

div.right_header_box {
	width:270px;
	height:400px;
	margin-top:32px;
	padding-bottom:40px;
	text-align:right;
	float:right;
}


div.prize_image {
	float:left;
	padding-top:10px;
	width:390px;
	overflow:auto;
	height:500px;
	text-align:center;
}

div.prize_info {
	text-align:right;
	width:400px;
	float:right;
	padding:15px;
}

div.tab_content {
		padding:20px;
		height:400px;
		overflow:auto;
}

/* fonts and text */
h1 {
	font: 30px "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	letter-spacing:-1px;
	padding:10px;
	color:white;
}

h2 {
	font-size:32px;
	font-weight:bold;
}

h3 {
	margin-bottom:15px;
}

li {
	margin-left:30px;
	margin-bottom:5px;
}

p.stat_title {
	font: 10px Tahoma, Arial, sans-serif;
}

p.contest_description {
	font: 18px Tahoma, Arial, sans-serif;
	margin-bottom:10px;
}
p.right_header {
	font-family:"Trebuchet MS", sans-serif;
	font-size:11px;
	letter-spacing:1px;
	color:#000000;
}
p.hosted_by {
	font: 20px "Trebuchet MS", Verdana, sans-serif;
	margin-top:10px;
	margin-bottom:15px;
}

p.stat_value {
	font-family:Courier; 
	font-size:16px;
	font-weight:bold;
}

p.stat_value_big {
	margin-top:5px;
	font-family:courier; 
	font-size:25px;
	font-weight:bold;
}

p.enter_now {
	font: 20px "Trebuchet MS", Verdana, sans-serif;
	margin-left:2px;
	font-weight:bold;
	text-align:left;
}


#btb_logo { 
	text-align:right; 
	padding-top:10px;
	padding-bottom:10px;
}

#customize {
	width:500px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	background-color:white;
	border: 2px dotted #999;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:5px;
	text-align:left;
}

.last_button {
	/* for the buttons that should appear at the bottom right of a page */
	margin-top:20px;
	margin-bottom:10px;
	margin-right:10px;
	text-align:right;	`
}

#link_header {
	font: normal .7em Arial, sans-serif;
	padding:0px;
	margin:auto;
	text-align:left;
}

.colorbox {
	width:20px;
	height:20px;
}

.colorpair {
	width:40px;
	height:20px;
	margin:10px;
}

/* submission collection */

.submission {
	border-width:3px;
	border-style:solid;
  padding: 10px;
	margin-top:30px;
	margin-bottom:10px;
	font-family: "trebuchet ms", arial, sans-serif;
	width:75%;
	float:right;
}

.submission-q{
  padding: 10px;
}

.submission-button-input {
  border: 1px solid #333;
  margin-left: 35%;
  width: 40%;
  margin-bottom: 5px;
	color:#FFFFFF;
}

/* for submission entries */
.entry-table{
 background: white;
}

.entry-table th {
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
}

.entry-table{
  font-size: 0.8em;
}

.date{
  width: 50px;
}

/* color customizer */
/*#customize{
  position: absolute;
  top: 0px;
  right: 0px;
  xbackground-color: transparent;
  opacity: 0.9;
  filter:alpha(opacity=90);
}
#link_header {
	xmargin-bottom: 10px;
}
*/