
/**********************************************************
 *
 * general stuff
 *
 */

body {
    background:#909090;
    margin:0px;
    padding:0px;
    text-align:center;
    font-size:8pt;
    font-family: sans-serif, arial, helvetica;
}

img {
    border: 0px;
}

#menubar { 
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#backlink {
    margin-top:20pt;
    margin-bottom:0pt;
}

div.wrapper {
    width: 612px;
    border: 0px solid;
    margin: 0px auto;
    margin-top: 5px;
}

div.box {
    padding: 12px;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: left;
}

div.catlist {
    font-size: 12pt;
    padding: 12px;
    display: block;
    margin-top: 50px;
    margin-bottom: 4px;
    text-align: center;
}

div.catrow {
    padding-bottom: 12px;
}

.catlist a:link {
    color: #fff;
    text-decoration: none;
}

.catlist a:visited {
    color: #fff;
    text-decoration: none;
}

.catlist a:hover {
    color: #fff;
}

input,select {
    border: 1px solid #444;
    padding: 2px;
    font-size:8pt;
    font-family: sans-serif, arial, helvetica;
}


/**********************************************************
 *
 * menu bar
 *
 */

#header {
    font-size: 12pt;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
    padding-left: 12px;
    display: block;
    background: #000000;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px solid #a0a0a0;
    text-align: left;
    position: relative;
}

#header #left {
    float: left;
    padding-left: 18px;
}

#header #right {
    float: right;
    padding-right: 18px;
    font-size: 10pt;
}

#header a:link {
    color: #fff;
    text-decoration: none;
}

#header a:visited {
    color: #fff;
    text-decoration: none;
}

#header a:hover {
    color: #fff;
}

/**********************************************************
 *
 * image page
 *
 */

.wrapper {
    padding-top: 20px;
}

#image {
    padding: 0px;
    background: #fff; 
    border: 0px solid #a0a0a0;
}

#add-comment {
    padding:12px;
    display: block;
    background: #fff;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid #a0a0a0;
    text-align: left;
}
#fooinput {
    width:100%;
    border:1px solid #444;
    background-color:#fff;
    color:#444;
    font-size:10pt;
    font-family: courier;
}
#add-comment textarea {
    width:100%;
    height:50px;
    border:1px solid #444;
    background-color:#f5f5f5;
    color:#444;
    font-size:11pt;
    font-family: courier;
}
#comments {
    text-align: left;
    padding:12px;
    display: block;
    background: #fff;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid #a0a0a0;
}
#comments ul {
    list-style-type:none;
    margin:0px;
    padding:10px;
}
#comments li {
    display:block;
    margin:0px;
    margin-top: 12px;
    color:#444;
    text-decoration:none;
    padding:3px;
    border-top: 1px solid #d5d5d5;
}
#comments li a {
    color:#000;
    text-decoration:none;
}
#comments li:hover {
    background:#f5f5f5;
}
#comments li a:hover {
    background:#f5f5f5;
    text-decoration:underline;
}


/**********************************************************
 *
 * browse page
 *
 */

.thumbnails {
    padding:5px;
    border:0px;
}
.current-thumbnail {
    padding:5px;
    border:1px dotted #666;
}

/**********************************************************
 *
 * about page
 *
 */

#about {
    width: 586px;
}




