body {
	background: #238be8 url(/resume/img/bg.gif) repeat top left;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: 'PT Sans Narrow', arial, serif;
}

a:focus,
a:active, 
:focus { outline: none; -moz-outline-style: none; }

img { border: 0px; }
a { color: #fff; text-decoration: none; border-bottom: dotted 1px #fff; }
a:hover { color: #fff; text-decoration: none; border-bottom: solid 1px #fff; }

.print,
.hide { display: none; }

.clr { height: 0px; line-height: 0px; font-size: 0px; clear: both; }

#header {
	width: 725px;
	margin: 0 auto;
	text-shadow: 2px 2px 2px #0e63ae;
}

#header .me { 
	background: rgba(255,255,255,0.4);
	border-radius: 5px;
	box-shadow: 0 0 10px #0e63ae;
	float: right;
	height: 260px; 
	width: 260px;
	margin-top: -10px;
}
#header .me img { display:block; height: 250px; padding: 5px; width: 250px; }

#header h1 { 
	font-size: 68px; 
	line-height: 55px; 
	margin: 0; 
	padding: 25px 0 0 0; 

}
#header h2 { border-bottom: 0; }

#header .bio { 
	border-left: 2px solid #fff; 
	width: 400px; 
	padding: 0px 25px 0px 10px; 
	margin: 25px 0;
}

.print_btn { 
	margin-left: 10px;
	position: fixed;
	top: 0px;
	right: 15px;
}

.print_btn a {
	border: 0px;
	padding: 4px 12px 6px 12px;
	background: #1a73c3;
	border-radius: 4px;
}

.print a:hover {
	background: #1465ad;
}

#contact {
	margin: 0 auto;
	width: 725px;
	margin: 35px auto 0px auto;
	font-size: 18px;
}

#contact ul { list-style: none; }
#contact ul li { padding-bottom: 5px; }

#contact.highlighted {
	padding: 15px 70px;
	background: rgba(255,255,255,0.3);
	box-shadow: 0 0 10px #0e63ae;
	border-radius: 4px;
	margin-top: 55px;
	font-size: 24px;
}


div#skillset,
div#education {
	clear: both;
	margin: 25px auto;
	width: 725px;
}

div#education img {
	margin: 25px 10px 10px 0;
	border: solid 4px rgba(255,255,255, 0.4);
	border-radius: 4px;
	box-shadow: 0 0 10px #0e63ae;
	float: left; 
}

.degree {
	padding: 20px 10px;
	float: left;
}

.degree h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	margin-top: 10px;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
}
.degree h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
  

div#skillset .major {
	margin-top: 15px;
}

div#skillset span { padding: 4px 10px 4px 0; }
div#skillset .major { font-size: 22px; }
div#skillset .minor { font-size: 14px; padding: 10px 0; }

.tools { padding-top: 25px; }
.tools strong { padding-bottom: 7px; display: block; }
.tools img { padding: 0 4px; }

div#work, .more_work {
	margin: 0 auto 55px auto;
	width: 725px;
}
div#work { margin-top: 20px; }

div#work .tabs { padding: 10px; margin-bottom: 25px; }
div#work .tabs a { border: 0px; padding: 4px 7px; border-radius: 4px;  }
div#work .tabs a:first-child { margin-left: 15px; }
div#work .tabs a:hover { background: #1a73c3;}
div#work .tabs a.selected { 	
	background: #1d63a1;
	border-radius: 4px; 
}

.site {
	width: 241px;
	float: left;
	margin-bottom: 20px;
}

.site img {
	display: block;
	margin-bottom: 10px;
	border: solid 4px rgba(255,255,255, 0.4);
	border-radius: 4px;
	box-shadow: 0 0 10px #0e63ae;
}

.site strong {
	display: block;
	font-size: 16px;
	padding-left: 15px;
}
.site p { font-size: 13px; padding: 0 15px; margin: 0; }


#work_experience {
	margin: 0 auto;
	width: 725px;
	margin-top: 45px;
}

#work_experience h3 {
	margin: 0;
	padding:0;
	padding-bottom: 4px;
	margin-top: 15px;
	font-size: 38px;
	line-height: 22px;
}
#work_experience h3 span { font-size: 18px; font-style: italic; }

#work_experience h4 {
	margin: 0;
	padding: 0;
}

#work_experience .experience {
	margin-top: 25px;
}
#work_experience .location {
	width: 500px;
	float : left;
	padding-left: 25px;
}

.experience .desc { margin: 15px 0; font-size: 14px; }

.experience img {
	float: left; 
	margin-right: 10px;
	border: solid 4px rgba(255,255,255, 0.4);
	border-radius: 4px;
	box-shadow: 0 0 10px #0e63ae;
}

#thanks_for_nothing {
	margin: 45px auto;
	width: 725px;
}
#thanks_for_nothing p { font-size: 24px; }


h2 { 
	font-size: 28px; 
	margin: 0; 
	padding: 0;
	text-shadow: 2px 2px 2px #0e63ae;
	border-bottom: dotted 1px rgba(255,255,255,0.4);
}
