@charset "UTF-8";
/* CSS Document */

body {
	background-color: #676767;
	color:#FFF;
	font:13px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.outline {
	outline: 1px solid blue;
}
.main-wrapper {
	width: 1080px;
	margin: 0 auto 25px auto;
	position:relative;
}
.nav-wrapper {
	width: 800px;
	height: 60px;
	/*top: 70px;*/
	margin: 25px 0 20px 0;
	position:relative;
	left: 15px;
}
.st-header {
	width: 203px;
	height: 60px;
	margin-right: 18px;
	position:relative;
	display:inline;
}
.nav {
	display: inline;
	height: 60px;
	position: relative;
}
.nav a {
	margin-left: 2px;
	margin-right:10px;
	position:relative;
}
a.home {
	background:url(../../images/home_btn.gif) top left scroll no-repeat;
	width: 51px;
	height: 60px;
	display:inline-block;
}
a.bio {
	background:url(../../images/bio_btn.gif) top left scroll no-repeat;
	width: 31px;
	height: 60px;
	display:inline-block;
}
a.work {
	background:url(../../images/work_btn.gif) top left scroll no-repeat;
	width: 48px;
	height: 60px;
	display:inline-block;
}

a.work:over .drop-down {
	display: block;
}

	.drop-down {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 2px solid #dcdcdc;
		padding: 10px;
		-moz-box-shadow: 0 1px 5px #aeaead;
		-webkit-box-shadow: 0 1px 5px #aeaead;
		background-color: #676767;
		left: 506px;
		display: none;
		z-index: 5000;
		position: absolute;	
	}
	
	a.work:over .drop-down {
		display: block;
	}

	
		.drop-down ul {
			padding: 1px 5px 5px 5px;
		}
		
			.drop-down li {
				padding: 2px 10px;
				float: left;
			}
			
			.drop-down li:first-child {
				float: left;
				border-right: 1px dotted;
			}
			
				.drop-down li a {
					text-decoration: none;
					color: #FFF;
				}
    
		.drop-down img {
			position: absolute;
			top: -17px;
			left: 47px;
		}
	
a.cv {
	background:url(../../images/cv_btn.gif) top left scroll no-repeat;
	width: 26px;
	height: 60px;
	display:inline-block;
}
a.contact {
	background:url(../../images/contact_btn.gif) top left scroll no-repeat;
	width: 71px;
	height: 60px;
	display:inline-block;
}
a.blog {
	background:url(../../images/blog_btn.gif) top left scroll no-repeat;
	width: 43px;
	height: 60px;
	display:inline-block;
}
span.hover {
	display:inline-block;
	position:relative;
}
.home-glow {
	background:url(../../images/home_hover.gif) no-repeat left top scroll;
	width: 51px;
	height: 60px;
}
/*bio work cv contact*/
	
.bio-glow {
	background:url(../../images/bio_hover.gif) no-repeat left top scroll;
	width: 31px;
	height: 60px;
}
.work-glow {
	background:url(../../images/work_hover.gif) no-repeat left top scroll;
	width: 48px;
	height: 60px;
}
.cv-glow {
	background:url(../../images/cv_hover.gif) no-repeat left top scroll;
	width: 26px;
	height: 60px;
}
.blog-glow {
	background:url(../../images/blog_hover.gif) no-repeat left top scroll;
	width: 43px;
	height: 60px;
}
.contact-glow {
	background:url(../../images/contact_hover.gif) no-repeat left top scroll;
	width: 71px;
	height: 60px;
}
#gallery {
	display: block;
	width: 960px;
	height: auto;
	clear: both;
}
.thumbs {
	display:block;
	width: 950px;
	height: 100px;
	margin-left: 5px;
}
#example2 img {
	display:block;
	margin:auto;
}
#gallery .thumbs li {
	margin:0 14px 0 0;
}
#caption1 {
	margin-top: 15px;
	text-align:right;
	position:relative;
	color:#FFF;
	text-decoration:none;
	width: 1020px;
	font-weight:normal;
}
.caption-text {
	padding-top: 10px;
	padding-bottom: 30px;
	color:#bfbfbf;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	width: 300px;
	position:absolute;
	right:0;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
}
.caption-text strong {
	font-weight:normal !important;
	font-size: 16px;
}
.msg_list {
	margin: 0px;
	padding: 0px;
	width: 383px;
	position:relative;
	left:60px;
}
.msg_head {
	cursor: pointer;
	position: relative;
	text-align:left;
}
.msg_body {
	padding:10px 0 0 0;
	left:60px;
	color:#bfbfbf;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size:14px;
}
#upcoming {
	position:relative;
	left: 95px;
	margin-top: 65px;
	width: 500px;
}
#show-callout {
	width: 1080px;
	margin-top:50px;
}
#contact-form {
	width: 530px;
	height: auto;
	margin: auto;
	padding: 0;
	position: relative;
	margin-top: 65px;
}
#bio_wrap {
	width: 960px;
	position: relative;
	margin: 120px auto 25px auto;
}
#bio_image {
	float: left;
	margin-right: 25px;
	width: 400px;
}
#bio_copy, pre {
	text-align:left;
	width: 518px;
	float:left;
	color:#ebebeb;
	font-size:14px;
	line-height: 18px;
}
#blog {
	font-size:14px;
	color:#ebebeb;
	font-size:14px;
	text-align:center;
	clear:both;
}
#blog a:link, #blog a:visited {
	font-size: 16px;
	color:#99cccc;
	text-decoration:none;
}
#blog a:hover {
	text-decoration:underline;
}
#cv_wrap {
	width: 960px;
	height: auto;
	position:relative;
	margin:auto;
	margin-top: 65px;
}
#cv_left {
	width: 280px;
	height:400px; /* add height to prevent right colum from wrapping underneath */
	float:left;
	text-align:right;
	color:#ebebeb;
	font-size:14px;
	line-height: 18px;
	margin:37px 25px 0 75px;
}
#cv_left span {
	color:#99cccc;
}
#cv_right {
	color:#ebebeb;
	font-size:14px;
	line-height: 18px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	zoom: 1; /* IE6 & 7 holly hack */
}


