/* Default stylesheet
   ==================

	 The default stylesheet needed a remake. Photos 
	 simply look better on dark background. The color
	 scheme is derived form the Novell palette.

	 Should not crash Internet Explorer anymore.
	 
   stylesheet & artwork
   (c) 2004 Jakub 'jimmac' Steiner

*/

body {
    margin: 20px 20px 20px 100px;
    font-family: Georgia, "Bitstream Vera Sans", sans-serif;
    font-size: 13pt;
    color: #eeeeec;
    background: #2e3436 url('title.png') top left no-repeat fixed;
}

img {
    border-style: none;
}

a:link {
    color: #ffb02f;
}

a:visited {
    color: #e88000;
}

a:hover {
    color: #ffcc7a;
}

h1.title {
    display: none;
}

div.thumbroll {
    margin: 10px 0 4px 0;
    min-height: 29px;
}

.month p {
    display: block;
    width: 200px;
}

p span.desc, p span.author {
    font-size: 10px;
    margin-left: 5px;
}

.month p > a:after, p span.desc:after, p span.author:after {
    content: ", ";
}

p span.date {
    font-size: 9px;
    margin-left: 5px;
    color: #777;
}

div#info {
    margin-left: 6px;
    padding-top: 6px;
    clear: both;
    font-size: 11px;
}

p {
    clear: both;
}

p.bigthumbnails {
    text-align: left;
}

p.bigthumbnails a {
    display: block;
    float: left;
    width: 130px;
    height: 80px;
    text-align: center;
    padding: 30px 4px;
    background-color: #232729;
    margin: 4px;
    border: 1px solid #6b6c69;
    -moz-border-radius: 3px;
    Filter: Gray;
}

p.bigthumbnails a.portrait {
    padding: 10px 29px;
    width: 80px;
    height: 120px;
}

p.bigthumbnails img {
    /* landscapes */
    display: inline;
    width: 120px;
    height: 80px;
}

a.portrait img {
    /* portrait */
    width: 80px;
    height: 120px;
}

p.bigthumbnails a:hover {
    background-color: #2b2c29;
    margin: 3px;
    border: 2px solid #ffb02f;
    Filter: none;
}

a.hascomments {
    background: #232729 url('hascomments.png') 95% 95% no-repeat;
}

div.navigation {
    margin-top: 20px;
    background-color: #5b5c59;
    width: 100%;
    padding: 5px;
    font-size: 12px;
    -moz-border-radius: 3px;
}

div.navigation a:first-child {
    padding-left: 24px;
    background: url('home-inactive.png') top left no-repeat;
}

div.navigation a:first-child:hover {
    background: url('home.png') top left no-repeat;
}

div.footer {
    font-size: 11px;
    width: 100%;
    margin-top: 20px;
    padding: 5px 5px 0 5px;
    clear: both;
    border-top: 1px dotted #6b6c69;
    color: #6b6c69;
}

div.year {
    color: #6b6c69;
    font-size: 13pt;
    float: left;
    margin: 10px;
}

div.month {
    color: #babdb6;
    margin: 0 0 0 2em;
    padding: 2px;
}

div.month h4 {
    margin: 10px 0 5px 0;
}

div.month p {
    margin: 2px;
    padding: 4px 4px 6px 6px;
    list-style: none;
    font-size: 12px;
    border: 1px solid #444;
    -moz-border-radius: 5px;
}

div.month p.restricted > a, ul li.restricted > a, td.restricted > a, span.restricted > a {
    background: transparent url("restricted-inactive.png") top left no-repeat;
    padding: 0 0 3px 14px;
}

div.month p.restricted > a:hover, ul li.restricted > a:hover, td.restricted > a:hover, span.restricted > a:hover {
    background: transparent url("restricted.png") top left no-repeat;
}

ul li {
    line-height: 1.6em;
    font-size: 12px;
}

div#image {
    display: block;
    position: relative;
    clear: both;
}

img#preview {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 10px solid #232729;
    background-color: #6b6c69;
    padding: 1px;
    -moz-border-radius: 7px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

* html img#preview { /* should only match on IE; how pathetic */
    margin-left: -320px;
    left: 50%;
}

div.comment {
    margin: 10px 0 6px 0;
    color: #babdb6;
    font-size: 11pt;
}

div.comment span {
    color: #6b6c69;
    font-weight: bold;
}

div#log {
    margin: 4px 0 30px 0;
    font-size: 9pt;
    color: #6b6c69;
}

div.prevthumb, div.nextthumb {
    position: absolute;
    margin-bottom: 1em;
    font-size: 10px;
    top: 0;
    padding: 4px;
    background-color: #232729;
    -moz-border-radius: 5px;
    opacity: 0.7;
}

div.prevthumb:hover, div.nextthumb:hover {
    opacity: 1;
}

div.prevthumb {
    left: 0;
    text-align: right;
}

div.nextthumb {
    right: 0;
    margin-left: auto;
}

div.prevthumb img, div.nextthumb img {
    margin: 1px;
    border: 1px solid #6b6c69;
    -moz-border-radius: 3px;
}

div.prevthumb a, div.nextthumb a {
    display: block;
    text-decoration: none;
    padding: 2px;
}

div.prevthumb a {
    background: transparent url('left-inactive.png') bottom left no-repeat;
}

div.nextthumb a {
    background: transparent url('right-inactive.png') bottom right no-repeat;
}

div.prevthumb a:hover {
    background: transparent url('left.png') bottom left no-repeat;
}

div.nextthumb a:hover {
    background: transparent url('right.png') bottom right no-repeat;
}

div.prevthumb a img, div.nextthumb a img {
    Filter: Gray;
}

div.prevthumb a:hover img, div.nextthumb a:hover img {
    border: 2px solid #ffb02f;
    margin: 0;
    Filter: none;
}

.exif {
    color: #555;
    margin: 20px auto 30px auto;
    font-size: 8pt;
    width: auto;
    text-align: center;
}

.exif tr td:first-child {
    color: #babdb6;
}

.exif td + td {
    text-align: left;
}

.exif span {
    cursor: help;
    border-bottom: 1px dotted #6b6c69;
}

.exif a {
    color: #9f4000;
}

/* Formatting of the user comment stuff */

form {
    padding-bottom: 40px;
    clear: both;
}

form #comment_block {
    clear: both;
    color: #ccc;
    font-size: 10px;
}

#comment_block #showhideform {
    font-size: x-small;
    margin-bottom: 10px;
}

#comment_form {
    display: none;
    font-size: 9pt;
    padding-top: 20px;
    width: 420px;
    margin-bottom: 20px;
    -moz-border-radius: 3px;
}

.row {
    clear: both !important;
}

div.label {
    float: left;
    width: 110px;
}

div.control {
    padding: 4px;
    float: right;
    width: 270px;
}

div.user_comment {
    clear: both;
    margin-top: 40px;
    background-color: #3a3a3a;
    padding: 10px;
    -moz-border-radius: 7px;
}

.hidden {
    display: none;
}

div.user_comment div.commentdata {
    margin: 10px;
    font-size: 10pt;
    margin-bottom: 20px;
}

div.user_comment div.name {
    color: #666;
    font-size: 9pt;
    margin-bottom: 2px;
}

div.user_comment div.name em {
    font-weight: bold;
}

textarea, input[type="text"], input[type="submit"] {
    font-family: Georgia, "Bitstream Vera Sans", sans-serif;
    color: #eeeeec;
    background-color: #5b5c59;
    -moz-border-radius: 3px;
    padding: 4px;
    border: 1px solid #888;
}

textarea, input[type="text"] {
    font-size: 9pt;
    width: 100%;
}

input[type="submit"] {
    font-size: 10pt;
}

#google-maps, #google-maps-title {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#google-maps {
    display: none;
    color: #000;
    border: 1px solid #6b6c69;
}

#google-maps.large, #google-maps-title.large {
    width: 900px;
}

#google-maps.large {
    height: 600px;
}

#google-maps.small, #google-maps-title.small {
    width: 600px;
}

#google-maps.small {
    height: 400px;
}

#google-maps img.photo {
    border: 1px solid #6b6c69;
    -moz-border-radius: 3px;
}

#clickme, #toggle-form, .exif span.clickable {
    border-bottom: 1px dotted #E88000;
    cursor: pointer;
}

.recent {
    margin-top: 30px
}

.recent .banner {
    float: left; margin-right: 1em
}

.recent .help {
    border-bottom: 1px dotted #eeeeec; cursor: help
}

#roll div, #roll p {
    display: none
}

#roll img {
    border: 10px solid #232729; background-color: #6b6c69; padding: 1px; -moz-border-radius: 7px
}