/*************************
  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:
  $Revision:
  $Author:
  $Date:
**********************************************/
/* Quidditch theme created by Nick Mahon (http://www.vereor.com) for phpBB2 */
/* Quidditch theme modified for CPG by Billy Bullock (http://www.billygbulock.com) */

body {
        font-family : Georgia;
        font-size: 12px;
        color : #341E1A;
        margin: 0px;
        background-color: #EFE9C5;
}

table {
        font-size: 11px;
}

h1{
        font-weight: bold;
        font-size: 22px;
        font-family: Georgia;
        text-decoration: none;
        line-height : 120%;
        color : #341E1A;
        margin: 2px;
}
h2 {
        font-family: Georgia;
        font-size: 18px;
        color : #341E1A;
        margin: 0px;
}
h3 {
        font-weight: normal;
        font-family: Georgia;
        font-size: 12px;
        color : #341E1A;
        margin: 2px;
}

p {
        font-family: Georgia;
        font-size: 100%;
        color : #341E1A
        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: Georgia;
        font-size: 100%;
        border: 1px solid #353029;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Georgia;
        font-size: 100%;
        border: 1px solid #353029;
        vertical-align : middle;
}

.button {
        font-family: Georgia;
        font-size: 100%;
        border: 1px solid #353029;
        background: #CCCCCC;
        background-position : bottom;
}

.comment_button {
        font-family: Georgia;
        font-size: 100%;
        border: 1px solid #353029;
        background: #CCCCCC;
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Georgia;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Georgia;
        font-size: 100%;
        vertical-align : middle;
}

a {
        color : #341E1A;
        text-decoration: none;
}

a:hover {
        color : #8E5A13;
        text-decoration: none;
}

bblink a {
        color : #8E5A13;
        text-decoration: none;
}

bblink a:hover {
        color : #8E5A13;
        text-decoration: underline;
}

.maintable {
	  border: 1px #000000 solid;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
	  background-color: #725E43;
	  background-image: url(images/cellpic1.gif);  
	  font-size: 12px;
        color : #341E1A;
        font-weight : bold;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 15px;
}

.tableh1_compact {
	  background: #EFE9C5;
        color : #341E1A;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2, .catrow_noalb {
        background: #EFE9C5;
        color : #341E1A;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
	  background-image: url(images/cellpic1.gif);
        color : #341E1A;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb, .catrow {
        background: #EFE9C5;
        color : #341E1A;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {
        background: #EFE9C5;
        color : #341E1A;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

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

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

.album_stat {
        color : #341E1A;
        font-size: 100%;
        margin: 5px 0px;
}

.thumb_filename {
        color : #341E1A;
        font-size: 80%;
        display: block;
}

.thumb_title {
        color : #341E1A;
        font-size: 95%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        color : #341E1A;
        font-size: 95%;
        padding: 1px;
        display : block;
}

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

.thumb_num_comments {
        color : #341E1A;
        font-weight: normal;
        font-size: 95%;
        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: 95%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

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

.user_thumb_infobox a {
        text-decoration: none;
        color : #341E1A;
}

.user_thumb_infobox a:hover {
        color : #8E5A13;
        text-decoration: underline;
}

.sortorder_cell {
        background: transparent;
        color : #341E1A;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Georgia;
        background: transparent;
        color : #341E1A;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 90%;
        white-space: nowrap;
}

.navmenu {
        font-family: Georgia;
        color : #341E1A;
        font-size: 100%;
        font-weight: bold;
        background: #EFE9C5;
        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: underline;
        color : #341E1A;
}

.navmenu a:hover {
        text-decoration: none;
        color : #341E1A;
}

.admin_menu_thumb {
        font-family: Georgia;
        font-size: 10px;
        border: 1px solid #353029;
        background: #EFE9C5;
        background-position : bottom;
        color : #341E1A;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

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


.admin_menu_thumb a:hover {
        color : #8E5A13;
        text-decoration: underline;
}

.admin_menu {
        font-family: Georgia;
        font-size: 10px;
        border-top: 1px solid #353029;
	  border-left: 1px solid #353029;
	  border-bottom: 1px solid #353029;
	  border-right: 1px solid #353029;
        background: transparent;
        background-position : bottom;
        color : #341E1A;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

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

.admin_menu a:hover {
        color : #8E5A13;
        text-decoration: underline;
}

td #admin_menu_anim {
        /*
		  background-image : url(images/fon4gen1.jpg);
		  */
}

.comment_date{
        color : #341E1A;
        font-size : 10px;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:2px;
        border-color: #353029;
        margin: 2px;
}

.thumbnails {
        background: transparent;
        padding: 5px;
}

.footer {
        color : #341E1A;
        font-size : 9px;
}

.footer a {
        text-decoration: none;
        color : #341E1A;
        font-weight : bold;
}

.footer a:hover {
        color : #8E5A13;
        font-weight : bold;
        text-decoration : underline;
}

.statlink {
        color: #341E1A;
}

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

.statlink a:hover {
        color : #8E5A13;
        text-decoration : underline;
}

.alblink a {
        color : #341E1A;
        text-decoration: underline;
}

.alblink a:hover {
        color : #8E5A13;
        text-decoration : underline;
}

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

.catlink a {
        color : #341E1A;
	  letter-spacing: 0.5px;
}

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

.topmenu {
        line-height : 130%;
        font-size: 11px;
}

.topmenu a {
        color : #341E1A;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #8E5A13;
        text-decoration : underline;
}

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

.img_caption_table th {
        background: transparent;
        font-size: 110%;
        color : #341E1A;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #353029;
}

.img_caption_table td {
        background: transparent;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #353029;
}

.clickable_option {
        border-bottom : 1px dotted blue;
        cursor : default;
}

.mainblock {
        margin-top:5px;
        margin-bottom:5px;
        background: transparent;
        color: #341E1A;
        padding: 0.5em;
}

.maintitle {
        font-size: 36px;
        font-family: Georgia;
        text-decoration: none;
        color : #341E1A;
        margin: 2px;
        font-style : italic;
        font-weight: bold;
}

#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);}
