@import url("reset.css");

html, body {
    height: 100%;
}
body {
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 10pt;
/*    background-image: url('../graphics/curtain.png');*/
    background-position: center top;
    background-repeat: repeat-y;
    background-color: #ddd;
    letter-spacing: 0.3pt;
    color: #2e3436;
    text-align: center;
}
body.index {
}
p {
    line-height: 1.6;
}
a {
    text-decoration: none;
    color: #6998dc;
}
a:hover {
    color: #8db5e1;
}
#container {
    width: 960px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background-color: #fff;
}
#intro {
    position: absolute;
    top: 0;
    left: 0;
    height: 144px;
    width: 960px;
    background-image: url('../graphics/bg.png');
    background-position: left top;
    background-repeat: repeat-x;
}
#intro h1 {
    padding-left: 20px;
}
#intro h1 a span {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 140px;
    width: 940px;
    background-image: url('../graphics/header.png');
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
}
#intro p, div.skip {
    display: none;
}
#content {
    position: relative;
    float: right;
    width: 740px;
    margin-top: 164px;
    padding-bottom: 120px;
}
#content .hide {
    display: none;
}


#navigation {
    float: left;
    padding-left: 20px;
    margin-top: 164px;
    padding-bottom: 120px;
}
#navigation li {
    margin-bottom: 20px;
    width: 180px;
    min-height: 40px;
    background-image: url('../graphics/nav1.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #ddd;
}
#navigation li.nav1 { background-color: #79a8dc; }
#navigation li.nav2 { background-color: #fecd82; }
#navigation li.nav3 { background-color: #c6771a; }
#navigation li.nav4 { background-color: #89bcf4; }
#navigation li.nav1 { background-image: url('../graphics/nav1.png'); }
#navigation li.nav2 { background-image: url('../graphics/nav2.png'); }
#navigation li.nav3 { background-image: url('../graphics/nav3.png'); }
#navigation li.nav4 { background-image: url('../graphics/nav4.png'); }
#navigation li a,
#navigation li span.navheader {
    display: block;
    width: 160px;
    height: 24px;
    padding: 0 10px;
    padding-top: 8px;
    padding-right: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 13pt;
    z-index: 1;
}
#navigation li ul {
    padding-bottom: 8px;
    background-image: url('../graphics/nav1_end.png');
    background-position: left bottom;
    background-repeat: no-repeat;
/*    background-color: #89bcf4;*/
}
#navigation li.nav1 ul { background-image: url('../graphics/nav1_end.png'); }
#navigation li.nav2 ul { background-image: url('../graphics/nav2_end.png'); }
#navigation li.nav3 ul { background-image: url('../graphics/nav3_end.png'); }
#navigation li.nav4 ul { background-image: url('../graphics/nav4_end.png'); }
#navigation ul li {
    min-height: 0;
    height: 24px;
    margin-bottom: 0;
    width: 180px;
    margin-top: 4px;
    background-image: none !important;
}
#navigation li.nav1 ul li { background-color: #8db5e1; }
#navigation li.nav2 ul li { background-color: #fed595; }
#navigation li.nav3 ul li { background-color: #cf8c3d; }
#navigation li.nav4 ul li { background-color: #9bc6f6; }
#navigation ul li.top {
    background-color: transparent !important;
}
#navigation ul li a {
    display: block;
    width: 200px;
    height: 20px;
    width: 170px;
    white-space: nowrap;
    padding: 0 10px;
    padding-top: 5px;
    padding-right: 0;
    text-decoration: none;
    text-transform: none;
    color: #000;
    font-size: 11pt;
    z-index: 2;
}


div.newsitem {
    margin-bottom: 20px;
}
div.newsitem h3 {
    float: left;
    padding: 5px 10px;
    background-color: #a6cadc;
    margin-left: 10px;
    font-size: 12pt;
    font-weight: normal;
}
div.newsitem span.date {
    float: left;
    color: #808d94;
    padding: 5px 20px;
    font-size: 12pt;
    font-style: italic;
}
div.newsitem div.text {
    margin-bottom: 50px;
}
div.newsitem div.text p,
div.newsitem div.text ul,
div.newsitem div.text ol,
div.newsitem div.text p {
    clear: both;
    padding: 20px;
    padding-bottom: 0;
    color: #2e3436;
}

#content ul,
#content ol,
#content p {
    padding: 0 20px;
    clear: both;
    list-style-type: disc;
    line-height: 1.6;
}
#content ol {
    list-style-type: decimal;
}
#content ul li,
#content ol li {
    margin: 0 2em;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
    float: left;
    clear: both;
    padding: 5px 10px;
    background-color: #e0f1fa;
    font-size: 12pt;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 30px;
}
#content .static img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
#content h1:first-child,
#content h2:first-child,
#content h3:first-child,
#content h4:first-child,
#content h5:first-child {
    margin-top: 0;
}
#content h1 { background-color: #a6cadc; }
#content h2 { font-size: 12pt; }
#content h3 { font-size: 11pt; }
#content h4 { font-size: 10pt; }
#content h5 { font-size: 9pt; }

#tagCloud p, #galleries p,
#tagCloud ul, #galleries ul,
#tagCloud ol, #galleries ol,
#tagCloud p, #galleries p {
    padding: 0 20px;
    clear: both;
}
#galleries h1, #galleries h2, #galleries h3, #galleries h4, #galleries h5,
#tagCloud h1, #tagCloud h2, #tagCloud h3, #tagCloud h4, #tagCloud h5 {
    float: left;
    padding: 5px 10px;
    background-color: #e0f1fa;
    font-size: 12pt;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
}
#galleries h1 { background-color: #a6cadc; }
#galleries h2 { font-size: 12pt; }
#galleries h3 { font-size: 11pt; }
#galleries h4 { font-size: 10pt; }
#galleries h5 { font-size: 9pt; }

div.clear {
    clear: both;
}

#contact {
    clear: both;
    height: 100px;
    padding-top: 4px;
    position: absolute;
    bottom: 0;
    background-image: url('../graphics/footer.png');
    background-position: left bottom;
    background-repeat: repeat-x;
}
#contact h2 {
    display: none;
}
#contact .column {
    float: left;
    width: 240px;
    padding-top: 10px;
    color: #fff;
}
#contact .column .item {
    clear: both;
    position: relative;
    line-height: 1.2;
    margin-bottom: .5em;
}
#contact .column .label {
    background-color: #1a3340;
    font-weight: bold;
    padding: .2em .3em;
    position: absolute;
    right: 140px;
}
#contact .column .value {
    padding: .2em .5em;
    margin-left: 100px;
}

div.subs .missing ul {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 1.6;
}
div.subs .changes {
    margin-top: 2em;
}
div.subs .changes table {
    clear: both;
    line-height: 1.6;
    margin: 0 20px 2em;
    width: 740px;
    width: 700px;
}
div.subs .changes table th,
div.subs .changes table td {
    text-align: left;
    padding: .1em 1em;
    border-bottom: 1px solid #ddd;
}
div.subs .changes table th {
    border-bottom: 1px solid #ccc;
}
div.subs .dates {
    margin: 1em 20px;
}
div.subs .dates a {
    float: left;
}

#gallery div.photos {
    margin: 1em 30px;
    line-height: 5em;
}
#gallery div.photos a {
    margin-right: 28px;
}
#gallery div.photos a img {
    border: 4px solid #a6cadc;
}
#gallery div.browse {
    text-align: center;
}
#gallery div.browse a,
#gallery div.browse span {
    display: inline-block;
    padding: .3em .5em;
    background-color: #e0f1fa;
    font-weight: bold;
}
#gallery div.browse span {
    font-weight: normal;
    background-color: #eee;
}
#gallery div.browse a.active {
    color: #000;
}

#galleries div.gallery {
    width: 240px;
    float: left;
    min-height: 200px;
    margin-top: 2em;
}

#facebook span.surname {
    text-transform: uppercase;
}
#facebook {
    line-height: 1.6;
    width: 720px;
}
#facebook th,
#facebook td {
    padding: 0 5px;
}
#facebook th,
#facebook td.tel,
#facebook td.fn {
    white-space: nowrap;
}
#facebook th {
    background-color: #a6cadc;
}
#facebook tr.group th {
    background-color: #e0f1fa;
    text-align: center;
}
#facebook .group .vcard span.label {
    font-weight: bold;
}

#content .dates {
    text-align: center;
    margin-bottom: 1em;
}
#content .dates a {
    display: inline-block;
    padding: .3em .5em;
    background-color: #e0f1fa;
    font-weight: bold;
}
