/* RESET & BASIC PAGE SETUP */
* {margin: 0; padding: 0;}
html {overflow-y: scroll;}

body {
	font: 62.5% Georgia, serif;
	background: #464657 url(../images/background.png) repeat-x;
}

ul{ list-style:  none inside;}
a {outline: none; text-decoration: none;}

a img {border: none;}
/* END RESET */


sub {
	font-size: .8em;
	line-height: 1em;
	vertical-align: -.3em;
}

#shadow {
	margin: 0 auto;
	width: 1150px;
	background: url(../images/shadow.png) repeat-y;

}

#shadow-top {
	margin: 0 auto;
	height: 20px;
	width: 1150px;
	background: url(../images/shadow-top.png) bottom;
}

#shadow-bottom {
	margin: 0 auto;
	margin-bottom: 30px;
	height: 60px;
	width: 1150px;
	background: url(../images/shadow-bottom.png) no-repeat;
	clear: both;
}


#page {
	margin: 0 auto;
	width: 1050px;
	background: white;

}

.vcard {
	visibility: hidden;
}

#intro {
	/*border-top: solid 1px #efefef;
	border-bottom: 1px solid #efefef;*/
	margin-bottom: 4.5em;

}

#intro .intro {
	padding-bottom: 1em;
}

#intro p{
	text-align: center;
	color: #5668a0;
	font: italic 1.6em Georgia, serif;
	border: none;
	margin: none;
	padding-bottom: 0.3em;
}


#intro ul {
	text-align: center;
	list-style-image: none;
}

#intro ul li {
	display: inline;
	padding-right: 2em;
	color: #7f7f7f;
	font-size: 1.2em;
	font-family: "Gill Sans", Arial, sans-serif;
	letter-spacing: 1px;
}

#intro ul li a{
	color: #555;
	border-bottom: 1px solid #bfbfbf;
}

	#intro ul li a:hover{
		color: #43517b;
		border-bottom: 1px solid #43517b;

	}
/* @group navbar */

ul#navbar {
	width: 1050px;
	height: 85px;
	}
	ul#navbar li {
		display: inline;
		float: left;
		text-indent: -9999px;

		}
		ul#navbar li.title {
			display: block;
			background: url(../images/title.png);
			width: 906px;
			height: 50px;
		}
		ul#navbar li.contact a {
			display: block;
			background: url(../images/contact.png) top;
			width: 144px;
			height: 50px;
		}
		ul#navbar li a:hover {
			background-position: 0 bottom;
			}



/* @end */

/* @group project */

/* @group titles */

.bart-title {
	background: url(../images/bart-title.png);
	width: 1050px;
	height: 28px;
	margin-bottom: 20px;
}

.powerfall-title {
	background: url(../images/powerfall-title.png);
	width: 1050px;
	height: 28px;
	margin-bottom: 20px;
}

.rpe-title {
	background: url(../images/rpe-title.png);
	width: 1050px;
	height: 28px;
	margin-bottom: 20px;
}

.cards-title {
	background: url(../images/cards-title.png);
	width: 1050px;
	height: 28px;
	margin-bottom: 20px;
}

.bensonlab-title {
	background: url(../images/bensonlab-title.png);
	width: 1050px;
	height: 28px;
	margin-bottom: 20px;
}



/* @end */

.project {

}

.project .divider {
	clear: both;
	border-bottom: 1px solid #cbcbcb;
	width: 975px;
	margin: 0 0 25px 35px;
	padding-top: 34px;
}

.project .end {
	clear: both;
	padding-bottom: 50px;
}		

.project .metadata {
	float: left;
	width: 507px;
	text-align: right;
}


.project .metadata a img.thumbnail {
	border: 3px solid #cecece;
	float: ;
	}
	.project .metadata a:hover img.thumbnail {
		border: 3px solid #929292;
	}

.project .metadata img.thumbnail{
	margin: 0 0 18px 12px;
	
}

/* @group .metadata h2 */

.project .metadata h2 {
	font-family: Arial;
	font-size: 1.1em;
	margin-bottom: .2em;
}

#bart.project .metadata h2 {
	color: #61005b;
}

#powerfall.project .metadata h2 {
	color: #43517b;
}

#rpe.project .metadata h2 {
	color: #303030;
}

#cards.project .metadata h2 {
	color: #682511;
}

#bensonlab.project .metadata h2 {
	color: #00540a;
}



/* @end */

/* @group metadata links */

.project .metadata h2 a {
	color: #43517b;
	line-height: 21px;


}
	.project .metadata h2 a:hover {
		color: #6379b9;
		}

.project .metadata h2 img {
		vertical-align: -4px;
}

/*.project .metadata h2 a .arrow {
	height: 20px;
	width: 20px;
	background: url(../images/arrow.png) top;
	margin-left: 4px;
	float: right;
	display: inline;
}
	.project .metadata h2 a:hover .arrow {
		background: url(../images/arrow.png) bottom;
	}*/



/* @end */

.project .metadata ul {
	font-family: Arial;
	font-size: 1.1em;
	color: #4f4f4f;
	line-height: 1.6em;
	margin-bottom: 3.5em;
	list-style-type: none;
}


.project .description {
	float: right;
	margin-right: 38px;
	width: 463px;
	margin-top: -6px;
}

.project .description a{
	text-decoration: none;
	color: #6379b9;
	font-style: normal;
	font-weight: normal;
	}
	.project .description a:hover {
		border-bottom: 1px solid #6379b9;
	}

/* @group icons */

/*BART*/
.project .description .bart-icon a {
	background: url(../images/bart-icon.png) top;
	width: 51px;
	height: 50px;
	text-indent: -9999px;
	margin: 4px 10px 0 0;
	float: left;
	}
	.project .description .bart-icon a:hover {
		background-position: bottom;
		border: none;
		}

/*POWERFALL*/
.project .description .powerfall-icon a {
	background: url(../images/powerfall-icon.png) top;
	width: 51px;
	height: 50px;
	text-indent: -9999px;
	margin: 4px 10px 0 0;
	float: left;
	}
	.project .description .powerfall-icon a:hover {
		background-position: bottom;
		border: none;
		}
	
/*RPE*/
.project .description .rpe-icon a {
	background: url(../images/rpe-icon.png) top;
	width: 51px;
	height: 50px;
	text-indent: -9999px;
	margin: 4px 10px 0 0;
	float: left;
	}
	.project .description .rpe-icon a:hover {
		background-position: bottom;
		border: none;
		}

/*CARDS*/	
.project .description .cards-icon a {
	background: url(../images/cards-icon.png) top;
	width: 51px;
	height: 50px;
	text-indent: -9999px;
	margin: 4px 10px 0 0;
	float: left;
	}
	.project .description .cards-icon a:hover {
		background-position: bottom;
		border: none;
		}

/*BENSON LAB*/
.project .description .bensonlab-icon a {
	background: url(../images/bensonlab-icon.png) top;
	width: 51px;
	height: 50px;
	text-indent: -9999px;
	margin: 4px 10px 0 0;
	float: left;
	}
	.project .description .bensonlab-icon a:hover {
		background-position: bottom;
		border: none;
		}

/* @end */
	
.project .description p {
	font-size: 1.4em;
	color: #595959;
	line-height: 2em;
	padding-bottom: 0.8em;
}

/* @group headings */

.project .description h2 {
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	padding: 0.6em 0 0.5em 0;
}

#bart.project .description h2 {
	color: #61005b;
}

#powerfall.project .description h2 {
	color: #43517b;
}

#rpe.project .description h2 {
	color: #303030;
}

#cards.project .description h2 {
	color: #682511;
}

#bensonlab.project .description h2 {
	color: #00540a;
}




/* @end */



/* @end */



