/* Gorilla stylesheet
   ==================

   stylesheet & artwork
   (c) 2003 Jakub 'jimmac' Steiner
   (c) 2008 Jochem van der Vorm

*/

body {
    margin: 0px;
    padding: 0px;
    font-family: Bitstream Vera Sans, sans-serif;
    font-size: 13px;
    background-color: #E5E5E5;
    width: 100%;
    height: 100%;
    text-align: center;
}

#bannerwrap {
    height: 60px;
    width: 100%;
    border-bottom: 1px solid black;
    background-color: #dee0e8;
}

img {
   border: 0px;
    border: 2px solid black;
}

#image {
    margin-bottom: 24px;
}

#preview {
    border: 8px solid black;
}

.bigthumbnails img {
	width: inherit;
	height: inherit;
}

.navigation {
    text-align: left;
    font-family: Bitstream Vera Sans, Georgia, sans-serif;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 10px;
    margin-bottom: 2em;
    padding: 0.2em;
    padding-left: 1em;
    padding-right: 1em;
    border-top: 1px solid #24466a;
    border-bottom: 1px solid #24466a;
    color: #469;
    font-weight: bold;
}
a {
   color : #443355;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
   text-decoration: underline;
}

#banner {
    display: block;
    width: 92%;
    text-align: left;
    background-image: url("../images/banner-bg.gif");
    border-top: 1px solid #333;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

#houder {
    width: 92%;
    padding-top: 10px;
    bottom: 0px;
    background-color: white;
    margin-right: auto; 
    margin-left: auto;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
}

#content {
    bottom: 0px;
    min-height:710px;
}

#bannerleft {
    height: 60px;
    background-image: url("../images/banner-left.gif");
    background-repeat: no-repeat;
}

#bannerright {
    position: absolute;
    top: 0px;
    right: 7.5%;
    z-index: 2;
    border-top: 1px solid #333;
    background-image: url("../images/banner-right.gif");
    background-repeat: no-repeat;
    width: 183px;
    height: 60px;
}

.footer {
    margin-top: 2em;
    background-color: #336497;
    text-align: center;
    padding-top: 2px;
    color: white;
    font-style: italic;
    clear:both;
    height: 1.5em;
    font-size: 90%;
    border-bottom: 1px solid #24466a;
}


#info {
    margin-top: 1em;
    font-style: italic; 
}
.key {
    font-weight: bold;
    font-style: normal; 
}
.author {
    font-size: 11px;
    font-weight: bold;
}

.albumtable {
    margin-right: auto;
    margin-left: auto;
    background-color: #eee;
    padding: 2px;
}

.albumname {
   font-size: 14px;
   color : #443355;
   text-decoration: none;
   font-weight: bold;
   margin-bottom: 1em;
}
.albumrow { 
    text-align: left;
    vertical-align: top;
    cursor: hand;
    cursor: pointer;
}
.albumrow:hover {
    background-color: #ddf;
}
.albumdesc {
    border-top: 1px dotted black;
    padding-left: 1em; 
}
.year {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: white;
    background-color: #386da5;
}
.month {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    background-color: #ddd;
    font-variant: small-caps;
    color: #259;
}

.desc { margin-bottom: 1em}

.date {
    font-size: 11px;
    font-weight: bold;
}
.value {
    font-style: normal;
}
#nextthumb {
    position: absolute;
    top: 130px;
    right: 10%;
    z-index:2;
    background-color: #eee;
    border: 1px dashed #ccc;
}

#prevthumb {
    position: absolute;
    left: 10%;
    top: 130px;
    z-index:2;
    background-color: #eee;
    border: 1px dashed #ccc;
}

#slideshow {
    padding-top: 15px;
}


.comment {
    font-weight: bold;
    margin-bottom: 1em;
}
