/* 
	Designed by Stacy Bias (www.hostbaby.com)
	
	Bugfixed by Andrew Tay (www.andrewtay.com) for HostBaby.com July 2007 
   Styles that have been changed are indented

	- many fixes to the way h1 is displayed, correcting the following problems: 1) in Opera, h1 was sitting too
	  low by about 7px due to the margin not being set to 0; 2) in IE5, half of the h1 was cut off due to a
	  box-model problem
	- now using floats to control navigation layout; before, it was display: inline; which was consistent in
	  every browser except for Opera
	- made blockquotes look more consistent across browsers (especially Opera) by declaring margin values
	  based on Firefox's browser defaults
	- eliminated a bug in which IE5 thought the blockquotes on the .press page should only be 66px wide, due to
	  a couple unnecessary and invalid (unitless) height and width declarations that other browsers ignore
	- added standard code for positioning splash page images
	- removed an unecessary hack from #content

	NEW VARIATION: using plain text headers instead of graphic headers.
		
*/


/* main style sheet */

         blockquote {
			  margin: 1em 40px;		/* NEW!! This is a common browser default; now we force Opera to do the same */
           }

body {
  margin: 0px;
  padding: 0px;
  background-attachment: fixed;
  color: #666633;
  text-align: center;
  font-family: arial,helvetica,sans-serif;
  background: #000033 url(/shared/prisonchic/denim_bodybg3.gif) repeat-y 50%;
  }

html>body {
  background: #000033 url(/shared/prisonchic/denim_bodybg3.gif) repeat-y 50%;
  }

div#accessibility {
  position: absolute;
  font-size: 1px;
  left: -1000px;
  top: -1000px;
  }
  
a {
  text-decoration: underline;
  font: bold 11px verdana,sans-serif;
  padding: 0px 0px 0px 10px;
  }

a:link {
  color: #000033;
  }

a:visited {
  color: #000033;
  }

a:hover {
  color: #99CCFF;
  background: #000033;
   }

a:active {
  color: #000033;
  }

div#container {
  background: transparent url(/shared/prisonchic/denim_top.gif) no-repeat;
  width: 669px;
  margin: 0px auto;
  text-align: left;
  padding: 70px 0px 0px 0px;
  position:relative;
  }

div#navigation {
  position: absolute;
  left: 510px;
  top: 30px;
  width: 155px;
  }

div#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
	
  }

			/* NEW!! The spacing between lines was greatly reduced in Opera. This code works consistently in all
				major browsers. */
			  
         div#navigation li {
			  float: left;						/* NEW!! More consistent between browsers, easier to control spacing */
			  height: auto; 					/* NEW!! For vertical spacing when using floats */
           list-style: none;
           padding-right: 10px;			/* NEW!! Was 10px; this matches the original appearance */
        /* display: inline;					NEW!! Not needed with floats */
           margin: 0px;
           }

         div#navigation li a { 
			  line-height: 10px;				/* NEW!! Controls text position in each li float */
           text-decoration: none;
           font: bold 10px verdana,sans-serif;
        /* padding: 0px 0px 0px 5px; 		NEW!! This doesn't do anything, so goodbye */
           }

div#navigation li a:link {
  color: #000033;
  }

div#navigation li a:visited {
  color: #000033;
  }

div#navigation li a:hover {
  color: #99CCFF;
  background: #000033;
   }

div#navigation li a:active {
  color: #000033;
  }

div#emailsignup {
  position: absolute;
  top: 215px;
  right: 0px;
  padding: 25px 0px 0px 0px;
  font: bold 8pt verdana,sans-serif;
  color: #E0F0FF;
  width: 155px;
  background: url(/shared/prisonchic/denim_email.gif) no-repeat;
  }

div#emailsignup input {
  margin: 0px 0px 0px 7px;
  border: 1px solid #000033;
  font: bold 8pt verdana,sans-serif;
  color: #000000;
  padding: 2px 3px;
  }

div#emailsignup input[type="text"] {
  }

div#emailsignup input[type="submit"] {
  }

div.entry {
  margin: 20px 0;
  text-align: justify;
  }

div#banner  div.photo span { display: none; }

			/* NEW!! This must be removed for plaintext headers to appear 
			div#content h1 span { visibility:hidden; } 
			*/

div#banner div.photo {
  	width: 504px;
	height: 150px;
background: transparent url(/images/UUBonniGrand07_cropped-cropped-big504x150.jpg) no-repeat;
	position: relative;
	top: 14px;
	left: 0px;
	border-bottom: 6px;
	border-top: 6px;
	border-right: 0px;
	border-left: 0px;
	border-thickness: 1px;
	border-color: #000033;
	border-style: solid;
	font: 0px sans-serif;
	
  }

div#banner div.band {
  position: absolute;
  left: 0px;
  top: 48px;
  width: 507px;
  height: 80px;
  white-space: nowrap;
  overflow: auto;
  text-align: left;
  text-transform: uppercase;
  font: bold 26pt impact,verdana,sans-serif;
  color: #FFF;
  letter-spacing: 5px;
  padding: 0px 0px 0px 20px;
    }

			/* NEW!! h1 styling has been modified for plain text headers */
				
         #content h1 {
         	position: absolute;
         	top: 248px;					/* NEW!! was 253px; but needs to be higher for plain text headers */
         	left: 2px;
				margin: 0;					/* NEW!! for some reason, Opera was giving it a margin by default. */
         	color: #fff;
				text-transform: uppercase;
				letter-spacing: 1px;
				font: 24px impact, haettenschweiler, "arial black", "arial narrow", sans-serif;
				padding-left: 30px;
         	background: url(/shared/prisonchic/plaintext-denimbars.gif) 0% 5px no-repeat;
         	}

			#content h1 span {			
            display: block;
				padding-right: 30px;
				background: url(/shared/prisonchic/plaintext-denimbars.gif) 100% 5px no-repeat;
            }

	
div#content li a {
  text-decoration: none;
  font: bold 11px verdana,sans-serif;
  padding: 0px 0px 0px 10px;
  }

div#content li a:link {
  color: #000033;
  }

div#content li a:visited {
  color: #000033;
  }

div#content li a:hover {
  color: #99CCFF;
  background: #000033;
   }

div#content li a:active {
  color: #000033;
  }

/*	
body.home #content h1 {
background:url(/shared/prisonchic/denim_hdr_home.gif) no-repeat;
}
body.bio #content h1 {
	background:url(/shared/prisonchic/denim_hdr_bio.gif) no-repeat;
}
body.music #content h1 {
	background:url(/shared/prisonchic/denim_hdr_music.gif) no-repeat;
}
body.contact #content h1 {
	background:url(/shared/prisonchic/denim_hdr_contact.gif) no-repeat;
}
body.press #content h1 {
	background:url(/shared/prisonchic/denim_hdr_press.gif) no-repeat;
}
body.news #content h1 {
	background:url(/shared/prisonchic/denim_hdr_news.gif) no-repeat;
}
body.calendar #content h1 {
	background:url(/shared/prisonchic/denim_hdr_calendar.gif) no-repeat;
}
body.photos #content h1 {
	background: url(/shared/prisonchic/denim_hdr_photos.gif) no-repeat;
}
body.products #content h1 {
	background:url(/shared/prisonchic/denim_hdr_store.gif) no-repeat;
}
body.guestbook #content h1 {
	background:url(/shared/prisonchic/denim_hdr_guestbook.gif) no-repeat;
}
body.links #content h1 {
	background:url(/shared/prisonchic/denim_hdr_links.gif) no-repeat;
}
*/
			
div.entry h2, div.entry h3 {
  padding: 10px 0 0 0;
  font: bold 16px sans-serif;
  text-align: left;
  width: 500px;
  height: 35px;
  color: #E0F0FF;
  background:url(/shared/prisonchic/denim_h3back.gif) no-repeat;
 
  }

div#content h2 {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  }

div#content h3 {
  font-size: 14px;
  background:url(/shared/prisonchic/denim_h3back.gif) no-repeat;
  }

div#content h4 {
  font-size: 12px;
  }

         div#content {
           width: 600px;
           margin: 90px 0px 30px 40px;		/* NEW!! margin-top was 80px but was always meant to be 90px */
           padding: 0;
           font: normal 10pt arial,sans-serif;
           color: #E0F0FF;
           }
			  
       /* NEW!!  
         html>body div#content {
           margin-top: 90px;
           }
			*/
         

body.contact div#content ul {
  padding: 0px;
  margin: 10px 0px;
  }

body.contact div#content li {
  display: block;
  padding: 0px 0px 0px 24px;
  margin: 0px;
  }

form {
  margin:0px;
  }

body.photos dt {
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 20px;
  text-align: center;
  font: bold 10pt verdana,sans-serif;
  }

body.photos dd {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  text-align: center;
  padding: 5px 0px 10px 0px;
  }

body.photos img {
  border: 1px solid #E0F0FF;
  }

div#footer {
  background: transparent url(/shared/prisonchic/denim_footer.gif) no-repeat;
  padding: 8px 0px 0px 0px;
  width: 670px;
  height: 36px;
  font: bold 8pt verdana,sans-serif;
  color: #E0F0FF;
  text-align: center;
  position: relative;
  left: 0px;
  top: 0px;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: auto;
  }

html>body div#footer {
  width: auto;
  }

/* music */
body.music div.details {
	padding-bottom:10px;
}
body.music div.artist {
	font-size:.85em;
	line-height:normal;
	display:block;
}

/* press */

			/* NEW!! This eliminates a bug in which IE5 thought the blockquotes dhould only be 66px wide. */
			
         body.press div.entry blockquote {
           margin:0px;
           padding: 30px;
         /* height: 66; 		NEW!! No units, so these were always ignored by browsers except for IE5 */
         /* width: 66; 			NEW!! No units, so these were always ignored by browsers except for IE5 */
			  background: transparent url(/shared/prisonchic/denim_quote.gif) no-repeat 0px 0px;
         }
			
body.press div.entry .caption {
	margin:10px;
	font-weight:bold;
}

div#calendar div.entry h3 {
  background: none;
  padding: 0px;
  margin: 0px;
  }

  div#calendar div.entry h2 {
  padding: 10px;
  margin: 0px;
  }
  
  div#calendar div.entry h4 {
  background: none;
  padding: 0px;
  margin: 0px;
  }
  
  
/* products */
body.products hr {
	display:none;
}

 
div#postForm {
  border: 1px solid #000;
  min-height: 296px;
  align: center;
  }

div#postForm label {
  margin: 5px;
  font: bold 10pt arial,sans-serif;
  padding: 6px 9px;
  width: 312px;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 312px;
  }

/* Captcha stuff */
div#postForm img#gbimage {
	width: 100px;
	display: block;
	margin: auto;
}

html>body div#postForm label {
  width: 294px;
  }

div#postForm input {
  width: 308px;
  height: 22px;
  margin: 5px;
  }

div#postForm textarea {
  width: 308px;
  height: 95px;
  margin: 5px;
  }

/* guestbook */
body.guestbook div#postForm {
	border:solid 1px #E0F0FF;
	width: 320px;
	padding:0px;
	margin: 0 0 0 110px;
	text-align:center;
}
body.guestbook div#postForm input, body.guestbook div#postForm textarea {
	margin-top:5px;
	width:265px;
}

div#guestbook div.entry h3 {
  background: none;
  display: inline;
  padding: 0px;
  margin: 0px;
  }

/* -- 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 {
	text-transform: uppercase;
	color: #E0F0FF;
  	background: #FFFFFF;
}


			/* NEW!! minor tweaks for splash page images */

         #splashimage { text-align: center; margin: 100px auto; }
         #splashimage a img { border: 0; } 
			

