* {
	margin: 0; 
	padding: 0;

	-moz-transition-property:background-color;  
 	-moz-transition-duration: 0.20s;  
 	-moz-transition-timing-function: linear;
 	
 	-webkit-transition-property:background-color;  
 	-webkit-transition-duration: 0.20s;  
 	-webkit-transition-timing-function: linear; 
 	
 	-o-transition-property:background-color;  
 	-o-transition-duration: 0.20s;  
 	-o-transition-timing-function: linear;   
	
	transition-property:background-color;
	transition-duration: 0.20s;
	transition-timing-function: linear;
}

body {
	font-family:  "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	line-height: 1.2em; 
	background-color: #f3f3f3;
	/* background-image: url(img/soft_wallpaper.png); */
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0px 0px; 
	color: #444;
	height: 100%;
	width: auto;
}
#wrapper {max-width: 700px; margin: 60px auto 30px; padding:60px; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.1); position: relative;}
ul {margin: 0 0 0 15px; position: relative;}
li {margin: 0 0 5px 0; font-size: 13px;}
p {text-align: justify; font-size: 13px;}
.clear {clear: both;}
a {color: #444; text-decoration: none;}
a:hover {text-decoration:underline;}

#backgroundImg {

}

#sticker {position: fixed; top: -60px; left: 0; right: 0; background: #fff; background: rgba(255,255,255,.98); height: 55px; box-shadow: 0 0 3px rgba(0,0,0,.3); z-index: 1000;}
#sticker h2.sectionHead {border: none; margin: 0 0 0 50px; line-height: 55px; padding: 0 0 0 8px;}
#sticker h2.sectionHead:before {left: -40px; top:5px;}
#sticker #socialIcons {top:10px; right: 15px;}

/* ------------------------*/
/*------H TAG STUFF-------*/
/* ----------------------*/
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
h3 {font-weight: bold; font-size: 14px}

/* --------------------------*/
/*---SECTION TITLES STUFF---*/
/* ------------------------*/
h2.sectionHead {
	clear: both; 
	font:bold 20px/12px 'verdana',sans-serif;
	margin: 60px -60px;
	border-left: 52px solid #444;
	color: #444;
	padding:1px 0 0 8px;
	letter-spacing: -2px;
	position: relative;
}
h2.sectionHead:before {
	content: "";
	position: absolute;
	width: 45px;
	height: 45px;
	left: -105px;
	top: -15px;
	/* background-image: url(img/icons.png); */
}

h2#titleName {margin: 20px -60px 10px;}

h2#ribbon:before {background-position: left -45px;}
h2#tools:before {background-position: left top;}
h2#learn:before {background-position: right top;}
h2#clock:before {background-position: -45px top;}
h2#contact:before {background-position: right bottom;}
h2#titleName:before {background-position: -90px bottom;}

/* ------------------------*/
/*-------BIO STUFF--------*/
/* ----------------------*/
#bio {position: relative;}
#bio #avatar {float: left; margin: 0 20px 0 0;}
#bio h2 {font-size: 15px;}
#bio p {
	clear: left; 
	margin:40px auto; 
	padding:40px 45px; 
	max-width: 560px; 
	background: #fbfbfb; 
	border: 1px solid #f3f3f3; 
	border-radius: 8px; 
	position: relative; 
	border-width: 0 1px 1px; 
	border-color: #fff #f3f3f3 #e8e8e8;
	line-height: 1.6em;
}
#bio iframe {margin: 0 auto; display: block;}
#bio p a {
	text-decoration: none;
	border: none;
	background: #444;
	color: #fff;
	padding: 3px 5px;
	margin: -3px 0 0 0;
}
#bio p a:hover {text-decoration:none; color: #fff; background: #222;}

/* ------------------------*/
/*---SKILLS STUFF---------*/
/* -----------------------*/
ul#skills {margin: 0; width: 100%; overflow: hidden; background:url(img/loading.gif) no-repeat center 30%;}
ul#skills.ready {background: none;}
ul#skills li {
	position: relative;
	right: 100%;
	background-color: #444;
	color: #fff;
    font:bold 9px/20px sans-serif;
    letter-spacing: 1px;
    margin-bottom: 3px;
    padding:3px 1.1428571428571428% 0;
    /* text-transform: uppercase; */
    z-index: 1;
}
ul#skills li:after {
	content: "";
	position: absolute;
	top: 0;
	right: 5px;
	line-height: 26px;
	width: 50px;
	text-align: right;
	color: #aaa;
}
ul#skills li.s100:after {content: "100%";}
ul#skills li.s90:after {content: "90%";}
ul#skills li.s80:after {content: "80%";}
ul#skills li.s70:after {content: "70%";}
ul#skills li.s60:after {content: "60%";}
ul#skills li.s50:after {content: "50%";}
ul#skills li.s40:after {content: "40%";}
ul#skills li.s30:after {content: "30%";}
ul#skills li.s20:after {content: "20%";}
ul#skills li.s10:after {content: "10%";}

ul#skills li span {display: none;}

ul#skills li:hover {background: #222;}

li.s100 {width: 97.71428571428571%;}
li.s90 {width: 87.71428571428571%;}
li.s80 {width: 77.71428571428571%;}
li.s70 {width: 67.71428571428571%;}
li.s60 {width: 57.714285714285715%;}
li.s50 {width: 47.714285714285715%;}
li.s40 {width: 37.714285714285715%;}
li.s30 {width: 27.714285714285715%;}
li.s20 {width: 17.714285714285715%;}
li.s10 {width: 7.714285714285714%;}

/* ------------------------*/
/*---HONORS STUFF---------*/
/* ----------------------*/
#honorsAwards li {padding-left: 5px; margin-bottom: 8px;}

/* --------------------------*/
/*---GENERAL LAYOUT STUFF---*/
/* ------------------------*/
ul#jobs,
ul#schools, {margin: 0; list-style: none;}

ul#jobs li {padding: 26px; margin: 0; clear: both; border:2px solid black; list-style:upper-roman;}
ul#schools li,{margin: 0 0 20px 0; clear: both;}

ul#jobs li .details,
ul#schools li .details,{float: left; width: 40%}
ul#jobs li p,
ul#schools li > p,{float: right; width: 57%; margin-bottom: 25px;}

.details h5 {font-style: italic;}

/* ------------------------*/
/*--RESPONSIVE STUFF------*/
/* ----------------------*/
body.respond {background: #fff;}
body.respond #sticker {display: none;}
body.respond #wrapper {margin: 0 auto; padding:30px; background: #fff; box-shadow: none;}

body.respond h2.sectionHead {font-size: 15px; letter-spacing: -1px; margin: 40px 0 50px -60px; padding-left: 8px; }
body.respond h2#titleName {margin: 20px 0 10px -60px;}

body.respond p {text-align: left;}

body.respond #bio h2 {font-size: 12px;}
body.respond #bio p {padding:0; background: #fff; max-width: 100%; border: none;}

body.respond ul#jobs li .details,
body.respond ul#schools li .details, {float: none; width: 100%}
body.respond ul#jobs li p,
body.respond ul#schools li > p,{float: none; width: 100%; margin-bottom: 50px; margin-top: 10px;}

body.respond #copyright {margin: 60px auto;}
