/*************************
  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.4
  $Source: /cvsroot/coppermine/stable/themes/water_drop/style.css,v $
  $Revision: 1.11 $
  $Author: gaugau $
  $Date: 2006/02/24 13:32:46 $
**********************************************/

/* Colors used:                                */
/* --------------------------------------------*/
/* 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 CCD7E0 = RGB 204,215,224 = light grey   */
/* Hex CBD7DE = RGB 203,215,222 = steel grey   */
/* Hex F2F5F7 = RGB 242,245,247 = dark white   */
/* Hex EFEFEF = RGB 239,239,239 = dark white   */
/* Hex FFFFFF = RGB 255,255,255 = white        */
/* Hex 000666 = RGB   0,  6,102 = dark blue    */
/* Hex 0033CC = RBG   0, 91,104 = medium blue  */
/* Hex 718EA5 = RGB 113,142,165 = light blue   */
/* Hex 8AA5B5 = RGB 138,165,181 = light blue   */
/* if you don't like a color, just do a search */
/* and replace on the hex color...             */

body {
        background: #eeeee0 url('../../../wp-content/themes/k2/styles/dugald/bggrad.jpg') repeat-x top;
        font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
        color: #444;
		  text-align: center;
		  padding: 0;
}

#page {
		background: url('../../../wp-content/themes/k2/styles/dugald/page_bg.png') center repeat-y;
		text-align: left;
		position: relative;
		width: 796px;
		border: 0;
		padding: 0;
		margin: 0;
}

#header-top { /* Top 10 pixels above main header graphic for rounded corners */
	background: url('../../../wp-content/themes/k2/styles/dugald/header-top.png') top center no-repeat;
	height: 15px;
	margin: 20px 0 0 0;
	}

#header { /* Contains h1 title, description and menu */
	background: url('../../../wp-content/themes/k2/styles/dugald/header.jpg') top center no-repeat;
	position: relative;
	width: 780px;
	height: 185px;
	margin: 0 0 0 8px;
   }

#header_page {
		background: url('../../../wp-content/themes/k2/styles/dugald/page_bg.png') center repeat-y;
		text-align: center;
		position: relative;
		width: 796px;
		border: 0;
		padding: 0;	
}
	
ul.menu { /* Wordpress menu in header */
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}
	
ul.menu li a {
	font: 1.5em 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
	color: white;
	margin: 0;
	}
	
ul.menu li a:hover {
	background: white;
	color: black !important;
	text-decoration: none;
	filter: alpha(opacity=60);
	opacity: .6;
	
	/*opacity: .6;
	filter: alpha(opacity=60);*/
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}

.admintab {
	position: absolute;
	right: 0px;
	_padding: 5px 15px 6px; /* IE hack */
	}

/*- System Menus */

#sys_menus {
	font: 1.4em 'Palatino Linotype', 'Book Antiqua', Georgia, sans-serif;
	text-align: center;
	padding: 5px;
}


/*- Admin Menu */

.admin_menu {
        font-family: 1em Verdana, sans-serif;
        border: 1px solid #CCD7E0;
		  background: white url('images/button_bg.gif') bottom repeat-x;
        color: black;
        margin: 0;
		  padding: 0 5px 0 5px;
		  text-align: center;
}

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

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

.admin_menu_thumb {
        font: 1em Verdana, sans-serif;
        border: 1px solid #CCD7E0;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #444;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
        width: 85px;
}

.admin_menu_thumb a {
        color: #444;
        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: black;
        text-decoration: underline;
}

#content {
	width: 780px;
	margin: 0 0 0 8px;
}

.maintable {
      border: 0;
		padding: 0 3px;
}

h2, h3 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
}

h2 {
        font-size: 2em;
		  margin: 0 0 10px;
}

h3 { /* h3 is for album titles in album list view */
        font-weight: normal;
        font-size: 2.2em;
		  color: #444;
        margin: 5px 6px 0;
}

p {
        font: 1.4em 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
        margin: 2px 0;
}

.image_description {
	margin: 0 60px;
	text-align: center;
}

ul {
        margin-left: 5px;
        padding: 0;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0;
        list-style-position: outside;
        list-style-type: disc;
}

.textinput {
        font: 1.5em 'Palatino Linotype', 'Book Antiqua', Georgia, Serif;
        border: 1px solid #D1D7DC;
        padding: 3px;
}

.listbox {
        font: 1.2em 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

.button {
        font: 1.2em 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
        border: 1px solid #CCD7E0;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font: 1.2em 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
        border: 1px solid #CCD7E0;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font: 1.2em 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
        vertical-align : middle;
}

.checkbox {
        font: 1.2em 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
        vertical-align : middle;
}

a {
        color: #27d;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

.bblink a {
        color: #27d;
        text-decoration: none;
}

.bblink a:hover {
        text-decoration: underline;
}

.tableh1 {
        font: 1.4em 'Palatino Linotype', 'Book Antiqua', Georgia, Serif;
        background: white;
        color: #444;
        padding: 2px 10px 2px 10px;
}

.tableh1_compact {
        font: 1.4em 'Palatino Linotype', 'Book Antiqua', Georgia, Serif;
        background: white ;
        color: #444;
        padding: 2px 10px 2px 10px;
}

.tableh2 {
	font: 2.2em 'Palatino Linotype', 'Book Antiqua', Georgia, Serif;
        color : #444;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2 a {
	color: #444;
}

.tableh2 a:hover {
	border-bottom: 1px solid #ddd;
}

.tableh2_compact {
        background: #CBD7DE ;
        color : black;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_row {
	margin: 0 10px 0 0;
}

.tableb_compact {
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: #CBD7DE ;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.graybox {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.catrow_noalb {
        background: #CBD7DE ;
        color : black;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

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

.album_stat {
		font: 1em Verdana, sans-serif;
		margin: 5px 0;
}

.thumb_info {
	height: 55px;
}

.thumb_subrow {
	min-width: 75%;
}

.thumb_filename {
        font-size: 1em;
        display: block;
}

.thumb_title {
        font: 1.4em 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font: 1.1em 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
        padding: 1px;
        display : block;
}

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


.thumb_num_comments {
        font-weight: normal;
        font-size: 1em;
        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: 1.2em;
        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: black;
}

.user_thumb_infobox a:hover {
        color: black;
        text-decoration: underline;
}


.navmenu {
        font: 1em 'Lucida Sans Unicode', Verdana, sans-serif;
        color: #444;
        border-style: none;
}

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

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

.navmenu a:hover {
        text-decoration: underline;
}

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

.image {
        border-style: solid;
        border-width: 1px;
        border-color: #ddd;
		  padding: 3px;
        margin: 0 0 3px 0;
}

.thumbnails {
        padding: 10px 5px;
}

.album_description {
	text-align: left;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.breadcrumb {
	margin: 0 0 0 25px;
}

.footer {
        font-size: 0.9em;
}

.footer a {
        text-decoration: none;
		  font-size: 1.1em;
        color: #888;
}

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

#wp-footer {
	background: url('../../../wp-content/themes/k2/styles/dugald/footer.png') top center no-repeat;
	height: 39px;
	margin: 0 0 20px;
	padding: 0 0 0 -50px;
	_margin-left: -1px;
}

#wp-footer a {
	font: 0.9em Verdana, Sans-Serif;
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	text-decoration: none;
}

#wp-footer a:hover {
	color: black;
	text-decoration: none;
}

.statlink {
		  color: #444;
}

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

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

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

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

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

.catlink a {
        text-decoration: underline;
        color: #444;
}

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

.topmenu {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        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: white;
        width : 100%;
        margin : 0;
}

.img_caption_table th {
        background: #D1D7DC ;
        font-size : 100%;
        color : black;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid white;
}

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

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

.clickable_option {
        cursor : default;

}

.listbox_lang {
        color: #000666;
        background-color: #F2F5F7;
        border: 1px solid #F2F5F7;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;
}

#vanity a {
        display:block;
        width:57px;
        height:20;
        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);}