/*
 * 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: #bbb;
}

body#view {
  background: #ddd;
}

body#edit {
  background: #ddd;
}

body#feed {
  background: #ddd;
}

.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: #f6eb9b;
}

#view_header {
  background: #c7d8e8;
}

#edit_header {
  background: #e8d6bf;
}

#feed_header {
  background: #bbf9aa;
}

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

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

#navigation {
  float: right;
  font-size: 8pt;
  padding-right: .125in;
}

#feed_icon {
  text-align: right;
  padding-right: .25in;
  padding-bottom: .125in;
}

#edit_icon {
  text-align: right;
  padding-right: .25in;
}

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

#files {
  background: #ddd;
  padding-top: .25in;
  padding-bottom: .25in;
  padding-left: .75in;
  border-bottom: 1px solid #000;
}

#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.thumbnail, td.dir_thumbnail {
  vertical-align: bottom;
}

td.caption, td.dir_caption {
  vertical-align: top;
  padding-right: .25in;
  padding-bottom: .25in;
}

td.edit_thumbnail {
  vertical-align: top;
  padding-bottom: .2in;
}

td.edit_field {
  vertical-align: top;
}

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

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

div.size, div.pager {
  font-size: 8pt;
  font-style: italic;
  color: #666;
}

.feed_image {
  float: left;
  padding-right: .25in;
  padding-bottom: .25in;
  width: 120px; 
}

.feed_data {
}

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

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