@charset "UTF-8";
/* CSS Document */

/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe, p, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:16px;
	vertical-align: baseline;
    font-family: 'QuicksandLightOblique';
}
blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:16px;
	vertical-align: baseline;
    font-family: 'QuicksandLightOblique';
	text-indent:50px;

}
a {
	font-family: QuicksandLightOblique;
	font-size: 42px;
	color: #000;
}
a.external:link{
	font-family: QuicksandLight;
	font-size: 14px;
	color: #000;
	text-decoration:underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
h1,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:16px;
	vertical-align: baseline;
	font-family: QuicksandLightOblique;
}
h2 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:16px;
	vertical-align: baseline;
	font-family: QuicksandBook;
}
h3 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:16px;
	vertical-align: baseline;
	font-family: QuicksandLight;
}
h4 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:16px;
	vertical-align: baseline;
	font-family: QuicksandBook;
	text-decoration:underline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	width:1024px;
	height:100%;
	margin:0px auto;
	padding:20px;
}
#section{
	width:1024;
	height:auto;
	margin-top:10px;
	padding-top:10px;
	border:0;
}
#header {
	width:969px;
	height:35px;
	background-color:#FFF;
    font-family: 'QuicksandLightOblique';
	font-size:42px;
	text-align:left;
	margin:10px;
	padding-bottom:10px;
	border-bottom:#000;
	border-bottom-width:1px;
	border-bottom-style:solid;

}
#sec_header {
	width:949px;
	height:20px;
	background-color:#CCC;
    font-family: 'QuicksandLightOblique';
	font-size:24px;
	margin:10px;
	padding:10px;
	padding-left:20px;
}
#test_head {
	width:40px;
	height:170px;
	float:left;
	margin:10px;
	background-color:#FFF;
	border-right-style:solid;
	border-right-color:#000;
	border-right-width:1px;
}
#test_head_tall {
	width:40px;
	height:360px;
	float:left;
	margin:10px;
	background-color:#FFF;
	border-right-style:solid;
	border-right-color:#000;
	border-right-width:1px;

}
#test_head_extra_tall {
	width:40px;
	height:550px;
	float:left;
	margin:10px;
	background-color:#FFF;
	border-right-style:solid;
	border-right-color:#000;
	border-right-width:1px;

}
#test_head_extra_extra_tall {
	width:40px;
	height:930px;
	float:left;
	margin:10px;
	background-color:#FFF;
	border-right-style:solid;
	border-right-color:#000;
	border-right-width:1px;

}
#test_head_tall_narrow {
	width:20px;
	height:360px;
	float:left;
	margin:10px;
	background-color:#FFF;
	border-right-style:solid;
	border-right-color:#000;
	border-right-width:1px;
}
#test_head_extra_tall_narrow {
	width:20px;
	height:550px;
	float:left;
	margin:10px;
	background-color:#FFF;
	border-right-style:solid;
	border-right-color:#000;
	border-right-width:1px;
}
#test_head_extra_extra_tall_narrow {
	width:20px;
	height:930px;
	float:left;
	margin:10px;
	background-color:#FFF;
	border-right-style:solid;
	border-right-color:#000;
	border-right-width:1px;
}
#footer {
	width:989px;
	height:20px;
    font-family: 'QuicksandBook';
	font-size:12px;
	text-align:center;
	padding-top:10px;
	margin:0px;
	margin-top:200px;
	position:fixed;
	bottom:0px;
	background-color:#FFF
}
#gap_footer {
	width:979px;
	height:20px;
	padding-top:10px;
	margin:10px;
	clear:both;
}
#body {
	width:949px;
	height:auto;
	margin:10px;
	padding-top:10px;
}
#contact {
	height:360px;
	width:auto;
	margin:10px;
	float:left;
	
}
.image_box{
	width: auto;
	height:auto;
	background-color:#CCC;
	margin:10px;
	float:left;
	overflow:hidden;
}
.half_image_box{
	width: 128px;
	height:170px;
	margin:10px;
	background-color:#CCC;
	float:left;
	overflow:hidden;
}
.text_box{
	width:303px;
	height:170px;
	margin:10px;
	padding-left:10px;
	padding-top:10px;
    font-family: 'GudeaRegular';
	font-size:72px;
	float:left;
	background-color:#999
}
.cv_dates{
	width:35px;
	margin:10px;
	float:left;
	line-height: 120%;
}
.cv_text{
	width:auto;
	margin:10px;
	float:left;
	line-height: 120%;
}
.vid_box{
	width:600px;
	height:400px;
	margin:10px;
	margin-top:20px;
	float:left;
}
.vid_description{
	width:340px;
	height:400px;
	margin:10px;
	margin-right:40px;
	margin-top:20px;
	float:left;
}
@font-face {
    font-family: 'QuicksandLight';
    src: url('type/Quicksand_Light-webfont.eot');
    src: url('type/Quicksand_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/Quicksand_Light-webfont.woff') format('woff'),
         url('type/Quicksand_Light-webfont.ttf') format('truetype'),
         url('type/Quicksand_Light-webfont.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;

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

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

}
