/*************************
  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.4.1
  $Source: /cvsroot/coppermine/devel/themes/hardwired/style.css,v $
  $Revision: 1.23 $
  $Author: gaugau $
  $Date: 2005/03/14 08:54:48 $
**********************************************/

body {

	/* This is the main background behind the centered content. */

	font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color : #B0B0B0;
        margin: 0px;
        background-color:#484848;
        }

table {
	/* controls the font of the nav menu and sub-menu. */
        font-size: 12px;
}

h1{
        font-size: 11px;
        margin: 2px;
        font-style : normal;
}

h2 {

        background-position : left;
        padding-left : 18px;
        font-size: 11px;
        margin: 0px;

}

h3 {
        font-weight: normal;
      	font-size: 12px;
        margin: 2px;
}

p {

        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 {

	/* All text input fields. */

        font-size: 100%;
        border: 1px solid #000000;
        padding-right: 3px;
        padding-left: 3px;
        background-color : #808080;
        color:#cccccc;
}

.listbox {

	/* This controls at least the color of the input boxes for
	File uploads. */

        background-color : #808080;
        font-size: 100%;
        border: 1px solid #000000;
        vertical-align : middle;

}

.button {

	/* No idea yet. */

        font-size: 100%;
        border: 1px solid #00000;
        background-color : #484848;

}

.comment_button {
        font-size: 100%;
        border: 1px solid #000000;
        background-color : #484848;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {

        font-size: 100%;
        vertical-align : middle;
}

.checkbox {

        font-size: 100%;
        vertical-align : middle;
}
	
a {

	/* Controls links' normal state. */

        color: #FFFFFF;
        text-decoration: none;
}

a img:hover {

	/* I added this so that moused-over images got an orange border. */

	border: 4px solid; #FF6600;

}	


a:hover {

	/* Controls links' hover state. */

        color: #FF6600;
        text-decoration: none;
}

bblink a {

}

bblink a:hover {

}

.maintable {
        
	/* Controls the background color and border of the main tables
	("3 files in ...", Random Files, Last additions). */

	border: 1px solid #000000;
        background-color: #484848;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {

	/* Controls the main table header areas. ("3 files in 1 albums
       	   with 0 comments viewed 14 times")*/

	background: #373737;
	border-bottom: 1px solid #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact {

	/* Controls the areas at the bottoms of the main tables,
	i.e. "2 albums on 1 page(s)". */

        background : #373737;
	border-top: 1px solid #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {

	/* On the main page, it controls the title area under the main
        table header. (The album title names.) */
        
	background: #484848;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {

	/* These are the headings "Rate this Files", Files
	information", Add your comment", etc. */
        
	background: #606060;
        color : #CCCCCC;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {

	/* Controls the table cell on displayimage.php where the image
	is. (i.e.  When you actually click on a picture, there's a box below
	it with a title and a caption.  That's what this controls.) */
        
	background: #484848;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {

	/* Controls all of the "information" fields on
	displayimage.php as well as the area where the rating stars are and
	the cell that the add comment area is in. */

	background: #484848;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {

	/* Controls cells of tables on some pages with form submission
	buttons. (Go to the login page to see an example.)  */

	background: #484848;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {

	/* Governs the box that comes up if you make a new category
	but don't yet have any albums in it. */

	background: #484848;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {

	/* Governs the box that comes up if you make a new category
	and DO put some albums in it. */

       	background-color: #484848;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.album_stat {
        font-size : 85%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 100%;
        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 {

	/* Not sure what this does, possibly because I turned thumb
	captions off.  I'm deleting this, though, because I want consistant
	link style. */

}

.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 {

}

.user_thumb_infobox a:hover {

}

.sortorder_cell {

	/* The sortorder cell is the think in the upper right that
	says "Title, File Name, Date, Position".  sortorder_cell
	controls its border. */

        background : #000000;
      	padding: 1px;
        margin: 0px;
}

.sortorder_options {

	/* This controls the bulk of the sortorder box, including
	background color. */

        background : #373737;
	padding: 1px; /* Controls the space between the lines. */
        margin: 10px; /* Does nothing? */
        font-weight: normal;
        font-size: 85%;
        white-space: nowrap;
}

.navmenu {
	
	/* On thumbnails.php, this controls the cells at the bottom
	that contain page numbers. On displayimage.php, this controls the
	header where the e-card, information, previous, next, etc... images
	are. */
 	
	background: #484848;       
        font-size: 100%;
        font-weight: bold;
        border-style: none;
}

.navmenu img {

	/* Controls the space around the navmenu buttons (up,
	display/hide info, slideshow, ecard, previous/next). */

        border-top: 2px;
        border-right: 5px;
        border-bottom: 2px;
        border-left: 5px;

}

.navmenu a {

	/* Governs the link status of the navmenu buttons.  Leave them nice
	and boring.  */

        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        
}

.navmenu a:hover {

	/* Navmenu hover prefs.  Basically, delete them all.  */        

}

.admin_menu_thumb {
        font-size: 85%;
        border: 1px solid #000000;
        background-color : #484848;
        color:#cccccc;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}

.admin_menu_thumb a:hover {

}

.admin_menu {
        font-size: 85%;
        border: 1px solid #000000;
        background-color : #484848;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {

}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{

	/* Controls the style of the comment date. */

        font-size : 90%;
        vertical-align : middle;
}

.image {

	/* The border here controls the small border directly in
	contact with the picture.  Since I'm going to make my own frames, I
	just want a small, boring border around here. */

        border-style: solid;
        border-width:4px;
        border-color: #B0B0B0;
        margin: 2px;
}

.imageborder {

	/* This is the "second" border around the picture.  Again, I
	want mine to be really boring -- i.e. I don't want it at all.  I'll
	make it the same color as the background. Actually, to be more
	specific, the background-color controls the second border and the
	border controls the THIRD border.  I want neither at the moment. */

        border: 1px solid #484848;
        background-color: #484848;
        margin-top: 30px;
        margin-bottom: 30px;
}

.display_media {

	/* This is the background behind the picture and all its
	borders.  I want this to be plain grey like everything else, at least
	for now. */

        background: #484848;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {

	/* When you click on an album and look at the thumbnails of
	all the pics in the album -- this describes the cells the pics are
	in. */

        background: #484848;
        padding: 5px;
}

.footer {

	/* Describes the text in the footer; at the moment, just
	"Powered by [Coppermine Photo Gallery]". */
 
       font-size: 9px;
}

.footer a {

	/* Describes the links in teh footer -- just "Coppermine Photo
	Gallery".  But I want all my links to be while so I'm deleting most of
	this. */

        text-decoration: none;
}

.footer a:hover {

	/* Hover color of the footer link.  Delete most of this. */

}

.statlink {

	/* Might to other stuff in addition, but controls the color of
	the ">" in the breadcrumbs.  Keep it the same color as the
	text (i.e. delete all the special stuff here). */
        
}

.statlink a {

	/* Controls the color of the links in the breadcrumbs (Home,
	MyAlbum, etc).  Delete all this code b/c I want them to have the
	standard link colors.  */

}

.statlink a:hover {

	/* Obviously, controls the hover style of the breadcrumb
	links.  Delete this code so that these links are just standard
	style. */

}

.alblink a {

	/* Controls the style of the username/albumname links in the
	"File Information" table that appears when you click on a picture and
	choose to look at all the info.  I want to leave this in the default
	link style. */

}

.alblink a:hover {

	/* See above.  Delete this to get default link style. */

}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {

	/* Not sure what this does, but I just want standard links so
	I'm going to delete the code.  */

}

.catlink a:hover {

	/* Not sure what this does, but I just want standard links so
	I'm going to delete the code.  */

}

.topmenu {

	/* This controls the "Home, My gallery, Admind Mode, Upload
	File," etc. menu.  (Sort of; doesn't actually change
	background color behind words.  Am working on this.  Oh, I see
	-- be sure to change .topmenu td as well as .topmenu. */

	border: 1px solid #000000;
	background: #373737;
        font-size : 100%;
}

.topmenu a {

	/* Don't want these links to be special; delete this code. */

}

.topmenu a:hover  {

	/* Controls the hover style of the top menu.  I deleted this
	code to make the links default style.  */

}

.topmenu td  {
	
	/* Controls the style of the Home, My Gallery, etc. text. */

	background: #373737;
        white-space: nowrap;
        font-weight : bold;
}

.img_caption_table {
        border: none;
        background-color: #009900;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #00FF99;
        font-size : 100%;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #000000;
}

.img_caption_table td {

        background: #0000FF;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #000000;
        white-space: normal;
}

.gal_name {

	/* Controls the color of the "Coppermine Photo Gallery" at the
	top of the screen. */
	font-weight: bold;
        font-size: 20px;
}

.gal_description {

	/* Controls the style of the "Your online photo album" line at the
	top. */

        font-size:10px;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        border-bottom : 1px dotted #008877;
        cursor : default;
}

.listbox_lang {
        color: #0000FF;
        background-color: #484848;
        border: 1px solid #484848;
        font-size: 90%;
        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);}
