/* @override http://sourcelab.us/sl_style.css */

body {
	font: 74% 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	line-height: 140%;
	background: #ceddde url(img/backgrad.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #d1d1d1;
}
.altlink {
  cursor: pointer; 
  color: #2eab9e;
  text-decoration: underline;
 }

a {	color: #2eab9e; }

img {
   text-decoration: none;
   border-style:none;
}

.big2{
	color: #2eab9e;
	width2: 300px;
	font-size: 110%;
}
.indent{
	margin-left: 30px;
	margin-top: 0px;
	margin-left: 120px;
}
#divider{
	border-bottom: 1px dotted #498186;
	margin-top: 30px;
	margin-bottom: 30px;
}
h1{
	font-size: 130%;
}
.small {
	font-size: 80%;
	color: #888;
}

#wrapper {
	width: 1037px;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background: url(img/background3.gif) no-repeat;
	overflow: visible;
}
#container {
	background: #1e1e1e url(img/topbar.gif) no-repeat;
	width: 865px;
	margin: 0 auto;
	position: relative;
	top: 60px;
	display: table;
	margin-bottom: 15px;
}
#contents {
	margin: 0 auto;
	padding: 30px 30px;
}
.next{
	float: right;
}
#nav {
	width: 187px;
	float: left;
	margin-top: 8px;
}
#main{
	width: 615px;
	margin-left:190px;
	padding-top: 0px;
}
#featured{
	margin-top: 34px;
	margin-bottom: 20px;
	width:417px;
	float: left;
}
#featured img{
	margin-bottom: 5px;
}
#news{
	margin-top: 34px;
	color: #bababa;
	font-size: 11px;
	font-weight: normal;
}
#news b{
	color: #fff;
	font-size: 12px;
}
#news a{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
#news li{
	margin-top: 30px;
	list-style: none;
}
#bio{
	width: 427px;
	margin-left: 120px;
}
.floated {
	float: left;
}

/* ////////// PROJECT INFO //////////////////////////*/	

div#project_info {
	font-size: x-small;
	width: 320px;
	float: right;
	line-height: 1.5em;
	margin-bottom: 30px;
	color: #cfcfcf;
}

div#labels {
	color: #838383;
	width: 82px;
	float: left;
	text-align: right;
}

div#data {
	width: 230px;
	float: right;
	text-align: left;
}



/* /////////////// CLEAR METHODS /////////////////////////////////
/* Alsett Clearing Method for keeping footer below the longest column http://www.csscreator.com*/
.clearfix:after{content:"."; display: block; height:0; clear:both; visibility:hidden;}
/* A hack for a bug in IE6 for Windows */
*html .clearfix{height:1%;}
/* End of Alsett Clearing Method*/
.clearthefloats {clear:both;}


/* /////////////// FOOTER /////////////////////////////////*/
.footer{
	margin-top: 65px;
	margin-bottom: 10px;
	font-size: 85%;
	color: #1c383b;
	text-align: center;
}
.footer a{
	color: #498186;
	text-decoration: none;
}

	
