/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2009 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 version 3
  as published by the Free Software Foundation.
  
  ********************************************
  Coppermine version: 1.4.20
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/water_drop/style.css $
  $Revision: 5705 $
  $Author: gaugau $
  $Date: 2009-01-28 10:52:43 +0100 (Mi, 28 Jan 2009) $
**********************************************/

/* Colors used:                                */
/* --------------------------------------------*/
/* Hex 663333 = RGB   0,  0,  0 = black        */
/* Hex 5F5F5F = RGB  95, 95, 95 = light black  */
/* Hex BDBEBD = RGB 189,190,189 = dark grey    */
/* Hex e3d9c4 = RGB 209,215,220 = medium grey  */
/* Hex CCD7E0 = RGB 218,225,244 = light grey   */
/* Hex CBD7DE = RGB 218,225,244 = steel grey   */
/* Hex F2F5F7 = RGB 242,245,247 = dark white   */
/* Hex EFEFEF = RGB 239,239,239 = dark white   */
/* Hex FFFFFF = RGB 234,237,244 = white        */
/* Hex 000666 = RGB   0,  0,  0 = dark blue    */
/* Hex 0033CC = RBG   0, 91,104 = medium blue  */
/* Hex 718EA5 = RGB 113,142,165 = light blue   */
/* Hex 8AA5B5 = RGB 131,138,154 = light blue   */
/* if you don't like a color, just do a search */
/* and replace on the hex color...             */

body {
		background-color:#C6B188;
		background-image:url('images/bg.gif');
		background-position:top;
		background-repeat:repeat-x;
        font-family: Arial, sans-serif;
        font-size : 12px;
        color: #663333;
        margin: 0px;
}

table {
        font-size : 12px;
}

h1{
        font-weight: normal;
        font-size: 21px;
        font-family: Georgia, Arial;
        text-decoration: none;
        line-height : 120%;
        margin: 2px;
}

h2 {
        font-family: Georgia, Arial;
        padding-left : 18px;
        font-size: 14px;
        margin: 0px;
}

h3 {
        font-weight: normal;
        font-family: Georgia, Arial;
        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: Arial, sans-serif;
        font-size: 100%;
        border: 1px solid #e3d9c4;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Arial, sans-serif;
        font-size: 100%;
        border: 1px solid #D3C7AD;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #e3d9c4;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.radio {
        font-family: Arial, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Arial, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

a {
        color: #993333;
        text-decoration: none;
}

a:link {
        color: #993333;
        text-decoration: none;
}

a:visited {
        color: #993333;
        text-decoration: none;
}

a:focus {
        color: #333333;
        text-decoration: none;
}

a:active {
        color: #333333;
        text-decoration: none;
}

a:hover {
        color: #333333;
        text-decoration: underline;
}

.bblink a {
        color: #0033CC;
        text-decoration: none;
}

.bblink a:hover {
        color: #0033CC;
        text-decoration: underline;
}

.maintable {
        border: 1px solid #e3d9c4;
        background-color: #C6B188;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        font-weight:bold;
        font-family: Georgia, Arial, sans-serif;
        font-size: 14px;
        background-color: #D3C7AD;
        background-image : url(images/side.jpg);
		background-repeat : no-repeat;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 37px;
}

.tableh2 {
        background: #e3d9c4;
        color : #663333;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb {
        background: #e3d9c4;
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
}

.tablef {
        background: #e3d9c4 ;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #e3d9c4 ;
        color : #663333;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {
        background: #e3d9c4;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        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: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #663333;
}


.thumb_num_comments {
        font-weight: normal;
        font-size: 85%;
        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: 85%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #663333;
}

.user_thumb_infobox a:hover {
        color: #663333;
        text-decoration: underline;
}

.sortorder_cell {
        background : #993333 ;
        color: #e3d9c4;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 20px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #993333 ;
        color: #e3d9c4;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        font-family: Georgia, Arial, sans-serif;
        font-weight: bold;
        background : #993333 ;
        border-style: none;
        color: #e3d9c4;
}

.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;
        color: #e3d9c4;
}

.navmenu a:hover {
        background : #F2F5F7 ;
        text-decoration: none;
        color:         #663333;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        border: 1px solid #e3d9c4;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #663333;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #663333;
        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: #663333;
        text-decoration: underline;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        border: 1px solid #e3d9c4;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        background-repeat: repeat-x;
        background-color: #e3d9c4;
        color: #663333;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #663333;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #663333;
        text-decoration: underline;
}

.admin_float {
        float:left;
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 1px;
        margin-bottom: 1px;
}

.admin_menu_wrapper {
        width:100%;
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #5F5F5F;
        font-size: 90%;
        vertical-align : middle;
}

/* pseudo-classes for image links */
a:link .image{
        border-style:solid;
        border-width:1px;
        border-color:#993333;
        margin:2px;
}

a:visited .image{
        border-style:solid;
        border-width:1px;
        border-color:#993333;
        margin:2px;
}

a:focus .image{
        border-style:solid;
        border-width:1px;
        border-color:#333333;
        margin:2px;
}

a:hover .image{
        border-style:solid;
        border-width:1px;
        border-color:#333333;
        margin:2px;
}

a:active .image{
        border-style:solid;
        border-width:1px;
        border-color:#333333;
        margin:2px;
}

.image {
        border-style: solid;
        border-width:1px;
        background-color: #e3d9c4;
        border-color: #663333;
        padding: 2px;
        margin: 2px;
}

.imageborder {
        border: 1px solid #663333;
        background-color: #e3d9c4;
        margin-top: 30px;
        margin-bottom: 30px;
}

.display_media {
        background: #e3d9c4;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
        background: #e3d9c4 ;
        padding: 5px;
}

.footer {
        font-size : 9px;
}

.footer a {
        text-decoration: none;
        color: #663333;
}

.footer a:hover {
        color: #663333;
        text-decoration: underline;
}

.statlink {
        color: #663333;
}

.statlink a {
        text-decoration: none;
        color: #663333;
}

.statlink a:hover {
        color: #993333;
        text-decoration: underline;
}

.alblink {
        font-weight:bold;
}

.alblink a {
        text-decoration: underline;
        color: #663333;
}

.alblink a:hover {
        color: #663333;
        text-decoration: underline;
}

.catlink {
        font-weight:bold;
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: none;
        color: #663333;
        background-image : url(images/dot.jpg);
		background-repeat: no-repeat;
		background-position:left center;
		padding-left: 20px;
}

.catlink a:hover {
        color: #663333;
        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: #e3d9c4;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #e3d9c4 ;
        font-size : 100%;
        color : #663333;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #e3d9c4;
}

.img_caption_table td {
        background: #e3d9c4 ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #e3d9c4;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;

}

.listbox_lang {
        color: #663333;
        background-color: #F2F5F7;
        border: 1px solid #F2F5F7;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;
}

.pic_title {
        color: #000000;
        font-size: 120%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align : center;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}

.pic_caption {
        color: #000000;
        font-size: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align : center;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.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');
}

#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}

a#news img {
	width: 100px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/news1.jpg) top left no-repeat;
}
a#currentnews img {
	width: 100px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/news2.jpg) top left no-repeat;
}
#news:hover img {
	width: 100px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/news2.jpg) top left no-repeat;
}
a#claire img {
	width: 91px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/claire1.jpg) top left no-repeat;
}
a#currentclaire img {
	width: 91px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/claire2.jpg) top left no-repeat;
}
#claire:hover img {
	width: 91px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/claire2.jpg) top left no-repeat;
}
a#project img {
	width: 109px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/projects1.jpg) top left no-repeat;
}
a#currentproject img {
	width: 109px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/projects2.jpg) top left no-repeat;
}
#project:hover img {
	width: 109px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/projects2.jpg) top left no-repeat;
}
a#press img {
	width: 82px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/press1.jpg) top left no-repeat;
}
a#currentpress img {
	width: 82px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/press2.jpg) top left no-repeat;
}
#press:hover img {
	width: 82px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/press2.jpg) top left no-repeat;
}
a#gallery img {
	width: 103px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/gallery1.jpg) top left no-repeat;
}
a#currentgallery img {
	width: 103px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/gallery2.jpg) top left no-repeat;
}
#gallery:hover img {
	width: 103px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/gallery2.jpg) top left no-repeat;
}
a#downloads img {
	width: 128px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/downloads1.jpg) top left no-repeat;
}
a#currentdownloads img {
	width: 128px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/downloads2.jpg) top left no-repeat;
}
#downloads:hover img {
	width: 128px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/downloads2.jpg) top left no-repeat;
}
a#site img {
	width: 71px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/site1.jpg) top left no-repeat;
}
a#currentsite img {
	width: 71px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/site2.jpg) top left no-repeat;
}
#site:hover img {
	width: 71px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/site2.jpg) top left no-repeat;
}
a#web img {
	width: 86px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/web1.jpg) top left no-repeat;
}
a#currentweb img {
	width: 86px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/web2.jpg) top left no-repeat;
}
#web:hover img {
	width: 86px;
	height: 36px;
	background: url(http://claire-foy.org/wp-content/themes/001/images/web2.jpg) top left no-repeat;
}
#ad {
	width: 770px;
	height: 90px;
	margin: 0 0 10px 0;
	text-align: center;
}
	
#main {
	background-color: #D3C7AD;
	-moz-border-radius:10px;
	float: left;
	width: 770px;
	margin: 0px;
}
#clear {
	clear: both;
	height: 30px;
}

#footer {
	margin-bottom: 30px;
	padding: 20px;
	text-align: center;
	background-color: #D3C7AD;
	-moz-border-radius:10px;
}
#wrapper {
	position:relative;
	width:770px;
	margin:0 auto;
}
.projects {
	border: 0px;
	padding:0px;
	-moz-border-radius:0px;
}
.projects a:hover img,
.projects:hover {
	border: 0px;
	padding:0px;
	-moz-border-radius:0px;
}
#subtitle {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 10px;
	text-transform: uppercase;
}

#GB_window {
  background-color: #C6B188;
  border: 5px solid #663333;
}