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

body { margin: 0; padding: 0; font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif; line-height: 1.4em; }
a:link, a:active, a:visited { color: #03BFEB; text-decoration: none; }
a:hover { color: #000; text-decoration: none;}
td#sidebar_right, td#sidebar_left { width: 75px; }
#sidebar_right { background: transparent url(/images/sidebar_right_bg.gif) top repeat-y; }
#sidebar_left { background: transparent url(/images/sidebar_left_bg.gif) top repeat-y; }
#header { height: 100px; background: transparent url(/images/header_bg.gif) top repeat-x; }
#footer { height: 72px; background: transparent url(/images/footer_bg.gif) top repeat-x; vertical-align: bottom: }
#copyright { text-align: left; padding-bottom: 4px; font-size: 10px; color: #999; }
#logo { float: left; background: #fff; }
#navigation { float: right;}
#content { width: 750px; margin: 0 auto; }
#center { text-align: center; vertical-align: middle; }
#resume_header { float: right;}
#resume_header_name { width: 200px; display: inline-block; float: right; text-align: right;}
#resume_header_contact { width: 200px; float: right; text-align: left; padding-left: 20px; border-left: 4px solid #000; margin-left: 20px; }
.clearfix { clear: both; }
.resume_section p { margin: 0; padding: 0; }
.resume_section ul { margin: 0; padding-top: 20px; }
.resume_section_header, #resume_header_name, .resume_section_subheader { font-weight: bold; text-transform: uppercase; }
.resume_section_subheader .title { color: #03BFEB; }
.resume_section_subheader .description { color: #7E7E7E; }
p.resume_section_header { padding-top: 40px; }
#resume_links { text-transform: uppercase; color: #7E7E7E; font-size: 10px; float: left; }
#portfolio_links { text-transform: uppercase; color: #999; font-size: 10px; text-align: center; padding: 20px 30px 0px 0px; }
.streem_thumbnail {
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/streem_thumbnail_overlay.png');
}

.streem_thumbnail img {
	display: inline;
}

a img {
	border: 0;
}