/*
---------------------------
Hostbaby Wizard Template Design
author: Amber Orenstein
http://www.2is3.com
version: "Modern Minimalist" April 2009
---------------------------

modernminimalist-grayscaleleft.css

DESIGNER KIT VERSION: Image URLs start with url(/shared/...) instead of url(/shared/...)

*/

body {
 background: url(/shared/modernminimalist/bg-0f.jpg) no-repeat top center #fff;
 margin: 0;
 padding: 0;
 font-family: Verdana, Arial, Helvetica, Sans-serif;
 font-size: 78.125%;
 line-height: 1.5;
 text-align: center;
}

/* Accessibility -------------------------- */

#accessibility {
 position: absolute;
 left: -9999px;
}

/* Main Structure -------------------------- */

#container {
 width: 960px;
 margin: 0 auto;
 text-align: left;
 position: relative;
 zoom: 1;
}

#navigation {
 float: left;
 width: 320px;
 padding-top: 355px;
 padding-bottom:30px;
 zoom: 1;
 position: relative;
 display: inline;
}

#emailsignup {
 position: absolute;
 top: 166px;
 left: 0;
 width: 200px;
 z-index: 30;
 font-family: "Rockwell","Tahoma", "Geneva",Serif;
 font-weight: bold;
 font-size: 1.45em;
 color: #000;
}

#emailsignup input {
 width: 25px;
 height: 25px;
 background: url(/shared/modernminimalist/btn.gif);
 text-indent: -3000px;
 border: none;
 padding: 0;
 margin: 0;
 cursor: pointer;
 vertical-align: absmiddle;
}

#emailsignup input#list_email {
 background-color: #f1f1f1;
 background-image: none;
 text-indent: 0;
 width: auto;
 height: auto;
 border: none;
 padding: .5em;
 margin: .5em .75em 0 0;
}

#banner {
 position: absolute;
 top: 0;
 left: 0;
 width: 960px;
 z-index: 1;
}

.photo {
 width: 783px;
 height: 330px;
 position: absolute;
 overflow: hidden;
 top: 16px;
 right: -43px;
/* NOTE - THIS IS A USER-SUBMITTED IMAGE

 The user gets to choose this photo--usually a band photo, but it can be
 anything--within the wizard. The wizard automatically replaces the first  line (commented) with the second line when the page is generated.

 When you submit your template, please:
  1) tell us which background images should be user photos
!! PREFERRED SIZE: 729 w x 286 h (photos will center in area) !!
  2) give us dimensions for each user photo, even it seems obvious */

background: #ccc url(/images/jeffbam-cropped-bigtop.jpg) no-repeat center center;

/* END USER PHOTO SECTION */
}

.photo span {
 display: block;
 width: 783px;
 height: 330px;
 text-indent: -3000px;
 background: url(/shared/modernminimalist/photo-0f.png);
}

/* NEW!! This ultra-safe hack allows IE6 and IE5.5 to use PNG alpha transparency, using the proprietary AlphaImageLoader filter to serve up the .png file. See http://msdn2.microsoft.com/en-us/library/ms532969.aspx */

* html .photo span {
   _background: none;
   _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='shared/modernminimalist/photo-0f.png') no-repeat;
}

.band {
 position: absolute;
 top: 0;
 left: 320px;
}

.band span {
 display:block;
 background:#000;
 padding: 12px 12px 0 12px;
 line-height: 2.5em;
 font-family: "Rockwell","Tahoma", "Geneva",Serif;
 font-size: 2em;
 color: #fff;
 font-weight: bold;
 white-space: nowrap;
}

#content {
 width: 540px;
 margin-left: 410px;
 padding-top: 355px;
 font-size: 1.125em;
 color: #666;
}

#footer { padding-bottom: 75px; }

#footer p { padding: 20px 640px 0 20px; color: #999; font-size: .725em; text-align: left; }

/* Navigation Links --------------------------- */

#navigation ul, #navigation li {
 list-style: none;
 margin: 0;
}

#navigation li {
 margin: 0 0 6px 0;
 padding: 0;
 background: url(/shared/modernminimalist/bg-nav-li-0.gif) repeat-x center left;
 width: 320px;
 overflow: hidden;
}

#navigation li a {
 display: block;
 float: right;
 color: #fff;
 line-height:1.125;
 text-decoration: none;
 background:  url(/shared/modernminimalist/bg-nav-a-0.gif) no-repeat center left #4e4e4e;
 border: solid 2px #5f5f5f;
 border-right: solid 2px #3f3f3f;
 border-bottom: solid 2px #3f3f3f;
 margin: 0 10px 0 20px;
}

#navigation li a span {
 display: block;
 padding: 4px 15px;
 background:  url(/shared/modernminimalist/bg-nav-span-0.gif) no-repeat center right;
}

#navigation li a:hover {
 margin: 0 20px 0 10px;
 background-color: #181818;
 border: solid 2px #313131;
 border-right: solid 2px #020202;
 border-bottom: solid 2px #020202;
}

/* Active Navigation Links --------------------------- */

   /* TWO!! Now using .highlight class (which is added dynamically) to highlight current page */

         #navigation li a.highlight {
   float: left;
   background:  url(/shared/modernminimalist/bg-nav-a-hl-0.gif) no-repeat center left #d0d0d0;
   color: #000;
   border: solid 2px #dadada;
   border-right: solid 2px #c6c6c6;
   border-bottom: solid 2px #c6c6c6;
   margin: 0 20px 0 10px;
   cursor: default;
         }

  #navigation li a.highlight span {
   background:  url(/shared/modernminimalist/bg-nav-span-hl-0.gif) no-repeat center right;
  }

/* Basic HTML ----------------------------- */

h1, h2, h3, h4, h5 {
 font-family: "Rockwell","Tahoma", "Geneva",Serif;
 color: #000;
}
div, h1, h2, h3, h4, h5, ul, li, dl, dt, dd {
 margin: 0;
 padding: 0;
}
li { margin-left: 20px; }
blockquote {
 background: url(/shared/modernminimalist/quote-0.gif) no-repeat top left;
 padding: 0 15px 30px 50px;
 margin: 0;
}

dl { padding: 0 15px 30px 50px; }
dl dt { margin-bottom: 5px; font-weight: bold; }
dl dt a,
dl dt a:visited { text-decoration: underline; }
dl dd { margin-left: 24px; font-size: .85em; margin-bottom: 5px; }

/* Header elements -------------------------- */

h1 span { display:none; }

h2 { font-size: 1.75em; }

/* Links -------------------------------- */

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

a:hover { color: #09c; text-decoration: none; }
a img { border: 1px solid #fff; }
a:hover img { border: 1px solid #CA863D; }

/* images -------------------------- */

img { padding: 3px; border: 1px solid #ccc; }

/* Page Specific Stuff ----------------- */

.caption {
 text-align: right;
 margin: -15px 15px 15px 80px;
 color: #000;
 font-style: italic;
}
.caption a { font-weight: bold; }

.news_dash { color: #666; font-weight: normal; }

.date { color: #666; font-size: .8em; font-weight: normal; }

.notes,
.details {
 padding: 10px 15px 0 50px;
 margin: 10px 0 0 0;
 border-top: dotted 1px #000;
 }

.details { padding-bottom: 30px; }

.details .caption {
 color: #666;
 text-align:left;
 font-style: normal;
 margin: 0 0 15px 0;
 }

.entry { padding-bottom: 30px; }
.entry .details { padding-bottom: 0; }
.entry a,
.entry a:visited,
.details a,
.details a:visited { text-decoration: underline; }

#postForm {
 border-bottom: dotted 1px #000;
 padding: 0 15px 30px 0;
 margin: 0 0 30px 0;
 }

#postForm label {
 width: 200px;
 margin-right: 10px;
 text-align: right;
 color: #000;
 zoom: 1;
 position: relative;
 display: inline-block;
 vertical-align: top;
 }
#postForm .security_code_label,
#postForm #security_code { margin-top: 10px; }
#postForm img {
 margin: 5px 0 0 215px;
 border: 1px solid #000;
 display: inline-block;
}
#postForm form input,
#postForm form textarea {
 display: inline-block;
 vertical-align: top;
 width: 290px;
 margin: 0 0 7px 0;
 background: #f5f5f5;
 border: 1px solid #000;
 padding: .5em;
 }
#postForm form textarea { margin-bottom: 5px; }
#postForm input[type="submit"] { background: #000; color: #fff; margin-left:220px; }

a.guestbook_next,
a.guestbook_prev {
 float: right;
 display: block;
 padding: 4px 20px;
 background: #000;
 color: #fff;
}
a.guestbook_prev { float: left; }
a.guestbook_next:hover, a.guestbook_prev:hover { background: #09c; }
#guestbook_betw { display: none; }

/* IE SUCKS (all this just to clear some floats) -------------------------- */
.clearfix,
#content,
#navigation li
{
 display: inline-table;
/* Hides from IE-mac \*/
 height: 1%;
 display: block;
/* End hide from IE-mac */
}

html>body .clearfix,
html>body #content,
html>body #navigation li
{
 height: auto;
}

.clearfix:after,
#content:after,
#navigation li:after
{
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

#splashimage { text-align: center; margin: 100px auto; }
#splashimage a img { border: 0; }

body.flash_player_frame {
 background: #000;
}

