/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: sp.css
* Version: 2008-10-20 YYYY-MM-DD
* Website: http://shedplant.net/
* Author: khayman

== STRUCTURE: ==============================
* Page width: 550px;
* Number of columns: 1
============================================

== INDEX: ===================================
_main        : Main stuff & reset
_menu        : Top menu
_txt         : Various text styles
_maincontent : Main content
_gallery     : Photo gallery stuff
============================================

*/

/* _main
==========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  background: #fafafa url('../images/sp_bg.png') repeat-x 0 122px;
  color: #222;
  text-align: center;
  line-height: 150%;
  font-family: Georgia, Palatino Linotype, serif, Verdana, Tahoma, sans-serif;
  font-size: 13px;
  margin-bottom: 20px;
}

html {
  font-size: 100.01%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

fieldset {
  padding: .5em;
}

select option {
  padding: 0 5px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  visibility: hidden;
}

.clear2 {
  clear: both;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

.visible {
  visibility: visible;
}

.invisible {
  display: none;
}

a img {
  border: none;
}

#top {
  background: black url('../images/sp_topbg.png') repeat-x;
  height: 122px;
}

#top img {
  margin-top: 60px;
}

/* _menu
==========================================*/

#menu {
  height: 46px;
  line-height: 46px;
  background: #d8d8d8 url('../images/sp_menubg.png') repeat-x;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e3e3e3;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  padding: 13px 10px 12px 10px;
  text-decoration: none;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: bold;
}

#menu li a:hover {
  background: #d2cbbc url('../images/sp_menubg2.png') repeat-x;
  color: #834a0c;
}


/* _txt
==========================================*/

h1 {
  font-size: 22px;
  margin: 0 0 10px 0;
  text-align: center;
}

h2 {
  font-size: 18px;
  margin: 5px 0 15px 0;
  text-align: center;
}

h3 {
  font-weight: bold;
}

#main p {
  margin: 11px 0;
}

#main ul {
  list-style: disc inside none;
}

#main a {
  color: #856935;
  text-decoration: none;
}

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

/* _maincontent
==========================================*/

#main {
  overflow: hidden;
  margin: 0 auto;
  padding: 25px 0;
  width: 550px;
  min-height: 280px;
  text-align: left;
}

.shed {
  float: left;
  margin: -5px 25px 0 0;
}

p.intro {
  padding: 30px 0 0 0;
}

#footer {
  width: 100%;
  background: #fcfcfc url('../images/sp_ftop.png') repeat-x;
  padding: 30px 0 0px 0;
}

#footer div.content {
  background: transparent url('../images/sp_fmid.png') repeat-x;
}

#footer div.bottom {
  background: transparent url('../images/sp_fbot.png') repeat-x;
  height: 24px;
  margin: 10px 0 0 0;
}

#footer span.quote {
  display: block;
  width: 520px;
  margin: 0 auto;
  font-style: italic;
}

#footer span.author {
  display: block;
  margin: 10px 0 0 0;
}

/* _gallery
==========================================*/

#gallery,
#gallery2 {
  width: 100%;
  margin: 25px 0 0 0;
}

#gallery td {
  width: 100%;
  padding: 5px 2px;
}

#gallery td .title {
  font-weight: bold;
  display: block;
  width: 99%;
  background: #fafafa;
  padding: 5px;
  border-bottom: 1px solid #eee;
  border-left: 12px solid #eee;
  margin: 0 0 5px 0;
}

#gallery td img {
  border: 1px solid #555;
  margin: 10px 12px;
  float: left;
  width: 100px;
  height: 100px;
}

#gallery td img:hover,
#gallery2 td img:hover {
  border: 1px solid white;
  outline: 1px solid #555;
}

#gallery td .desc {
  margin: 15px 0 0 0;
}

#gallery td .info {
  margin: 5px 0;
  font-style: italic;
  font-weight: bold;
  color: #707070;
}

#gallery2 td {
  width: 25%;
  text-align: center;
  font-size: 13px;
}

#gallery2 td img {
  width: 90px;
  height: 90px;
  border: 1px solid #555;
}

#gallery2 td .title,
#gallery2 td .time {
  display: block;
  margin: 5px 0 0 0;
  font-style: italic;
}

#gallery2 td .time {
  margin: 0 0 15px 0;
  font-style: normal;
  font-size: 80%;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-image: url('../images/overlay.png');
}

#popup {
  padding: 10px;
  border: 2px solid #000;
  background: white;
  margin: 0 auto;
  margin-top: 100px;
  width: 800px;
  z-index: 100;
  cursor: move;
}

#popup img {
  border: 1px solid black;
}

#popup #controls {
  float: left;
  width: 90%;
  text-indent: 70px;
}

#popup #controls img {
  margin: 5px 5px 10px 5px;
  border: 0;
}

#popup a.close {
  display: block;
  float: right;
  margin: 5px 0;
}

#popup a.close img {
  border: 0;
}

#popup a {
  color: black;
  background: transparent;
  border: 0;
  outline: 0;
}