@IMPORT url("pagination.css");

@IMPORT url("menu.css");

* {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
}

body {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    background-color: #161b24;
    color: #667a8f;
}

a {
    color: #cdd3da;
    text-decoration: none;
}

a:hover {
    color: #999;
    text-decoration: underline;
}

a img {
    border: none;
}

b {
    font-weight: bold;
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

h2, h3 {
    background-image: url("/images/heading.png");
    background-repeat: no-repeat;
    color: #DDD;
    padding: 2px 5px 0px 5px;
    font-size: 1.0em;
    font-weight: bold;
    margin-top: 10px;
    height: 23px;
}

h3 {
    margin-top: 0px;
}

h2 a {
    font-weight: bold;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul {
    margin-left: 15px;
}

li {
    margin-bottom: 5px;
    list-style: square;
}

iframe {
    border: none;
}

.message {
    background-color: #637181;
    color: #333;
    padding: 5px;
}

.error_message {
    background-color: #637181;
    color:#F00;
    padding: 5px;
}

#all {
    margin: 0 auto;
    margin-top: 0px;
    width: 1000px;
}

#content {
    width: 780px;
    float: left;
}

.box_head {
    background-image: url("/images/heading.png");
    background-repeat: no-repeat;
    color: #DDD;
    padding: 2px 5px 0px 5px;
    font-size: 1.0em;
    font-weight: bold;
    margin-top: 10px;
    height: 23px;
}

.box_head_left, .box_head_left a {
    float: left;
    font-size: 1.0em;
    font-weight: bold;
}

.box_head_right {
    margin-left: 200px;
    font-size: 0.9em;
    text-align: right;
}

.box_content {
    border: #484a4a solid 1px;
    border-top: none;
    padding: 5px 5px 5px 5px;
    margin-bottom: 15px;
}

.box_content .box_content_pic {
    float: left;
    margin-right: 5px;
}

.box_content p { /*margin-left:100px;
    padding-left:5px;*/

}

#sidebar {
    width: 200px;
    float: right;
}

#sidebar h3 {
    background-image: url("/images/sidebar_heading.png");
}

#footer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.clearer {
    clear: both;
}

/****************************************************
 * Forms                                            *
 ****************************************************/
input,textarea {
    background-color: #637181;
    border: none;
    font-size: 0.8em;
    width: 300px;
}

textarea {
    height: 100px;
}

/****************************************************
 * Gallery                                          *
 ****************************************************/
#gallery_thumbs {
    height: 95px;
    width: 768px;
    overflow: auto;
}

#gallery_thumbs img {
    margin: 0px 2px 0px 0px;
    height:70px;
}

#gallery_thumbs .active_pic {
    border: 1px solid #AAA;
}

.gallery_pics {
    padding-top: 5px;
    text-align: center;
}
.gallery_pics .span {
    margin-bottom: 200px;
}
.sidebar_pics a img {
    width:88px;
}

#random_pics td {
    text-align:center;
}

.nl_box input {
    width:185px;
    margin-bottom:5px;
}

