/*-- =Normalization  --*/
* {padding:0; margin:0;}
h1, h2, h3, h4, h5, h6 {font-size:105%;}
ol, ul {list-style: none;}
address, caption, cite, code, dfn, em, th, var {font-style:normal; font-weight: normal;}
a:link {text-decoration:none; }
fieldset, img {border:0;}
caption, th {text-align: left;}

/*-- =Typography --*/
h1, h2, h3, h4 { 
text-align: left;
color: #000; 
font-family: Georgia, "Times New Roman", Times, serif; 
letter-spacing: 0.1em; 
}

p {
letter-spacing:0.1em;
margin-bottom:1.5em;
text-align:left;
text-indent:3em;
word-spacing:0.2em;
}

a {
color:#b86f45;
font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {color:#800000;}

/*  =Layout*/

html {text-align:center;}

body {
background-color: #d8b98f;
position : relative;
width :875px;
margin : 0 auto;
text-align : left;
}

#branding {
position:relative;
margin:30px 0 10px 0;
}

#branding h1 {
background-image:url(../border/redborder.gif);
background-position:center bottom;
background-repeat:no-repeat;
font-size:200%;
padding-bottom:100px;
text-align:left;
text-indent:5em;
font-variant: small-caps; 
}

#nav {
width:230px;
text-align:right;
height: 300px;
margin: 3em 0 0 0;
padding: 50px 1.5em 0 0; 
border-right: 1px solid #b86f45; 
text-align: right;
font-style: normal;
font-size:100%;
font-variant: small-caps;
color:#b86f45;
float:left;
}

#nav_site {
margin:40px 0 0 0;
}

#nav h3 {
color: #000;
text-align:right;
margin:1em 0;

}

#content {
float:right;
width: 600px;
text-align: center;
margin-top:2em;
}

#content h2 {
text-indent: 5em;
font-size:110%;
padding-bottom: 0.5em;
border-bottom: 1px solid #b86f45;
margin: 0 0 1.5em;
font-weight:normal;
}

#content ul {
text-align: left;
word-spacing: 0.2em;
letter-spacing: 0.1em;
margin-top: 1.5em;
padding-left: 2em;
list-style-type: none;
list-style-position: outside;
}


/* =Individual Pages*/
/*=resume*/
#professional_activities, #education {
margin-top: 2em;
}
#exhibitions ul, #professional_activities ul, #education ul {
text-indent: -1.5em;
}

#exhibitions li, #professional_activities li, #education li {
padding-bottom: 10px;
}

/* =Frontpage*/
#bio h3 {
margin: 1em;
}

#bio img {
float: left;
margin: 0 2em 1em 0;
}


/*  =news*/
.news {
margin-bottom: 4em;
}
.news h3 {
padding-left: 2em;
text-indent: -1.5em;
margin-bottom: 1.5em;
}

.news p {
width: 500px;
padding: 0 25px;

}

.artist_reception {
float: right;
width: 250px;
}

.news ul {
margin-top:0;
margin-left:25px;
width:500px;
}
.news li {
margin-bottom: 5px;
}

.news li a {
position:relative;
left:-15px;
}

#footer {
background-image:url(../border/blackborder.gif);
background-position:center bottom;
background-repeat:no-repeat;
clear:both;
margin-bottom:10px;
padding-bottom:80px;
width:100%;
}





