/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2006 Coppermine 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 as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.4.9
  $Source$
  $Revision: 3197 $
  $Author: gaugau $
  $Date: 2006-08-01 22:30:09 +0200 (Di, 01 Aug 2006) $
**********************************************/

/* Colors used:                                */
/* --------------------------------------------*/
/* Hex BDBEBD = RGB 189,190,189 = dark grey    */
/* Hex d6e1df = RGB 204,215,224 = light grey   */
/* Hex F2F5F7 = RGB 242,245,247 = dark white   */
/* Hex EFEFEF = RGB 239,239,239 = dark white   */
/* 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...             */


img {
				padding:0px;
				margin: 0px;
}

h1{
        font-weight: normal;
        font-size: 14px;        
        text-decoration: none;
        color: #fff;
        margin: 2px;
}

.mTitle {        
				font-family:'Arial Rounded MT Bold',arial,sans-serif;
				font-size:16px;
				font-weight:normal;
				letter-spacing:-0.08px;
				text-transform:uppercase;
}

h3 {
        font-weight: normal;        
        font-size: 12px;
        margin: 2px;
}

p {        
        font-size: 100%;
        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;
}

.textinput {        
        font-size: 1.2em;
        border: 1px solid #DFEEEF;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {        
        font-size: 100%;
        border: 1px solid #DFEEEF;
        vertical-align : middle;
}

.button {        
        font-size: 100%;
        background-position : bottom;
}

.comment_button {        
        font-size: 100%;
        border: 1px outset #f0b5a3 ;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        
        font-size: 100%;
        vertical-align : middle;
}

.bblink a, .bblink a:link {
        color: #bda58b;
        text-decoration: none;
}

.bblink a:hover {
				background: transparent;
}

.maintable { 
        background: #FFF; /*border color */
        margin-top: 1px;
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 1px;
        /* border-collapse: collapse;*/
}

.tableh1 {/*category header cell*/        
        background : #f0b5a3;
        color: #623F23;
        font-size: 12px;
        padding: 3px 10px;
}

.tableh1_compact {
        background : #FFF;
        color: #f0b5a3;
        border-bottom: solid #eed1c8 thin;
}

.tableh2 { /*album listing*/
        /*background: #daedf6;*/
        color : #f0b5a3;
        padding: 3px 10px;
        margin:0;
}

.tableh2_compact {
        background: #eed1c8;
        color : black;
        padding: 2px 5px;
}

.tableb { /*cell that contains album listing*/
        background: #FFF;
        padding: 0 20px;  
}

.tableb_compact { /*album descr info*/
				padding: 2px 5px;  
}

.tablef {
        background: #f0b5a3;
        padding: 10px;
}

.catrow, .catrow_noalb  { /*categories*/
        background: #eed1c8;
        padding: 3px 10px;
        margin-bottom:0;        
}

.album_stat {
        font-size : 100%;
        margin: 5px 0px;
        color:#53351B;
}

.thumb_filename {
        font-size: 80%;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 90%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 90%;
        padding: 1px;
        display : block;
}

.thumb_caption a, .thumb_caption a:link {
        color: #bda58b;
}

#comments {
				margin: 0 auto;
				padding: 0;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 85%;
        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: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 85%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a, .user_thumb_infobox a:link {
        color: #bda58b;
}

.user_thumb_infobox a:hover {
		  background: #fff;
}

.sortorder_options {        
        background: #f0b5a3; /*should be same as tableh1*/
        color: #623F23;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: .8em;
        white-space: nowrap;
}

.navmenu {        
        color: #000;
        font-weight: bold;
        border-bottom: solid #eed1c8 thin;
}

.navmenu img {
				margin: 1px 5px;
}

.navmenu a, .navmenu a:link {
        display: block;
        padding: 2px 5px;
        text-decoration: none;
        color: #bda58b;
}

.navmenu a:hover {
        background: #fff;
}

/*admin_menu options - config categories etc*/
.admin_menu {        
        font-size: 8px;
        border: 1px outset #bda58b;
        background: #eed1c8;
        color: black;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

#admin .admin_menu {        
        font-size: 9px;
        line-height: 1em;
        padding: 2px;
        margin: 2px;
}

.admin_menu a, .admin_menu a:link {
        color: #7A5E50;
        text-decoration: none;
        display: block;
        position: relative;
        padding: 1px 4px;
}

.admin_menu a:hover {
        color: #543b34;
        display:block;
}

.admin_menu_thumb {        
        font-size: 90%;
        border: 1px solid #543b34;
        color: black;
        font-weight: bold;
        margin: 0;
        width: 90px;
}

.admin_menu_thumb a, .admin_menu_thumb a:link {
        color: #7A5E50;
        text-decoration: none;
        display: block;
        position: relative;
        padding: 1px 10px;
        padding-top: 1px;
}

.admin_menu_thumb a:hover {
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #f0b5a3;
        font-size: 90%;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: black;
        margin: 2px;
}

.imageborder {
        border: 1px solid black;
        background: #fff;
        margin: 5px 0 0 ;
}

.display_media {
        background: #fff;
        padding: 3px 10px;
}

.thumbnails {
        background: #fff;
        padding: 5px;
}

.maintable .tableb_compact .thumbnails {
				border:none;
}

/*category text*/
.catlink {
        display: block;
        margin-bottom: 2px;
        font-size:12px;
}

.catlink a, .catlink a:link {
        color: #623F23;
}

.catlink a:visited {
				color: #755c54;
}

.catlink a:hover {
        color: #543b34;
}

/*album text*/
.alblink a, .alblink a:link {
        color: #543b34;
        font-size:12px;
}

.alblink a:visited {
				color: #755c54;
}

.alblink a:hover {
				color: #543b34;
}

/*album view*/
.statlink {
        color: #623F23;
        padding: 5px;
}

.statlink a, .statlink a:link {
        color: #623F23;
}

.statlink a:hover {
		  color: #543b34;
}

.topmenu {
        
        line-height : 130%;
        font-size : 100%;
}

.topmenu a, .topmenu a:link {
        color : #bda58b;
}

.topmenu a:hover  {
        background-color : #fff;
}

.footer {
				font-size: 9px;
}
.img_caption_table {
        border: none;
        background: #fff;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #fff;
        font-size : 100%;
        color : black;
        padding: 4px 10px;
        border-top : 1px solid #fff;
}

.img_caption_table td {
        background: #fff;
        padding: 6px 10px;
        border-top : 1px solid #fff;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;

}

.listbox_lang {  /*theme box*/
        color: black;
        background: #F2F5F7;
        border: 1px solid #F2F5F7;
        font-size: 90%;
        vertical-align : middle;
}

#admnMenu {
				font-size:9px;
				color: #f0b5a3;
				margin-top: 25px;
}

#admnMenu a, #smdiv {
				font-size:11px;
}

#smdiv {
		    display: none; 
				text-align: right;
				font-size: 9px;
				color: #f0b5a3;  
				position: relative;   
				float:right;
				
}

#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);}