﻿/*************************
  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.5
  $Author: Fram
  $URL: mrsbrightside.com
**********************************************/


/********************** Global Settings
********************************************************/

body{
	margin:0;
	padding:0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size : 12px;
	background: #e7e4dc url('images/bg.png') repeat-x;
	text-align:left;
	color: #7a7464;

}

#wrap {
	width: 900px;
	margin: -14px auto 0 auto;
	padding: 0;
	border: 0;
	background: transparent;
}

#header {
	width: 900px;
	height: 430px;
	margin: 0 auto 0 auto;
	background: url(images/header.png) no-repeat;
}

#adcode {
	width: 350px;
	height: 250px;
	padding: 58px 0 0 90px;
	}

#loginform { width: 234px;
height: 34px;
padding: 0 0 0 100px;
}

#content {
	margin-top: 15px;
	padding: 0;
	text-align: justify;
	background: transparent;
}

	/*Navigation */

#navigation {
        float: left;
	height: 44px;
	margin: 20px auto 0 135px;
	padding: 0;
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	border: 0;
	background: transparent;
}

#navigation ul {
	margin: 0;
	float: right;
	padding: 5px 10px 0 0;
	overflow: none;
}

#navigation li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	line-height: 33px;
}

#navigation li a {
	background-color: #c1bbab;
	border-bottom: 1px solid #e5e4e0;
	padding: 7px;
	border-radius: 5px;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	text-transform: lowercase;
    color : #f1f0ec;
    font-size: 16px;
    text-shadow: #847a6e 1px 1px 1px;
    padding: 10px;
    font-style:italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align:center;
    font-weight:normal;
}

#navigation li a:hover {
	background-color: #f3f1ea;
	border-bottom: 1px solid #e5e4e0;
	padding: 7px;
	border-radius: 5px;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	text-align: center; 
	text-transform: lowercase;
    color : #847a63;
    font-size: 16px;
    text-shadow: #f1f0ec 1px 1px 1px;
    padding: 10px;
    font-style:italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align:center;
    font-weight:normal;
}

#footer {
	clear: both;
	width: 950px;
	padding: 20px 0 20px 0;
	text-align: center;
	margin: 30px auto 0 auto;
	color: #68645b;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	border: 0;
	background: url(images/footer.png) no-repeat top;
}

#footer:hover {
	opacity: 1;
}

#footer span {
	padding: 0 15px 0 15px;
}

#footer a {
	color: #9e8d7a;
	font-weight: normal;
}

#footer a:hover {
	color: #9e8d7a;
	text-decoration: underline;
	border-bottom: 0;
}

.footerextra {
	float: right;
	margin: 0 !important;
	padding: 0 15px 0 0 !important;
}

.footerextra a:link {
	padding: 3px 7px 3px 7px;
	color: #fff;
	background: #fffbf6;
	-moz-border-radius: 5px;
}

.footerextra a:hover {
	padding: 3px 7px 3px 7px;
	color: #fff;
	background: #ea4626;
	-moz-border-radius: 5px;
	text-decoration: none !important;
}

td, tr {
	font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size : 13px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	color: #908b7d; 
}


i, em {
	color : #676255;
	font-style : italic;
}

b, strong {
    font-weight:bold;
}


table {
	font-size : 11px;
}

p {
	font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size : 13px;
    margin: 2px 0px;
}


/********************** Headers
********************************************************/

h1{
	color : #7a7464;
    font-size: 15px;
}

h2 {
    color : #7a7464;
    font-size: 15px;
}

h3 {
    color : #7a7464;
    font-size: 15px;
}

h5 {
    color : #7a7464;
    font-size: 15px;
}


/********************** Text Areas
********************************************************/

.textinput {
    background : #ebe9e3;
    font-family: tahoma;
    border: 0px solid #c6d7dd;
    font-size: 11px;
    padding:5px;
    color: #a3a094;
    /* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
}
.form {
    background : #ebe9e3;
    font-family: tahoma;
    font-size: 11px;
    border: 0px solid #c6d7dd;
    padding:5px;
    color: #a3a094;
    /* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
}
.listbox {
    background : #ebe9e3;
    font-family: tahoma;
    font-size: 11px;
    border: 0px solid #c6d7dd;
    padding:5px;
    color: #a3a094;
    /* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
}

.button {
    background : #ebe9e3;
    font-family: tahoma;
    font-size: 11px;
    border: 0px solid #c6d7dd;
    padding:5px;
    color: #a3a094;
    /* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
}


.radio {
    font-family: tahoma;
    font-size: 11px;
    vertical-align : middle;
}

.checkbox {
    font-family: tahoma;
    font-size: 11px;
    vertical-align : middle;
}


/********************** Links
********************************************************/

a { 
	text-decoration:  none;
	color: #7a7464;
    padding:3px;
    font-weight : normal;}

a:hover {
	color: #7a7464;
    font-weight : normal;
    padding:3px;
	text-decoration: none;}	

.bblink a {
	text-decoration:  none;
    padding:3px;
    color: #eeebe4;
}

.bblink a:hover {
    color: #eeebe4;
    padding:3px;
	text-decoration: none;}	
	
	
.statlink {
    color: #eeebe4;
    font-variant:normal;
    font-weight: normal;
    letter-spacing: 0px;
    font-style: italic;
    font-weight:normal;
}

.statlink a {
    text-decoration: none;
    color: #f4f1ea;
    font-weight:normal;
}

.statlink a:hover {
    color: #f4f1ea;
    font-weight:normal;
}

.alblink a {
    text-decoration: none;
    color: #eeebe4;
    font-weight: lighter;
}

.alblink a:hover {
    color: #eeebe4;
    font-weight:lighter;
}

.catlink {
    display: block;
    font-size:14px;
    font-weight:bold;
}

.catlink a {
    display: block;
    font-weight:bold;
}

.catlink a:hover {
    display: block;
    text-decoration: line-through;
    font-weight:bold;
}


.topmenu a {
    color: #eeebe4;
    text-decoration : none;
    font-weight:normal;
}

.topmenu a:hover  {
    color: #eeebe4;
    font-weight:normal;
}

.thumb_caption a {
    color: #eeebe4;
    font-weight:normal;
}

.user_thumb_infobox a {
    text-decoration: none;
    color: #eeebe4;
    font-weight:normal;
}

.user_thumb_infobox a:hover {
    color: #eeebe4;
    text-decoration: none;
    font-weight:normal;
}


/********************** Tables
********************************************************/

.maintable {
	background-color: #e1ded6;
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px solid #e1ded6;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	color:#f1f0eb;
}


.tableh1 {
    background : #bfb9ab url('images/hd.jpg') repeat-x;
    color : #f1f0ec;
    font-size: 15px;
    text-shadow: #847a6e 1px 1px 1px;
    padding: 18px;
    font-style:italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align:left;
    font-weight:normal;
}


.tableh2 {
    background : #bfb9ab url('images/hd.jpg') repeat-x;
    color : #f1f0ec;
    font-size: 15px;
    text-shadow: #847a6e 1px 1px 1px;
    padding: 10px;
    font-style:italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
}

.tableb {
    background: #e1ded6;
    padding-top: 4px;
    padding-right: 11px;
    padding-bottom: 4px;
    padding-left: 11px;
}


.tablef {    
    background: #e1ded6;
    padding-top: 11px;
    padding-right: 11px;
    padding-bottom: 11px;
    padding-left: 11px;
}

.topmenu {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	line-height: 50px;
	height:50px;
	font-size: 100%;
	font-weight:normal;}


.img_caption_table {
    border: none;
    background: #e1ded6;
    width : 100%;
    margin : 0px;
}

.img_caption_table th {
    background: #e1ded6;
    font-size : 100%;
    color : #7a7464;
    padding-top: 4px;
    padding-right: 11px;
    padding-bottom: 4px;
    padding-left: 11px;
    border-top : 0px solid #b5cdd6;
}

.img_caption_table td {
    background: #e1ded6;
    padding-top: 6px;
    padding-right: 11px;
    padding-bottom: 6px;
    padding-left: 11px;
    border-top : 0px solid #b5cdd6;
    white-space: normal;
}

/********************** Categories
********************************************************/

.catrow_noalb {
	background: #e7e6dd;
    padding: 2px;
    text-align: left;
}

.catrow_noalb:hover {
    background: #eae9e1;

}

.catrow {
    padding: 2px;
	background: #e7e6dd;
}

.catrow:hover {
    background: #eae9e1;
}


/********************** Thumbnails
********************************************************/

.album_stat {
    font-size: 100%;
    margin: 5px 0px;
    font-weight:normal;
    height:50px;
}

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

.thumb_title {
    font-weight : normal;
    font-size: 100%;
    padding: 2px;
    display : block;
}

.thumb_caption {
    font-size: 10px;
    padding: 1px;
    display : block;
}

.thumb_num_comments {
    font-weight: normal;
    font-size: 100%;
    padding: 1px;
    display : block;
	background: #e5e2da;
    color: #8b8568;
    border: 0px solid #e5e2da;
    -moz-border-radius:  7px; 
    -webkit-border-radius: 7px; 
    border-radius: 7px;
}

.image {
    border-style: solid;
    border-width: 1px;
    border-color: #ebeae3;
    background-color: #ebeae3;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
}

.image:hover{
    border-style: solid;
    border-width: 1px;
    border-color: #e2e0d7;
    background-color: #e2e0d7;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
}

.imageborder {
    border: 0px solid #e2e0d7;
	background: #e2e0d7;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}

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

.thumbnails {
	background: #e7e6dd url('images/thumb.jpg');
	padding: 5px;
}

.thumbnails:hover {
	background: #e7e6dd url('images/thumb_hov.jpg');
	padding: 5px;
}


.user_thumb_infobox {
    margin-top: 1px;
    margin-bottom: 1px;
}

.user_thumb_infobox th {
    font-weight:normal;
    font-size: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : left;
}

.user_thumb_infobox td {
    font-size: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : left;
}

.comment_date{
    font-size: 100%;
    vertical-align : middle;
}



/********************** Menus
********************************************************/

.navmenu {
	font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size : 13px;
    color: #847a6e;
    background : #e7e6dd;
    border-style: none;
    height:50px;
    line-height:50px;

}

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


.navmenu a {
    display: block;
    padding: 7px;
    text-transform:uppercase;
    background : #e7e6dd;
    color: #847a6e;
    background-position: bottom;
    text-shadow: #ffffff 1px 1px 1px;
    font-size: 15px;
    border: 1px solid #e7e6dd;
}


.navmenu a:hover {
    background : #e7e6dd;
    color: #847a6e;
    text-decoration: none;
}

.admin_menu_thumb {
	font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size : 10px;
    border: 1px solid #e7e6dd;
    background-position : bottom;
    color: #847a6e;
    font-weight:normal;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 85px;
}

.admin_menu_thumb a {
    color: #847a6e;
    text-decoration: none;
    display: block;
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 11px;
    padding-right: 11px;
}


.admin_menu_thumb a:hover {
    color: #847a6e;
    text-decoration: none;
}

.admin_menu {
	font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size : 10px;
    border: 0px solid #e7e4dc;
    background-position : bottom;
    background-repeat: repeat-x;
    background-color: #edece6;
    color: #847a6e;
    padding:4px;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: left;
}

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

.admin_menu a:hover {
    color: #847a6e;
    text-decoration: none;
}

.admin_float {
        float:left;
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 1px;
        margin-bottom: 1px;
}

.admin_menu_wrapper {
        width:100%;
}f

/********************** Footer
********************************************************/

.footer {
    font-size : 11px;
    color: #847a6e;
}

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

.footer a:hover {
    color: #847a6e;
}



/********************** Misc
********************************************************/

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

.clickable_option {
    cursor : default;
}

.listbox_lang {
    color: #847a6e;
    background-color: #edece6;
    border: 1px solid #edece6;
    font-size: 100%;
    font-family: Verdana, Geneva, Arial, sans-serif;
    vertical-align : center;
}

.pic_title {
    color: #847a6e;
        font-size: 120%;
    font-family: Verdana, Geneva, Arial, sans-serif;
        font-weight:bold;
        text-align : left;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}

.pic_caption {
    color: #847a6e;
        font-size: 100%;
    font-family: Verdana, Geneva, Arial, 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: #847a6e;
    background-color: #edece6;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #847a6e;
    background-color: #edece6;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #847a6e;
    background-color: #edece6;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #847a6e;
    background-color: #edece6;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #847a6e;
    background-color: #edece6;
    background-image: url('../../images/message/error.png');
}

#GB_window {
  background-color: #edece6;
  border: 5px solid #edece6;
}

#vanity a {
    display:block;
    width:57px;
    height:20px;
    margin: 3px 20px;
}

.menu {
    background : #edece6;
    color: #4a7188;
    border-top: 1px solid #edece6;
    border-bottom: 1px solid #edece6;
    padding-top: 3px;
    padding-right: 11px;
    padding-bottom: 3px;
    padding-left: 3px;
    letter-spacing: 1.5px;
}

ul {
	list-style: none outside;
}


