/*
 * Styles specific to root of website.
 */
h2{
	clear: right;
	}
label{
	display: block;
	}
.error{
	color: #F00;
	}
.slogan{
	/*
	 * FUCK: If we set margin-top to a negative value here
	 * then in IE the navigation links will suddenly stop working.
	 * This affects both IE 6 and 7.
	 * No other browser (tested in firefox, opera) is affected by this.
	 * IE users should all jump off a cliff like the lemmings they are.
	 *
	 * Took me a fuckload of time to hunt this one down.
	 * Thanks Microsoft.
	 * - Duy
	 */
	margin-top: -0.5em;
	margin-left: 1em;
	font-size: 90%;
	font-style: italic;
	color: #4af;
	}
#whats_up ul{
	margin-left: 0px;
	padding-left: 1em;
	}
#whats_up dt{
	}
.whatsup_item_actions{
	font-weight: normal;
	color: #000;
	}
#img_careers{
	float: right;
	padding-left: 1ex;
	}

#img_sponsors{
	float: left;
	padding-right: 1ex;
	}

#img_social{
	float: right;
	padding-left: 1ex;
	}

.sponsors{
	margin: 0px;
	padding: 0px;
	list-style-type: none; }
	
	.sponsors li{
		margin: 0px;
		padding: 0px;
		display: inline; }
	
	.sponsors a{
		margin: 0.5em; }
		
		.sponsors a img{
			vertical-align: middle; }