/*******************************************************************************

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: #333;
  font-family: Arial, Helvetica, Geneva, Sans-serif;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

h1, h2, h3 { letter-spacing: -0.1em; }

h2 {
  border-top: 1px dashed #999;
  padding-top: 6px;
  font-family: Arial, Helvetica, Sans-serif;
  letter-spacing: -0.08em;
}

.gallery {
  overflow: hidden;
  font-size: 9px;
}

.nav {
	color: #999;
	font-weight: normal;
}


.overline {
	border-top:1px solid black;
	font-weight: normal;
}

table td {
  margin: 0;
  padding: 0;
}

a { color: #000; text-decoration: none; }
a:hover {
	text-decoration: none;
	background-color:#000;
	color:#FFF;
}

#header {
  background-color: #efefef;
  padding: 6px 10px;
  font-size: 9px;
  color: #666;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ddd;
}

.header {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
  	color: #000;
	font-size: 14px;
	letter-spacing: -0.5px;
	font-weight: bold;
}

#header a {
  font-weight: bold;
  color: #111;
  text-decoration: none;
  background-color: none;
}

#header a:hover {
  color: #666;
  background-color: none;
}

#content {
  margin: 20px;
  padding-bottom: 20px;
}

p.tagline { font-size: 14px; }

pre { font-size: 11px; }

#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; }

/* --------------------------------------- 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 {
  line-height: normal;
  overflow: hidden;
}

.isg_controller-wrapper {
  float: left;
  width: 100%;
}

a.isg_button {
  color: #111;
  text-decoration: none;
}

a.isg_button:hover { text-decoration: none; background-color:#000; color:#FFF}

