/* 
	Designed by David Kobrenski, Black Bear Moon www.blackbearmoon.com  -  Campton New Hampshire USA
	
	Bugfixed by Andrew Tay (www.andrewtay.com) for HostBaby.com May 2007 
   All styles that have been changed are indented
	
	- styled all images (namely the one on the home page) like those on the photo page
	- added min-height to #content div, hacked (safely) for IE6, which was never heard of min-height

*/


/*<group=main structural elements>*/

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: rgb(242,237,226) url(/shared/parchment/brown-paper.jpg) repeat 0px 0px;
	color: #191919;
	font: 13px Georgia, Times New Roman, Times, serif;
}

#accessibility {
	display: none;
}

#container {
	position: relative;
	text-align: center;
	width: 822px;
	margin: 0px auto 0 auto;
	padding-top: 35px;
	}
	
/*</group>*/

/*<group=main content elements>*/

#content {
	position: relative;
	background: transparent url(/shared/parchment/brown-content_bck.jpg) repeat-y center top;
	text-align: left;
	margin: 0px;
	padding: 84px 36px 6em 280px;
	z-index: 10;
	width: 822px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 506px; /* actual value */
}

html>body #content {
	width: 506px;	
}

			/* NEW!! These improve appearance by keeping the design larger than the nav list */
			
			#content				{min-height: 400px;}
			*html #content		{height: 400px;}			/* NEW!! safelt hacked for IE6; it treats this like min */

#emailsignup {
	position: absolute;
	text-align: right;
	font-size: 12px;
	top: 97px;
	right: 32px;
	z-index: 110;
	margin-right: -15px;
}

#emailsignup input {
	margin: 0 4px;
}

#footer {
	margin: 0;
	padding: 0;
	padding-top: 1px;
	width: 822px;
	height: 21px;
	background: transparent url(/shared/parchment/brown-footer_bck.jpg) no-repeat center top;
}
	
/*</group>*/

/*<group=banner area>*/

#banner {
	font-size: 2.5em;
	position: relative;
	z-index: 15;
	text-align: left;
	width: 822px;
	margin: 0px auto;
	padding: 0 0 20px 0;
	background: transparent url(/shared/parchment/brown-top_bck.jpg) no-repeat center bottom;
	}

#banner .photo {
	height: 145px;
	margin: 0px;
	padding: 0px;
background: transparent url(/images/GreenChobyInConcert2-cropped-userimage.jpg) no-repeat 0px 0px;
	border: 1px solid rgb(211,205,200);
	position: absolute;
	left: 36px;
	top: 0px;
	z-index: 15;
	width: 225px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 223px; /* actual value */
}

html>body banner .photo {
	width: 223px;
}

#banner .band span {
	display: block;
	padding-left: 280px;
	color: rgb(45,43,39);
	font-style: normal;
	letter-spacing: 6px;
	text-transform: lowercase;
}

#banner .photo span {
	display: none;
}
	
/*</group>*/

/*<group=basic html elements>*/

p, li, dt, dd, #content .entry {
	line-height: 1.6em;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

form {
	margin: 0;
}

img {
	border: none;
}

a:link {
	color: rgb(137,71,26);
	text-decoration: none;
}

a:visited {
	color: rgb(137,71,26);
	text-decoration: none;
}

a:hover {
	color: rgb(149,115,91);
	padding-bottom: 3px;
	border-bottom: 1px dashed rgb(157,129,110);
}

a:active {
	
}

h1, h2, h3 {
	color:  rgb(68,60,48);
	margin-top: 0;
}

h1 {
	font-size: 18px;
	letter-spacing: 2px;
}

h2 {
	font-size: 17px;
	letter-spacing: 1px;
}

h3 {
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 3px;
}

h4 {
	font-weight: normal;
	font-size: 1em;
}

dl {
	position: relative;
}

dt {
	color: rgb(103,96,91);
	font-style: italic;
	margin: 0 0 6px 0;
	padding-left: 36px;
	background: transparent url(/shared/parchment/brown-bullet.gif) no-repeat 0 6px;
}

dd {
	margin: 0 0 24px 0;
}

			/* NEW!! originally these styles were for "dd img" only; now they're generall for all images and then
				the margin-bottom is set back to 0 for dd img (which appears on the photos page) */
				
         img {
         	border: 1px solid rgb(211,205,200);
         	padding: 6px;
				margin-bottom: 1em;
         }
			
			dd img {
				margin-bottom: 0;
			}

address {
	font-style: normal;
}

table {
	padding: 0;
	margin-bottom: 12px;
}

hr {
	color: rgb(211,205,200);
	background-color: rgb(211,205,200);
	height: 1px;
	border: 0;
}

input, textarea {
	font: 12px Georgia, Times New Roman, Times, serif;
	padding: 2px 4px;
	border-top: 1px solid rgb(103,96,91);
	border-left: 1px solid rgb(103,96,91);
	border-right: 1px solid rgb(211,205,200);
	border-bottom: 1px solid rgb(211,205,200);
	background-color: rgb(245,244,244);
}

input:focus, textarea:focus, input:hover, textarea:hover {
	background-color: white;
}

input:active {
	color: rgb(252,250,246);
	background-color: rgb(211,205,200);
}

blockquote {
	line-height: 1.9em;
	text-indent: 28px;
	margin: 0;
	padding: 0px 6px;
}
	
/*</group>*/

/*<group=navigation area>*/

#navigation ul {
	position: absolute;
	background: rgb(234,230,228) url(/shared/parchment/brown-destinations.gif) no-repeat 50% 10px;
	text-align: left;
	padding-top: 48px;
	left: 36px;
	top: 200px;
	border: 1px solid rgb(211,205,200);
	z-index: 11;
	width: 225px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 223px; /* actual value */
}

html>body #navigation ul {
	width: 223px;
}

#navigation li {
	font-size: 14px;
	padding-bottom: 1px;
}

#navigation li a {
	display: block;
	color: rgb(103,96,91);
	margin: 0;
	padding: 5px 0 5px 12px;
	text-decoration: none;
	letter-spacing: 1px;
}

#navigation li a:hover {
	background-color: white;
	color: rgb(24,22,20);
	border: none;
}

/* -- selected links --*/

.home #navhome, .blog #navblog, .index #navindex, .music #navmusic, .contact #navcontact,   .press #navpress, .news #navnews, .photos #navphotos, .guestbook #navguestbook,  .links #navlinks, .calendar #navcalendar, .bio #navbio, .products #navproducts {
	background: rgb(211,205,200) url(/shared/parchment/brown-bullet_here.gif) no-repeat 95% 50%;
	font-style: italic;
	color: rgb(24,22,20);
}

.home #navhome:hover, .blog #navblog:hover, .index #navindex:hover, .music #navmusic:hover, .contact #navcontact:hover,   .press #navpress:hover, .news #navnews:hover, .photos #navphotos:hover, .guestbook #navguestbook:hover,  .links #navlinks:hover, .calendar #navcalendar:hover, .bio #navbio:hover, .products #navproducts:hover {
	background: rgb(211,205,200) url(/shared/parchment/brown-bullet_here.gif) no-repeat 95% 50%;
	font-style: italic;
	color: rgb(24,22,20);
}

	
/*</group>*/

/*<group=content area>*/

#content p {
	margin-top: 0;
}

.entry {
	margin-bottom: 1em;
}

#content h2 span.date, #guestbook h3  {
	display: block;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: normal;
}

.entry .name {
	font-weight: bold;
}

.entry ul {
	border-left: 3px solid rgb(211,205,200);
	margin-left: 10px;
	padding-left: 8px;
}
.entry li {
	margin: 2px 0px;
}
	
/*</group>*/

/*<group=page-specific style>*/

.press .entry  {
	background: transparent url(/shared/parchment/brown-bullet.gif) no-repeat 0 6px;
	margin-bottom: 18px;
	padding: 0px;
}

.caption {
	text-align: right;
	font-style: italic;	
}

.details {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

.details .artist {
	font-style: italic;
}

.details ul {
	position: relative;
}

.details li {
	margin: 2px 0px;
	padding-left: 16px;
	background: transparent url(/shared/parchment/orange-music_note.gif) no-repeat 0px 50%;
}

#calendar .entry {
	position: relative;
	margin-bottom: 18px;
	padding: 0;
	background: transparent url(/shared/parchment/brown-bullet.gif) no-repeat 0 6px;
}

#calendar h2 {
	margin: 0 0 3px 0;
	padding-left: 36px;
	padding-bottom: 3px;
	border-bottom: 1px solid rgb(211,205,200);
}

#calendar h3 {
	margin: 0;
	font-style: italic;
}

#calendar h3, #calendar h4 {
	margin: 0;
}

#calendar .details {
	margin-bottom: 0;
}

#calendar p {
	color: rgb(103,96,91);
	font-style: italic;
}

.products table h2, .products table p {
	margin: 0;
}

.products img {
	display: block;
	padding: 3px;	
}

.products a img {
	border: 1px solid white;
}

.products a:hover img {
	border: 1px solid rgb(211,205,200);
}

#postForm form {
	position: relative;
	border: 1px solid rgb(211,205,200);
	background: rgb(250,251,253) url(/shared/parchment/brown-bullet.gif) no-repeat 98% 10px;
	padding: 8px;
	height: 320px;
}

 #postForm label, #postForm textarea {
	display: block;
}

#postForm input, #postForm textarea {
	margin: 6px 0 12px 0;
	width: 300px;
}

#postForm textarea {
	height: 75px;
}

/* Captcha stuff */
#postForm img#gbimage {
	width: 100px;
	float: left;
	margin-bottom: 1px;
	padding: 0px;
}

#postForm label.security_code_label {
	width: 300px;
	margin-left: 10px;
	float: left;
}

#postForm input#security_code {
	width: 189px;
	float: left;
	margin-left: 10px;
}

#postForm input[type=submit] {
	width: 311px;
	text-align: center;
	clear: both;
}

#guestbook .entry {
	background: transparent url(/shared/parchment/brown-grad_bck.jpg) no-repeat 0 0;
	margin: 24px 0;
	padding: 8px 0 0 8px;
}

#guestbook .entry h2 {
	font-size: 14px;
	margin: 0;
}

#guestbook .entry h3 {
	margin: 0;
}

#guestbook blockquote {
	color: rgb(103,96,91);
	text-indent: 0px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

.links dt h3 {
	display: inline;
	font-size: 14px;
	font-style: normal;
	margin: 0;
}

.links h2 {
	width: 500px;
	color: rgb(68,60,48);
	font-size: 14px;
	background: transparent url(/shared/parchment/brown-grad_bck.jpg) no-repeat 0 0;
	padding: 8px 0 14px 8px;
}

.links a:hover {
	border-width: 0;
}

.links a:hover h2 {
	color: rgb(149,115,91);
	border-width: 0px;
}
	
/*</group>*/

/*<group=section-specific image replacement>*/

h1 {
	height: 84px;
	width: 822px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-image: url(/shared/parchment/brown-welcome.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 12;
}

.home h1, .index h1, .list h1 {
	background-image: url(/shared/parchment/brown-welcome.jpg);
}

.contact h1 {
	background-image: url(/shared/parchment/brown-contact.jpg);
}
.calendar h1 {
	background-image: url(/shared/parchment/brown-calendar.jpg);
}
.guestbook h1 {
	background-image: url(/shared/parchment/brown-guestbook.jpg);
}

.links h1 {
	background-image: url(/shared/parchment/brown-links.jpg);
}
.music h1 {
	background-image: url(/shared/parchment/brown-music.jpg);
}
.news h1 {
	background-image: url(/shared/parchment/brown-news.jpg);
}
.photos h1 {
	background-image: url(/shared/parchment/brown-photos.jpg);
}
.press h1 {
	background-image: url(/shared/parchment/brown-press.jpg);
}
.bio h1 {
	background-image: url(/shared/parchment/brown-bio.jpg);
}
.products h1 {
	background-image: url(/shared/parchment/brown-store.jpg);
}
h1 span {
	display: none;
}
	
/*</group>*/

/*<group=TWEAKS>*/

.press #content, .calendar #content, .guestbook #content, .music #content {
	padding-bottom: 200px;
}

.contact #content, .links #content, .products #content {
	padding-bottom: 270px;
}
	
/*</group>*/

#splashimage { text-align: center; margin: 100px auto; }
#splashimage a img { border: 0; }



