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

body {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #f4f5e2;
	margin: 0px;
}

#header {
	background-image: url(images/banner.png);
	height: 180px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-position: 992px;
	padding-bottom: 13px;
	background-repeat:repeat-x;
}

h1 {
	display: none;
}

#h2_recent {
	background-image: url(images/header_recent.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#h2_intro {
	background-image: url(images/header_intro.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#h2_status {
	background-image: url(images/header_status.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#h2_contact {
	background-image: url(images/header_social.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#h2_lifestream {
	background-image: url(images/header_lifestream.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#h2_about {
	background-image: url(images/header_about.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#h2_email {
	background-image: url(images/header_contact.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#h2_portfolio {
	background-image: url(images/header_portfolio.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h3 {
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	text-indent: -9999px;
	margin-left: -17px;
	padding: 0;
	width: 349px;
	display:block;

}

p a:link {
	text-decoration:none;
	color: #254F6E;
}

p a:visited {
	text-decoration:none;
	color:#593527;
}

p a:hover {
	text-decoration:underline;
}

p a:focus {
	text-decoration:underline;
	color:#92B4DF;
}

p a:active {
	text-decoration:underline;
	color:#92B4DF;
}

p strong a:link {
	color:#000000;
}

p strong a:visited {
	color:#000000;
}

#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 197px;
	clear: both;
}

#leftcol {
	width: 468px;
	float: left;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	padding-left: 17px;
	padding-right: 17px;
	margin-bottom: 25px;
}

#rightcol p a img {
	padding-right: 3.2px;
}

#rightcol {
	float: right;
	width: 313px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	padding-left: 17px;
	padding-right: 17px;
}

a img {
	border:0;
}

#header ul {
	margin: 0px;
	padding-top: 126px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#header li {
	padding-right: 28px;
	float:left;
	list-style-type: none;
}

#navigation li a {
	font-family: "Gotham Rounded", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
	float: left;
}

#navigation li a:hover {
	font-family: "Gotham Rounded", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	background-image: url(images/block.gif);
	outline: 6px solid white; 
}

#navigation li a.active {
	font-family: "Gotham Rounded", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	background-image: url(images/block.gif);
	outline: 6px solid white;
}

.skills {
	float: left;
	width: 200px;
	padding-left: 33.5px;
}

/* Shadowbox 3.0.3 */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(images/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(images/shadowbox/close.png);}
#sb-nav-next{background-image:url(images/shadowbox/next.png);}
#sb-nav-previous{background-image:url(images/shadowbox/previous.png);}
#sb-nav-play{background-image:url(images/shadowbox/play.png);}
#sb-nav-pause{background-image:url(images/shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}
