/* Whitespace */

* {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

ol, ul {
    margin-left: 2em;
}

ol.compact, ul.compact {
    list-style-type: none;
    margin: 0;
}


li {
    margin: 0.5em 0;
}

body {
    margin: 1em;
}

p {
    margin-bottom: 1em;
}

/* headings, quotes and stuff */

#logo, h1, .title, h2, h3, .subtitle, div#page_name, cite, #mij_thought {
    color: #006699;
}

#logo {
    font-size: 3em;
    margin-bottom: 20px;
}

#skip_to_content {
    display: none;
}

h1, .title {
    font-size: 2em;
    padding: 0.5em 0;
}

h2, .subtitle {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: underline;
    padding: 0.5em 0;
}

h3 {
    font-weight: bolder;
    font-size: 1em;
}

cite, #mij_thought {
    font-size: 1.5em;
    font-style: normal;
}

blockquote {
    background-color: #eeeeff;
    background-image: url(/images/open_quote.png);
    background-repeat: no-repeat;
    background-position: 8px 8px; 
    border: 1px solid #ccccff;
    padding: 64px 78px;
    margin: 1em 0;
    text-align: justify;
}

blockquote p:last-child {
    background-image: url(/images/close_quote.png);
    background-repeat: no-repeat;
    background-position: bottom right; 
    padding-right: 66px;
    padding-bottom: 58px;
    margin-right: -66px;
    margin-bottom: -50px;
}

.photo {
    margin: 0 0 1em 1em;
    padding-bottom: 0.5em;
    float: right;
    clear: right;
}

.photo-caption {
    font-weight: bold;
    padding: 0.5em;
    border-top: none;
    text-align: center;
}

/* layout elements */

div#page_name {
    clear: left;
    padding: 16px 0 4px 24px;
    font-size: 30px;
}

div#header {
    float: left;
    margin-bottom: 1em;
}

div#main {
    clear: left;
    width: 690px;
}

ul#menu {
    width:130px; 
    float: left;
    font-weight: bold;
}

div#content, #footer {
    float: left;
    width: 500px;
    font-size: 13px;
    color: #000000;
    margin-left: 30px;
}

div#footer {
    clear: both;
    margin: 3em 0 0 0;
}

div#footer p {
    clear: both;
    padding-top: 3em;
}

/* links */

a:link {
    color: #006699;
    text-decoration: none;
}

a:visited {
    color: #551a8b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #006699;
}
a:active {
    text-decoration: none;
    color: #006699;
}

a img {
    border: none;
}

/* menu */

ul#menu, ul.submenu {
    list-style: none;
    margin: 0;
}

ul.submenu {
    padding-left: 2em;
}

ul#menu li { /* would be better with > but IE */
    font-size: 0.8em;
    color: #ff6633;
    margin: 4px 0;
    padding-bottom: 5px;
    padding-top: 3px;
    border-bottom: 1px solid #006699;
}

ul#menu li ul.submenu li {
    font-size: 1em;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

/* published books */

.reviewing_publication {
    font-style: italic;
}

span.reviewing_publication {
    font-weight: bold;
}

#lead_in {
    font-weight: bold;
}

#book_picture_box {
    margin: 0 0 1em 1em;
    padding-bottom: 0.5em;
    float: right;
    text-align: center;
}

#book_picture_copyright {
    font-weight: bold;
    padding: 0.5em;
    border-top: none;
}

#book_reviews {
    clear: right;
    margin: 2.5em 0;
}

#book_picture {
    display: block;
}

/* images */

a .mainimage, #page_name {
    float: left;
}

/* articles */

div.backward_nav {
    float: left;
}

div.forward_nav {
    float: right;
}

/* news */

.news_entry {
    clear: both;
}

.news_entry_date {
    display: block;
    color: #000000 !important;
    font-weight: bold;
}

#bookmark {
    text-align: center;
    background-color: #eeeeff;
    border: 1px solid #ccccff;
    padding: 1em 0.5em;
    margin-top: 2em;
    float: right;
}
