/*******************************************************************************
NEARLY ANY AND ALL GLOBAL & DEFAULT STYLES ARE SET IN base.css
MOST STYLES CAN BE OVERWRITTEN HERE IN style.css

NOTES & THINGS TO KEEP IN MIND ABOUT base.css & style.css:
  ALL MARGINS & PADDING ARE RESET TO EITHER 0 OR A GLOBAL DEFUALT THAT YOU CAN
  OVERWRITE IN THIS STYLE SHEET

  FONT-SIZE IS SET TO A DEFAULT OF 12px
  FONT-COLOR IS SET TO A DEFAULT OF #333, OVER-WRITE THE COLOR BELOW
*******************************************************************************/


@import "base.css";


/* BASIC STRUCTURE
*******************************************************************************/
html, body { background:#246d8e; }
body { background:#246d8e; }

#container { margin:0 auto; padding:0; width:950px; }

/* LINKS - DEFAULT COLORS ARE SET IN BASE.CSS, CHANGE THESE COLORS AS NEEDED.
*******************************************************************************/
a:link, a:visited { color:#6b6b6b; }
a:hover { color:#6b6b6b; }

/* BASIC FORM STYLES
*******************************************************************************/
input, textarea { color:#333; }


/* HEADER
*******************************************************************************/
#header { width:950px; height:129px; background:transparent url(/assets/images/foundersday/header.jpg) no-repeat top;}
   #header a.header-link { display:block; width:944px; height:123px; text-decoration:none; }
      #header a.header-link span { visibility:hidden; }


/* SUBHEADER
*******************************************************************************/
#subheader { width:950px; height:37px; background:#a3353c url(/assets/images/foundersday/subheader.gif) no-repeat top; }

#subheader a.tickets-link { float:right; display:block; margin:13px 18px 0 0; width:50px; height:10px; text-decoration:none; }
      #subheader a.tickets-link span { visibility:hidden; }

#subheader a.home-link { float:right; display:block; margin:13px 18px 0 0; width:50px; height:10px; text-decoration:none; }
      #subheader a.home-link span { visibility:hidden; }


/* MEDIA
*******************************************************************************/
#media { width:950px; height:93px; background:transparent url(/assets/images/foundersday/media-bg.jpg) repeat-x top; border-bottom:2px solid #a3353c; }
   #media #tickets { margin:0 0 0 20px; padding:10px 0 0 0; }
   #media #tickets .ticket-title { margin:24px 0 4px 30px; }
   #media #tickets .button { float:left; }
   #media #music-player { float:right; width:172px; height:93px; }

#media #soj { float:right; margin:0 0 0 23px; padding:0; width:455px; height:93px; }
   #media #soj .zia-form-elements { }
   #media #soj .softjoin_ttl { display:none; }

#media .zia-form-element-wrapper label { display:none; }
   #media .zia-form-element-wrapper input { width:118px; background:#f1e7d8; }
      #media .zia-form-element-wrapper input#submit { width:68px; }

#media #zia-form-element-wrapper-softjoin_form-first_name, 
#media #zia-form-element-wrapper-softjoin_form-postal_code, 
#media #zia-form-element-wrapper-softjoin_form-email, 
#media #zia-form-element-wrapper-softjoin_form-submit { float:left; margin:0 3px 0 0; }

img.foundersday-soj { margin:20px 0 -10px 0; }

ul.errors { width:118px; margin:0; padding:0; font-size:11px; }

/* CONTENT
*******************************************************************************/
#content                                     { background:#fff; }
#content #main                         { width:683px; padding:0; background:#ffffff url(/assets/images/foundersday/main-bg.jpg) repeat-x top; }
#content #main                         { height:expression(1986+"px"); } /* EDIT THIS IF RIGHT NAV CONTENT CHANGES */
   #content #main #copy             { margin:0 0 0 53px; padding:34px 0 0 0; width:574px; }
      #content #main #copy .float-left            { float:left; margin:0 35px 10px 0; }
      #content #main #copy .float-right            { float:right; margin:0 0 0 35px; }
      #content #main #copy .button-left            { float:left; margin:0 10px 110px 0; cursor:default; }
#content #main #copy p           { color:#6b6b6b; line-height:20px; }
   #content #main #copy p .title { text-transform:uppercase; font-size:16px; font-weight:bold;  color:#a3353c; }
   #content #main #copy p .title-reg { font-size:16px; font-weight:bold;  color:#a3353c; }

#content #right { float:right; padding:0 0 52px 0; width:267px; min-height:824px; background:#3b728d url(/assets/images/foundersday/right-bg.jpg) repeat-x top; }
*html #content #right { margin:0 0 0 -3px; }
   #content #right .artist-description { margin:0 0 0 58px; width:190px; font-size:11px; color:#000000;  text-align:left; line-height:18px; }
   #content #right p { margin:15px 0 0 25px; width:225px; font-size:12px; color:#000000;  text-align:left; line-height:18px; }
   #content #right p.title { margin:35px 0 0 25px; font-size:16px; font-weight:bold;  color:#000000; }

.clear { clear:both; }

/* TICKET FORM */
.price-per-block { float:left; }
   .price-per-block label { color:#6b6b6b; line-height:20px; }
   .price-per-block input { width:55px; background:#f1e7d7; }
.ticket-quantity-block { float:left; margin:0 0 0 20px; }
   .ticket-quantity-block label { color:#6b6b6b; line-height:20px; }
   .ticket-quantity-block input { width:30px; background:#f1e7d7; }
.google-checkout { display:block; text-align:center; }

   
/* FOOTER
*******************************************************************************/
#footer { margin:0; font:bold 11px; color:#ffffff; background:#246d8e; border-top:19px solid #a3353c; text-align:center; }
   #footer a { color:#ffffff; text-align:center; }
#footerlinks { display:none; }
.footerblurb { margin:0 0 20px 0; }
   .footerblurb img { display:none; }

#footer .eho-logo { margin:15px 0 10px 0; }

/* MISC
*******************************************************************************/
.italic { font-style:oblique; }
.on-sale-now { font-weight:bold; font-size:13px; }
.important { font-weight:bold; color:#ff0000; }
