*
{
    padding: 0;
    margin: 0;
}

body
{
    font: 1em Georgia, Times, Times new roman, serif;
    text-align: center;
}

a img, img
{
    border: 0;
}

.clear
{
    display: block;
    clear: both;
}


/* TEXT ********************************************/

p
{
    line-height: 130%;
}

#text p
{
    margin-bottom: 10px;
    font-size: 0.95em;
    color: #333;
    line-height: 130%;
}

#sidebar p
{
    font-size: 90%;
}

#footer p
{
    font-style: italic;
    font-size: 0.8em;
    padding: 5px 0;
}

.medium p
{
    font-size: 0.7em;
}

.wideimage .worktitle, .wideimagepage .worktitle
{
    color: #fff;
    float: left;
    padding: 10px;
}

#content .inttitle /* interior page h2 class */
{
    font-size: 2em;
}


.smallimage .worktitle, .smallimagelast .worktitle
{
    color: #fff;
    padding: 3px 5px 7px 7px;
}

.medium
{
    color: #fff;
    padding: 10px;
    float: right;
    text-align: right;
}

.smallimage h2, .smallimagelast h2
{
    font-size: 1em;
}

h1
{
    display: none;
}

h2
{
    line-height: 1.3em;
    font-weight: normal;
    font-style: italic;
}

h3
{
    font-weight: normal;
    font-style: italic;
    font-size: 1.5em;
    color: #333;
}

h4
{
    margin-top: 10px;
}

#sidebar h4
{
    margin: 0;
}

sup
{
    font-style: italic;
    margin-right: 5px;
}

.caption
{

    width: 50%;
    font-size: 80%;
    float: right;
    text-align: right;
}

.slidenumbers
{
    font: 0.9em Arial, Helvetica, sans-serif;
    float: left;
    background: #333;
    color: #fff;
    padding: 5px;
    margin-top: -5px;
}

/* LISTS **********************************************/

li
{
    list-style: none;
}

ul ul
{
    padding-left: 40px;
}

#nav li
{
    display: inline;
}

#content li
{
    margin-bottom: 2px;
}

/* LAYOUT ********************************************/

#container
{
    width: 760px;
    height: auto;
    margin: 0 auto;
    text-align: left;
}

#header
{
    width: 100%;
    height: 80px;
    margin: 25px 0;
}

#nav
{
    border-top: 1px solid #333;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

#content
{
    width: 100%;
    height: auto;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 15px 0;
}

#imageslides
{
    width: 100%;
    margin-top: 25px;
}

#text
{
    width: 70%;
    margin-top: 20px;
    float: left;
}

#sidebar
{
    float: right;
    width: 25%;
    margin-top: 20px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.wideimage
{
    width: 100%;
    height: 100%;
    background: #333;
}

.wideimagepage
{
    width: 100%;
    height: 100%;
    background: #333;
    margin-top: 20px;
}

.smallimage
{
    margin: 15px 15px 15px 0;
    display: inline;
    width: 243px;
    height: auto;
    background: #333;
    float: left;
}

.smallimagelast
{
    margin: 15px 0 15px 0;
    display: inline;
    width: 243px;
    height: auto;
    background: #333;
    float: right;
}

#footer
{
    width: 100%;
    height: auto;
}

/* LINKS ********************************************/

a
{
    text-decoration: none;
    color: #333;
}

#content li a:hover
{
    background: #333;
    color: #fff;
}

#nav a
{
    color: #333;
}

#nav a:visited
{
    color: #333;
}

#nav a:hover
{
    background: #eee;
}

#sidebar a
{
    color: #000;
}

.worktitle a, .medium a
{
    display: block;
    color: #fff;
}

.worktitle a:visited, .medium a:visited
{
    color: #fff;
}

.worktitle a:hover, .medium a:hover
{
    background: #000;
}

p a
{
    border-bottom: 1px solid #333;
}