/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2005 Coppermine Dev Team
  v1.1 originaly written by Gregory DEMAR

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.4.2
**********************************************/

/* ------------------------*/
/* Tahun Home - Red        */
/* ------------------------*/
/* Colors used:            */
/* ------------------------*/
/* #FFF5C6 = sand          */
/* #D5545A = red           */
/* #2E609F = dark blue     */
/* #83B1ED = bright blue   */
/* ------------------------*/

body {
    color: #2E609F;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 5px;
    margin: 0;
    height: 100%;
    scrollbar-3dlight-color: #F6F6EF; scrollbar-arrow-color:#DCD3A2;
    scrollbar-base-color: #FFF7E2; scrollbar-darkshadow-color:rgb(0,0,0);
    scrollbar-face-color: #FFF7E2; scrollbar-highlight-color:rgb(150,150,150);
    scrollbar-shadow-color: rgb(20.3%,33.7%,52.5%); scrollbar-track-color:#E3E3E3;
    background: transparent url(images/bg_body.jpg) repeat;
    background-attachment: fixed;
    overflow: auto;
}

input, textarea, select {
    background: transparent;
}

input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus  {
    background: #ffffff;
}

h1{
        font-weight: bold;
        font-size: 16px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 120%;
        color : #000000;
        margin: 2px;
        padding: 13px 0 0 4px;
}

h2 {
        font-size: 11px;
        margin: 0px;
        background: transparent url(images/icon_cat.png) no-repeat;
        padding-left: 18px;
}

h3 {
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 2px;
        padding: 16px 4px 0 0;
}

td {
        font-size: 12px;
}

p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 2px 0px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

img {
    border: none;
}

#backgroundimage {
    background: transparent url(images/background.png) repeat;
}

#header {
    height: 79px;
}

#header .left {
    width: 299px;
    background: transparent url(images/head_left.png) no-repeat;
    vertical-align: top;
}

#header .middle {
    background: transparent url(images/head_middle.gif) repeat;
    text-align: center;
    vertical-align: top;
}

#header .right {
    width: 299px;
    background: transparent url(images/head_right.png) no-repeat;
    text-align: right;
    vertical-align: top;
}

#sidebar {
    font-size: 85%;
    width: 143px;
    background: transparent url(images/menu_bg.png) repeat-y;
    vertical-align: top;
    padding-left: 3px;
}

#sidebar .toTop, #sidebar .toGround {
    position: fixed; top:300px; left: 140px; z-index:1000;
}

#sidebar .currentuser {
    position: relative; top: -18px;
    margin-left: 5px;
    margin-bottom: 15px;
    color: #FFF5C6;
    z-index: 505;
}

#sidebar .currentuser .desc {
    background: url(images/topmenu_bg_username.gif) no-repeat;
    background-position: left;
    font-weight: bold;
    font-size: 12px;
    color: #74B2FF;
}

#boardnav{
    margin: 0;
    padding: 3px;
    position: absolute; top:8px; left:301px; z-index:503;
    color: #00295C;
    white-space:nowrap;
}

#boardnav td {
    vertical-align: center;
    white-space:nowrap;
    font-size: 11px;
}

#boardnav .left {
    background: url(images/head_line_left.gif) no-repeat;
    height: 24px;
    width: 11px;
}

#boardnav .middle {
    background: url(images/head_line_middle.gif) repeat-x;
}

#boardnav .right {
    background: url(images/head_line_right.gif) no-repeat;
    width: 20px;
}

#nav_title {
    position: absolute; top:34px; left:319px; z-index:504;
    padding-top: 16px;
    padding-left: 40px;
    padding-right: 8px;
    padding-bottom: 5px;
    background: url(images/head_title.png) no-repeat;
    font-size: 12px;
    font-weight: bold;
    color: #E1DBBF;
}

#boardnav a, #nav_title a {
    color: #E1DBBF;
}

#footer {
    font-size: 10px;
    clear: both;
}

#footer td {
    vertical-align: top;
}

#footer td.left {
    background: transparent url(images/footer_left.png) no-repeat;
    width: 299px;
    height: 80px;
}

#footer td.middle {
    background: transparent url(images/footer_middle.gif) repeat;
    text-align: center;
    padding-top: 17px;
}

#footer td.right {
    background: transparent url(images/footer_right.png) no-repeat;
    width: 299px;
    height: 80px;
}

.textinput {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 12px;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        border: 1px solid #D5545A;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.comment_button:hover {
        color: #2E609F;
        border: 1px solid #83B1ED;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        vertical-align : middle;
}

a {
        color: #2E609F;
        text-decoration: none;
}

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

bblink a {
        color: #2E609F;
        text-decoration: none;
}

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

a:hover.nobg {
        text-decoration: none;
}


a:hover.yebg {
        text-decoration: none;
}

.tableh1 a, .tableh2 a {
        color: #FFF5C6;
}

.maintable {
        border: 1px outset #D5545A;
        background: url(images/bg_catOne.jpg) repeat;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        background: url(images/tableh1.png) repeat;
        color: #FFF5C6;
        padding: 3px 5px 3px 5px;
        font-weight: bold;
        font-size: 11px;
}

.tableh1_compact {
        background: url(images/tableh1_compact.jpg) repeat;
        color: #FFF5C6;
        padding: 2px 5px 2px 5px;
        font-size: 9px;
}

.tableh2, .catrow_noalb {
        background: #83B1ED url(images/tableh2.png) repeat-x;
        background-position: bottom left;        
        color: #FFF5C6;
        padding: 3px 5px 3px 5px;
}

.tableh2_compact {
        background: url(images/tableh2.png) repeat-x;
        background-position: bottom left;        
        color: #FFF5C6;
        padding: 2px 5px 2px 5px;
}

.tableb , .display_media , .catrow {
        background: url(images/bg_catOne.jpg) repeat;
        padding: 3px 7px 3px 7px;
}

.tableb_compact {
        background: url(images/bg_catTwo.jpg) repeat;
        padding: 2px 5px 2px 5px;
}

.tablef {
        background: url(images/bg_catTwo.jpg) repeat;
        padding: 10px;
}

.basement {
    border: 1px outset #D5545A;
    padding: 11px;
}

.album_stat {
        font-size : 10px;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 9px;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 9px;
        padding: 1px;
        display : block;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 9px;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 12px;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 10px;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}

.sortorder_cell {
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color : #FFF5C6;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 9px;
        white-space: nowrap;
}

.navmenu {
        font-size: 10px;
        border-style: none;
        text-align: center;
        background: url(images/bg_catTwo.jpg) repeat;
}

.navmenu img {
        margin: 2px 0 2px 0;
}

.navmenu a {
        position: relative;
        display: block;
        padding: 2px 5px 2px 5px;
        text-decoration: none;
        color: #000;
}

.navmenu a:hover {
        padding: 1px 4px 1px 4px;
        border: solid 1px #86BCFF;
        background: #E6EDFC;
        text-decoration: none;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: underline;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        border: 1px solid #D5545A;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover, a.admin_menu:hover {
        color: #FFF5C6;
        text-decoration: none;
        background: #D5545A;
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #5F5F5F;
        font-size : 10px;
        vertical-align : middle;
}

.image {
        border: none;
}

.imageborder {
        border-top: 1px solid #F6D7C0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        border-left: 1px solid #F6D7C0;
        margin-top: 10px;
        margin-bottom: 6px;
        text-align: center;
}

.thumbnails {
        background: url(images/bg_catOne.jpg) repeat;
        padding: 5px;
}

/* I moved the copyright annotation so it fits in my graphical layout. If you remove my layout I strongly recommend to remove the line "display: none;" here. Also read more at: http://coppermine.sourceforge.net/faq.php#editCopyrights. -Roi */
.footer {
        font-size : 9px;
        display: none;
}

.footer a {
        text-decoration: none;
        color: #000000;
}

.footer a:hover {
        color: #D5545A;
        text-decoration: underline;
}

.statlink {
        color: #FFF5C6;
        text-decoration: none;
}

.statlink a {
        text-decoration: none;
        color: #FFF5C6;
}

.statlink a:hover {
        color: #D5545A;
        text-decoration: underline;
}

.alblink a {
        text-decoration: none;
        color: #000000;
}

.alblink a:hover {
        color: #D5545A;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 3px;
        font-size: 14px;
}

.catlink a {
        text-decoration: none;
        //color: #000000;
}

.catlink a:hover {
        color: #D5545A;
        text-decoration: underline;
}

.topmenu {
        font-size: 11px;
        color: #FFF5C6;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
}

.topmenu .title {
    margin-top: 0px;
    margin-bottom: 7px;
    padding-right: 8px;
    text-align: right;
    border-top: solid #A0BCE7 1px;
    border-bottom: solid #A0BCE7 1px;
    line-height: 20px;
}

.topmenu a {
    color: #FCF5CF;
    text-decoration: none;
}

.topmenu a:hover {
    color: #A0BCE7;
    text-decoration: none;
}

.topmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.topmenu ul li {
    background: url(images/topmenu_listsymbol.gif) no-repeat;
    background-position: left;
    margin: 0;
    padding-left: 21px;
    margin-bottom: 6px;
}

.img_description {
    text-align: center;
    margin-bottom: 22px;
}

.img_title {
    font-size: 20px;
}

.img_caption {
    width: 70%;
    text-align: center;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        font-weight: bold;
        font-size: 11px;
        cursor : default;
}

.listbox_lang {
        color: #000000;
        background-color: #FFF5C6;
        border: 1px solid #2E609F;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;
}

#logo {
    position: absolute; top:9px; right:12px; z-index:502;
}

#logo a:hover {
    text-decoration: none;
}

#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#vanity img {border:0}
#v_php {float:left;background-image:url(../../images/powered-php.gif);}
#v_php:hover {background-image:url(../../images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(../../images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(../../images/valid-css.gif);}
#v_css:hover{background-image:url(../../images/h_valid-css.gif);}

/* Sitenav */
/* erste Ebene */

ul#sitenav {
    margin: 0; padding: 0;
    font-size: 9pt;
    position: absolute; top:18px; right:73px; z-index:504;
}

ul#sitenav li {
    list-style: none;
    float: left;
    text-align: center;
    padding: 2px 1px 2px 0;
    width: 100px;
}

ul#sitenav li:hover {
    padding: 4px 0 0 1px;
    font-size:8pt;
    background: #D45C0D url(images/bg_sitenav.jpg) no-repeat;
}

ul#sitenav li .text {
    text-decoration: none;
    color:#C5BA88;
}

ul#sitenav li:hover .text {
    color: #FCF5CF;
}

/* zweite Ebene */

ul#sitenav .symbol {
    float: left;
    width: 22px;
}

ul#sitenav li ul {
    margin: 7px 0 0 0; padding: 0;
    display: none;
}

ul#sitenav li:hover ul {
    display: block;
}

ul#sitenav li ul li {
    text-align: left;
    padding: 4px;
    float: none;
    display: block;
    margin: 0;
    color: #006699;
    width: 160px;
    white-space: nowrap;
    font-size:8pt;
}

ul#sitenav li ul li:hover {
    padding: 4px;
    background: #8499C3 url(images/bg_sitenavi_lvl2_hover.jpg) no-repeat;
}

ul#sitenav li:hover ul li .text {
    text-decoration: none;
    color: #006699;
}

ul#sitenav li ul li:hover .text {
    color: #000000;
}

ul#sitenav li#aktuell .text, ul#sitenav li#aktuell:hover .text {
    font-weight: bold;
    color: #006699;
    cursor: crosshair;
}

ul#sitenav li ul li, ul#sitenav li#aktuell:hover {
    background: #FFFCD1 url(images/bg_sitenavi_lvl2.jpg) no-repeat;
}

.construction {
	position: absolute;
	left: 50px;
	top: 44px;
	font-size: 0.5em;
	z-index: 1200;
	color: #000;
}
