/* DIGITAL template stylesheet

 graphic design: Discmakers desgin team (www.discmakers.com)
 interactive design, coding, additional graphics: Andrew Tay (www.andrewtay.com) June 2009
 
 MASTER FILE &#40;blue variation&#41;
 
*/

/* --- GLOBAL PAGE SETTINGS --------------------------------------------------------- */

 html, body, div {margin: 0; padding: 0}  /* clears block margins/padding */
 img     {border: none;}    /* clears all image borders */
 
/* (mostly) firefox defaults, for other browser's benefit */
 
 p, blockquote   {margin: 1em 0;} 
 ul, ol     {margin: 1em 0 1em 35px; padding: 0;} 
 h2      {margin: .83em 0;}
 h3      {margin: 1em 0;} 

    
/* --- GENERAL PAGE LAYOUT -------------------------------------------------------------- */

html {
   background: #d1dfe1 url(/shared/digital/background-blue.gif) center 264px repeat-x;
 }
 body {
  background: url(/images/Faded_Theory_Quins_banner_resized.jpg) top center repeat-x;
  text-align: left; 
    }


/* ACCESSIBILITY */   

/* This is the band logo */   
#accessibility {
 position: absolute;
 top: 85px;
 left: 50%;
 margin-left: -455px;
 width: 190px;
 height: 150px;
background: url(/images/Faded_Banner-cropped-bandlogo.png) center center no-repeat;
 text-indent: -9999px;
 z-index: 400;
 } 
 
 
/* CONTAINER */
    
#container {
 position: relative;   /* this serves as a reference for #banner */
 width: 970px;
 margin: 0 auto;
   }

  
/* BANNER */

/* This div places the background for the tops of both #navigation and #content */ 
#banner {
 padding: 90px 0 15px 275px;
 background: url(/shared/digital/navcontenttop-gray.png) center 54px no-repeat;
 }
 /* Ultra-Safe Hack for IE6: replaces alpha-transparent PNG with transparent GIF */
 * html #banner {
  _background: url(/shared/digital/navcontenttop-gray.gif) center 54px no-repeat;  
  }  
 
 /* Photo - This is the band name at the top of the page */
 #banner .photo {
  width: 658px;
  margin-bottom: 15px;
  padding: 5px 0;
  border: 1px solid #8da7ab;
  background: url(/shared/digital/bandname-blue.png) top left repeat-y;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  }

 /* Band - This is the photo at the top of the page */
 #banner .band {
  width: 658px;
  border: 1px solid black;
  }
  #banner .band span {
   display: block;
   height: 175px;
   margin: 10px;
background: url(/images/Faded_Theory_Quins_blacklogo-ignore-bandphoto.jpg);
   text-indent: -9999px;
   }

   
/* NAVIGATION */ 

#navigation {
 float: left;
 width: 220px;
 margin-top: 239px; 
 padding: 0 10px 0 15px;
 background: url(/shared/digital/navigation-gray.png) top left repeat-y;
 display: inline;   /* cures IE6 doubled-margin float bug */
 }    
 /* Ultra-Safe Hack for IE6: replaces alpha-transparent PNG with transparent GIF */
 * html #navigation {
  _background: url(/shared/digital/navigation-gray.gif) top left repeat-y;  
  }  

 #navigation ul {
  margin: 0; 
  padding: 0 15px;
  font-size: 14px;
  text-align: center;
  list-style: none;
  }
  #navigation li {
   }
   #navigation li a {
    display: block;
    margin-top: 10px;
    padding: 4px 3px;
    line-height: 22px;
    }
    /* Ultra-Safe Hack for IE6: gives hasLayout, preventing a spacing bug */
    * html #navigation li a {
     _height: 1px;    /* this gives IE6 hasLayout without affecting layout */
     }

   
/* CONTENT */
    
#content {
 min-height: 350px;
 margin: 0 0 0 245px;
 padding: 1px 35px 15px 30px;  /* padding-top: 1px prevents margin collapsing */
 background: url(/shared/digital/content-gray.png) top left repeat-y;
 }
 /* Ultra-Safe Hack for IE6: applies min-height, replaces alpha-transparent PNG with transparent GIF */
 * html #content {
  _height: 350px;   /* IE6 treats this as min-height */
  _background: url(/shared/digital/content-gray.gif) top left repeat-y; 
  }  

 
/* EMAIL SIGNUP */

#emailsignup {
 clear: both;     /* always stays below #navigation */
 float: left;
 width: 220px;
 padding: 40px 10px 0 15px;
 height: 80px;
 background: url(/shared/digital/emailsignup-gray.png) bottom left no-repeat;
 text-align: center;
 display: inline;    /* cures IE6 doubled-margin float bug */
 }  
 /* Ultra-Safe Hack for IE6: replaces alpha-transparent PNG with transparent GIF */
 * html #emailsignup {
  _background: url(/shared/digital/emailsignup-gray.gif) top left repeat-y;  
  }  

 
/* FOOTER */
 
#footer  {
 height: 60px;
 margin-left: 245px;
 padding-left: 30px;
 background: url(/shared/digital/footer-gray.png) bottom left no-repeat;
 }
 /* Ultra-Safe Hack for IE6: replaces alpha-transparent PNG with transparent GIF */
 * html #footer {
  _background: url(/shared/digital/footer-gray.gif) bottom left no-repeat;  
  }  
 #footer p {
  width: 658px;
  margin: 0 15px 0 0;
  padding: 4px 0 6px 0;
  border: 1px solid #8da7ab;
  background: url(/shared/digital/bandname-blue.png) top left repeat-y;
  color: #666 !important;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  }

/* FIXES FOR IE6 3px FLOAT OFFSET BUG */  

* html #banner .photo,
* html #banner .band,
* html #content {
 _position: relative;
 _left: -3px;    /* moves #content 3px to the left, where it should be */
 _margin-right: -3px;  /* restores lost 3px of #content width */
 }  
  
   
/* --- Text Styles & Minor Placement Adjustments ------------------------------- */

body {
 color: black;
 font: 11px Verdana, Arial, sans-serif;
 }

h1 {
 color: #203a55;
 margin-top: 0;   /* for browser consistency */
 font: italic bold 20px Verdana, Arial, sans-serif;
 border-bottom: 1px solid #8da7ab; 
 padding-bottom: 3px;
 }
 
h2, h3, h4 {
 font-weight: bold;
 }

h2 {
 text-transform: uppercase;
 color: #20325b;
 font-size: 1.25em;
 }

h3 {
 color: #576476;
 font-size: 1.1em;
 }

p, .notes {
 line-height: 1.2;
 }
 
#footer p {
 font-weight: bold;
 text-transform: uppercase;
 } 

 
/* --- Link Styling & Form Elements ------------------------------------------------ */

/* general links */
a    {font-weight: bold; text-decoration: underline;}
 a:link   {color: #72888c;} 
 a:visited {color: #8ba5aa;}
 a:hover   {color: #596d80;} 
 a:active  {color: white;}
  
/* navigation links */
#navigation li a     {text-decoration: none;}
 #navigation li a:link   {color: white; background: #98b5ba;}
 #navigation li a:visited {color: white; background: #98b5ba;}
 #navigation li a:hover   {color: white; background-color: #8faaaf;}
 #navigation li a:active  {color: black;}

 #navigation li a span {
  }
  #navigation li a:hover span {
   }
   
 /* highlight current page */
 #navigation li a.highlight {
  background: #596d80 !important;
  }
  #navigation li a.highlight span {
   }

/* email signup form elements */
#emailsignup form {
 color: #203954;
 font: bold 13px Verdana, Arial, sans-serif;
 line-height: 1.5;
 text-transform: uppercase;
 }
 /* this affects both the entry box and the button */
 #emailsignup input {
  width: 50px;
  }
  #emailsignup input:hover {
   }
 /* this is the entry box */
 #emailsignup input#list_email {
  width: 100px;
  margin-right: 4px;
  color: #666;
  background: #eee;
  } 
  #emailsignup input#list_email:focus {
   color: #444 !important;
   background: #f6f6f6 !important;  /* makes entry field slightly lighter when it has focus */
   } 

/* --- PAGE-SPECIFIC STYLES --------------------------------------------------------------------------------- */

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

/* HOME */
.home img {
 display: block;
 margin: 1em 0;
 }

/* CONTACT */
.contact .name   {font-weight: bold;}
.contact .entry ul  {list-style: none;}
.contact .entry li {padding-bottom: .15em;} 
 
/* CALENDAR */
#calendar .entry {
 margin: 0 0 2.3em 0;
 }
 /* Ultra-Safe Hack for IE6: gives hasLayout, curing potential rendering bugs */
 * html #calendar .entry {
  _height: 1px;     /* doesn't affect layout since IE6 treats this as min-height */
  }

 #calendar .entry .details {
  margin-left: 20px;
  }
  #calendar .entry h4 {
   font-size: 1em;
   margin-bottom: 0.5em;
   }
 
/* LINKS */
.links h3 {
 font-style: normal;
 } 
.links dl {
 margin-left: 20px;
 }

/* PRESS */

.press .entry {
 }
 .press .entry .caption {
  text-align: right;
  margin-right: 75px;
  font-style: italic;
  }
  
/* PHOTOS */
.photos dt {
 font-weight: bold;
 font-size: 1.15em;
 margin: 0 0 0.8em 0; 
 } 
.photos dd {
 margin: 0 0 1.7em 0; 
 padding: 0;
 } 

/* MUSIC */
.music .details .artist {
 color: black;
 font-weight: bold;
 }
 
/* GUESTBOOK */
/* guestbook entry form */
#postForm  {
 width: 400px;
 margin: 18px auto 25px auto;
 }
 /* general entry fields */
 #postForm input#gbname,
 #postForm input#gbaddress,
 #postForm textarea,
 #postForm input#security_code {
  display: block;
  width: 388px;
  padding: 2px 5px;
  border: 1px solid #aaa;
  color: #666;
  background: #f6f6f6;
  margin-bottom: 10px;
  }
  #postForm textarea {
   height: 100px;
   margin-bottom: 0 !important;  /* forces browser constistency */
   overflow-y: auto;      /* auto-hides scrollbar in ie */
   }
  #postForm input#gbname:focus,
  #postForm input#gbaddress:focus,
  #postForm textarea:focus,
  #postForm input#security_code:focus {
   color: #444 !important;
   background: #eee !important;  /* makes entry field slightly darker when it has focus */
   } 
 
 /* captcha image */ 
 #postForm #gbimage {
  position: absolute;
  margin-top: 10px;       /* replaces lost margin-bottom from #gbcomment */
  }
 /* captcha "security code" text label */ 
 #postForm .security_code_label {
  display: block;
  margin-top: 10px;       /* replaces lost margin-bottom from #gbcomment */
  width: 220px !important;
  margin-left: 120px;
  }
 /* captcha entry field */ 
 #postForm input#security_code {
  width: 268px !important;
  margin-left: 120px;
  }
 /* submit button */
 #postForm input[type="submit"] {
  margin-top: 10px;
  width: 400px;
  }

/* previous guestbook entries */  
#guestbook .entry {
 padding: 2px 10px 2px 5px;
 margin-bottom: 10px;
 }    
 #guestbook .entry h2 {
  font-size: 100%;
  color: #81807E;
  padding-bottom: 4px;
  margin-bottom: 0;
  border-bottom: 1px solid #B9B8B7;
  }
 #guestbook .entry h3 {
  font-size: 85%;
  color: #81807E;
  text-align: right;
  margin: 0; padding: 0;
  }

 

