﻿body {
    background-image:url('default/background.png');
    background-repeat:repeat-x;
    background-color:#000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    padding:0;
    margin:0 0 20px 0;
}

img { border:none; }

object { margin:0 0 25px 0; }

#header { height:182px; }

#header h1 {
    z-index:0;
    position:absolute;
    background-image:url('default/logo.png');
    width:340px;
    height:151px;
    margin:0;
    left:80px;
}

#header h1 span { display:none; }

#wrapper {
    position:relative;
    width:1185px;
    margin:0 auto;
}

ul#navigation {
    position:absolute;
    z-index:100;
    width:698px;
    height:38px;
    list-style-type:none;
    padding:30px 0 0 0;
    margin:0;
    background-image:url('default/nav-background.png');
    background-repeat:no-repeat;
    right:141px;
}

ul#navigation li { float:left; margin:0 12px; background-color:#fff; font-weight:bold;}

ul#navigation li a { text-decoration:none; color:#421429; position:relative; z-index:200; }

ul#navigation li:first-child { margin:0 18px 0 28px; }

.content-trim {
    top:0;
    position:absolute;
    z-index:0;
    left:50%;
    margin:0 0 0 -554px;
    width:1086px;
    height:368px;
    background-image:url('default/content-trim-top.png');
}

.birds {
    position:absolute;
    top:120px;
    right:150px;
    width:184px;
    height:108px;
    z-index:1003;
    background-image:url('default/birds.png');
}

#content {
    position:relative;
    z-index:1000;
    width:682px;
    background-color:#fff;
    min-height:523px;
    height:auto !important;
    height:523px;
    margin:0 auto 100px auto;
    padding:0 97px;
}

#content h1 {
    margin:0 0 10px 0;
    font-size:18px;
    color:#43152a;
    font-weight:normal;
    font-family:georgia;
}

#content h1 span {
    font-size:25px;
}

#content h2 {
    font-size:14px;
    font-weight:normal;
    color:#43152a;
    margin:10px 0 10px 0;
    font-family:georgia;
}

#content h2 span { font-size:18px; }

#content h3 {
    font-size:12px;
    font-weight:normal;
    color:#43152a;
    margin:0 0 5px 0;
    font-family:georgia;
}

#content h3 span {
    font-size:14px;
}

#content p { margin:5px 0 15px 0; line-height:16px; clear:left;}

p.download img {
    float:left;
    margin:0 10px 10px 0;
    border:none;
}

#content ul {
    margin:5px 0 20px 0;
    padding:0 0 0 30px;
}

#content li { margin:3px 0; }

#content blockquote { margin:0 0 20px; padding:0; }

#content blockquote p {margin:0; font-style:italic;}
#content blockquote p strong {font-style:normal;}



div.quotes {
    background-color:#421429;
    margin:10px 0;
    padding:15px 30px 30px 30px;
    width:240px;
}
#content div.quotes h2 { color:#e78e97; }
div.quotes strong { color:#e78e97; }
#content div.quotes p { color:#fff; }

#footer {
    position:absolute;
    z-index:1001;
    bottom:-55px;
    left:50%;
    width:1184px;
    margin:0 0 0 -570px;
    height:193px;
    background-image:url('default/footer-workshop.png');
    background-position:center;
    background-repeat:no-repeat;
}

#footer.aboutus {
    background-image:url('default/footer-aboutus.png');
}

#footer ul#logos {
    position:absolute;
    top:100px;
    left:150px;
    margin:0;
    padding:10px 0 0 0;
    list-style-type:none;
    height:70px;
    border-right:1px solid #000;
    width:420px;
}


#footer ul#logos li {
    float:left;
    margin:0 10px 0 0;
    padding:0;
}

#footer ul#logos li.copyright {
    clear:left;
    color:#fff;
    margin:10px 0 0 0;
    width:400px;
}

#footer img { border:none; }

#footer ul#more-logos {
    position:absolute;
    top:105px;
    right:520px;
    margin:0;
    padding:0;
    list-style-type:none;
    width:70px;
}

#footer ul#more-logos li {
    margin:0 0 5px 0;
    padding:0;
}

#footer ul#even-more-logos {
    position:absolute;
    top:100px;
    right:180px;
    margin:0;
    padding:10px 0 0 0;
    list-style-type:none;
    height:70px;
    width:250px;
}

#footer ul#even-more-logos li {
    float:left;
}

#footer ul#even-more-logos li.forum-footer {
    background-image:url('default/forum-logo.png');
    background-repeat:no-repeat;
    background-position:left;
    height:31px;
    padding:0 0 0 50px;
    width:87px;
    margin:0 20px 0 0;
    line-height:31px;
}

#footer ul#even-more-logos li.blog-footer {
    background-image:url('default/blog-logo.png');
    background-repeat:no-repeat;
    background-position:left;
    height:31px;
    padding:0 0 0 36px;
    width:46px;
    line-height:31px;
}

#footer ul#even-more-logos li.katapult {
    float:right;
    clear:left;
    margin:20px 10px 0 0;
    width:320px;
    text-align:right;
    color:#fff;
}

#footer ul#even-more-logos li a {
    color:#fff;
    text-decoration:none;
}

.column {
    min-height:350px;
    height:auto !important;
    height:350px;
    width:300px;
    float:right;
    margin:0 0 0 30px;
}

.column-left {
    min-height:350px;
    height:auto !important;
    height:350px;
    width:300px;
    float:left;
    margin:0 0 0 0;
}

.clearing { clear:both; height:135px; }

fieldset {
    border:none;
    margin:0;
    padding:0;
}

legend {
    color:#43152a;
    font-size:14px;
    margin:0;
    padding:0;
    font-family:georgia;
}

legend span {
    font-size:18px;
}

label {
    display:block;
    margin:10px 0 4px 0;
}

label small {
    font-size:9px;
    color:#666;
}

textarea {
    display:block;
    width:300px;
    height:150px;
    margin:0 0 10px 0;
}

input.textbox {
    display:block;
    width:300px;
}

input.submit {
    display:block;
    margin:10px 0 0 0;
}

.statusmessage.bad {
    background-color: #ef9398;
    border: 1px solid #dc5757;
    margin:10px 0;
    padding:5px;
}

.statusmessage.good {
    width:300px;
    background-color: #a6ef7b;
    border: 1px solid #76c83f;
    margin:10px 0;
    padding:5px;
}

.error {
    font-weight:bold;
    color:red;
}
