/*************************
  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/lovedrug/back.png);
	background-color: #121212;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #7b449b;
	margin: 0px;
}

table {
	font-size : 11px;
	line-height: 12px;
}

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

h2 {
	font-family: "book antiqua";
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	letter-spacing: -0.5px;
	font-size: 20px;
	color: #814da0;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -2px;
    margin: 0px
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

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

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: #437f9b;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #9b004b;
	font-size: 12px;
	text-decoration: underline;
	text-shadow:0px 0px 5px #383838;
}

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

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

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

.tableh1 {
	background-repeat: repeat;
	background-image:url(/photos/themes/lovedrug/title.png);
	text-shadow: 0px 0px 5px #8d8d8d;
	;
	background-color: #FFFFFF;
	font-family: "arial";
	text-transform: uppercase;
	color: #121212;
	font-size: 15pt;
	font-weight: none;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 2px solid #efefef;
	letter-spacing: -3px;
	font-style: normal;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.tableh1_compact {
	background-image: url("");
	background-repeat: repeat-x;
	background-color: #161616;
	color: #427e9a;
	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 {
	text-shadow: #7C7E76 1px 1px 3px;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	padding: 10px;
	border: 1px solid #F0F0F0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #444444;

}

.tableh2_compact {
	background-image: url("");
	background-repeat: repeat-x;
	background-color: #393737;
	color: #437f9b;
	font-size: 9px;
	font-weight: bold;
	line-height: 11px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

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

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

.tablef {
    background: trasparent;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.catrow_noalb {
	background: #393737;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}

.catrow_noalb:hover {
	-moz-border-radius: 10px;
	background: #121212;
	-webkit-border-radius: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.catrow {
	background: #393737;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #656565;
	padding-right: 10px;
	padding-left: 10px;
}

.catrow:hover {
	-moz-border-radius: 10px;
	background: #121212;
	-webkit-border-radius: 10px;
	padding-right: 10px;
	padding-left: 10px;	
}
.album_stat {
    margin: 5px 0px;
}

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

.thumb_title {
	color: #b22e74;
	font-size: 8px;
	font-style: italic;
	display: block;
	font-weight: bold;
}

.thumb_caption {
	color: #7b449b;
	text-transform: uppercase;
	background-color: #000000;
	padding: 5px;
	-moz-border-radius:  20px;
	-webkit-border-radius: 20px;
	border-radius: 3px;
	display: block;
	font-size: 9px;
	font-family: "Trebuchet MS";
}

.thumb_caption a {
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #E2E2E2;
	padding: 5px;
	-moz-border-radius:  20px;
	-webkit-border-radius: 20px;
	border-radius: 3px;
	display: block;
}


.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 {
        text-decoration: none;
        color: #000000;
}

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

.sortorder_cell {
    color: #20292E;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;
    margin: 0px;}

.sortorder_options {
	font-family: Tahoma;
	color: #b02971;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 75%;
	white-space: nowrap;
}

.navmenu {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	color: #b12c72;
	font-weight: bold;
	background : #393737;
	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: #a70000;
}

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

.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 #c9c9c9;
	background : #909090;
	color: #ffffff;
	margin: 0px;
	padding: 3px;
}

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

.admin_menu a:hover {
	color: #b22e74;
	text-decoration: underline;
	text-shadow: #74838b 1px 1px 1px;
}

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

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

.image {
	border-right: 1px solid  #CCCCCC;
	border-bottom: 1px solid  #CCCCCC;
	border-left: 0px solid  #DEDEDE;
	border-top: 0px solid  #DEDEDE;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}

a img {
	border-right: 1px solid  #CCCCCC;
	border-bottom: 1px solid  #CCCCCC;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}

a:hover img {
	border-right: 1px solid  #000000;
	border-bottom: 1px solid  #000000;
	border-left: 0px solid  #707070;
	border-top: 0px solid  #707070;
	background-color: #7b449b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}

.imageborder {
	border-right: 1px solid  #CCCCCC;
	border-bottom: 1px solid  #CCCCCC;
	border-left: 0px solid  #DEDEDE;
	border-top: 0px solid  #DEDEDE;
	background-color: #f0f0f0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}

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

.thumbnails {
	background: #393737;
	padding: 6px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.thumbnails:hover {
	background: #121212;
	padding: 6px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.footer {
        font-size: 9px;
}

.footer a {
	text-decoration: none;
	color: #b22e74;
	text-shadow:0px 0px 5px #383838;
}

.footer a:hover {
	color: #e4006e;
	text-decoration: underline;
	text-shadow:0px 0px 5px #383838;
}

.statlink {
	color: #666666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

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

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

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

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

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

.catlink a {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	padding-bottom:8px;
	padding-right: 8px;
	padding-top: 8px;
	text-decoration: none;
	color: #950040;
}

.catlink a:hover {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	text-shadow: #909090 0px 0px 5px;
	padding-bottom:8px;
	padding-right: 8px;
	padding-top: 8px;
	color: #7b449b;
}

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

.contenido {
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align: none;
}

 
b {
	color: #9062ab;
}
 
em {
	color: #FFFFFF;
	font-size: 10px;
}

i {
	color: #b22e74;
}