/* CSS Document */

*{margin:0; padding:0;}
body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}
h2 {
	font-size:22px;
	text-align:right;
	line-height:24px;
	width:492px;
	text-transform:uppercase;
	font-weight:bold;
}
h3 {
	font-size:22px;
	line-height:24px;
	text-align:left;
	padding-left:4px;
	text-transform:uppercase;
	font-weight:bold;
}
h4 {
	font-size:18px;
	font-weight:bold;
	padding-left:4px;
}
a, a:visited {
	color:#bbbbbb;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
a img {
	border:none;
}
a img:hover {
	border:none;
}

/* ----- Class styles ----- */
.name {
	background-color:#222222;
	font-size:40px;
	font-weight:bold;
	width:498px;
	border-bottom:#FFFFFF 2px solid;
}
.text {
	width:480px;
	margin:0 auto;
	margin-bottom:10px;
}
.heading{
	font-size:22px;
	padding-right:4px;
	color:#ffffff;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
}
.resumeCredits {
	font-size:13px;
	font-weight:normal;
	line-height:15px;
	margin:3px 0px;
	text-align:left;
}
.tag {
	font-size:12px;
	color:#ffffff;
	padding-right:6px;
	font-weight:bold;
	line-height:14px;
	text-align:right;
}
.credits {
	margin-top:6px;
	margin-left:4px;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	height:36px;
}
.clips {
	margin-top:6px;
	margin-left:4px;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	height:20px;
	font-size:12px;
}
.credits a {
	font-size:12px;
}
.channel {
	font-weight:normal;
	font-size:10px;
	float:left;
}
.view {
	float:right;
	font-size:12px;
	margin-right:20px;
	font-weight:bold;
	width:64px;
	text-decoration:none;
}
.sizzle {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.footerLink {
	display:block;
	float:left;
	line-height:20px;
	text-decoration:none;
	text-align:center;
	width:160px;
	font-size:14px;
	font-weight:bold;
}
.switch {
	display:block;
	float:left;
	text-decoration:none;
	text-align:center;
	width:124px;
	font-size:14px;
	font-weight:bold;
	color:#dddddd;
}
.timeline {
	font-size:10px;
	font-style:italic;
	float:right;
}
.sidelink {
	font-weight:bold;
	text-decoration:none;
	float:right;
	clear:both;
	padding-top:10px;
	padding-right:6px;
}


/* ----- ID styles ----- */
#main_wrap {
	margin:0 auto;
	width:800px;
	background-color:#000000;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
}
#left_wrap {
	float:left;
	width:498px;
	height:542px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}
#right_wrap {
	background-color:#222222;
	float:left;
	color:#dddddd;
	margin-top:95px;
	height:445px;
	width:300px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}
#credit {
	display:block;
	color:#ffffff;
	text-align:center;
	margin-left:6px;
	width:294px;
}
#content {
	width:498px;
	height:420px;
	border-top:2px solid #ffffff;
	padding-top:2px;
	background-image:url(img/bgnd.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
#footer {
	clear:both;
	width:800px;
}
#summary, #experience, #technical, #education {
	margin-top:30px;
}

#video {
	padding-top:60px;
	margin: 0 auto;
	clear:both;
	width:360px;
	height:300px;
}
#tag {
	font-size:10px;
	text-align:center;
	margin-top:10px;
}


/* ----- clearfix ----- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
*html .clearfix {height: 1%;}
*html #left_wrap {height:542px;}
*html #right_wrap {height:445px;}
*html #credits {height:40px;}
*html #content {height:420px;}
*html #vidLinks {height:270px;}
.clearfix {display: block;}
/* ----- end clearfix ----- */

