@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	padding: 0 0 25px 0;
}
#wrapper {
	background: url(../img/body-bottom.png) bottom center repeat-x;
}
#website {
	background: url(../img/body-top.jpg) top center repeat-x #DE7400;
}

h1 {
	font-size: 38px;
	margin: 0;
	padding: 37px 0 0 0;
}
h2 {
	margin: 0;
	padding: 0 0 26px 0;
	font-size: 22px;
	font-weight: bold;
}
h3 {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 14px;
	color: #A15300;
	font-weight: bold;
}
h3 a {
	color: #A15300;
	text-decoration: none;
}

ul {
	list-style-position: inside;
}
ul li {
	padding: 0 0 6px 0;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}


.hr {
	margin: 10px 0;
	border: 1px solid #CCC;
	overflow: hidden;
}
.hr hr {
	display: none;
}


#help {
	display: block;
	float: left;
	padding: 0 25px 0 0;
}
#error {
	font-size: 14px;
	color: #777;
	padding: 25px 0 0 0;
}

.button {
	border: none;
	width: 1px;
	overflow: visible;
	background: transparent;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
html > body .button {
	width: auto;
}

p {
	margin: 0;
	padding: 0 0 12px 0;
}

a img {
	border: none;
}

#container {
	width: 940px;
	margin: 0px auto;
	position: relative;
}
#beta {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 36px 0 0 325px;
}
#cloud {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 0 0 494px;
	height: 122px;
	width: 398px;
	background: url(../img/cloud.jpg) 0 0 no-repeat;
	padding: 30px 0 0 50px;
		color: #FFD7AC;
}
	#supporting {
		display: block;
		float: left;
		font-size: 14px;
		padding: 15px 25px 0 0;
	}
	#supporting a {
		color: #FFD7AC;
	}
	#supporting a:hover {
		text-decoration: none;
	}
	
	#logos {
		margin: 0 0 0 75px;
		font-size: 12px;
	}
		#logos table tr td {
			padding: 0 5px 0 0;
			text-align: center;
		}

#content {
	padding: 45px 0;
}
	#home {
		background: url(../img/home-content.png) 0 0 no-repeat;
		height: 373px;
		padding: 25px 0 15px 484px;
		margin: 25px 0 0 0;
		color: #777;
		font-size: 14px;
		line-height: 160%;
	}
		#home h2 {
			font-size: 36px;
			color: #E58300;
			font-weight: bold;
			padding: 0 0 16px 0;
		}
			.centered {
				display:block;
				text-align: center;
			}
	
	#results {
		width: 940px;
	}
	#results_top,
	#results_bottom {
		width: 940px;
		height: 36px;
		overflow: hidden;
	}
	#results_top {
		background: url(../img/content-top.png) 0 0 no-repeat;
	}
	#results_bottom {
		background: url(../img/content-bottom.png) 0 0 no-repeat;
	}
	#results_content {
		background: #FFF;
		font-size: 12px;
		color: #000;
		padding: 0 26px;
	}
	#profiles_aside {
		float: right;
		width: 240px;
	}
	
	
	#profiles {
			width: 620px;
			float: left;
	}
		.profile {
			padding: 10px;
		}
		.profile_hover .checkbox_holder {
			background: #FFF3CF;
		}
		.profile_selected {
			background: #FFF3CF;
		}
		.profile_image {
			float: left;
		}
		.profile_content {
			float: left;
			padding: 0 0 0 15px;
		}
		.profile_content a {
			
		}
			.profile_stats tr td {
				font-size: 11px;
				color: #999;
				padding: 0 8px 0 0;
			}
		.profile_bio {
			float: left;
			padding: 0 0 0 15px;
			font-size: 12px;
			width: 275px;
		}
		.profile_collect {
			margin: 0 0 0 485px;
			padding: 25px 0 0 0;
		}
			.checkbox_holder {
				padding: 10px;
			}
			
	
#footer {
	padding: 125px 0 0 0;
}
#footer ul {
	margin: 0;
	padding: 0 25px;
	list-style: none;
}	
	#footer ul li {
		margin: 0;
		padding: 0;
		float: left;
		font-size: 12px;
		color: #FFF;
	}
	#footer ul li a {
		color: #FFF;
	}
	#footer ul li img {
		vertical-align: middle;
	}
	
	
	
	
	.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

p.small {
	font-size: 10px;
	font-style: italic;
	color: #000000;
}
