/*************************
  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.18
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/water_drop/style.css $
  $Revision: 4380 $
  $Author: gaugau $
  $Date: 2008-04-12 12:00:19 +0200 (Sa, 12 Apr 2008) $
  **********************************************/

body {
	background-repeat: repeat-x;
	background-image:url(/photos/themes/lemonberry/back.png);
	background-color: #f8f8f8;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #444444;
	margin: 0px;
}

table {
	font-size : 11px;
	line-height: 15px;
	text-shadow: #d8d8d8 1px 0px 2px;
}

h1{
        font-weight: normal;
        font-size: 13px;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        margin: 0px;
}

h2 {
	margin: 0px;
	font-family: georgia;
	font-size: 12pt;
	line-height: 15px;
	padding-left: 5px;
	text-transform: none;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	text-shadow: #989898 1px 0px 2px;
}

h3 {
        font-weight: normal;
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 12px;
        margin: 2px;
}

@font-face {  
font-family: 'blok-regular';  
src: url('http://demihq.net/en/wp-content/themes/demidrive/fonts/BebasNeue.otf');  
src: local('BebasNeue'),  
 local('BebasNeue'),  
 url('http://demihq.net/en/wp-content/themes/demidrive/fonts/BEBAS___.ttf') format('truetype');  
}  
  
@font-face {  
font-family: 'blok-italic';  
src: url('http://demihq.net/en/wp-content/themes/demidrive/fonts/BebasNeue.otf');  
src: local('BebasNeue'),  
 local('BebasNeue'),  
 url('http://demihq.net/en/wp-content/themes/demidrive/fonts/BEBAS___.ttf') format('truetype');  
}  
  
@font-face {  
font-family: 'bebas';  
src: url('http://demihq.net/en/wp-content/themes/demidrive/fonts/BebasNeue.otf');  
src: local('BebasNeue'),  
 local('BebasNeue'),  
 url('http://demihq.net/en/wp-content/themes/demidrive/fonts/BEBAS___.ttf') format('truetype');  
}

p {
        font-family: Arial, Helvetica, sans-serif;
        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-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 100%;
        border: 1px solid #d5d5d5;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #e2e2e2;
        background-image : url(/images/button_bg.gif);
        background-position : bottom;
}

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

.radio {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

a {
	color: #fbf400;
	font-size: 13px;
	text-decoration: none;
	text-shadow: #989898 1px 0px 2px;
}

a:hover {
	color: #ede70c;
	font-size: 13px;
	text-decoration: underline;
	text-shadow: #989898 1px 0px 2px;
	;
}

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

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

.maintable {
	border: 0px solid #f6f8f7;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.tableh1 {
	background-repeat: repeat;
	background-image:url(/photos/themes/lemonberry/titlebg.png);
	background-color: #FFFFFF;
	font-family: "bebas";
	text-transform: uppercase;
	color: #f6f5c4;
	font-size: 20pt;
	text-align:left;
	text-shadow: 0px 0px 5px #a8a8a8;
	font-weight: bold;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
	-webkit-box-shadow: 0 0 5px #cccccc;
	-moz-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #cccccc;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
	letter-spacing: -2px;
}
.tableh1_compact {
	background-image: url("");
	background-repeat: repeat-x;
	background-color: #fefefa;
	color: #ebe6cf;
	font-size: 9px;
	font-weight: bold;
	line-height: 11px;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.tableh2 {
	background-image: url("/photos/themes/lemonberry/titlebg.png");
	background-repeat: repeat-x;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 9px;
	text-shadow: 0px 0px 5px #f66b75; 
	line-height: 11px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
		-webkit-box-shadow: 0 0 5px #cccccc;
	-moz-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #cccccc;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
}

.tableh2_compact {
	background-image: url("/photos/themes/lemonberry/titlebg.png");
	background-repeat: repeat-x;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 9px;
	text-shadow: 0px 0px 5px #f66b75; 
	line-height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

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

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

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

.catrow_noalb {
	background: #f6f5de;
	color: #ebd7ab;
	font-size: 10px;
	line-height: 11px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 8px;
}

.catrow {
	background: #f6f5de;
	color: #ebd7ab;
	font-size: 10px;
	line-height: 11px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 8px;
}

.catrow_noalb:hover {
	background: #f1f1f1;
	color: #ebd7ab;
	font-size: 10px;
	line-height: 11px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 8px;
}

.catrow:hover {
	background: #f1f1f1;
	color: #ebd7ab;
	font-size: 10px;
	line-height: 11px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 8px;
}

.album_stat {
    margin: 5px 0px;
}

.thumb_filename {
    display: block;
	color: #c7324a;
	font-family: "Trebuchet MS";
}

.thumb_title {
	color: #fc455e;
	font-size: 9px;
	font-style: italic;
	display: block;
	text-shadow: #fc1a39 1px 0px 2px;
}

.thumb_caption {
	font-size: 9px;
	text-transform:uppercase;
	padding: 1px;
	display : block;
	font-family: "trebuchet ms";
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 5px #cccccc;
	-moz-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #cccccc;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
}

.thumb_caption a {
        text-decoration: underline;
        color: #d8d8d8;
}


.thumb_num_comments {
        font-weight: normal;
        font-size: 8px;
		text-transform:uppercase;
        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 {
        text-decoration: none;
        color: #000000;
}

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

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

.sortorder_options {
        font-family: "Times New Roman";
        background : #transparent;
        color: #transparent;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
		font-size: 0%;
        white-space: nowrap;
}

.navmenu {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	color: #999999;
	font-weight: bold;
	background : #fcfcf1;
	border-style: none;
}

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

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

.navmenu a:hover {
	display: block;
	background : #edf2ee;
    text-decoration: underline;
    color: #fe0076;
}

.admin_menu_thumb {
    font-family: "Tahoma";
	font-size: 8px;
    border: 0px solid #c3e5f1;
	background-image : url();
    color: #47a3dc;
    margin: 0px;
    width: 80px;
	padding: 3px;
}

.admin_menu_thumb a {
	color: #47a3dc;
    text-decoration: none;
    display: block;
}

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

.admin_menu {
	font-family: "Trebuchet MS";
	text-align : center;
	font-size: 9px;
	border: 1px solid #ee8ebc;
	background : #fe5975;
	color: #ffffff;
	margin: 0px;
	padding: 3px;
}

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

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

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

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

.image {
    border: 1px solid #e0e0e0;
    margin: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 5px #d5d5d5;
	-moz-box-shadow: 0 0 5px #d5d5d5;
	box-shadow: 0 0 5px #d5d5d5;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
}

a img {
	background-image: url(/photos/themes/lemonberry/imagebg.png);
	padding: 7px;
	-webkit-box-shadow: 0 0 5px #d5d5d5;
	-moz-box-shadow: 0 0 5px #d5d5d5;
	box-shadow: 0 0 5px #d5d5d5;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
}

a:hover img {
	background-image: url(/photos/themes/lemonberry/imagebghover.png);
	padding: 7px;
	-webkit-box-shadow: 0 0 5px #d5d5d5;
	-moz-box-shadow: 0 0 5px #d5d5d5;
	box-shadow: 0 0 5px #d5d5d5;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
}

.imageborder {
	border: 0px solid #fcfcf1;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 5px #d5d5d5;
	-moz-box-shadow: 0 0 5px #d5d5d5;
	box-shadow: 0 0 5px #d5d5d5;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
}

.display_media {
	display: block;
	background: #fcfcf1;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

.thumbnails {
	background: #f6f5de;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 8px;
}

.thumbnails:hover {
	background: #f1f1f1;
	padding: 8px;
}


.footer {
        font-size: 9px;
}

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

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

.statlink {
	color: #ffda60;
	font-size: 20pt;
	text-align:center;
	word-spacing: -1px;
}

.statlink a {
	color: #FFFFFF;
	font-size: 14pt;
	text-align:center;
	word-spacing: -1px;
}

.statlink a:hover {
	color: #FFFFFF;
	font-size: 14pt;
	font: "Franklin Gothic Demi";
	text-align:center;
	word-spacing: -1px;
}

.alblink a {
	color: #FFFFFF;
	font-size: 10pt;
	font: "bebas";
	text-align:center;
	word-spacing: -1px;
}

.alblink a:hover {
	color: #FFFFFF;
	font-size: 10pt;
	font: "bebas";
	text-align:center;
	word-spacing: -1px;
	text-shadow: 0px 0px 5px #a8a8a8;
}

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

.catlink a {
	text-decoration: none;
	color: #ffea47;
	text-shadow: #f8d200 1px 0px 2px;
	;
}

.catlink a:hover {
	color: #ff0d14;
	text-decoration: none;
	text-shadow: #fa243d 1px 0px 2px;
}

.topmenu {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        line-height : 130%;
        font-size : 110%;
}

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

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

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

.img_caption_table th {
        background: #D1D7DC ;
        font-size : 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

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

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

.clickable_option {
        cursor : default;

}

.listbox_lang {
        color: #000666;
        background-color: #F2F5F7;
        border: 1px solid #F2F5F7;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;
}
.image1 {    border: 1px solid #e0e0e0;
    margin: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}
