﻿/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2005 Coppermine Dev Team
  v1.1 originaly 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.3.4
  $Source: /cvsroot/coppermine/stable/themes/eqp/style.css,v $
  $Revision: 1.4 $
  $Author: sweetjockey $
  $Date: 2005/08/19 07:42:43 $
**********************************************/

body {  background-image: url('http://www.equineportraitstudio.com/images/backgroundtan.jpg');
        background-color: #B1A378;
		font-family: "Verdana", Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #014007;
		scrollbar-highlight-color:#FFFFFF; /* left and top */
		scrollbar-shadow-color:#5E4139; /* right and bottom */
		scrollbar-track-color:#014007; /* track bg */
		scrollbar-face-color:#B1A378; /* scroll face */
		scrollbar-arrow-color:#5E4139; /* arrows */
        }

table {
        font-size: 10px;
}

navtitle2	{
			border-left:1px #5E4139; 
			border-right:1px #5E4139; 
			border-top:1px #5E4139; 
			border-bottom:1px #5E4139;
			border-style:dotted;
			font-variant: small-caps;
			}

h1{
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #5E4139;
		font-weight: bold;
		letter-spacing: 2px;
}

h2 {

        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
		font-size: 16px; 
		color: #021C5D; 
		font-weight: bold; 
		letter-spacing: 2px; 
		}

h3 {
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		color: #B1A378; 
		font-weight: bold; 
		letter-spacing: 2px;}

p {
        font-family: "Verdana", Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #014007;
}

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 #021C5D;
        padding-right: 3px;
        padding-left: 3px;
        background-color : #014007;
        color:#BDB28F;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        background-color : #014007;
        font-size: 100%;
        border: 1px solid #021C5D;
        vertical-align : middle;
        color:#EFE6C9;
}

.button {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #021C5D;
        background-color : #014007;
        color:#EFE6C9;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #021C5D;
        background-color : #014007;
        color:#EFE6C9;
        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;
}

a	  {color: #5E4139; text-decoration: underline; font-weight: bold;}
a:hover	  {color: #021C5D; text-decoration: underline; font-weight: bold;}

bblink a {
        color: #014007; text-decoration: underline; font-weight: bold;
}

bblink a:hover {
        color: #021C5D; text-decoration: underline; font-weight: bold;
}

.maintable {
        border: 1px solid #394049;
        background-color: #B1A378;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        background : #9A8956 ;
        color : #021C5D;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact {
        background : #5E4139 ;
        color : #021C5D;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 , .catrow_noalb {
        background: #014007 ;
        color : #EFE6C9;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #014007;
        color : #EFE6C9;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb, .display_media , .catrow {
        background: #B1A378;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {
        background: #BDB28F;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: #BDB28F;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        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: 100%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 85%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #5E4139;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 85%;
        padding: 2px;
        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: 90%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #AEAEAE;
}

.user_thumb_infobox a:hover {
        color: #EFE6C9;
        text-decoration: underline;
}

.sortorder_cell {
        background : #5E4139 ;
        color : #EFE6C9;
        padding: 2px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #5E4139 ;
        color : #EFE6C9;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 85%;
        white-space: nowrap;
}

.navmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #EFE6C9;
        font-size: 100%;
        font-weight: bold;
        background : #5E4139 ;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #BDB28F;
}

.navmenu a:hover {
        background : #021C5D ;
        text-decoration: none;
        color:         #EFE6C9;
}

.admin_menu_thumb {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-color : #5D6674;
        color:#cccccc;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #CCCCCC;
        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: #CCCCCC;
        text-decoration: underline;
}

.admin_menu {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #404750;
        background-color : #5D6674;
        color:#cccccc;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #AEAEAE;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #CCCCCC;
        text-decoration: underline;
}

td #admin_menu_anim {
        background-image : url('images/button_bg_anim.gif');
}

.comment_date{
        color : #949494;
        font-size : 90%;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:2px;
        border-color: #5E4139;
        margin: 2px;
}

.imageborder {
        border: 1px solid #000000;
        background-color: #BDB28F;
        margin-top: 30px;
        margin-bottom: 30px;
}

.thumbnails {
        background: #BDB28F ;
        padding: 5px;
}

.footer {
        font-size: 9px;
        color: #000000;
}

.footer a {
        text-decoration: none;
        color: #000000;
}

.footer a:hover {
        color: #000000;
        text-decoration: none;
}

.statlink {
        color: #6A7786;
}

.statlink a {
        text-decoration: none;
        color: #5E4139;
}

.statlink a:hover {
        color: #021C5D;
        text-decoration: underline;
}

.alblink a {
        text-decoration: underline;
        color: #5E4139;
}

.alblink a:hover {
        color: #021C5D;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: none;
        color: #5E4139;
}

.catlink a:hover {
        color: #021C5D;
        text-decoration: underline;
}

.topmenu {
        font-size : 100%;
}

.topmenu a {
        color : #5E4139;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #021C5D;
        text-decoration : none;
}

.topmenu td  {
        white-space: nowrap;
        font-weight : bold;
}


.img_caption_table {
        border: none;
        background-color: #9A8956;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #9A8956 ;
        font-size : 100%;
        color : #021C5D;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #014007;
}

.img_caption_table td {
        background: #9A8956 ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #014007;
}

.gal_name
{
        color:#EFE6C9;
        font-size:20px;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        border-bottom : 1px dotted #444444;
        cursor : default;
}

.listbox_lang {
        color: #BDBEBD;
        background-color: #4F5864;
        border: 1px solid #4F5864;
        font-size: 90%;
        font-family: Arial, Helvetica, sans-serif;
        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);}

