@charset "utf-8";
#simey {
	background: url(../images/simey.png) no-repeat center top;
	margin: auto;
	height: 280px;
	width: 960px;
}
em { font-style: italic; opacity: 0.9; }

#simey.site {
	background: url(none);
	height: auto;
}
#simey.site .site {	margin-top: -80px; }

#simey.site .site a img {display:none;}
#simey.site .site a p.warning {
	background: url(../images/warning.png) repeat-x;
	height: 20px;
	display: inline;
	padding: 1px 10px 0;
	position: absolute;
	bottom:0px;	right: 0px;
	margin:2px 2px;
	border: 1px solid #000000;
	color: #000000;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
}

#simey.site .site.hannah a {
	background: url(../sites/hannah/screen1.jpg) no-repeat;
	margin: 5px;
	padding: 0px;
	height: 352px;
	width: 703px;
	position:relative;
	display: block;
	float: right;
}
#simey.site .site.upmc a {
	background: url(../sites/upmc/screen1.jpg) no-repeat;
	margin: 5px;
	padding: 0px;
	height: 252px;
	width: 703px;
	position:relative;
	border: 1px solid #333333;
	display: block;
	float: right;
}

#simey.site .site p { line-height: 1.4em; }
#simey.site .site > p:nth-child(2):first-letter { font: 2em bold; color: #FF3300;}

#simey .intro-text p {
	background: #FFFFFF;
	padding: 5px 10px;
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

}

html,
body {
	margin: 0px;
	padding: 0px;
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #222222;
}
h1 {
	margin: 0px;
	padding: 0px;
}


h2, h3 {font-style: italic;}
h2 { border-bottom: 1px dotted #FFFFFF; }
h3 {
	margin: 10px 0 0px;
	color:#525252;
}

a { color:#FF3300; font-style:italic; text-decoration: none; }
a:hover { color:#FF0000; border-bottom:1px dotted #FFFFFF; }

.rclear { clear:right; }
.lclear { clear:left; }
.bclear { clear:both; height:1px; }

#nav a {
	height: 37px;
	display: block;
	background: url(../images/folio.png) no-repeat -50px -58px;
	margin: auto;
	width: 100%;
	position: relative;
	border-top: 4px solid #222222;
}

#nav a:hover {
	background: url(../images/folio.png) no-repeat -50px -9px;
	border:none;
	border-top: 4px solid #FF3300;

}




#nav a img {
	border-style: none;
	display: none;
}

#footer {
	background: #222222 url(../images/footer-grad-dark.png) repeat-x;
	padding: 20px;
	color: #FFFFFF;
	z-index: 50;
	position: relative;
}
#footer #contact-info {
	margin: auto;
	width: 960px;
	overflow: hidden;
}
#footer #contact-info address { font: normal 0.8em/1.2em Verdana, Arial, Helvetica, sans-serif; }

#footer #contact-info .snail {
	text-align: right;
	width: 290px;
	padding-right: 20px;
	margin-right: 15px;
	background: url(../images/stamps.png) no-repeat 28px 20px;
	height: 170px;
}
#footer #contact-info .email {
	background: url(../images/stamps-02.png) no-repeat 132px 0px;
	width: 290px;
	height: 150px;
}



#content {
	background: url(../images/footer-grad.png) repeat-x 0px bottom;
}
#work {
	margin: auto;
	width: 960px;
	padding-bottom: 50px;
	padding-top: 80px;
	z-index: 40;
}

#work .item {
	background: url(../images/folio-images/folio-bg.png);
	padding: 0px;
	float: left;
	height: 152px;
	width: 320px;
	margin-top: 10px;
	position:relative;
}
#simey-logo-small img {
	border-style: none;
	display: block;
	clear: both;
	float: right;
}

#simey-logo-small {
	margin: auto;
	width: 480px;
	position: relative;
	top: -20px;
	height: 110px;
	right: -20%;
}


#footer #contact-info div {
	float: left;
	width: 310px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
}

.boxgrid{
	width: 300px;
	height: 133px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
	top:10px;
	left:10px;

}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{
		margin:5px 0 0;
		padding: 0 10px; 
		color:#FFFFFF; 
		font-weight:bold; 
		font:10pt Georgia, Arial, sans-serif; 
	}
	.boxgrid h3{
		font-size: 16px;
		padding: 0 10px 5px;
		border-bottom: 1px dotted #FFFFFF;
	}

.item a:hover .boxcaption,
.item a:hover .boxcaption p,
.item a:hover .boxcaption h3 {
	background-color: #444444;
	color:#FFF;
}

.boxcaption{
	border-top: 4px solid #000000;
	position: absolute;
	float:left;
	background: #000 url(../images/arrow-right.png) no-repeat right bottom;
	height: 90px;
	width: 100%;
	opacity: .8;

	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
	.slidedown .boxcaption {
		top: 120px;
		left: 0;
	}
	.caption .boxcaption {
		top: 0;
		left: 0;
	}
