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

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.

*******************************************************************************/
.gallery {
  overflow: hidden;
  font-size: 9px;
  margin-left:30px;
  margin-bottom: 30px;
  margin-top:10px;
}
#gallery-info-wrapper li{
	display: inline;
	}
#gallery-info-wrapper	{
		margin-bottom: -10px;
		display: none;
}

#gallery-controller-wrapper li{ 
text-decoration: none;
display: inline;
}
#gallery-controller-wrapper {
	margin-top: -10px;
	display: none;
}
a { color: #111; }
a:hover { text-decoration: none; }

#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: 20px;
  padding-bottom: 20px;
}

p {
  letter-spacing: -0.08em;
}

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; }

.clear {
	clear: both;
}
