/*******************************************************************************

FILE: style.css
AUTHOR: Takashi Okamoto mud(tm) - http://www.mudcorp.com/
DATE: 06/27/2008

--------------------------------------------------------------------------------

This file is part of ImageShiftGallery.

  ImageShiftGallery is free for anyone to use, but this header MUST be
  included, and may not be modified.

*******************************************************************************/

body {
  background-color: white;
  color: black;
  font-family: "Lucida Grande", Arial, Helvetica, Geneva, Sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

h1, h2, h3 { letter-spacing: -0.1em; }

h2 {
  border-top: 1px dashed #999;
  padding-top: 6px;
  font-weight: normal;
  font-family: Arial, Helvetica, Sans-serif;
  letter-spacing: -0.08em;
}

.gallery {
  overflow: hidden;
  font-size: 10px;
}

table td {
  margin: 0;
  padding: 0;
}

a { color: #111; }

#header {
  background-color: #efefef;
  padding: 6px 10px;
  font-size: 9px;
  color: #666;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ddd;
}

#header a {
  font-weight: bold;
  color: #111;
  text-decoration: none;
}

#header a:hover {
  color: #666;
}

#content {
    margin-top:10px;
    margin-bottom:12px;
    margin-right:20px;
    margin-left:20px;
}

p {
  letter-spacing: -0.08em;
}

p.tagline { font-size: 14px; }

pre { font-size: 11px; }

#title-wrapper {
  font-weight: bold;
  bottom: 0;
  position: relative;
  width: 101%;
  min-height: 40px;
  background-color: #222;
  opacity: 0.95;
  padding: 0px 4px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ddd;
}

#title-stuff {
  font-size: 28px;
  color: #fff;
  border-top: 8px solid #222;
}

#title-desc {
  font-weight: normal;
  font-size: 12px;
  color: #bbb;
  border-top: 2px solid #222;
  margin-left:20px;
  margin-bottom:10px;
}

#title-stuff span { padding: 6px 2px 6px 4px; }
#title-stuff a { color: #fff; text-decoration: none;}
#title-stuff a:hover { text-decoration: none; }

#footer-wrapper {
  bottom: 0;
  position: fixed;
  width: 100%;
  min-height: 24px;
  background-color: #222;
  opacity: 0.95;
}

#footer {
  font-size: 9px;
  color: #ddd;
  border-top: 2px solid #111;
}

#footer a { color: #ddd; }
#footer a:hover { text-decoration: none; }
#footer span { padding: 6px 2px 6px 10px; }

#footer a.download {
  position: relative;
  right: 0;
  text-decoration: none;
  padding: 4px 6px;
  color: #111;
  background-color: yellow;
  font-weight: bold;
}
#footer a.download:hover { background-color: pink; }

div.clear { clear: both; }

/* ------------------------------------ InPlaceEditor ---------------------- */

form.inplaceeditor-form 
{
}

form.inplaceeditor-form input[type="text"]
{
}

form.inplaceeditor-form textarea 
{
}

form.inplaceeditor-form input[type="submit"] 
{
  font-size: 8px;
  margin-left:1em;
}

form.inplaceeditor-form a 
{
  font-size: 8px;
  margin-left:1em;
}

#newsentry {
  float: left;
  width: 520px;
}

/* ----- SetReps ------- */

#setrep_header {
    letter-spacing: -0.1em;
    font-weight: bold; 
    font-size: 16px;
}

#setrep_desc {
    padding-top: 10px;
    font-weight: normal; 
    font-size: 11px;
}

/* --------------------------------------- DONT CHANGE ---------------------- */

.isg_container {
  position: relative;
  padding: 0;
  margin: 0;
}

table.isg_table {
  margin: 0;
  padding: 0;
  line-height: 0;
  border-spacing: 0;
  border: none;
}

table.isg_table img { border: none; }

table.isg_table tr {
  margin: 0;
  padding: 0;
}

table.isg_table td {
  margin: 0;
  padding: 0;
}

.isg_markup-wrapper-bold {
  line-height: normal;
  overflow: hidden;
  font-weight: bold;
}

.isg_markup-wrapper {
  line-height: normal;
  overflow: hidden;
}

.isg_controller-wrapper {
  float: left;
  width: 100%;
}

a.isg_button {
  color: #111;
  text-decoration: none;
}

a.isg_button:visited { text-decoration: none; }
a.isg_button:hover { text-decoration: underline; }
