/* CSS Document */

*html .buggy-box {
height: 1%; }

A:link {
	color:#3366CC;
	text-decoration:underline;
}
A:visited {
	color:#3366CC;
	text-decoration:underline;
}
A:active {
	color:#3366CC;
	text-decoration:underline;
}

A:hover {
	color:#3366CC;
	text-decoration:none;
}


 /* set background images for corners */
.rbroundbox { background-color:#F9F9F9; padding:1em; }
.rbroundbox_standings { background-color:#F9F9F9; padding:.5em; }

.rbcontent  { margin: 0 14px; font-size:24px; font-weight:bold; color:#666666; }
.rbcontent_standings  { margin: 0 14px; font-size:20px; font-weight:bold; color:#666666; }
.rbcontent_faq  { margin: 0 14px; font-size:18px; font-weight:bold; color:#666666; }

.rbroundbox { margin-left:0px; margin-top:10px;  }
.rbroundbox_standings { margin-left:0px; margin-top:10px;  }




body
{
	margin: 0 0 20px 0;
	padding: 0; 
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
}

#container		
{
	position:relative;
	margin: .5% .5%;
	background-color: #FFF;
	overflow:hidden; 
	font-size:12px;
}

#banner
{
	position:relative;
	margin-right:0px;
	display:inline;
	overflow:hidden;
}

#featured
{
	width:100%;
	padding: 1em;
	font-size: 12px;
	font-weight:bold;

}

#standings
{
	padding:1em;
	overflow:hidden;
}

#focus
{
	position:relative;
	clear:both;
	overflow:hidden; 
	padding:1em;
}

#vote_result A:link {
	color:#FFFFFF;
	text-decoration:underline;
}
#vote_result A:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#vote_result A:active {
	color:#FFFFFF;
	text-decoration:underline;
}

#vote_result A:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#vote_result
{
	margin:0em;
	position:relative;
	width:100%;
	left:0px;
	top:0px;
	padding:1em 0em;
	width:100%;
	color:#FFFFFF;
	font-weight:bold;
	font-size:22px;
	background-color:#006699;
	text-align:center;
	padding-bottom:30px;
	border-top:#FFFFFF solid thin;  
}

#top_header A:link {
	color:#FFFFFF;
	text-decoration:underline;
}
#top_header A:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#top_header A:active {
	color:#FFFFFF;
	text-decoration:underline;
}

#top_header A:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#top_header
{
	margin:0em;
	position:relative;
	width:100%;
	left:0px;
	top:0px;
	padding:1em 0em;
	width:100%;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	background-color:#006699;
	text-align:center;
}

#content
{
	margin: 0 1em;
}

#content h1 { font-size:20px; }
#content h2 { padding-left:.5em; font-size:16px; }
#content h3 { padding-left:1.5em; font-size:14px; font-weight:normal; }

#footer
{
	clear: both;
	padding-top: 1em;

}
#footer_left
{

	float:left;
	width:70%;
}
#footer_center
{
	float:left;		
	text-align:center;
	width:10%;
}
#footer_right
{
	float:left;
	width:20%;
	text-align:right;
}						

.content_title
{
	border-bottom:#666666 solid thin; 

	font-size:20px; 
	font-weight:bold;
	padding-top:10px;
}

.formclass
{
	padding:.3em;
	margin-left:.5em;
	font-size:14px;
}

.error
{
	color:#FF0000;
}

.success
{
	color:#00CC00;
}

.type_box
{
	background-color:#F9F9F9; 
	padding:1em; 
	margin:.5em;
}

.type_box_type { font-size:20px; font-weight:bold; }
.type_box_subtype { padding-left:1em; font-size:18px; font-weight:bold; margin:.5em 0em; }
.type_box_cause { padding-left:3em; font-size:16px; font-weight:normal; margin-top:.3em; }

.trivia_answer
{
	padding-left:5px; 
	font-weight:bold;
}

#make_pledge_link
{
	margin:1em 0em;
	padding:1em;
	background-color:#FFFFCC;
	border:#FFFF00 thin solid;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

#make_pledge
{
	margin:1em 0em;
	padding:1em;
	background-color:#FFFFCC;
	border:#FFFF00 thin solid;
	overflow:hidden;
}

#pledge_title
{
	margin:1em 0em;
	font-size:18px;
}

#pledge_stats
{
	font-size:10px;
}

.pledge_field
{
	vertical-align:middle;
	padding:.5em;
}

.pledge
{
	margin:1em 0em;
	padding:1em 1em;
	border-top:#CCCCCC solid thin;
}

#pledge_header A:link {
	color:#FFFFFF;
	text-decoration:underline;
}
#pledge_header A:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#pledge_header A:active {
	color:#FFFFFF;
	text-decoration:underline;
}

#pledge_header A:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#pledge_header
{
	margin:0em;
	position:relative;
	width:100%;
	left:0px;
	top:0px;
	padding:.5em 0px;
	width:100%;
	color:#FFFFFF;
	font-weight:normal;
	font-size:14px;
	background-color:#0099CC;

}
