/*************************
  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.5.10
  $Source$
  $Revision: 3116 $
  $Author: Zeph $
  $Date: 2010-01-06 00:11:54 +0200 (Do, 08 Jun 2006) $
**********************************************/

/* ******************************************************** */ 
	/* Colors used:                                	*/
	/* --------------------------------------------	*/
	/* HEX #EC068D = PINK							*/
	/* HEX #8CC63F = GREEN							*/
	/* HEX #00BCF2 = BLUE							*/
	/* HEX #FDBA31 = ORANGE							*/
	/* HEX #464646 = CHARCOAL						*/

/* ******************************************************** */ 


/* --- -=GLOBAL=- ----------------------
======================================== */
body {
	background: url("images/bg.jpg");
	background-color: #D4AB69;
	background-repeat: repeat;
	color: #5B5B5B;
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	margin: 0;
	text-transform: uppercase;
}

/* --- -=TABLES=- ---
********************* */	
table {
        font-size: 1.0em;
		text-transform: uppercase;
}

/* --- -=INPUT CLASSES & BUTTONS=- ---
************************************** */
.textinput {
	border: 1px solid #0C0C0C;
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 1.1em;
	padding: 0 3px;
	width: 500px;
}

.listbox {
	border: 1px solid #0C0C0C;
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 1.0em;
	vertical-align: middle;
}

.button {
	border: 1px solid #0C0C0C;
	background-image: url(images/button_bg.gif);
	background-position: bottom;
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;
}


.radio {
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 1.0em;
	vertical-align: middle;
}

.checkbox {
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 1.0em;
	vertical-align: middle;
}

/* --- -=GLOBAL TYPOGRAPHY=- -----------
======================================== */
/* --- -=HEADINGS=- ---
*********************** */	
h1 {
	color: #5B5B5B;
	font-weight: normal;
	font-size: 1.0em;
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	text-decoration: none;
	line-height: 120%;
	margin: 2px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h2 {
	background-image: url(images/box_left_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 1.0em;
	margin: 0;
	padding-left: 11px;
	letter-spacing: 0.2em;
}

h3 {
	font-weight: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	margin: 2px;
	letter-spacing: 0.2em;
}

/* --- -=PARAGRAPHS=- ---
************************* */
p {
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 1.0em;
	margin: 2px 0;
}

/* --- -=LISTS=- ---
******************** */
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* --- -=LINKS=- ---
******************** */
a {
	color: #EC068D;
	text-decoration: none;
}

a:link {
	color: #EC068D;
	text-decoration: none;
}

a:visited {
	color: #EC068D;
	text-decoration: none;
}

a:focus {
	color: #8CC63F;
	text-decoration: none;
}

a:active {
	color: #8CC63F;
	text-decoration: none;
}

a:hover {
	color: #8CC63F;
	text-decoration: underline;
}

.bblink a {
	color: #EC068D;
	text-decoration: none;
}

.bblink a:hover {
	color: #00BCF2;
	text-decoration: underline;
}

.maintable {
	border: none;
	background-color: #252525;
	margin: 1px 0 0 3px;
	width: 970px;
}

/* --- -=GLOBAL STRUCTURE=- ------------
======================================== */
/* --- -=TOP HEADER=- ---
************************* */
#top-header-wrapper {
	width: 100%;
	height: 35px;
	background-image: url(images/top-header.png);
	background-position: top center;
	background-repeat: repeat-x;
}

#top-header {
	width: 400px;
	height: 35px;
	margin: 0 auto;
	padding-left: 590px;
}


/* --- -=HEADER=- ---
********************* */
#header {
	background-image: url(images/banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
  	width: 1029px; 
  	height: 300px;
	margin: 0 auto;
}

/* --- -=MAIN MENU=- ----------
******************************* */
#menu-container {
	width: 100%;
	height: 45px;
	background-image: url(images/nav-bg.png);
	background-repeat: repeat-x;
}

#menu {
	width: 960px;
	height: 44px;
	margin: 0 auto;
	overflow: visible;
}

#dropmenu {
	float: left;
	height: 44px;
	width: 960px;
}
	
#dropmenu li a {
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 18px;
	padding: 8.5px 22px;
	margin: -7px 4px;
	color: #A5A5A5;
	display: block;
	text-decoration: none;
	text-shadow: 0.1em 0.1em #000;
}
	
#dropmenu li a:hover {	
	background: #EC068D url("images/arrow.gif") bottom center no-repeat;
	color: #FFF;
}
	
#dropmenu li {
	float: left; 
	position: relative; 	
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
}

#dropmenu li ul {
	width: auto;
	display: none;
	position: absolute;
	z-index: 999;
	margin-top: 6px;
	padding: 0 3px;
	height: auto;
	background-color: #252525;
	border-top: 0;
	border-left: 1px solid #2d2c2c;
	border-right: 1px solid #2d2c2c;
	border-bottom: 2px solid #EC068D;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#dropmenu li ul li {
	width: 125px;
	overflow: hidden;
}

#dropmenu li ul a {
	width: 100%;
	text-align: left;
	padding: 0 0 4px 5px;
	font-size: 1.0em;
	border-bottom: 1px solid #373737;
	text-shadow: 0.1em 0.1em #000;
	border-radius: none !important; 
}

#dropmenu li ul a:hover {
	background: none;
	color: #EC068D;
	border-radius: none !important;
}

#dropmenu ul ul {
	top: auto;
	padding: 0;
}

#dropmenu li ul ul {
	left: 0;
	margin: 0;
	top: auto;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display: none;
	border: none;
}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display: block;
}

#dropmenu li li a {
	color: #A5A5A5;
	text-shadow: none;
}

#dropmenu li li a:hover {
	color: #EC068D;
	text-shadow: none;
}

#menu ul.right{
	float: right;
	list-style-type: none;
	padding: 9px 10px 0 0;
	margin: -41px 0 0 0;
}
#menu ul.right li a{
		float: left;
		overflow: hidden;
		color: #A5A5A5;
		font-size: 11px;
		line-height: 18px;
		margin: 0 0 0 10px;
		text-transform: uppercase;
}
#menu ul.right li.feed a{
	background: url(images/feed.png);
	background-repeat: no-repeat;
	margin: 0 5px;
	padding-left: 20px;
}
#menu ul.right li.feed a:hover{
	color: #EC068D;
}
/* END MAIN MENU */


/* --- -=TABLES=- ---
********************* */
.tableh1 {
    font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	background: #191919;
	color: #8CC63F;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

.tableh2 {
	background: #191919;
	color: #8CC63F;
	padding: 5px 10px;
}

.tableb {
	background: #252525;
	padding: 3px 10px;
}

.tablef {
	background: #191919;
	padding: 3px 10px;
}

.catrow_noalb {
	background: #252525;
	color: #EC068D;
	padding: 7px 10px 3px;
	border-top: 1px solid #191919;
	border-right: 1px solid #191919;
	border-left: 1px solid #191919;
}

.catrow {
	background: #252525;
	padding: 8px 10px 0;
	border-top: 1px solid #191919;
	border-right: 1px solid #191919;
	border-left: 1px solid #191919;
}

.album_stat {
	font-size: 1.0em;
	margin: 0;
}

.thumb_filename {
	display: block;
	font-size: 1.0em;
}

.thumb_title {
	display : block;
	font-weight: bold;
	font-size: 1.0em;
	padding: 2px;
	text-transform: uppercase;
}

.thumb_caption {
	display: block;
	font-size: 1.0em;
	padding: 1px;
	text-transform: uppercase;
}

.thumb_caption a {
	color: #EC068D;
	text-decoration: underline;
}

.thumb_num_comments {
	display: block;
	font-size: 1.0em;
	font-style: italic;
	font-weight: normal;
	padding: 2px;	
	text-transform: uppercase;
}

.user_thumb_infobox {
	margin: 1px 0;
}

.user_thumb_infobox th {
	font-weight: bold;
	font-size: 1.0em;
	margin: 1px 0;
	text-align: center;
}

.user_thumb_infobox td {
	font-size: 1.0em;	
	margin: 1px 0;
	text-transform: uppercase;
	text-align: center;
}

.user_thumb_infobox a {
	color: #EC068D;
	text-decoration: none;
}

.user_thumb_infobox a:hover {
	color: #00BCF2;
	text-decoration: underline;
}

.sortorder_cell {
	background: #0C0C0C;
	color: #EC068D;
	padding: 0;
	margin: 0;
	width: 400px;
}

.sortorder_options {
	background: #191919;
	color: #b7b7b7;
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;	
	padding: 0;
	white-space: nowrap;
}

.navmenu {	
	background: #191919;
	border-style: none;
	color: #b7b7b7;
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
}

.navmenu img {
	margin: 1px 5px;
}

.navmenu a {
	color: #b7b7b7;
	display: block;
	padding: 2px 5px;
	text-decoration: none;
}

.navmenu a:hover {
	color: #8CC63F;
	background: #191919;
	text-decoration: none;
}

.admin_menu_thumb {
	background-image: url(images/button_bg.gif);
	background-position: bottom;
	border: 1px solid #0c0c0c;
	color: #646464;
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	width: 85px;
}

.admin_menu_thumb a {
	color: #646464;
	display: block;
	padding: 1px 10px;
	position: relative;
	text-decoration: none;
}


.admin_menu_thumb a:hover {
	color: #00BCF2;
	text-decoration: underline;
}

.admin_menu {
	background-image: none;
	border: none;
	color: #646464;
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 0.0em;
	margin: 0;
	text-align: center;
}

.admin_menu a {
	color: #646464;
	display: block;
	position: relative;
	padding: 1px 2px;
	text-decoration: none;
}

.admin_menu a:hover {
	color: #00BCF2;
	text-decoration: none;
}

.admin_float {
	float: left;
	margin: 1px 9px 10px 11px;
}

.admin_menu_wrapper {
	width: 100%;
}

td #admin_menu_anim {
	background-image: url(images/button_bg_anim.gif);
}

.comment_date{
	color: #646464;
	font-size: 1.1em;
	vertical-align: middle;
}

/* pseudo-classes for image links */
a:link .image, a:visited .image,
a:focus .image, a:hover .image,
a:active .image, .image {
	border-style: solid;
	border-width: 4px;
	border-color: #FFF;
	margin: 2px;
	padding: 2px;
}

.imageborder {
	border: 4px solid #FFF;
	background-color: #0C0C0C;
	margin: 30px 0;
}

.display_media {
	background: #191919;
	padding: 3px 10px;
}

.thumbnails {
	background: #191919;
	padding: 5px;
}

.footer {
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 1.0em;
}

.footer a {
	color: #EC068D;
	text-decoration: none;
}

.footer a:hover {
	color: #8CC63F;
	text-decoration: underline;
}

.footer-logo {
	margin-top: 10px;
}

.statlink {
	color: #4B4B4B;
}

.statlink a {
	color: #EC068D;
	text-decoration: none;
}

.statlink a:hover {
	color: #b7b7b7;
	text-decoration: underline;
}

.alblink {
	font-weight: bold;
}

.alblink a {
	color: #EC068D;
	text-decoration: underline;
}

.alblink a:hover {
	color: #8CC63F;
	text-decoration: underline;
}

.catlink {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
	letter-spacing: 0.2em;
}

.catlink a {
	color: #EC068D;
	text-decoration: none;
}

.catlink a:hover {
	color: #8CC63F;
	text-decoration: underline;
}

.topmenu {
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 1.0em;
	line-height: 130%;
		
}

.topmenu a {
	color: #191919;
	text-decoration: none;
}

.topmenu a:hover  {
	color: #EC068D;
	text-decoration: underline;
}

.img_caption_table {
	border: none;
	background-color: #b7b7b7;
	width: 100%;
	margin: 0;
}

.img_caption_table th {
	background: #0C0C0C;
	border-top: 1px solid #b7b7b7;
	color: #EC068D;
	font-size: 1.0em;
	padding: 4px 10px;
}

.img_caption_table td {
	background: #191919;
	border-top: 1px solid #b7b7b7;
	padding: 6px 10px;
	white-space: normal;
}

.debug_text {
	background-color: #EFEFEF;
	border: #BDBEBD;
	margin: 0;
	width: 100%;
}

.clickable_option {
	cursor: default;
}

.listbox_lang {
	background-color: #191919;
	border: 1px solid #262626;
	color: #646464;
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 1.0em;
	vertical-align: middle;
}

/* --- -=MID SIZE PIC PAGE=- ---
******************************** */
.pic_title {
	color: #646464;
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.0em;
	margin: 0;
	padding: 0;
	text-align: center;
}

.pic_caption {
	color: #646464;
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.0em;
	margin: 0;
	padding: 0;
	text-align: center;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
	background-repeat: no-repeat;
    background-position: 10px center;
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}
.cpg_summary {
	background-color: #FFDEEF;
	border: 1px solid;
	color: #FF2B9C;
	float: right;
    font-size: 0.9em;
    margin: 10px 0;
	padding: 5px 10px;
	text-align: right;
	width: 400px;
}

#vanity a {
	display: block;
	width: 57px;
	height: 20px;
	margin: 3px 20px;
}

#vanity img {
	border: 0;
}

#GB_window {
  background-color: #191919;
  border: 5px solid #262626;
}
