html {
    background-color: #eec;
}

body {
    padding-bottom: 1em;
    line-height: 1.35em;
}

#doc4 {
    font-family: sans-serif;
    background-color: white;
}

#hd {
    padding: 0.5em 0;
    border-bottom: 1px solid black;
    margin-bottom: 0.1em;
    text-align: center;
}

h1 {
   line-height: 120%;
}

h2 {
    color: #CC5500;
}

h3 {
    color: #964B00;
}

#content-text {
    width: 99%;
}

#logo {
    border: 0;
}

div.pic-and-caption {
    float: right;
    margin: 0 1em 1em 1em;
}

#nav ul {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.2em;
}

#nav ul#tlov {
    margin-top: 0.5em;
}

#nav ul li.section {
    background-color: #663;
    color: white;
    font-weight: bold;
    font-variant: small-caps;
    padding: 0.3em 0 0.3em 0.5em;
}

#nav ul li {
    list-style: none;
}

#nav ul li a {
    display: block;
    padding: 0.2em 0 0.2em 0.8em;
    background-color: #ddb;
    color: #964B00;
    text-decoration: none;
    border-bottom: 1px solid white;
}

#nav ul li a:hover, #nav ul li a.current {
    color: white;
    background-color: #996;
}

#nav p, #nav form {
    padding-left: 0.5em;
}

#nav form {
    margin-bottom: 0.5em;
}

#caa-logo {
    margin-left: 5px;
    margin-top: 5px;
    border: 0;
}

#attribution {
    font-size: 80%;
}

#page-title {
    margin: 0.5em 0 0.5em 0;
}

#subtitle {
    margin: 0pt 0 1em 0;
}

table tr,
table td,
table th {
    border: 0;
}

form table {
    border: 1px solid black;
}

table table {
    border: 0;
}

table tr.even {
    background-color: #f4f4f4;
}

table#user-list {
    border: 0;
    width: 98%;
}

table#user-list th {
    text-align: left;
    background-color: #eec;
}

table.stats {
    border: 1px solid black;
}

table.stats th {
    text-align: left;
    background-color: #eec;
}

fieldset legend {
    background-color: #eec;
    font-weight: bold;
    padding: 0.2em;
    border: 1px solid black;
}

textarea {
    width: 650px;
}

form.sane {
    margin-bottom: 0.5em;
}

form.sane p.error {
    padding: 0.5em;
    margin: 0;
    background-color: orange;
    width: 60%;
}

form.sane div {
    margin-top: 0.5em;
}

form.sane label {
    font-weight: bold;
    display: block;
    margin-bottom: 0.1em;
}

form.sane label.for-checkbox {
    font-weight: normal;
    display: inline;
}

form.sane checkbox {
    margin-right: 0.2em;
}

form.sane textarea {
    width: 30em;
}

div.speaker {
    clear: both;
}

div.sponsor {
    clear: both;
}

img.sponsor-logo, img.speaker-photo {
    float: right;
    margin: 0 1em 1em 1em;
}

ul ul {
    margin-top: 0;
    margin-bottom: 0;
}

#ft {
    text-align: center;
    font-size: 80%;
    padding: 1em;
}

.date {
    background-color: white;
}

table.schedule {
    background-color: #FFE;
    vertical-align: top;
}

.r1 {
    background-color: #eec;
    vertical-align: top;
}

.r2 {
    background-color: #fc8;
    vertical-align: top;
}

.r3 {
    background-color: #ee8;
    vertical-align: top;
}

.r4 {
    background-color: #fca;
    vertical-align: top;
}

.r5 {
    background-color: #ee4;
    vertical-align: top;
}

.r6 {
    background-color: #fed;
    vertical-align: top;
}

div.image-caption {
    font-style: italic;
}
   
#user-profile #user-photo {
    float: right;
    margin-right: 10em;
}

#user-profile div.profile-item {
    margin: 0.3em 0;
}

#user-profile div.profile-item span.label {
    font-weight: bold;
    display: block;
    float: left;
    text-align: right;
    margin-right: 2em;
    width: 8em;
}

#user-profile div.profile-item .bio {
    margin-left: 10em;
}