/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2005 Coppermine Dev Team
  v1.1 originaly 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.3
  $Source: /cvsroot/coppermine/stable/themes/classic/style.css,v $
  $Revision: 1.6 $
  $Author: gaugau $
  $Date: 2005/11/28 07:43:00 $
**********************************************/

/* Colors used in this style sheet:
   Hex 000000 = RBG   0,   0,   0 = black
   Hex 5F5F5F = RBG  95,  95,  95 = light black
   Hex BDBEBD = RBG 189, 190, 189 = dark grey
   Hex D1D7DC = RBG 209, 215, 220 = medium grey
   Hex CCCCCC = RBG 204, 204, 204 = medium grey
   Hex EFEFEF = RBG 239, 239, 239 = dark white
   Hex FFFFFF = RBG 255, 255, 255 = white
   Hex 005D8C = RBG   0,  93, 140 = dark blue
   Hex 0033CC = RBG   0,  91, 104 = medium blue
   Hex 0E72A4 = RBG  14, 114, 164 = light blue
*/


/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #7C6F5C url(http://intoxication.pl/img/bg.jpg);
	color: #222;
	font: normal 62.5% sans-serif;
	padding: 2% 0;
}

a {color: #642;}
a:hover {color: #963;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #FFFFFF; padding: 8px 0 2px;}

h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {
	background: url('http://intoxication.pl/img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #332 url(http://intoxication.pl/img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}
#container {
	background: #FBF9F4;
	border-top: 6px solid #332;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.title {
	background: #E2DED4 url(http://intoxication.pl/img/header-h1.jpg) repeat-x;
	border-top: 1px solid #996;
}
.title h1 {
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	background: #DAD7C5 url(http://intoxication.pl/img/header.jpg) no-repeat left bottom;
	height: 220px;
}

/* navigation */
.navigation {
	background: #DED9D0 url(http://intoxication.pl/img/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #996;
}
.navigation a {
	background: #FFF url(http://intoxication.pl/img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #331;}

/* main */
.main#two-columns {background: #FFF url(http://intoxication.pl/img/two-columns.gif) repeat-y;}

/* bottom */
.bottom {
	background: #DCDAC9 url(http://intoxication.pl/img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footter */
.footter {
	background: #332;
	color: #EED;
	padding: 10px;
}
.footter .left {width: 66%;}
.footter .right {
	width: 33%;
	text-align: right;
}
.footter a {
	color: #FFF;
	text-decoration: none;
}
.footter a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}




.textinput {
        font-family: Verdana;
        font-size: 100%;
        border: 1px solid #D7C8B5;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana;
        font-size: 100%;
        border: 1px solid #D7C8B5;
        vertical-align : middle;
}

.button {
        font-family: Verdana;
        font-size: 100%;
        border: 1px solid #D7C8B5;
        //background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: Verdana;
        font-size: 85%;
        border: 1px solid #D7C8B5;
        //background-image : url(images/button_bg.gif);
        //background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana;
        font-size: 100%;
        vertical-align : middle;
}

bblink a {
        color: #642;
        text-decoration: none;
}

bblink a:hover {
        color: #963;
        text-decoration: underline;
}

.maintable {
        border: 0px solid #41372B;
        background-color: #41372B;
        margin-top: 2px;
        margin-bottom: 2px;
}

.tableh1 {
        background : #41372B;
        font-size: 100%;
        color : #FFFFFF;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
}

.tableh1_compact {
        background : #41372B ;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 6px;
        padding-bottom: 3px;
        padding-left: 6px;
}

.tableh2 {
        background: #41372B;
        color : #FFFFFF;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #41372B ;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 6px;
        padding-bottom: 3px;
        padding-left: 6px;
}

.tableb {
        background: #DEDFDF;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
}


.tableb_compact {
        background: #EAEAEA;
        padding-top: 3px;
        padding-right: 6px;
        padding-bottom: 3px;
        padding-left: 6px;
}

.tablef {
        background: #D1D7DC;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #D1D7DC ;
        color : #000000;
        padding-top: 2px;
        padding-right: 10px;
        padding-bottom: 2px;
        padding-left: 10px;
}

.catrow {
        background: #F1F1F1 ;
        padding-top: 2px;
        padding-right: 10px;
        padding-bottom: 2px;
        padding-left: 10px;
}

.album_stat {
        font-size: 85%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 85%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 85%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #000000;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        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: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #333333;
}

.user_thumb_infobox a:hover {
        color: #333333;
        text-decoration: underline;
}

.sortorder_cell {
        background : #41372B ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana;
        background : #41372B ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        font-family: Verdana;
        color: #FFFFFF;
        font-size: 100%;
        font-weight: bold;
        background : #41372B ;
        border-style: none;
}

.navmenu img {
        margin-top: 2px;
        margin-right: 5px;
        margin-bottom: 2px;
        margin-left: 5px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #FFFFFF;
}

.navmenu a:hover {
        text-decoration: underline;
        color:         #FFFFFF;
	background: #41372B;
}

.admin_menu_thumb {
        font-family: Arial, Verdana, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        //background-image : url(images/button_bg.gif);
        //background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #005CB1;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #005CB1;
        text-decoration: underline;
}

.admin_menu {
        font-family: Arial, Verdana, sans-serif;
        font-size: 90%;
	font-weight : none;
        border: 1px solid #D7C8B5;
        background-color:#F1F1F1;
        //background-image : url(images/button_bg.gif);
        //background-position : bottom;
        color: #005CB1;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top:2px;
        padding-bottom:3px;
        padding-left:1px;
        padding-right:1px;
        text-align: center;
}

.admin_menu a {
        color: #005CB1;
	font-weight : none;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #B42000;
        text-decoration: none;
}
/*
td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}*/

.comment_date{
        color : #AABDCD;
        font-size : 90%;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:1px;
	//background: #FFFFFF;
        border-color: #D7C8B5;
        margin: 6px;
}

.img {
        border-style: solid;
        border-width:1px;
        border-color: #D7C8B5;
	background: #FFFFFF;
        margin: 6px;
}


.imageborder {
        border: 0px solid #555555;
        background-color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 30px;
}

.display_media {
        background: #F1F1F1 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
        background: #F1F1F1 ;
        padding: 10px;
}

.footer {
        font-size : 9px;
	color: #333333;
}

.footer a {
        text-decoration: none;
        color: #333333;
}

.footer a:hover {
        color: #333333;
        text-decoration: underline;
}

.statlink {
        color: #FFFFFF;
}

.statlink a {
        text-decoration: none;
        color: #FFFFFF;
}

.statlink a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

.breadcrumb {
        color: #333333;
}

.breadcrumb a {
        color: #D7C8B5;
        text-decoration: underline;
	font-size: 100%;
	//font-weight : bold;
	font-weight: none;
}

.breadcrumb a:hover {
        color: #C41C11;
        text-decoration: underline;
}


.alblink a {
    color: #D7C8B5;
    text-decoration: underline;
	font-size: 100%;
	/* font-weight : bold; */
	font-weight: none;
}

.alblink a:hover {
        color: #C41C11;
        text-decoration: underline;
}



.tableb_compact .alblink {
	color: #333333;
	font-size: 100%;
	text-decoration: none;
}

.tableb_compact .alblink a {
	color: #005CB1;
	font-size: 100%;
	text-decoration: underline;
}

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

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

.tableh2 .alblink a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
        font-size: 110%;
}

.catlink a {
        text-decoration: underline;
        color: #41372B;
}

.catlink a:hover {
        color: #B42000;
        text-decoration: underline;
}

.topmenu {
        line-height : 130%;
        font-size: 110%;
}

.topmenu a {
        color : #41372B;
        text-decoration : underline;
}

.topmenu a:hover  {
        color : #B42000;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #ff6600;
        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: #F1F1F1 ;
        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: #F1F1F1;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #333333;
        background-color: #F1F1F1;
        border: 1px solid #D7C8B5;
        font-size: 80%;
        font-family: Verdana;
        vertical-align : middle;

}
#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px


#brdheader DIV.box {BORDER-TOP-WIDTH: 4px}
DIV.box {OVERFLOW: hidden;
	border: 1px solid #41372B;
	BACKGROUND-COLOR: #F1F1F1}
DIV.blockpost>DIV>DIV.inbox {PADDING-BOTTOM: 1px}

DIV.block DIV.inbox, DIV.blockmenu DIV.inbox {PADDING: 3px 6px}


#brdmenu {BACKGROUND-COLOR: #41372B; COLOR: #FFF; PADDING: 6px;}
#brdmenu A:link, #brdmenu A:visited {COLOR: #FFF; TEXT-DECORATION: none;}
#brdmenu A:hover {COLOR: #FFF; TEXT-DECORATION: underline}

#brdwelcome  {LINE-HEIGHT: 1.4em; PADDING: 5px;PADDING-BOTTOM: 7px;}
#brdwelcome A:link, #brwelcome A:visited {TEXT-DECORATION:underline}
#brdwelcome A:hover {TEXT-DECORATION: underline}

DIV.blockpost>DIV>DIV.inbox {PADDING-BOTTOM: 1px}

DIV.block DIV.inbox, DIV.blockmenu DIV.inbox {PADDING: 3px 6px}
#announce DIV.inbox DIV {PADDING: 3px 0}
.clearer {
	HEIGHT: 0;
	WIDTH: 0;
	LINE-HEIGHT: 0;
	FONT-SIZE: 0;
	OVERFLOW: hidden
}
.clearer, .clearb {CLEAR: both}
.conr {
	FLOAT: right;
	TEXT-ALIGN: right;
	CLEAR: right;
	WIDTH: 40%
}

