/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2008 Dev Team
  v1.1 originally 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 version 3
  as published by the Free Software Foundation.

  ********************************************
  Coppermine version: 1.4.17
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/water_drop/style.css $
  $Revision: 4311 $
  $Author: gaugau $
  $Date: 2008-03-02 09:51:36 +0100 (So, 02 Mrz 2008) $
**********************************************/

/* Colors used:                                */
/* --------------------------------------------*/
/* Hex 000000 = RGB   0,  0,  0 = black        */
/* Hex 5F5F5F = RGB  95, 95, 95 = light black  */
/* Hex BDBEBD = RGB 189,190,189 = dark grey    */
/* Hex D1D7DC = RGB 209,215,220 = medium grey  */
/* Hex CCD7E0 = RGB 204,215,224 = light grey   */
/* Hex E5E5E5 = RGB 203,215,222 = steel grey   */
/* Hex E5E5E5 = RGB 242,245,247 = dark white   */
/* Hex EFEFEF = RGB 239,239,239 = dark white   */
/* Hex FFFFFF = RGB 255,255,255 = white        */
/* Hex AC9A96 = RGB   0,  6,102 = dark blue    */
/* Hex 0033CC = RBG   0, 91,104 = medium blue  */
/* Hex 718EA5 = RGB 113,142,165 = light blue   */
/* Hex 8AA5B5 = RGB 138,165,181 = light blue   */
/* if you don't like a color, just do a search */
/* and replace on the hex color...             */


body {

     font-family: trebuchet ms;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px;

}
table {
        font-size: 8pt;
		  font-family: trebuchet ms;
		  font-weight: bold;
		  text-transform: uppercase;
}

h1{
        font-weight: bold;
        font-size: 6pt;
        font-family: trebuchet ms;
        text-decoration: none;
        line-height : 120%;
        color : #ffffff;
        margin: 2px;

}

h2 {
        font-family: trebuchet ms;
        padding-left : 0pt;
        font-size: 8pt;
        margin: 0px;

}

h3 {
        font-weight: normal;
        font-family: trebuchet ms;
        font-size: 8pt;
        margin: 2px;
}

p {
        font-family: trebuchet ms;
        font-size: 8pt;
        margin: 2px 0px;
}

b {
        font-family: trebuchet ms;
        color: #ffffff;
        font-size: 8pt;
}

i {
        font-family: trebuchet ms;
        color: #a56b6a;
        font-size: 8pt;
}

u {
        font-family: trebuchet ms;
        color: #ffffff;
        font-size: 8pt;
}

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;
}

.textinput {
        font-family: trebuchet ms;
        font-size: 8pt;
        border: 1px solid #ffffff;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: trebuchet ms;
        font-size: 8pt;
        border: 1px solid #ffffff;
        vertical-align : middle;
}

.button {
        font-family: trebuchet ms;
        font-size: 8pt;
        border: 1px solid #ffffff;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: trebuchet ms;
        font-size: 8pt;
        border: 1px solid #ffffff;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: trebuchet ms;
        font-size: 8pt;
        vertical-align : middle;
}

.checkbox {
        font-family: trebuchet ms;
        font-size: 8pt;
        vertical-align : middle;
}

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

a:hover {
        color: #a56b6a;
}

.bblink a {
        color: #ffffff;
        text-decoration: none;
}

.bblink a:hover {
        color: #a56b6a;
}

.maintable {
        border: 1px solid #a56b6a;
        font-size: 8pt;
        background-color: #b6b6b6;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        font-size: 8pt;
        font-family: trebuchet ms;
        background-color: #a56b6a;
        color: #ffffff;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact {
        font-size: 8pt;
        font-family: trebuchet ms;
        background-color: #a56b6a;
        color: #ffffff;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        font-size: 8pt;
        font-family: trebuchet ms;
        background-color: #b6b6b6;
        color : #a56b6a;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
        border-top:#a56b6a solid 1px;
	border-bottom:#a56b6a solid 1px;
	border-left:#a56b6a solid 1px;
	border-right:#a56b6a solid 1px;
}

.tableh2_compact {
        font-size: 8pt;
        font-family: trebuchet ms;
        background-color: #b6b6b6;
        background-image : url(images/bg.png);
        color : #a56b6a;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
        border-top:#a56b6a solid 1px;
	border-bottom:#a56b6a solid 1px;
	border-left:#a56b6a solid 1px;
	border-right:#a56b6a solid 1px;
}

.tableb {
        background: #b6b6b6 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {
        background: #b6b6b6 ;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: #b6b6b6 ;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #b6b6b6 ;
        color : #ffffff;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {
        background: #7d7d7d ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

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

.thumb_filename {
        font-size: 8pt;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 80%;
        color : #a56b6a;
        padding: 2px;
        display : block;

}

.thumb_caption {
        font-weight : bold;
        font-size: 80%;
        color : #a56b6a;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        font-size: 8pt;
        text-decoration: underline;
        color: #a56b6a;
}


.thumb_num_comments {
        font-weight : bold;
        font-size: 80%;
        color : #a56b6a;
        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: 8pt;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

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

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

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

.sortorder_cell {
        background : transparent ;
        color: #a56b6a;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 20px;
        margin: 0px;
}

.sortorder_options {
        font-family: trebuchet ms;
        background : transparent ;
        color: #D88F98;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 8pt;
        white-space: nowrap;
}

.navmenu {
        font-family: trebuchet ms;
        color: #a56b6a;
        font-weight: bold;
        background : transparent ;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #a56b6a;
}

.navmenu a:hover {
        background : #ffffff;
        text-decoration: underline;
        color:         #a56b6a;
}

.admin_menu_thumb {
        font-family: trebuchet ms;
        font-size: 8pt;
        border: 1px solid #ffffff;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #a56b6a;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #a56b6a;
        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: #A4A4A7;
        text-decoration: underline;
}

.admin_menu {
        font-family: trebuchet ms;
        font-size: 8pt;
        border: 1px solid #ffffff;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        background-repeat: repeat-x;
        background-color: #b6b6b6;
        color: #a56b6a;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

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

.admin_menu a:hover {
        color: #ffffff;
        text-decoration: underline;
}

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

.comment_date{
        color : #a56b6a;
        font-size: 8pt;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:2px;
        border-color: #CCCCCC;
        margin: 0px;
        padding:0px;
        margin: 0px;
        background-color:#ffffff;
}

.imageborder {
        border: 0px solid cccccc;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color:#ffffff;
}
a img {
        border-style: solid;
        border-width:2px;
        border-color: C8C8C8;
        padding:0px;
        margin: 0px;
        background-color:#b6b6b6;
}
a:hover img {
        border-style: solid;
        border-width:2px;
        border-color: #ffffff;
        padding:0px;
        margin: 0px;
        background-color:#b6b6b6;
}



.display_media {
        background: #b6b6b6 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
        background: #b6b6b6 ;
        padding: 5px;
}


.thumbnails a img{
	border-right: 1px solid  #CCCCCC;
	border-bottom: 1px solid  #CCCCCC;
	border-left: 0px solid  #DEDEDE;
	border-top: 0px solid  #DEDEDE;
	background-color: #D2D3D;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.thumbnails a:hover img{
	border-right: 1px solid  #CCCCCC;
	border-bottom: 1px solid  #CCCCCC;
	border-left: 0px solid  #DEDEDE;
	border-top: 0px solid  #DEDEDE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	background: #000000;

.footer {
        font-size: 8pt;
}

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

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

.statlink {
        color: #ffffff;
}

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

.statlink a:hover {
        color: #000000;
}

.alblink a {
        color: #ffffff;
}

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

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        color: #ffffff;
}

.catlink a:hover {
        color: #a56b6a;
}

.topmenu {
        font-family: trebuchet ms;
        line-height : 130%;
        font-size: 8pt;
}

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

.topmenu a:hover  {
        color : #a56b6a;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #b6b6b6;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #b6b6b6 ;
        font-size: 8pt;
        color : #a56b6a;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #ffffff;
}

.img_caption_table td {
        background: #b6b6b6 ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #ffffff;
        white-space: normal;
}

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

.clickable_option {
        cursor : default;

}

.listbox_lang {
        color: #A4A4A4;
        background-color: #b6b6b6;
        border: 1px solid #FFFFFF;
        font-size: 8pt;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;
}

#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);}

