/*
 * style.css - stylesheet for our php pages.
 *
 * lives in the thumbs directory.
 *
 * part of the gallery six package:  http://muted.org/gallerysix
 *
 * Copyright (C) 2001-2006  seth ladygo
 *
 * 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.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * $Id: style.css 37 2006-03-15 00:16:40Z alx $
 */

body {
  font-family: verdana,arial,helvetica,sans-serif;
  margin: 0in;
  color: #000;
}

body#index {
  //background: #fff;
  background: #fffffd;
}

.form {
  border: 1px solid black;
}

.header {
  text-align: left;
  padding: .1in;
  padding-top: .5in;
  padding-left: .75in;
  padding-bottom: .25in;
  border-bottom: 1px solid #000;
}

#index_header {
  //background: #d5f1d3;
  background: #d9ecca;
}

#name {
  font-weight: bold;
  font-size: 18pt;
  width: 75%;
}

#blurb {
  width: 50%;
  font-size: 10pt;
  font-style: italic;
}

#frame {
  padding-top: .25in;
  padding-bottom: .25in;
  padding-left: .75in;
}

#info {
//  background: #eee;
  padding: .25in;
//  border: 1px solid #f00;
  width: 74%;
}

#menu {
 // align: top;
//  float: left;
  background: #2c1c0d;
  padding: 0px .125in 0px 0px;
  border-right: 1px solid #000;
  width: 30%;
}

#directories {
  padding-top: .25in;
  padding-left: .75in;
}

#feed_items {
  padding-top: .25in;
  padding-bottom: .25in;
  padding-left: .75in;
  width: 75%;
}

.feed_item {
  padding-bottom: .25in;
  clear: left;
}

img {
  //border: 0px solid white;
  vertical-align: bottom;
}

.image {
}

table#entries, table#galleries {
  width: 99%;
}

table#login {
  width: 50%;
}

td { 
  font-size: 10pt;
}

ul { 
  list-style-type: none;
  color: #aaa;
}

td.reghead {  
  padding: 4px;
  background: #ddd;
  font-size: 8pt;
  font-weight: bold;
  border-right: 1px solid white;
}

td.reg {
  padding: 4px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background: #eee;
}

td#menu {
  vertical-align: top;
  font-size: 10pt;
}

div.location {
  font-size: 12pt;
  font-weight: bold;
  padding-top: .075in;
}

div.infoblurb {
  font-size: 12pt;
  font-weight: bold;
  padding-top: .075in;
}

div.caption {
  font-size: 8pt;
  font-style: italic;
  padding-top: .075in;
  padding-bottom: .075in;
}

a {
  color: #000;
//  text-decoration: none;
}

a.menu {
  color: #fff;
//  text-decoration: none;
}

//a:hover {
//  color: #000;
//  text-decoration: underline;
//}

table { 
  width: 100%;
  //height: 100%;
  border-collapse: collapse;
}
