/* GENERIC STYLES ========================================================= */
html, body {
	background-color: #1a8dc6;
	color: #f9f9f9;
}

/* WARNING: textual elements hidden with this class will be inaccessible to 
screen readers - use with care */

.hidden {
      text-indent: -900em;
}

p {
	color: #FFF;
	font: 110%/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}



/* Jitter- Prototype Stylings  */

#juitterContainer{
	
	float: left;
	width: 450px;
	
	margin-bottom:15px;
	padding-bottom:29px;
	
	margin-top: 10px;
	padding-top:10px
	
}

#juitterContainer ul li{
	
	float: left;
	margin: 6px;
	width: 450px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#juitterContainer img{
	
	float: left;
	margin-right: 15px;
	width:48px;
	height:48px;
	border: 1px dashed #69a2d0;
}

#juitterContainer a{
	
	color: #FFFFFF;
}

#juitterContainer a:hover{
	
	text-decoration: underline;
	
}
