/*************************
  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.
**********************************************/

/********************************************
*********************************************
**                                         **
**  THEME NAME: walls                      **
**  DESIGNER: David A. Wirick              **
**                                         **
*********************************************
*********************************************
**                                         **
**  Theme specific settings are listed at  **
**  the end of this file.                  **
**                                         **
*********************************************
*********************************************/

body {
        font-family : "Times New Roman", Times, serif;
        font-size: 12px;
        background: #000000 ;
        color: #999966;
}

table {
}

h1{
        font-weight: bold;
        font-size: 48px;
        font-style: italic;
}

h2 {
        font-size: 24px;
        font-style: italic;
        font-weight: bold;
}

h3 {
        font-weight: bold;
        margin: 2px;
        font-style: italic;
}

p {
}

ul {
}

li {
}

.textinput {
        padding-right: 3px;
        padding-left: 3px;
        border: 1px solid #727A9A;
}

.listbox {
        vertical-align: middle;
        border: 1px solid #727A9A;
}

.button {
}

.comment_button {
}

.radio {
}

.checkbox {
}

a { color: #333333;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
}

a:hover { color: #666666;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
}

.bblink a {
}

.bblink a:hover {
}

.maintable {
}

.tableh1 {
}

.tableh1_compact {
}

.tableh2 {
}

.tableh2_compact {
}

.tableb {
}


.tableb_compact {
}

.tablef {
}

.catrow_noalb {
}

.catrow {
}

.album_stat { color: #666666;
}

.thumb_filename {
}

.thumb_title { color:#990000;
}

.thumb_caption {
}

.thumb_caption a {
}

.thumb_num_comments {
}

.user_thumb_infobox {
}

.user_thumb_infobox th {
}

.user_thumb_infobox td {
}

.user_thumb_infobox a {
}

.user_thumb_infobox a:hover {
}

.sortorder_cell {
}

.sortorder_options {
}

.navmenu {
}

.navmenu img {
}

.navmenu a {
}

.navmenu a:hover {
}

.admin_menu_thumb {
}

.admin_menu_thumb a {
}


.admin_menu_thumb a:hover {
}

.admin_menu {
}

.admin_menu a {
}

.admin_menu a:hover {
}

td #admin_menu_anim {
}

.comment_date{
}

.image {
}

.imageborder {
}

.display_media {
}

.thumbnails {
}

.footer {
}

.footer a {
}

.footer a:hover {
}

.statlink {
}

.statlink a {
}

.statlink a:hover {
}

.alblink a {
}

.alblink a:hover {
}

.catlink {
}

.catlink a {
}

.catlink a:hover {
}

.topmenu {
}

.topmenu a {
}

.topmenu a:hover  {
}

.img_caption_table {
}

.img_caption_table th {
}

.img_caption_table td {
}

.debug_text {
}

.clickable_option {
}

.listbox_lang {
}

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

/*********************************************
**********************************************
**                                          **
**          THEME SPECIFIC SETTINGS         **
**                                          **
**********************************************
**********************************************
**                                          **
**     See README for more information      **
**                                          **
**********************************************
**********************************************/

.contain {
        left: 0px;
        top: 0px;
        width: 100%;
        position: absolute;
        height: 100%;
}

* {
        behavior: url(themes/walls/iepngfix.htc);
}

.img-shadow {
        
}

.img-shadow img {
        display: block;
       
        position: relative;
}

li.menulist {
        text-align: center;
        display: inline;
        margin-left: 2px;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        clear: both;
        list-style-type: none;
        background-image: url(images/menubkgrnd_w.png);
        background-repeat: repeat;
        font-weight: bold;
}

.galcell {
        background-image: url(../../../images/album.jpg); background-repeat:no-repeat;
    
}

/***********************************************************
************************************************************
**                                                        **
**     These are theme specific table/cell background     **
**     settings so they won't be included in other        **
**     PHP calls from outside of the theme due to IE      **
**     5.5/6 difficulty in handling alphaindex            **
**     transparencies natively (it doesn't).              **
**                                                        **
************************************************************
************************************************************/

.tableh1_w {
        background-image: url(images/tableh1_w.png);
        background-repeat: repeat;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact_w {
        background-image : url(images/tableh1_compact-w.png);
        background-repeat: repeat;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2_w { 

        background-repeat: repeat;        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact_w {
        background-image: url(images/tableh2_compact_w.png);
        background-repeat: repeat;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.catrow_noalb_w {
        background-image: url(images/catrow_w.png);
        background-repeat: repeat;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow_w {
        background-image: url(images/catrow_w.png);
        background-repeat: repeat;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

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

.thumbnails_w {
        padding-top: 5px;
        padding-left: 3px;
}

/*********************************************
**********************************************
**                                          **
**     HACK to allow <form> elements to     **
**     work in MS IE 5.5/6 with alphaindex  **
**     transparencies                       **
**                                          **
**********************************************
**********************************************/

#outerdiv {
        position: relative;
        height: 100%;
        width: 100:;
}

#middlediv {
        height: 100%;
        width: 100%;
}

#innerdiv {
        position: relative;
        height: 100%;
        width: 100%;
}