/*
---------------------------
Hostbaby Wizard Template Design
author: Amber Orenstein
http://www.2is3.com
version: "Modern Minimalist" April 2009
---------------------------

modernminimalist-umberleft.css

DESIGNER KIT VERSION: Image URLs start with url(/shared/...) instead of url(/shared/...)

*/

body {
	background: url(/shared/modernminimalist/bg-2f.jpg) no-repeat top center #7b1600;
	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/tree-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-2f.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-2f.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: #fc9;
}

#footer { padding-bottom: 75px; }

#footer p { padding: 20px 640px 0 20px; color: #421004; 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-2.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-2.gif) no-repeat center left #181818;
	border: solid 2px #313131;
	border-right: solid 2px #020202;
	border-bottom: solid 2px #020202;
	margin: 0 10px 0 20px;
}

#navigation li a span {
	display: block;
	padding: 4px 15px;
	background:  url(/shared/modernminimalist/bg-nav-span-2.gif) no-repeat center right;
}

#navigation li a:hover {
	margin: 0 20px 0 10px;
	background-color: #4e4e4e;
	border: solid 2px #5f5f5f;
	border-right: solid 2px #3f3f3f;
	border-bottom: solid 2px #3f3f3f;
}

/* 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-2.gif) no-repeat center left #f0ab47;
			color: #000;
			border: solid 2px #f6ce92;
			border-right: solid 2px #c69143;
			border-bottom: solid 2px #c69143;
			margin: 0 20px 0 10px;
			cursor: default;
         }

		#navigation li a.highlight span {
			background:  url(/shared/modernminimalist/bg-nav-span-hl-2.gif) no-repeat center right;
		}

/* Basic HTML ----------------------------- */

h1, h2, h3, h4, h5 {
	font-family: "Rockwell","Tahoma", "Geneva",Serif;
	color: #fff;;
}
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-2.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: #fff;;
	text-decoration: none;
}

a:hover { color: #f0ab47; 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: #fff;;
	font-style: italic;
}
.caption a { font-weight: bold; }

.news_dash { color: #fc9; font-weight: normal; }

.date { color: #fc9; 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: #fc9;
	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: #fff;;
	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 #ccc;
	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: none;
	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: #f0ab47; color: #000 }
#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;
}

