/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}


body {
/*background: #FFF url(/images/12_col_20px_lineheight_bggrid.gif) repeat-y left 10px;*/
text-align: left;
color: #555;
font-family: 'Trebuchet MS', Helvetica, Jamrul, Arial, sans-serif;
font-size: 12px;
line-height: 20px;
background: #FFF;
}
body.home {
background: url(/images/front_image2.jpg) no-repeat 0 0;
}
body.contact {
background: url(/images/contact_bg2.jpg) no-repeat 0 0;
}
body.biography {
background: url(/images/bio_bg_cropped.jpg) no-repeat 0 0;
}
#page {
width: 940px;
margin: 0 auto 0 0;
text-align: left;
overflow: hidden;
padding-top: 20px;
}
#navcol {
width: 230px;
float: left;
text-align: right;
}
#main {
width: 620px;
padding: 5px 30px 0 0;
float: right;
overflow: hidden;
min-height: 500px;
position: relative;
}
body.works #main {
width: 625px;
padding: 0;
}
body.biography #main {
padding-top: 500px;
}

#footer {
clear: both;
text-align: right;
}
#footer p {
font-size: 11px;
}
h1 {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 50px;
}
h2 {
font-weight: bold;
text-transform: uppercase;
color: #333;
}
h3 {
font-weight: bold;
color: #333;
margin-bottom: 1em;
}
#main.publications h2 {

}
p, ul, ol {
margin-bottom: 20px;
}
p.info {
font-size: 11px;
line-height: 16px;
}
a {
color: #333;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#navcol ul {
text-transform: uppercase;
list-style: none;
}
#navcol a {
display: block;
text-decoration: none;
color: #666;
width: 140px;
padding: 5px 20px 5px 70px;
}
#navcol a:hover {
background: #CCC;
color: #FFF;
text-decoration: none;
}
#navcol h1 a, #navcol h1 a:hover, #navcol h1.current a {
background: #DDD;
color: #666;
}
#navcol h1 a:hover {
color: #FFF;
}
#navcol .current a {
background: #AAA;
color: #FFF;
}
#navcol .current ul {
background: #EEE;
font-size: 11px;
text-transform: none;
}
#navcol .current ul a {
background: transparent;
color: #666;
padding: 0 20px 0 70px;
}
#navcol .current ul a:hover {
background: #CCC;
color: #FFF;
}
#navcol .current ul .current a {
background: #BBB;
color: #FFF;
}
.alignleft {
float: left;
padding: 0 20px 20px 0;
}
.alignright {
float: right;
padding: 0 0 20px 20px;
}
.block{
width: 100%;
overflow: hidden;
margin-bottom: 20px;
}
#artwork {
line-height: 1em;
float: left;
}
#artwork div span {
display: block;
}
#artworknav {
width: 130px;
float: right;
height: 500px;
overflow: auto;
}
#artworknav .thumb img {
width: 100px;
height: auto;
}
.thumb {
	margin-bottom: .5em;
}
#caption {
clear: both;
font-size: 11px;
line-height: 20px;
}


