/*************************
  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 {
	margin: 0px;
	background-image:url(/pictures/themes/popart/bg.png);
	background-repeat: repeat-x;
	background-color: #1F1F1F;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 11px;
	color: #828886;
}

a {
	color: #68E3F6;
	font-family: book antiqua;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 10pt;
	text-transform: uppercase;
}

a:hover {
	color: #68E3F6;
	font-family: book antiqua;
	letter-spacing: -1px;
	font-size: 10pt;
	text-decoration: none;
	text-transform: uppercase;
}

.bblink a {
        color: #e47ad4;
		text-decoration: none;
		text-transform: uppercase;
}

.bblink a:hover {
        color: #c331ad;
		text-decoration: none;
		text-transform: uppercase;
}

.maintable {
	background-color: #1F1F1F;
	margin-top: 10px;
	padding: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tableh1 {
	background-image:url("/pictures/themes/popart/titlebg.png");
	padding: 20px;
	font-size: 25px;
	line-height: 10px;
	text-transform: uppercase;
	letter-spacing: -3px;
	font-family: Franklin Gothic Demi;
	color: #65E4F7;
	border-left: 3px solid #1F1F1F;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tableh1_compact {
		background-image:url("/pictures/themes/popart/titlebg.png");
		padding: 8px;
		font-size: 10px;
		line-height: 11px; 
		text-transform: normal;
		color: #ffffff;
		text-align: left;
		border-left: 3px solid #1F1F1F;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.tableh2 {
        background-image:url("/pictures/themes/popart/titlebg.png");
		padding: 10px;
		font-size: 10px;
		line-height: 11px; 
		text-transform: normal;
		color: #ffffff;
		text-align: left;
		border-left: 3px solid #1F1F1F;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.tableh2_compact {
        background-image:url("/pictures/themes/popart/titlebg.png");
        padding: 10px;
		font-size: 10px;
		color: #ffffff;
		border-left: 3px solid #1F1F1F;
		line-height: 11px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.tableb {
	background: #000000;
	padding: 0px;
	font-size: 10px;
	line-height: 11px;
}

.tableb_compact {
	background: #000000;
	padding: 10px;
	font-size: 10px;
	line-height: 11px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tablef {
        background: #f5f3de;
        padding: 10px;
		font-size: 10px;
		line-height: 11px;
}

.catrow_noalb {
	background: #030303;
	padding: 5px;
	color: #8c9194;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: normal;
}

.catrow {
	background: #030303;
	color: #8c9194;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: normal;
}

.catrow_noalb:hover {
	background: #545454;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.catrow:hover {
	background: #545454;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

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

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

.thumb_title {
	margin: 2px;
	color: #52E6F9;
	font-size: 90%;
	display: block;
	padding: 3px;
	background: #2D2929;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.thumb_caption {
	margin: 2px;
	color: #FDD20D;
	font-size: 80%;
	display: block;
	font-weight: bold;
	padding: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #000000;
	font-style: italic;
}

.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 {
        background : #transparent;
        color: #ceb009;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 20px;
        margin: 0px;
}

.sortorder_options {
        font-family: "Trebuchet MS";
        background : #transparent;
        color: #ceb009;
        padding: 0px;
        margin: 0px;
        font-weight: italic;
        font-size: 10px;
        white-space: nowrap;
}

.navmenu {
	background-color: #171717;
	color: #53E7FC;
	padding: 10px;
	font-size: 10px;
	line-height: 11px;
	text-transform: normal;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

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

.navmenu a img {
	border: 0px solid #f2ecba;
}

.navmenu a:hover img {
	border: 0px solid #f2ecba;
}

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

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

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        border: 1px solid #ffffff;
        background-color: #d9bf31 url();
        color: #ffffff;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

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

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

.admin_menu {
		background-color: #3C3C3C;
		padding: 7px;
		font-size: 10px;
		line-height: 11px; 
		text-transform: normal;
		color: #FFFFFF;
		text-align: left;
		border: 1px solid #000000;
		border-radius: 3px;
		-moz-border-radius: 3x;
		-webkit-border-radius: 3px;
}

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

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

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

.image {
	border: 5px solid #353535;
}

a img {
	border: 5px solid #353535;
}

a:hover img {
	border: 5px solid #251E14;
}

.imageborder {
        border: 0px solid #353535;
        background-color: #353535;
		margin: 0px;
}

.display_media {
	background: #000000;
	padding: 20px;
}

.thumbnails {
	background: #030303;
	padding: 10px;
}

.thumbnails:hover {
	background: #545454;
	padding: 10px;
}

.footer {
        color: #939389;
		font-size: 10px;
		line-height: 11px; 
		text-align: center;
        padding: 5px;
}

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

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

.statlink {
        color: #ffffff;
}

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

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

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

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

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

.catlink a {
	text-decoration: none;
	color: #68E3F6;
}

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

.contenido {
	font-family: "Trebuchet MS";
	background-image:url(/pictures/themes/popart/h03.png);
	font-size: 10px;
	line-height: 12px;
	color: #353535;
	text-align: none;
}

 
b {
	color: #FF1911;
}
 
em {
	color: #23EEDC;
	font-size: 10px;
}

i {
	color: #FF0D08;
}
.maintable1 {	background-color: #1F1F1F;
	margin-top: 10px;
	padding: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tableh11 {	background-image:url("/pictures/themes/popart/titlebg.png");
	padding: 20px;
	font-size: 25px;
	line-height: 10px;
	text-transform: uppercase;
	letter-spacing: -3px;
	font-family: Franklin Gothic Demi;
	color: #65E4F7;
	border-left: 3px solid #1F1F1F;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.thumb_caption1 {	margin: 2px;
	color: #FDD20D;
	font-size: 80%;
	display: block;
	font-weight: bold;
	padding: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #000000;
	font-style: italic;
}