/* Dance Olam stylesheet
 * by Benjamin Barenblat
 *
 * Dance Olam and all related logos, images, and data are copyright
 * (C) Elise Barenblat.  All rights reserved.
 */

/*********************************************************************
 * Page layout
 */
html {
    color: #000;
    background-color: #406380;
    padding-top: 1em;
}
body {
    /* IE6 doesn't like this */
    /*     width: 70%;
     *     left: 15%;
     *     position: absolute;
     */
    margin: 0 15% 0;	/* IE6 */
}

div#content {
    color: inherit;
    background-color: #fff;
    border: 1px solid #000;
    padding: 1em;
}

#site_title, #site_subtitle {
    display: block;
    font-weight: bold;
    text-transform: lowercase;
    margin: 0;
    font-style: italic;
}

div#menu {
    position: absolute;
    top: 1em;
    right: 15%;
    margin: 1em;
    width: 20%;
    border: 1px solid #000;
    color: inherit;
    background-color: #fff;
    padding: 0.5em;
}

div#address {
    background-color: inherit;
    border: none;
    margin: 1em 0;
    font-size: 0.8em;
    font-style: normal;
}

/*********************************************************************
 * Presentation rules
 */
.inactive {
    color: #888;
}
.inactive a:link, .inactive a:visited {
    color: #7474e7;
    background-color: inherit;
}

a {
    text-decoration: none;
}
a:link, a:visited {
    color: #0000e7;
    background-color: inherit;
}
div#menu a:link, div#menu a:visited,
div#address a:link, div#address a:visited {
    color: #000;
}
a:hover {
    border-bottom: 1px solid #0000e7;
}
div#menu a:hover,
div#address a:hover {
    border-bottom: 1px solid #000;
}
a[rel~="map"]:after {
    content: " ▣";
}
a[rel~="e-mail"]:after {
    content: " ✎";
}

div#menu h1 {
    border-bottom: none;
    font-size: 1.2em;
    margin: 0;
}
div#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div#menu li {
    font-weight: bold;
    margin-top: 1em;
}
div#menu ul ul li {
    display: inline;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: lowercase;
}
h1 {
    border-bottom: 1px solid #000;
}

th, td {
    border-top: 1px dotted #000;
}
tr:first-child th, tr:first-child td {
    border-top: none;
}
