/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Oswald:400);

body { 
	font: Helvetica, Sans-Serif;
	background: url(../imgs/noise2.jpg); 
}

@font-face {
    font-family: 'chunkfiveroman';
    src: url('chunkfive-webfont.eot');
    src: url('chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('chunkfive-webfont.woff') format('woff'),
         url('chunkfive-webfont.ttf') format('truetype'),
         url('chunkfive-webfont.svg#chunkfiveroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clear { clear: both; }
#page-wrap { width: 800px; margin: 40px auto 60px; position: relative;}
#pic { float: right; margin: -30px 0 0 0; }
h1 { 
	margin: 0 0 16px 0; 
	padding: 0 0 16px 0; 
	font-size: 42px; 
	font-weight: bold;
	letter-spacing: 0px;
	border-bottom: 1px solid #999; 
	font-family: 'chunkfiveroman'; 
	
	text-shadow: 1px 1px 1px #B8B8B8;
}
h2 { font-family: 'Arvo', serif; font-size: 17px; margin: 0 0 6px 0; position: relative; }
h2 span { position: absolute; bottom: 0; right: 0; font-style: italic; font-family: Georgia, Serif; font-size: 14px; color: #999; font-weight: normal; }

a { color: #999; text-decoration: none; border-bottom: 1px dotted #999; }
a:hover { border-bottom-style: solid; color: black; }
ul { margin: 0 0 32px 17px; }
#objective { /*width: 500px; float: left; */ }
#objective p { font-family: Georgia, Serif; font-style: italic; color: #666; }
dt { font-family: 'Arvo', serif; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999;  }
dd { width: 600px; float: right; }
dd.clear { float: none; margin: 0; height: 15px; }


.pdfLink img {
    float: right;
}   

