/*--- reset and basic styles ---*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:100%;
	color:#000;
	padding-bottom:20px;
}

img {
	border:none;
}

p {
 	padding:0 0 12px 0;
	font-size:0.9em;
}

a:link, a:visited, a:active {
	color:#096174;
	text-decoration:none;
}

a:hover {
	color:#0c7b93;
	text-decoration:underline;
} 

ul {
	font-size:0.9em;
	margin-bottom:10px;
}

ul li {
	list-style:square;
	list-style-position:inside;
}

h1 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.2em;
}

h2 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:1em;
	border-top:2px solid #000;
	border-bottom:1px solid #333;
	margin-bottom:10px;
	padding:1px 0 2px 0;
}

h4 {
	width:500px;
	float:left;
	font-size:1.1em;
	padding-bottom:10px;
}

/*--- layout ---*/

#wrapper {
	width:730px;
	margin:0 auto;
}

#header {
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
}

#header p {
	padding:0;
}

#bio, #contact-wrapper {
	float:left;
}

#contact-wrapper {
	padding:0 0 0 0;
	width:140px;
	float:right;
}

.special-wrapper {
	float: right;
	padding-bottom:10px;
}

.special-wrapper p {
	padding-bottom:0;
	color:#666666;
}

.special {
	float:right;
	width:140px;
}

.name {
	float:left;
	width:500px;
}

.time-period-wrapper {
	float:right;
	width:200px;
	padding-left:10px;
}

.time-period-wrapper p {
	padding-bottom:0;
	color:#666666;
}

.time-period {
	float:right;
	width:140px;
}

.intro {
	border-top:2px solid #000;
	margin-top:30px;
	padding-top:10px;

}

.intro p {
	padding:0;

}








/*--- clearfix ---*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */ 

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

