@charset "utf-8";
/*  
Title: 	  Hostbaby Loudspeaker
Version:  1.0 (2008-02-16)

Created:  2008-02-16
Modified: 2008-02-16
*/

/* -- Style reset -- */
* {padding:0; margin:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,embed,object,form,fieldset,label,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:none;}
address,caption,code,em,strong,th{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a img { border: none; }
a { outline: none; } /* Removes Firefox imposed outline */
object, embed { display: inline; }


/* -- Layout & key style -- */
body { background: #333 url('/shared/loudspeaker/ls-bkg-page-gray.jpg'); color: #666; font: 12px normal Arial, Helvetica, sans-serif; line-height: 15px; }
a:link, a:visited { color: #663333; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

#accessibility { height: 1px; text-indent: -9999px; }
#container { margin: 0 auto; width: 800px; }
#content { background: url('/shared/loudspeaker/ls-bkg-col.png') repeat-y 0 0; min-height: 225px; padding: 55px 210px 15px 55px; }
#footer { background: url('/shared/loudspeaker/ls-bkg-ftr.png') no-repeat 0 0; clear: both; font-size: 12px; padding: 30px; text-align: center; }
#emailsignup { display: block; font-size: 12px;	margin: 0 0 0 60px;	position: absolute;	top: 300px;	width: 160px; z-index: 2; }

#navigation { background: url('/shared/loudspeaker/ls-nav-hdr.png') no-repeat top right; /*float: right; */margin: 343px 0 0 612px; padding: 60px 0 0; position: absolute; top: 0px; width: 142px; }
#navigation ul { margin: 0 12px 0 0; }
#navigation li { display: block; list-style: none; text-align: right; }
#navigation li a { color: #663333; display: block; font-size: 11px; letter-spacing: .5px; line-height: 14px; padding: 0 35px 0 0; text-decoration: none; text-transform: uppercase; }
#navigation li a:hover { color: #000; background: url('/shared/loudspeaker/ls-ico-plug.png') no-repeat right 4px; }
.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: url('/shared/loudspeaker/ls-ico-plug.png') no-repeat right 4px; }

#banner { height: 336px; }
#banner .photo {
	height: 312px; padding: 0 auto;	width: 800px; z-index: 0; }
#banner .band {	background: url('/shared/loudspeaker/ls-hdr-frame-gray.png') no-repeat 0 0; height: 340px; margin: 0 auto; position: absolute; top: 0; width: 800px; z-index: 1; }
#banner .band span { display: none; }
#banner .photo span { display: none; }

h1 { margin: 0 0 0 454px; position: absolute; top: 303px; width: 235px; z-index: 2; }
h2 { background: url('/shared/loudspeaker/ls-h2-speaker-gray.png') no-repeat 0 0; padding: 4px 0 12px 43px; margin: 0 0 14px; }

h1, h2, #navigation { font-family: Impact, Charcoal, sans-serif; }
h1 { color: #000; font-size: 14px; letter-spacing: .5px; text-align: center; text-transform: uppercase; }
h2 { color: #000; font-size: 24px; line-height: 24px; }
h2 a, h2 a:visited { text-decoration: none; }
h2 a:hover { text-decoration: underline; }
h3 { color: #666; font-size: 18px; margin: 0 10px; }
h4 { font-size: 14px; margin: 4px 0 0 0; }
ul { padding: 0; margin: 0 0 0 30px; list-style: disc; }
blockquote { margin: 0 10px; padding: 9px 0;}

#content p{ padding: 0 0 15px 10px; }
#emailsignup input { border: 1px solid #999; color: #666; font-size: 11px;	margin: 0 4px 0 0; padding: 1px 4px; }
#list_submit:hover { background: #eaeaea; border: 1px solid #666; color: #666; } 


/* -- Section-specific style -- */
.notes { padding: 0 0 15px 10px; }
.calendar h3 { padding: 0 0 0 20px; }
.calendar .date { margin: 0 15px 0 30px; }
.calendar td { color: #666;	padding: 3px 0; }
.guestbook h2 {	color: #000; font-size: 18px; margin: 0 10px; }
.guestbook h3 { font-size: 12px; padding: 0 0 0 43px; }
#postForm {	margin: 0 0 30px; padding: 10px; height: 300px; }
#postForm label { color: #666; display: block; margin: 0 auto 1px auto; padding: 3px; width: 300px; }
#postForm input, #postForm textarea { background: #eaeaea; border: 1px solid #999; color: #666; display: block; font: 12px normal Arial, Helvetica, sans-serif; margin: 0 auto 10px auto; padding: 1px 4px; width: 300px; } 
#postForm input:hover, #list_submit:hover { background:#f1f1f1; border: 1px solid #333; color: #333; }

/* Captcha stuff */ 
#postForm img#gbimage {
	width: 100px;
	float: left;
	margin-top: 5px;
	margin-left: 107px;
}

#postForm label.security_code_label {
	width: 200px;
	margin-left: 10px;
	float: left;
}

#postForm input#security_code {
	width: 180px;
	float: left;
	margin-left: 10px;
	background: #fff;
}

#postForm input[type=submit] {
	text-align: center;
	margin-top: 10px;
	clear: both;
}

input#gbname, input#gbaddress, textarea#gbcomment { background: #fff; }
input#gbname:hover, input#gbaddress:hover {  background:#fff; border: 1px solid #999; color: #666; }
.links dt { padding: 0 0 0px 0px; font-size: 14px; }
.links dl { padding: 0 0 15px 10px; }
.links dd { padding: 0 0 15px 15px; }
.music h2 { background: none; padding: 4px 0 3px;}
.music h3 {	margin: 0 0 0 30px; }
.music .artist, .music .caption { color: #666; display: inline;	padding: 0 15px 0 0; }
.music #content ul { list-style-type: none;	padding: 0;	margin: 10px 0 0; }
.details { margin: 0 0 15px 30px; }
.mp3_hifi, .mp3_lofi,
.m3u_hifi, .m3u_lofi,
.m3u_hifi_clip, .m3u_lofi_clip { background: url('/shared/loudspeaker/ls-btn-music.png') no-repeat 0 2px; line-height: 21px; padding: 2px 0 2px 20px; }
.photos img { background: #663333; padding: 9px; }
.photos dl { padding: 0; }
.photos dt { font-size: 12px; padding: 0 0 10px; text-align: center; }
.photos dd { text-align: center; margin: 0;	padding: 0 0 30px; }
.press .caption { margin: 0 40px 0;	padding: 0; }
.products .caption { padding: 10px 0 0; }
.entry { margin: 0 0 15px; }
.entry .name, .entry .act {	font-size: 18px; margin: 0 0 0 30px; }
.entry ul {	margin: 10px 0 0 60px; }

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


