/* LAYOUT
------------------------------------------------- */

#layout {
    border-collapse: collapse;
}
#l,
#c,
#r,
#header {
    font-size: 75%;
    vertical-align: top;
}
#l {
    /* width: 180px; */
    padding: 0 10px;
    line-height: 1.3;
    font-size: 70%;
    border-right: 1px solid #ccc;
}
#c {
    /* width: 100%; */
    padding: 0 20px;
    line-height: 1.4;
    letter-spacing: .015em;
}
#r {
    /* width: 360px; */
    padding: 0 10px;
    line-height: 1.4;
    letter-spacing: .015em;
    font-size: 70%;
    border-left: 1px solid #ccc;
}
#footer p {
    border-top: 1px solid #ccc;
    padding: 0 0 1em 10px;
    vertical-align: top;
    font-size: 60%;
}
.shim {
    /* Minimum widths: CSS property flawed */
    background: #fff url(./../img/shim.gif) no-repeat fixed top left;
    height: 1px;
    /* Ignored by buggy WinIE */
    font-size: .001em;
    /* WinIE hack */
    width: 1px;
}
.shim.left {
    width: 178px;
}
.shim.centre {
    width: 510px;
}
.shim.right {
    width: 358px;
}

/* JUST FOR LOOKS
------------------------------------------------- */

body {
    margin: 150px 0 0 0;
    background: url(./../img/panorama.jpg) no-repeat 0 0;
    font-family: Verdana, sans-serif;
    background-color: #f8f8f8;
    color: #000;
}
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    font-weight: lighter;
    font-size: 1.3em;
    letter-spacing: .2em;
    border-bottom: 1px solid #ccc;
}
h1 {
    margin-bottom: .3em;
}
h1 em {
    font-style: normal;
    font-weight: normal;
    font-size: .6em;
}
h3 {
    font-size: 1em;
    letter-spacing: .1em;
    margin-bottom: .3em;
}
p {
    margin: 0;
    padding: .2em 0 1em 0;
}
em {
    font-style: italic;
    font-weight: normal;
}
.logo {
    margin: 0 0 2em 0;
    padding: 0;
}
.logo img {
    margin: 0 0 1em 0;
    padding: 0;
    border: 1px solid #ccc;
}
.logo a {
    margin: 0;
    padding: 0;
    border: 0;
    /* border:1px solid blue; */
}

/* SELF-CLEARING DIVISIONS
------------------------------------------------- */

.item {
    clear: both;
    float: left;
    padding-bottom: 3em;
    width: 100%;
}
.big {
    padding-bottom: 5em;
}
.small {
    padding-bottom: 0;
}

/* NAVIGATION
------------------------------------------------- */

#navigate {
    overflow: hidden;
    padding-bottom: 30px;
}
#navigate ul {
    list-style-type: none;
    /* Superfluous when used in conjunction with display:inline */
    margin: 0;
    padding-left: 10px;
    line-height: 3;
}
#navigate ul li {
    display: inline;
    /* float: left; */
    /* width: auto; */
}
#navigate ul li a {
    color: #a37a29;
    background-color: #f8f8f8;
    text-decoration: none;
    padding: 5px 8px;
    /* Gaps between text and bar */
    margin-right: 2px;
    /* Gaps between elements */
    border-top: 10px solid #cc6;
    /* Depth of bars (make it big and clip overflow to allow for text resizing */
    font-weight: bold;
}
#navigate ul li a:hover,
#navigate ul a#current {
    border-top-color: #a37a29;
}
#navigate ul #distinguish {
    margin-right: 3em;
}
#navigate ul a#current {
    cursor: default;
}

/* PICTURES
------------------------------------------------- */

.pictureright {
    float: right;
    margin: 0 0 .5em .5em;
    width: auto;
}
.pictureleft {
    float: left;
    margin: 0 .5em .5em 0;
    width: auto;
}
.border {
    border: 1px solid #999;
}
.caption {
    font-size: .75em;
    color: #666;
}

/* GALLERY
------------------------------------------------- */

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 150px;
}
div.gallery:hover {
    border: 1px solid #000;
}
div.gallery img {
    width: 100%;
    height: auto;
}
div.desc {
    padding: 10px;
    text-align: center;
}

/* GRAPHIC
------------------------------------------------- */

.graphic {
    float: right;
    margin: 0 0 1.25em 3.25em;
    width: auto;
}

/* LINKS
------------------------------------------------- */

a:link,
a:visited {
    text-decoration: none;
    color: #a37a29;
    background-color: #f8f8f8;
}
a:hover,
a:active {
    color: #a37a29;
    background-color: #f8f8f8;
    text-decoration: underline;
}
#l ul {
    list-style-type: none;
    padding: 0;
    margin: .3em 0 2em 0;
}
#l a {
    text-decoration: none;
    color: #a37a29;
    background-color: #f8f8f8;
}
#l a:hover,
#l a:active {
    color: #fff;
    background-color: #a37a29;
}
a.tableLink {
    text-decoration: underline !important;
    color: #000 !important;
}
tbody a.tableLink {
    background-color: #cc6 !important;
}
tbody.highlight a.tableLink {
    background-color: #a37a29 !important;
}

/* DOWLOADS
------------------------------------------------- */

ul.downloads {
    margin: 0;
    padding-left: 0;
    padding-bottom: 1.5em;
    list-style-type: none;
}
ul.downloads li {
    background: url(./../img/icon-doc.gif) no-repeat 8px 1px;
    padding-left: 29px;
}
ul.downloads a {
    text-decoration: underline !important;
}

/* LISTS
------------------------------------------------- */

.calendar,
ul#committee,
ul#etiquette {
    line-height: 1.3;
    list-style-type: none;
    margin: 0;
    padding-bottom: 1em;
    padding-left: 0;
}
ul#etiquette em {
    /* color:red;*/
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}
ol#rules {
    margin: 0;
    padding-left: 0;
    list-style-position: inside;
}
ul.calendar {
    list-style-type: square;
    padding-left: 15px;
}
ul.calendar em {
    color: red;
    font-style: normal;
    font-weight: bold;
}
ul.calendar li {
    margin-bottom: 2px;
}
ul#etiquette li,
ol#rules li {
    /* padding-bottom:2px;*/
}

/* TABLES
------------------------------------------------- */

.mytab {
    border-collapse: collapse;
    clear: both;
    float: right;
    line-height: 1.3;
    margin-bottom: 1em;
    width: 100%;
}
.mytab th,
.mytab tbody {
    background-color: #cc6;
}
.mytab tbody.highlight {
    background-color: #a37a29;
}
.mytab th,
.mytab td {
    vertical-align: top;
    text-align: left;
    padding: 0;
    white-space: nowrap;
}
.mytab th {
    border-bottom: 1px solid #666;
}
.mytab th.resdate,
.mytab th.ssstees {
    width: 100em;
    /* force I.E. to right justify */
}
.mytab th.ssslength {
    width: 11em;
}
.mytab th.resday,
.mytab th.sss {
    width: 6em;
}
.mytab th.restime,
.mytab th.sssdate {
    width: 1em;
    /* squeeze righthand column far to the right */
}
.mytab caption {
    text-align: left;
    font-style: italic;
    padding-top: 1em;
}
.mytab tfoot {
    font-style: italic;
}
.mytab tfoot td em {
    font-style: normal;
    font-weight: normal;
}
table tfoot tr td {
    padding-top: .5em !important;
    white-space: normal !important;
}

/* STORY LINKS
------------------------------------------------- */

dl.story {
    float: left;
    margin: 0;
    padding: 2px 0 3em 0;
    width: 100%;
}
dl.story dt a {
    float: left;
    /* display:block; */
    margin: 4px 10px 0 0;
    width: auto;
}
dl.story dt a img {
    float: left;
    border: 0;
}
dl.story dt a {
    border: 1px solid #999;
}
dl.story dt a:hover,
dl.story dt a:active {
    border-color: #a37a29;
}
dl.story dd {
    margin: 0 0 0 95px;
}
dl.story dd em {
    font-style: normal;
    font-weight: normal;
}

/* ALBUM
------------------------------------------------- */

.centre {
    text-align: center;
}
#nextlink,
#prevlink {
    border: 1px solid #fff;
    text-decoration: none;
}
#prevlink {
    float: left;
    text-align: right;
    width: 49%;
}
#nextlink {
    float: right;
    text-align: left;
    width: 49%;
}
#nextlink:hover,
#prevlink:hover,
#nextlink:active,
#prevlink:active {
    border-color: #a37a29;
}