@charset "UTF-8";
/** burnt orange: #bb4a11 // minty green: #b0cbcb **/
body {background: url(/_img/grid.jpg); margin: 0; padding: 0; font-size: 100%;}
p, ul, ol, h1, h2, h3, h4, h5, h6, label {color: #421400;}
a {color: #bb4a11;}
.container {margin-top: 20px;}
/** header **/
#header {background: #421400; border-bottom: 6px solid #fff;}
#header img {margin: 13px;}
/** sidebar **/
#sidebar h5 {font-size: 13px;}
#headshot {width: 265px; border: 6px solid #fff;}
#here {background: url(/_img/here.gif) top left no-repeat; width: 157px; height: 45px; text-indent: -9999px; margin: 0; padding: 0;}
#there {background: url(/_img/there.gif) top left no-repeat; width: 157px; height: 38px; text-indent: -9999px; margin: 0;}
#everywhere {background: url(/_img/everywhere.gif) top left no-repeat; width: 157px; height: 52px; text-indent: -9999px; margin: 0;}
/* nav */
.nav {list-style: none; margin: 0 0 10px; padding: 0;}
.nav a {text-decoration: none; color: #421400; padding: 3px 0;}
.nav a:hover {text-decoration: underline; color: #bb4a11;}
#nav-here li {font-size: 16px;}
#nav-there li {font-size: 14px;}
#nav-everywhere li {font-size: 12px;}
#nav-everywhere a {display: inline;}
/** content **/
#content {background: #fffff9; width: 504px; padding: 40px; border: 6px solid #fff; margin-right: 0;}
.p_thumb {max-width: 518px;}

h1, h2, h3, h4, h5, h6 {font-family: adelle-1,adelle-2,serif; font-weight: bold; margin: 0 0 .25% 0;}

h1 {font-size: 3em; /* 48px / 16px */ margin-bottom: 1.5%}
h2 {font-size: 2.5em; /* 40px / 16px */}
h3 {font-size: 2em; /* 32px / 16px */}
h4 {font-size: 1.5em; /* 24px / 16px */}
h5 {font-size: 1.25em; /* 20px / 16px */ margin-top: 1.5%;}
h6 {font-size: 1em; /* 16px / 16px */}

/** footer **/
#footer {background: #bb4a11; border-top: 6px solid #fff; padding: 20px;}
#footer p, #header p {margin-bottom: 0;}

hr.invisible {margin: 0;}