/*
	body{
		padding:0px;
		margin:0px;
		text-align: center;
	}
*/
	
	.centered{
		margin:auto;
		text-align: left;
		width:940px;
	}
	
	body,div,span,a,p,button{
		font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
		color:rgb(50,50,50);
	}

	a{
		text-decoration: none;
		color:#0088aa;
	}
	
	#top{
		background-color:#5fbcd3;
		border-bottom:1px solid #0088aa;
		text-align: left;
	}
	
	#content{
		padding:20px;
	}
	
	h1{
		margin:0px;
		padding:20px 20px 20px 0px;
		color:#ffffff;
		font-size:28px;
	}
	
	h2{
		color:#0088aa;
	}
	
	#statusBox{
		width:36px;
		margin-top:10px;
	}
	#statusBox textarea{
		font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
		border:1px solid #EEEEEE;
		width:355px;
		height:75px;
		float:left;
		font-size:20px;
		marigin-top:0px;
		color:#333333;
	}
	
	#statusBox #update{
		float:right;
		margin:10px 0px 0px 10px;
		background-color:#5fbcd3;
		border:1px solid #0088aa;
		padding:5px 10px 5px 10px;
		color:white;
		font-size:14px;
	}
	

	.timeline{
	
	}
	
	.timeline h3{
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size:18px;
		color:#333333;
		border-bottom:1px solid #EEEEEE;
		padding-bottom:10px;
	}
	
	.status{
		width:410px;
		border-bottom:1px solid #EEEEEE;
	}
	
	.status:hover{
		background-color:#f4f8fc;
	}
	
	.status #image{
		margin:10px 10px 10px 10px;
		width:50px;
		height:50px;
		float:left;
	}
	
	.status #image img{
		width:48px;
		height:48px;
		border:0px solid white;
	}
	
	.status #text{
		float:left;
		font-size:14px;
		width:325px;
		margin:10px 0px 2px 0px;
	}
	
	.status #text #name {
		font-weight: bold;
		margin-right:5px;
	}
	
	.status #text a{
		text-decoration: none;
		color:#2276BB;
	}
	
	.status #info{
		color:#999999;
		font-size:11px;
		margin:5px 0px 5px 0px;
	}
	
#timelines{
	float:left;
	width:400px;	
}

#sidebar{
	float:left;
	width:240px;
	margin:0px 0px 0px 10px;	
}


#menu ul{
	list-style-type: none	;
	margin:0px 0px 10px 5px;
	padding:0px;
}

#menu ul li{
	margin:5px 0px 0px 0px;	
	padding:0px;
}

#searchBox #box{
	margin:10px 0px 5px 2px;
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size:15px;
	width:150px;
	height:20px;
	border:1px solid #0088aa;
}
