/* 
	Designed by designer: Petrik de Heus, Four Fifty Four www.four54.com  -  Amsterdam  Netherlands
	
	Bugfixed by Andrew Tay (www.andrewtay.com) for HostBaby.com April-July 2007 
   All styles that have been changed are indented
	
	- for #content div, using a mixture of max-width and percentage margins was causing positioning and box size
	  inconsistencies for IE6, IE7 and even Firefox. Now uses normal width: 380px; and float: left;. The 
	  only advantage for max-width was to prevent horizontal scrolling on resolutions less than 800px wide, but
	  those days are over now.
	- minor tweaks to improve layout on home pages that contain images or #calendars

*/


/* =========== LAYOUT =========== */


/* Basic HTML Elements */
body {
	padding: 0;
	margin: 0;
	text-align: center;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
form {
	margin: 0;
}

/* main structural elements */
#accessibility {
	position: absolute;
	left: -9999px;
}
#container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}


/* -- navigation -- */
#navigation {
    background: #000 url(/shared/rockcity/city-bg2.jpg) center bottom repeat-x;
    text-align: center;
    margin: 0 auto;
    padding-top: 120px;
}
#navigation ul {
	margin: 0;
	padding: 10px;
	list-style: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigation li {
    padding-right: 10px;
    display: inline;
}
#navigation li a {
    color: #fff;
	text-decoration: none;
	white-space: no-wrap;
	padding: 1px 0px 1px 2px;
}
#navigation li a:hover {
    text-decoration: underline;
}

               #content {
						float: left; 		/* NEW!! making this a float solves problems w/ left margin in IE */
						display: inline; 	/* NEW!! fixes IE6 doubled-margin float bug: www.positioniseverything.net */
                  text-align: left;
               	margin: -20px 0 -20px 47%;	/* something about 47% margin interferes with max-width in FF */
               	padding: 10px;
               	padding-right: 20px;
               	width: 380px;		/* NEW!! used to be a max-width, which IE6 can't read, interferes w/ 47% */
                  min-height: 350px;
                  height: 350px;
               }
					
					
div[id] #content {
    height: auto;
}
#content p {
    margin-left: 0;
    margin-right: 0;
}
#content h1 {
	padding-top: 40px;
	margin: -30px 0 15px 0;
}


#emailsignup {
	position: absolute;
	top: 540px;
	right: 55%;
    width: 160px;
	height: 80px;
	padding-top: 10px;
	color: #fff;
	text-align: center;
	background: url(/shared/rockcity/email-bg2.gif) right top no-repeat;
}
div>#emailsignup {
	line-height: 20px;
}


#emailsignup input {
    margin: 2px;
}

#emailsignup input[type=text] {
    border: 1px #666 inset;
    background: #666;
}
#emailsignup input[type=submit] {
    border: 2px #ccc outset;
    background: #999 url(/shared/rockcity/content-bg.jpg);
    width: 35px;
    color: #fff;
}

/* -- banner area -- */

         #banner {
             color: #000;
             font-size: 1px;
				 text-indent: -10000px;			/* NEW!! improves text hiding */
         }

#banner .band span {
	margin: 0 auto;
    height: 90px;
	display: block;
}
#banner .band {
    display: block;
    height: 150px;
    background: url(/shared/rockcity/logo-bg2.gif) repeat-x bottom left;
}
#banner .photo {
	position: absolute;
	top: 285px;
	right: 55%;
    height: 220px;
    width: 50%;
background: url(/images/bandshadow-339x245.jpg) no-repeat top right;
}
#banner .photo span{
    background: url(/shared/rockcity/photo-bg2.gif) no-repeat bottom right;
    height: 250px;
    width: 100%;
	display: block;
}


/* =========== STYLE =========== */


/* -- basic html elements -- */
body {
	font: 80% georgia, "Times New Roman", times, serif;
	color: #333;
	background: #fff url(/shared/rockcity/content-bg2.jpg) center top repeat;
	margin:0;
	padding: 0;
}
a {
	color: #6C93AF;
}
img {
    border-color: #666;
}
a:hover {
	color: #69c;
}
h1 {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.3em;
	margin-bottom: 1em;
}
h2 {
	text-transform: lowercase;
	color: #2F4250;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
}
h3 {
	font-size: 15px;
	margin: 0;
}
h4 {
	font-size: 14px;
	font-style: italic;
	margin: 2px 0 10px 0;
	color: #000;
}
ul {
	padding: 0;
	margin: 0 0 0 30px;
	list-style-type: square;
}
p {
	line-height: 1.3;
}

input,select, textarea {
    background: #999 url(/shared/rockcity/content-bg.jpg) center top repeat;
    color: #fff;
    border-width: 1px;
}
input[type=text],select, textarea {
    border: 1px #8F908E inset;
    background: #000;
}
input[type=submit] {
    border: 2px #8F908E outset;
    background: #8F908E url(/shared/rockcity/content-bg.jpg);
}

/* layout tweaks */

#footer {
	margin: 0;
	padding: 20px 0 50px 0;
	text-align: center;
	clear: both;
	color: #8F908E;
	background: url(/shared/rockcity/footer-bg2.gif) left top repeat-x;
}
#footer p {
	margin: 0px;
	font-size: 0.8em;
}

/* -- emailsignup --*/
#emailsignup {
	padding: 8px;
}

/* -- content area --*/
#content .entry {
	margin: 0 0 30px 0;
	clear: left;
}
.entry .name, .entry .act {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	margin: 5px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #636D73;
}
.entry .act {
    margin-left: 5px;
}
.entry ul {
	margin-top: 10px;
}
.entry li {
	line-height: 20px;
}
.details {
	margin: 0 20px 0 30px;
}

/* -- section-specific style -- */
#navigation a {
	color: #fff;
}
#navigation a:hover {
	color: #fff;
}
.home p, .index p {
	margin: 0 0 1.5em 0;
	line-height: 130%;
}
.contact ul {
	list-style: none;
}
.contact h2 {
    letter-spacing: 5px;
}
#postForm {
	height: 300px;
	margin: 0 0 35px 0;
	padding: 0px;
}
#postForm input, #postForm label, #postForm textarea {
	display: block;
	width: 300px;
	margin: 0 0 10px 0;
}
#postForm input:focus, #postForm textarea:focus {
    background: #333;
}
#postForm label {
	padding: 3px 0;
	margin-bottom: 1px;
	font-style: italic;
}

/* Captcha stuff */
#postForm img#gbimage {
	width: 100px;
	float: left;
	margin-top: 3px;
	margin-bottom: 10px;
}

#postForm label.security_code_label {
	width: 150px;
	margin-left: 15px;
	float: left;
}

#postForm input#security_code {
	width: 185px;
	float: left;
	margin-left: 15px;
}

#postForm input[type=submit] {
	clear: both;
	text-align: center;
}

.guestbook h2 {
	margin: 0 0 2px 0;
	padding: 1px 1px 1px 0px;
	letter-spacing: 0;
	font-size: 1.1em;
}
.guestbook h2 a {
	text-transform: lowercase;
	font-weight: normal;
}
.guestbook h3 {
	margin: 0;
	padding: 10px 0 0 0;
	font-weight:normal;
	font-size: 1em;
	text-transform: uppercase;
}
.guestbook blockquote {
    font-style: italic;
    margin: 10px 0;
    padding: 0;
}
.guestbook .entry {
    border-bottom: #ccc dotted 1px;
}
.guestbook p:first-letter {
    font-size: 1.2em;
}
.links h2 {
	margin: 0 0 20px 0;
}
.links dl {
	margin: 0 0 25px 0;
}
.links dd {
	margin-bottom: 5px;
}
.music h2 {
	font-size: 1.3em;
}
.music h2 {
	margin-top: 40px;
	padding-bottom: 10px;
	letter-spacing: 5px;
}
.music h3 {
    text-transform:uppercase;
	font-weight: normal;
	margin: 5px 0 5px 0;
}
.music h3 a {
    text-decoration: none;
    font-weight: normal;
}
.music .details {
	margin: 0 0 15px 0;
}
.music .artist {
	color: #CE7100;
}
.music .artist, .music .caption {
	display: inline;
	text-size: 0.7em;
	padding-right: 10px;
}
.music .description {
	line-height: 150%;
	font-style: italic;
	border-bottom: solid 1px #797982;
}
.music #content ul {
	list-style-type: none;
	padding: 5px 10px;
	margin: 10px 0;
}
.music #content li a {
	font-weight: bold;
}
.music .m3u_hifi_download, .music  .m3u_lofi_download,
.music .m3u_hifi_clip, .music .m3u_lofi_clip {
	padding: 5px 0 5px 25px;
	background: url(/shared/rockcity/ico-play.gif) no-repeat center left;
	display: block;
}
.photos img {
	border: solid 1px #999;
	padding: 4px;
	background: url(/shared/rockcity/content-bg.jpg);
}
.photos dl {
	margin: 0 20px;
	padding: 0;
}
.photos dt {
	padding: 5px;
	margin: 20px 0 1px 0;
}
.photos dd {
	margin: 0;
	padding: 0;
}
.press h2 {
	margin-left: 0;
	margin-right: 0;
	letter-spacing: 5px;
}
.press .caption {
    text-align: right;
	margin: 0 0 40px 0;
	padding: 0 5px 0 20px;
}
.press blockquote {
    font-style: italic;
    margin: 10px 0;
    padding: 0;
}
.press .entry {
    border-bottom: #ccc dotted 1px;
}
.links h3 a {
	font-size: 0.9em;
}

			/* NEW!! Before, these were styled at the page level (using body.calendar or .calendar for short).
			Now that calendars can also appear on the	home page, they are styled using div#calendar or
			#calendar for short. Calendars are always contained within a #calendar div, no matter what page
			they're on. Good, no? */

         #calendar h2 {
         	font-size: 1.1em;
         	text-transform:uppercase;
         	font-style: normal;
         }
         #calendar h2 a {
             font-weight:normal;
         }
         #calendar h3 {
         	font-weight: bold;
         	font-variant: small-caps;
         	font-size: 1.1em;
         	margin: 2px;
         }
         #calendar h4 {
             margin: 0;
             padding: 0;
         }

/* -- 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 {
	color: #fff;
	font-weight: bold;
}

			/* NEW!! minor tweaks for home page images and #calendars */

         .home img {margin: 1em 0; display: block;}	/* NEW!! display: block triggers margin collapse */

         .home .details {margin-bottom: 1em;}
			

#splashimage { text-align: center; margin: 100px auto; }
#splashimage a img { border: 0; }



