/*

All design and CSS by Chris Boone (Hypsometry).
http://hypsometry.com/

*/

*
{
margin: 0;
padding: 0;
}

body
{
background-color: #ebe6e0;
font-family: 'Gill Sans', Arial, sans-serif;
font-size: 16px;
text-align: center;
}

a
{
color: #be7400;
background: #fff;
text-decoration: none;
}

a:focus,
a:hover,
#menu .current
{
color: #e98e00;
background: #ebe6e0;
}

h1
{
font-size: 1.5em;
}

h2
{
font-size: 0.8em;
line-height: 1.4em;
}

h3
{
font-size: 0.75em;
line-height: 1.3em;
}

h4
{
font-size: 0.75em;
line-height: 1.3em;
}

h5
{
font-size: 0.75em;
line-height: 1.6em;
}

h6
{
font-size: 0.75em;
line-height: 1.1em;
}

img
{
border: none;
}

p
{
font-size: 0.8em;
line-height: 1.4em;
}

strong
{
font-weight: bold;
}

ul
{
list-style-type: none;
}

#everything
{
position: relative;
width: 730px;
margin: 20px auto;
padding: 0 10px;
color: #000;
background: #fff;
border: 1px solid #bbb;
}

#header
{
margin: 30px 35px 10px;
text-align: left;
}

#menu
{
width: 695px;
margin: 0 auto;
}

#menu li
{
float: left;
display: inline;
width: 120px;
}

#menu .narrow
{
width: 85px; 
}

#menu .wide
{
width: 140px; 
}

#menu a,
#menu .current
{
display: block;
padding: 5px 0 9px;
font-size: 1.2em;
text-align: center;
}

#main
{
clear: both;
padding: 10px 0 0;
}

.text #main
{
margin: 60px 40px 0;
text-align: left;
}

* html .text #main
{
margin-top/**/: 50px;
}

.text #main li
{
position: relative;
clear: right;
margin-bottom: 15px;
padding-bottom: 15px;
}

.text #main h2
{
float: left; 
padding-top: 2px;
width: 140px;
color: #754700;
font-size: 0.95em;
}

.text #main p
{
padding-bottom: 1em;
font-size: 0.9em;
}

.text #main div
{
margin: 0 30px 0 160px;
padding: 2px 0;
line-height: 1em;
}

/* cause IEwin drops the div down below where the floated h2 would have been, even though it's not there;
   and to fix the IEwin 3px jog bug \*/
* html .text #main div
{
margin-top/**/: -1.2em;
height/**/: 1%;
}
/* stop hiding from IEmac */

.text #main div h1,
.text #main div h2
{
float: none;
padding: 0;
width: auto;
font-size: 1.1em;
}

.text #main div h3
{
color: #754700;
font-size: 1em;
}

.text #main div h4,
.text #main div h5,
.text #main div h6
{
font-size: 0.8em;
}

.text #main div img
{
float: right;
margin-left: 10px;
}

.text #main div p
{
line-height: 1.2em;
}

#biography #main td
{
padding-bottom: 2px;
vertical-align: top;
font-size: 0.9em;
}

#biography #main td strong
{
display: block;
width: 110px; 
padding-top: 1px;
color: #754700;
}

#contact #main li
{
border: 0;
}

#contact #main div
{
margin-left: 200px; 
}

#contact #main div p
{
font-size: 1em;
}

#gallery
{
width: 660px;
margin: 0 auto;
}

#gallery li
{
display: inline;
}

#gallery a
{
display: block;
float: left;
width: 200px;
padding: 10px 10px 20px;
color: #444;
}

/* because IEwin doesn't float the thumbnails properly \*/
* html #gallery a
{
height: 400px;
}

* html #paintings #gallery a
{
height: 350px;
}
/* stop hiding from IEmac */

#gallery a:focus,
#gallery li a:focus *,
#gallery a:hover,
#gallery li a:hover *
{
color: #754700;
}

#gallery .nth a
{
clear/**/: left;
}

.art h3
{
padding: 15px 0 5px;
color: #333;
font-size: 1.2em;
font-weight: bold;
}

#gallery li h3
{
color: inherit;
line-height: 1em;
}

.art p
{
color: #111;
font-size: 1em;
line-height: 1.1em;
}

#gallery_navigation
{
margin: 5px 0 10px;
}

#gallery_navigation li
{
display: inline;
}

#gallery_navigation a
{
padding: 4px 8px;
font-size: 0.85em;
}

.links,
#links
{
clear: left;
margin: 0 42px 10px 40px;
padding: 0 2px 10px;
border: solid #bbb;
border-width: 0 0 1px;
text-align: left;
}

#links
{
margin-bottom: 0;
padding: 10px 2px 0;
border-width: 1px 0 0;
}

#links ul
{
margin: 10px 0;
padding-bottom: 10px;
border: solid #bbb;
border-width: 0 0 1px;
}

#links a
{
display: block;
}

#footer
{
clear: both;
padding: 60px 0 25px;
color: #333;
}

#footer h6
{
font-weight: normal;
}