/*************************
  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.4.6
  $Source$
  $Revision: 3014 $
  $Author: gaugau $
  $Date: 2006-05-09 07:44:08 +0200 (Di, 09 Mai 2006) $
**********************************************/

/* Colors used in this style sheet:
   Hex 000000 = RGB   0,   0,   0 = black
   Hex 5F5F5F = RGB  95,  95,  95 = light black
   Hex BDBEBD = RGB 189, 190, 189 = dark grey
   Hex D1D7DC = RGB 209, 215, 220 = medium grey
   Hex CCCCCC = RGB 204, 204, 204 = medium grey
   Hex F7F7F7= RGB 239, 239, 239 = dark white
   Hex FFFFFF = RGB 255, 255, 255 = white
   Hex 005D8C = RGB   0,  93, 140 = dark blue
   Hex 0033CC = RGB   0,  91, 104 = medium blue
   Hex 0E72A4 = RGB  14, 114, 164 = light blue
*/

body {
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 11px;
	background-color: #EAEAEA;
	color: #373737;
	line-height: 14px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 100%;
}

#page {
	background: url(images/blog_bg.png) repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	border: 0px;
}

#content {
	margin: 0px 10px;
}

a:link, a:visited {
	color: #005B7F;
	text-decoration: none;
	}

a:hover, a:active {
	color: #2798C5;
	text-decoration: underline;
	}
	
/* Header & Footer */

#header {
	background: url(images/header.jpg) no-repeat center;
	height: 200px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#footer {
	clear: both;
	height: 30px;
	line-height: 30px;
	color: #999;
	background: #373737;	
	text-align: center;
}
	
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #fff;
}

#credit {
	color: #999;
	size: .9em;
	margin: 4px;
	padding: 4px;
}

/* Menu */

#menu {
	height: 30px;
	width: 750px;
	background: #373737;	
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#menu_left {
	padding: 12px 8px 0px;
	float: left;
}

#menu_right {
	padding: 8px;
	float: right;
}

#menu a:link, #menu a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	display: block;
	color: #B0D1EF;
	text-decoration: none;
}

/* Content - Column Locations */

#main_column {
	float: left;
	width: 740px;
	padding: 0px;
	margin: 0px;
}

.padding {
	padding: 8px 12px 8px 12px;
	text-align: left;
}

/* System Menu */

.topmenu {
	padding-bottom: 12px;
	width: 740px;
	text-align: center;
}

/* Titles */

h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}
	
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	color: #DE7A18;
	text-decoration: none;
}

h2 a:hover, h2 a:active, h3 a:hover, h3 a:active {
	color: #2798C5;
	text-decoration: underline;
}


p {
        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: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, 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 #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.bblink a {
        color: #005B7F;
        text-decoration: none;
}

.bblink a:hover {
        color: #2798C5;
        text-decoration: underline;
}

/* Sub Menu */

.sub_menu {
	font-size: 1em;
	margin: 2px 0px 6px 0px;
	padding: 2px 0px 6px 0px;
	text-align: center;
}

/* Main Tables */
.maintable {
	border: 1px solid #EAEAEA;
	background-color: #FFF;
	margin: 4px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
}

.tableh1 {
	background: #F7F7F7;
	color: #777;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.tableh1_compact {
	font-size: 1em;
	background: #F7F7F7;
	color: #777;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.tableh2 {
	background: #F7F7F7;
	color: #777;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.tableh2_compact {
	background: #F7F7F7;
	color: #000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.tableb {
        background: #F7F7F7;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {
        background: #FFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: #D1D7DC;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #FFF;
        color: #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {
        background: #FFF;
		color: #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.album_stat {
        font-size: .9em;
        margin: 5px 0px;
}

/* Gallery Thumbs */

.thumb_title {
	font-weight: bold;
	color: #777;
	font-size: .9em;
	padding: 2px;
	display: block;
}

.thumb_caption {
	color: #777;
	font-size: .9em;
	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: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}

.sortorder_cell {
	padding: 0px;
	margin: 0px;
}

.sortorder_options {
	text-transform: uppercase;
	background: #F7F7F7;
	color: #777;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: .8em;
	white-space: nowrap;
}

.sortorder_options a:link, .sortorder_options a:hover {
	text-decoration: none;
}

.navmenu {
	background: #F7F7F7;
	color: #777;
	font-size: 1em;
	font-weight: bold;
	border-style: none;
}

.navmenu img {
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}

.navmenu a {
	position: relative;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, 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: #000000;
        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: #000000;
        text-decoration: underline;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-color:#EFEFEF;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top:2px;
        padding-bottom:2px;
        padding-left:1px;
        padding-right:1px;
        text-align: center;
}

.admin_menu a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #000000;
        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;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
        margin: 2px;
}

.imageborder {
        border: 1px solid #000000;
        background-color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 30px;
}

.display_media {
        background: #F7F7F7;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
        background: #FFF;
        padding: 5px;
}

/* Gallery Breadcrumb */
.gallery_nav {
	font-weight: bold;
	text-transform: uppercase;
	color: #777;
	font-size: .9em;
	line-height: 1.25em;
}

/* Stats and Category Links */
.statlink {
	color: #777;
	font-size: 1em;
	line-height: 1.25em;
}

.statlink a {
	text-decoration: none;
	color: #777;
}

.statlink a:hover {
	color: #777;
	text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.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: #F7F7F7;
        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: #000000;
	background-color: #CDCDCD;
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 11px;
}
