/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2010 Coppermine Dev Team
  v1.0 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.26
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/classic/style.css $
  $Revision: 6987 $
  $Author: gaugau $
  $Date: 2010-01-02 11:46:39 +0100 (Sa, 02 Jan 2010) $
**********************************************/

/* 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
*/

body {
  
		margin:0;
padding:0;
font-family: Verdana, Helvetica;
font-size:10px;
background: #cfd3da url('images/bg.jpg') repeat-x;
text-align:center;
color: #474a50;
}

table {
        font-size: 12px;
}

h1{
        font-weight: bold;
        font-size: 22px;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 120%;
        color : #000000;
        margin: 2px;
}

h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        margin: 0px;
}

h3 {
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica, 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: Tahoma;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Tahoma;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

.button {
        font-family: Tahoma;
        font-size: 100%;
        border: 1px solid #D6D2CF;
        background: #E9E5E2;
		padding:3px;
}

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

.radio {
        font-family: Tahoma;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Tahoma;
        font-size: 100%;
        vertical-align : middle;
}

A:link { text-decoration: none; color:#444;}
A:active {text-decoration: none; color:#444;}
A:visited {text-decoration: none; color:#444;}
A:hover { text-decoration: none; color: #e25c74;}

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

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

.maintable {
        border: 4px solid #e2e2e2;
        background-color: #e2e2e2;
        margin-top: 1px;
        margin-bottom: 1px;
			-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
}

.tableh1 {
		background: url(images/title.jpg);
		background-repeat:repeat-y;
		background-position:center;
		font-size:12px;
        color: #bac7d4;
		font-weight:bold;
	    padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
		border: 1px solid #dddddd;
					-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
}

.tableh1_compact {
		background: url(images/title.jpg);
		background-repeat:repeat-y;
		background-position:center;
		font-size:12px;
        color: #bac7d4;
		font-weight:bold;
	    padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
		border: 1px solid #dddddd;
					-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
}

.tableh2 {
					-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
        background: #a8acb5 ;
		font-weight:normal;
        padding-top: 8px;
        padding-right: 10px;
        padding-bottom: 8px;
        padding-left: 10px;
}

.tableh2_compact {
					-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
        background: #a8acb5 ;
        padding-top: 8px;
        padding-right: 10px;
        padding-bottom: 8px;
        padding-left: 10px;
}

.tableb {
					-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
        background: #f1f1f1 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {
					-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
        background: #f1f1f1 ;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
					-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
        background: #f1f1f1 ;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
					-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
        background: #f1f1f1 ;
		color:#827C76;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
}

.catrow {
					-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
        background: #f1f1f1 ;
		color:#827C76;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
}

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

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

.thumb_title {
		font-family:tahoma;
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
					-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
		background: #cfd3da;
        font-size: 80%;
        padding: 3px;
        display : block;
}

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


.thumb_num_comments {
        font-weight: normal;
        font-size: 85%;
        padding: 4px;
        font-style : normal;
        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: #bac7d4;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 20px;
        margin: 0px;
}

.sortorder_options {
        font-family:Tahoma;
        color: #bac7d4;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 9px;
        white-space: nowrap;
}

.navmenu {
        font-family: Arial;
        color: #41403E;
        font-weight: bold;
        background : #f1f1f1 ;
        border-style: none;
		padding-top:5px;
		padding-bottom:5px;
}

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

.navmenu a {
        font-family: Arial;
        display: block;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        text-decoration: none;
		font-weight:bold;
        color: #41403E;
}

.navmenu a:hover {
        font-family: Arial;
		font-weight:bold;
        text-decoration: underline;
        color:         #6F6D6A;
}

.admin_menu_thumb {
        font-family: Tahoma;
        font-size: 11px;
        border: 0px solid #C6C2C0;
        background: #f1f1f1;
        color: #41403E;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #41403E;
        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: #6F6D6A;
        text-decoration: underline;
}

.admin_menu {
        font-family: Tahoma;
        font-size: 11px;
        border: 0px solid #C6C2C0;
        background: #E9E5E2;
        color: #3C332E;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #3C332E;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #281F18;
        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;
}


a img {
					-webkit-border-radius: 0px; 
	border-radius: 0px;
	-moz-border-radius: 0px; 
		background: #cfd3da;
	padding: 0px;
	border: 0px solid #AFACA4;}


a img:hover {
					-webkit-border-radius: 0px; 
	border-radius: 0px;
	-moz-border-radius:  0px; 
		background: #cfd3da;
	padding:0px;
	border: 0px solid #7B7973;}

.noborder {
	border: 0px;}

.noborder a img {
	border: 0px;
	padding: 0px;}

.noborder a img:hover {
	border: 0px;
	padding: 0px;}

.display_media {
        background: #E9E5E2 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
					-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
        background: #f1f1f1 ;
        padding: 5px;
}

.footer {
        font-size : 9px;
}

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

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

.statlink {
		font-family:Tahoma;
		font-size:11px;
        color: #bac7d4;
		font-weight:bold;
		font-style:normal;
}

.statlink a {
		font-family:Tahoma;
		font-size:11px;
        color: #bac7d4;
		font-weight:bold;
		font-style:normal;
}

.statlink a:hover {
		font-family:Tahoma;
		font-size:11px;
        color: #EFEEEA;
		font-weight:bold;
		font-style:normal;
		text-decoration:underline;
}

.alblink a {
		font-family:Arial;
		font-size:95%;
		font-weight:normal;
        text-decoration: none;
        color: #41403E;
		font-style:normal;
		text-transform:uppercase;
}

.alblink a:hover {
		font-family:Arial;
		font-size:95%;
		font-weight:normal;
        color: #6F6D6A;
        text-decoration: underline;
		font-style:normal;
		text-transform:uppercase;
}

.catlink {
		color:#E5A4AD;
		font-family:Tahoma;
		font-weight:bold;
		font-size:11px;
		display: block;
        margin-bottom: 2px;
		text-transform:none;
}

.catlink a {
		background-image : url(images/cat-arrow1.gif);
		background-repeat: no-repeat;
		background-position : left;
		padding-left: 15px;
		color:#7f5851;
		font-family:Tahoma;
		font-weight:bold;
		font-size:11px;
		text-decoration:none;
		font-style:normal;
		text-transform:none;
}

.catlink a:hover {
		background-image : url(images/cat-arrow.gif);
		background-repeat: no-repeat;
		background-position : left;
		padding-left: 15px;
		color:#F1BDC4;
		font-family:Tahoma;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		font-style:normal;
		text-transform:none;
}

.topmenu {
        font-family: Tahoma;
        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: #bac7d4;
        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 #bac7d4;
}

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

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

.clickable_option {
        cursor : default;

}

.listbox_lang {
        color: #000666;
        background-color: #E9E5E2;
        border: 1px solid #E9E5E2;
        font-size: 80%;
        font-family: Tahoma;
        vertical-align : middle;
}

#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#vanity img {border:0}
#v_php {float:left;background-image:url(../../images/powered-php.gif);}
#v_php:hover {background-image:url(../../images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(../../images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(../../images/valid-css.gif);}
#v_css:hover{background-image:url(../../images/h_valid-css.gif);}

#maincontainer{
width: 1000px; 
margin: 0 auto;
text-align:justify;
position:relative;
}

#topsection{
height: 610px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 235px 0 235px; 
}

#leftcolumn{
float: left;
width: 230px; 
margin-left: -1000px; 
}

#rightcolumn{
float: left;
width: 230px; 
margin-left: -230px; 
}

#footer{
clear: left;
width: 100%;
color: #636873;
text-align: center;
padding: 7px 0px 7px 0px;
}
#footer a{
color: #636873;
}

#welcome {
color: #64666b;
text-align: justify;
font-family: Trebuchet MS;
font-size: 10px;
line-height: 11px;
font-style: italic;
}

#welcome i{
color: #454059;
}
#welcome b{
color: #853628;
}

#pics {
color: #636873;
text-align: center;
font-family: Trebuchet MS;
font-size: 9px;
line-height: 11px;
font-style: italic;
}

#pics img{
background-color: #e5e7eb;
border: 1px solid #b4b8be;
padding: 3px;
margin: 1px;
-moz-border-radius: 4px;
}

#pics img:hover{
background-color: #e5e7eb;
border: 1px solid #6e7176;
padding: 3px;
margin: 1px;
-moz-border-radius: 4px;
}

 /* Navigation Menu */

#nav {
margin: 0 auto;
padding: 0;	
width: 700px;
height: 34px;
font-family: "Trebuchet MS", Tahoma, Arial;
font-size: 12px;
font-style: italic;
}

#nav ul {
margin: 0;
padding-top:;
}

#nav li {
float: left;
list-style: none;
line-height: 34px;
margin: 0 3px 0 0;
}

#nav li a {
color: #cfd3da;
display: block;
float: left;
padding: 0 0 0 3px;
text-decoration: none;
}

#nav li a span {
display: block;
float: left;
height: 34px;
padding: 0 3px 0 0;
}

#nav li a:hover,
#nav li.active a, 
#nav li.current a {
background: url(images/nav1.jpg) no-repeat left;
color: #cfd3da;
text-decoration: none;
}

#nav li.active a span,
#nav li.current a span,
#nav li a:hover span {
background: url(images/nav1.jpg) no-repeat right;
}	
	

 /* Content Structures */
.content-inside {
background: #dce0e4;
width:1000px;
}

.content-inside-top {
background: url('images/top-content.jpg') no-repeat top;
width:1000px;
} 

.content-title {
color: #423f4d;
text-align: center;
font-weight: bold;
font-family: Georgia;
font-size: 12px;
padding: 10px 0px 5px 0px;
background: url('images/post-title.png') no-repeat bottom;
font-style: italic;
width:1000px;
}

.content-title a{
color: #423f4d;
width:1000px;
}

.content-title strong{
color: #423f4d;
width:1000px;
}

.page-title {
color: #423f4d;
text-align: center;
font-weight: bold;
font-family: Georgia;
font-size: 10px;
padding: 10px 0px 5px 0px;
background: url('images/post-title.png') no-repeat bottom;
font-style: italic;
}

.date {
height: 44px;
margin: 5px 6px 0px 8px;
width: 78px;
text-align: center;
float: left;
background: url('images/date.png') no-repeat top;		
}
.date .month {
display: block;
color: #848b96;
padding: 2px 0px 0px 0px;
text-align: center;
text-transform: uppercase;
font-size: 16px;
margin-top: 4px;	
font-family: Georgia;
margin-bottom: 3px;
}
.date .day {
display: block;
color: #6f7681;
font-size: 11px;
margin-top: 5px;
font-family: Arial;
text-align: center;
margin-top: -3px;
}

.content-page {
padding: 8px 5px 3px 5px;
font-family: arial;
font-size: 11px;
width:1000px;
color: #6f7681;
}

.content-bottom {
font-family: arial;
font-size: 10px;
padding: 0px 2px 3px 2px;
color: #818893;
text-align: center;
width:1000px;
}

.content-bottom a{
color: #68707c;
width:1000px;
}

.content-categories {
font-family: arial;
font-size: 11px;
color: #818893;
width:1000px;
text-align: left;	
padding: 5px 3px 5px 6px;	
background: url('images/bottom-content.jpg') no-repeat bottom;
} 
 
h1 {
color: #7d5450;
text-transform: uppercase;
text-align: left;
font-weight: bold;
letter-spacing: 1px;
font-family: Verdana, Helvetica;
font-size:10px;
margin: 0px;
} 

p { 
	margin-top:  1px;}
	
.option-archive{
background: #dce0e4;
padding: 5px;	
text-align: center;
-moz-border-radius: 6px;
}	


 /* Sidebar Structures */

.sidebar_title {
font-family: Trebuchet MS;
padding: 3px 0px 9px 30px;
margin: 10px 0px 0px 0px;
color: #4b4868;
text-align: left;	
font-size: 10pt;
font-weight: bold;
word-spacing: 1px;
font-style: italic;
background: url('images/side-title.png') no-repeat left bottom;	
}

.sidebar_content {
color: #76818e;
padding: 3px;
font-family: Arial;
font-size: 11px;
text-align: justify;
margin-bottom: 20px;}
.combg {
	display: block;
	color:#a69a96;
	background-color: #cfd3da;
	border-top: 1px dotted #ccc;
	text-transform: none;
	padding: 3px;
	margin: 0 0 5px 0;
	font-size: 7.5pt;
	
	}
	.combg li {
	display: inline;
	height: 50px;
	margin-left:5px;
	text-align:left;
	padding: 0;
	}



/*Options style*/

.image {
					-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
        border-style: solid;
        border-width:1px;
        border-color: #AFACA4;
		background: #a69a85;
        margin: 2px;
	    padding: 3px;}


.imageborder {
					-webkit-border-radius: 0px; 
	border-radius: 0px;
	-moz-border-radius:  0px; 
		background: #f1f1f1;
        border: 1px solid #7B7973;
        margin-top: 30px;
        margin-bottom: 30px;
	    padding: 3px;}


a { 
text-decoration:  none;
color: #64352b;}

a:hover {
color: #494a4d;
text-decoration: none;}	

a img {
					-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
		background: #a69a85;
	
	border: 0px solid #AFACA4;}


a img:hover {
					-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 

	border: 0px solid #7B7973;}
 
li {margin:0px;padding:7px;color:#777;border-bottom:0px dashed #ddd;list-style-type: none;} 
strong {color: #2c2f36;}
b {color: #2c2f36;}
i { color: #313131;}
italic { color: #313131;}
em { color: #313131;}
u {color: #52555e; text-decoration: none; border-bottom: 1px dotted #7b5650;}
img {border: 0px;}


input, textarea, option, select, button {
font-family: Verdana, Helvetica;
font-size: 10px;
color: #676a73;
background-color: #e1e4e9;
padding: 1px;
border: 1px solid #b9bcc3;
-moz-border-radius: 4px;}	

qlinks:hover {
	border:0px;}