/* RESET */
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, trth, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-weight: inherit;*/
    /*font-style: inherit;*/
    font-size: 100%;
    /*font-family: inherit;*/
    vertical-align: baseline;
  }
  /* remember to define focus styles! */
  :focus {
    outline: 0;
  }
  body {
    line-height: 1;
    color: black;
    background: white;
  }
  ol, ul {
    list-style: none;
  }
  /* tables still need 'cellspacing="0"' in the markup */
  table {
    border-collapse: separate;
    border-spacing: 0;
  }
  caption, th, td {
    text-align: left;
    font-weight: normal;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: "";
  }
  blockquote, q {
    quotes: "" "";
  }

/* END of reset */

body {
  background: url(../img/pattern.gif) #d5e3f5;
  font-family: arial, helvetica, sans-serif;
  line-height: 1.4;
}

p {
  padding-bottom: 0.8em;
}

a {
 color: #6a91cc;
}

#header {
  background: url(../img/header-bg.gif) repeat-x;
}

#header-inner {
  height: 240px;
  margin: 0 auto;
  position: relative;
  width: 960px;
}

h1 a {
  background: url(../img/logo.gif);
  text-indent: -9999px;
  height: 100px;
  position: relative;
  left: 35px;
  top: 12px;
  width: 338px;
  display: block;
}

h3 {
  font-weight: bold;
}

.splash h2 {
  font-size: 2.4em;
  font-weight: bold;
  padding: 20px 20px 0 20px;
}

.splash h3 {
  font-size: 1.4em;
  font-weight: normal;
  padding: 5px 0 0 20px;
}

#header-inner ul {
  margin-left: 10px;
  position: absolute;
  bottom: 80px;
  background: url(../img/menu_border.gif) bottom repeat-x;
}

#header-inner li {
  margin-right: 5px;
}

#header-inner li a {
  background: url(../img/menu-item.gif) no-repeat;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  height: 18px;
  padding: 7px 0 11px 0;
  width: 130px;
}

#header-inner li a:hover {
  background-image: url(../img/menu-item-hover.gif);
}

#header-inner li.current a {
  background-image: url(../img/menu-item-current.gif) !important;
  color: #3e93cc;
}

#header-inner li.last { margin-right: 0; }

li a.get-started {
  background-image: url(../img/menu-get-started.gif) !important;
}

#header-inner li.current a.get-started {
  background-image: url(../img/menu-get-started-current.gif) !important;
  color: #51ab2e;
}

form#join-start-yearbook, #login {
  background: url(../img/top-form.gif) no-repeat;
  height: 70px;
  padding: 5px;
  width: 255px;
}

form#join-start-yearbook {
  position: absolute;
  top: 15px;
  right: 290px;
}

#login {
  position: absolute;
  top: 15px;
  right: 20px;
}

#login p {
  padding-bottom: 3px;
}

#login img {
  float: right;
  padding: 10px;
}

#entry-name {
  font-size: 1.1em;
  font-weight: bold;
}

#user-mail {
  font-size: 0.7em; 
}

#yb-name {
  font-size: 0.9em; 
}

#email-only {
  line-height: 1.3;
  padding: 5px;
}

#logout {
  position: absolute;
  bottom: 3px;
  right: 7px;
  font-size: 0.9em;
}

input#join-start-search, input#login-email, input#login-password {
  border: 1px solid #a7acca;
  padding: 2px 1px;
}

form#login input#login-email, form#login input#login-password {
  width: 95px;
}

a#forgotten {
  font-size: 0.8em;
  position: absolute;
  bottom: 8px;
  right: 15px;
}

#join-start-search {
  width: 200px;
}

#container {
  margin: 0 auto;
  position: relative;
  top: -80px;
  width: 940px;
}

.splash, #splash-canvas {
  position: relative;
  background: #fff;
  height: 300px;
  width: 940px;
}

#splash-home { background: url(../img/splash-how.jpg) no-repeat #fff; }
#splash-home-not-late { background: url(../img/splash-fan.jpg) no-repeat #fff; }
#splash-home-value { background: url(../img/splash-daos.jpg) no-repeat #fff; }
#splash-home-collages { background: url(../img/splash-collages.jpg) no-repeat #fff; }
#splash-home-trust { background: url(../img/splash-redmaid.gif) no-repeat #fff; }
#splash-demo { background: url(../img/splash-demo.jpg) no-repeat #fff; }
#splash-faqs { background: url(../img/splash-yearbooks.jpg) no-repeat #fff; }
#splash-testimonials { background: url(../img/splash-testimonials.gif) no-repeat #fff; }
#splash-infopack { background: url(../img/splash-infopack.jpg) no-repeat #fff; }
#splash-why { background: url(../img/splash-why.jpg) no-repeat #fff; }
#splash-yearbooks { background: url(../img/splash-example-pages.jpg) no-repeat #fff; }
#splash-newyearbook { background: url(../img/splash-newyearbook.jpg) no-repeat #fff; }
#splash-prices {#fff;}
#splash-about { background: url(../img/splash_team.jpg) no-repeat #fff; }
#splash-studentroom { background: url(../img/splash-studentroom.jpg) no-repeat #fff; }


#splash-prices p {
  font-size: 1.3em;
  padding-bottom: 5px;
  text-align: right;
}

#splash-prices p#legend {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  bottom: 50px;
  left: 105px;
  text-align: right;
}

#splash-contact {
  background: #fff url(../img/splash_contact.jpg) no-repeat;
  height: 260px;
  padding: 5px 15px 20px 20px;
  position: relative;
  width: 905px;
}

p#legend #standard {
  font-size: 0.8em;
  font-weight: normal;
}

input#copies, input#pages {
  font-size: 1em;
  padding: 0.1em;
  width: 2em;
  text-align: center;
}

.info-boxes {
  margin-top: 1em;
}

.info-boxes h3 {
  text-align: center;
}

.info-boxes p {
  font-size: 0.95em;
  margin: 3px 0 8px 0;
}

.info-boxes div {
  float: left;
  height: 240px;
  margin-right: 20px;
  padding: 5px;
  width: 210px;
}

.info-boxes .last, #content .last {
  margin-right: 0;
}

/* The 4-up images */
.box-blank { background: url(../img/box-blank.jpg) no-repeat; }

#box-home1 { background: url(../img/box-quality.jpg) no-repeat; }
#box-home2 { background: url(../img/box-value.jpg) no-repeat; }
#box-home3 { background: url(../img/box-create-online.jpg) no-repeat; }
#box-home4 { background: url(../img/box-fast.jpg) no-repeat; }

#box-books1 { background: url(../img/box-stitch-fold.jpg) no-repeat; }
#box-books2 { background: url(../img/box-paperback.jpg) no-repeat; }
#box-books3 { background: url(../img/box-laminated-col.jpg) no-repeat; }
#box-books4 { background: url(../img/box-leather-mungo.jpg) no-repeat; }

#box-demo1 { background: url(../img/box-photo-upload.jpg) no-repeat; }
#box-demo2 { background: url(../img/box-browse-pages.jpg) no-repeat; }
#box-demo3 { background: url(../img/box-chat.jpg) no-repeat; }
#box-demo4 { background: url(../img/box-edit-entry.jpg) no-repeat; }

#box-testimonial1 { background: url(../img/box-emanuel.jpg) no-repeat; }
#box-testimonial2 { background: url(../img/box-hull.jpg) no-repeat; }
#box-testimonial3 { background: url(../img/box-wrenn.jpg) no-repeat; }
#box-testimonial4 { background: url(../img/box-st_michael.jpg) no-repeat; }

#box-infopack1 { background: url(../img/box-infopack1.jpg) no-repeat; }
#box-infopack2 { background: url(../img/box-infopack2.jpg) no-repeat; }
#box-infopack3 { background: url(../img/box-infopack3.jpg) no-repeat; }
#box-infopack4 { background: url(../img/box-infopack4.jpg) no-repeat; }

#box-contact1 { background: url(../img/box-phone.jpg) no-repeat; }
#box-contact2 { background: url(../img/box-email.jpg) no-repeat; }
#box-contact3 { background: url(../img/box-chat.jpg) no-repeat; }
#box-contact4 { background: url(../img/box-door.jpg) no-repeat; }

#box-yearbooks1 { background: url(../img/box-setup.jpg) no-repeat; }
#box-yearbooks2 { background: url(../img/box-members.jpg) no-repeat; }
#box-yearbooks3 { background: url(../img/box-proof.jpg) no-repeat; }
#box-yearbooks4 { background: url(../img/box-enjoy.jpg) no-repeat; }

#box-prices1 { background: url(../img/box-free-collages.jpg) no-repeat; }
#box-prices2 { background: url(../img/box-free-awards.jpg) no-repeat; }
#box-prices3 { background: url(../img/box-free-cover-design.jpg) no-repeat; }
#box-prices4 { background: url(../img/box-free-delivery.jpg) no-repeat; }

#box-studentroom3 { background: url(../img/box-members.jpg) no-repeat; }

#content-outer {
  clear: both;
  position: relative;
  top: 1em;
}

#content {
  background: #fff;
  padding: 0 10px;
}

.column2, .column3 {
  font-size: 12pt;
}

.column1 {
  font-size: 9pt;
}

#content h2 {
  font-size: 18pt;
  padding-bottom: 10px;
}

#content h3 {
  font-size: 14pt;
  padding-bottom: 10px;
}

#content .column1 h3 {
  padding-bottom: 5px;
  font-size: 13pt;
}

#content h4 {
  padding-top: 5px;
}

.tb, .bb {
  height: 9px;
}

.tbf, .bbf {
  background: #fff;
  height: 9px;
  margin: 0 9px;
}

.tl, .tr, .bl, .br {
  background: url(../img/content-rounded.gif) no-repeat;
  position: absolute;
  height: 9px;
  width: 9px;
}

.tl {
  left: 0;
  top: 0;
}

.tr {
  background-position: top right;
  right: 0;
  top: 0;
}

.bl {
  background-position: bottom left;
  bottom: 0;
  left: 0;
}

.br {
  background-position: bottom right;
  bottom: 0;
  right: 0;
}

#header-inner li, #footer li {
  float: left;
}

#header-inner li a, #footer li a {
  display: block;
  text-align: center;
  text-decoration: none;
}

#footer {
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  top: 1em;
}

#footer ul {
  font-size: 0.9em;
}

#footer li {
  width: 16.6%;
}

#footer li a {
  background: #fff;
  color: #3e93cc;
  height: 25px;
  padding: 8px 0 4px 0;
}

#footer li a:hover {
  background: #3e93cc;
  color: #fff;
}

#footer li a.first {
  background: url(../img/footer-left.gif) no-repeat;
}

#footer li a.last {
  background: url(../img/footer-right.gif) right no-repeat;
}

#footer li a.first:hover {
  background: url(../img/footer-left-hover.gif) no-repeat;
}

#footer li a.last:hover {
  background: url(../img/footer-right-hover.gif) right no-repeat;
}

#footer p {
  color: #555;
  clear: both;
  font-size: 0.75em;
  padding-top: 1em;
  text-align: center;
}

.column3 {
  float: left;
  margin-right: 40px;
  width: 680px;
}

.column2 {
  float: left;
  margin-right: 40px;
  width: 440px;
}

.column1 {
  float: left;
  margin-right: 40px;
  width: 200px;
}

.clear { clear: both; }

.password-hint {
  background: #fff url(../img/password.gif) 3px 6px no-repeat;
}

#prices-form {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 245px;
}

#prices-form img {
  float: right;
}

#yearbook-prices { 
  position: absolute;
  right: 15px;
  top: 10px;
}

#yearbook-prices div.yearbook-type {
  background: #eee;
  border: 1px solid #999;
  color: #333;
  float: left;
  height: 240px;
  margin-top: 14px;
  width: 160px;
}

#pb, #lh, #le {
  position: relative;
  left: -1px;
}

.yearbook-type#le {
  border-right: 1px solid #999 !important;
}

.prices {
  text-align: center;
}

.info {
  font-size: 0.5em !important;
}

.prices {
  margin-top: 10px;
  line-height: 0.5;
  font-size: 1.8em;
  font-weight: bold;
}

.price {
  font-size: 1em;
  line-height: 1.5;
}

.pence {
  font-size: 0.7em;
}

#prices-more-info {
  position: absolute;
  bottom: 12px;
  right: 15px;
  font-size: 8pt;
}

.messages {
  padding: 10px;
  font-weight: bold;
  background: #eee;
  color: #0073BA;
}

.error {
  background: #ff0;
  border: 1px #f00 solid;
  color: #000;
}

.yearbook-type .info {
  color: #555;
  font-size: 0.75em;
  margin: 0.5em 0;
  text-align: center;
}

p#quote {
  background: url(../img/arrow.png) 205px 15px no-repeat;
  padding-right: 50px;
  font-size: 1.5em;
  font-weight: bold;
  height: 55px;
  padding-bottom: 15px;
  text-align: center;
}

img {
  display: block;
}

label {
  font-weight: bold;
}

#contact-form {
  position: absolute;
  left: 22px;
  top: 35px;
}

#splash-contact div.error {
  border: 1px solid #f00;
  margin: 3px 180px 0 0;
  padding: 2px;
}

#splash-contact div.status {
  background: #ddd;
  border: 1px solid #ccc;
  margin: 3px 180px 0 0;
  padding: 2px;
}

#contact-form input {
  padding: 0.2em;
}

#contact-form-first {
  float: left;
  padding: 2.1em 0 0 5px;
  text-align: right;
}

#contact-form-first label {
  display: block;
  margin: 0 0 1em 0;
}

#contact-form-second {
  float: left;
  padding: 9px 0 0 15px;
}

#contact-form .button {
  font-size: 1.1em;
  padding: 0.15em 0.8em;
}

.right {
  text-align: right;
}

a.create-now-button {
  position: absolute;
  left: 80px;
  bottom: 25px;
  background: #ff8a00;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  font-size: 1.2em;
  border: 5px #f6e37f solid; 
}

a.create-now-button:hover {
  color: #ff8a00;
  background: #fff;
}

/* Flip yearbook */

  #flip-yearbook {
    position: absolute;
    top: 0;
    right: 0;
    height: 300px;
    width: 418px;
  }

  #flip-yearbook img:hover {
    cursor: pointer;
  }
  
  #page-left {
    position: absolute;
    top: 5px;
    right: 209px;
    width: 204px;
    height: 290px;
  }

  #page-right {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 204px;
    height: 290px;
  }
  
  #infopack-left {
    float: left;
  }
  
  #infopack-right {
    
  }
  
  #infopack {
    border: 1px solid #ccc;
    width: 560px;
    padding: 5px;
    margin: 0 auto;
  }

/* /yearbooks */

  #join-search-form {
    position: absolute;
    bottom: 60px;
    left: 60px;
    padding: 5px;
    background: #ff8a00;
    border: 5px #f6e37f solid; 
  }

  #join-search-name {
    font-size: 1.4em;
  }

  #join-search-submit {
    font-size: 1.4em;
  }

/* /newyearbook */

  #splash-newyearbook form {
    padding: 10px;
  }

  #splash-newyearbook label {
    display: block;
    margin-top: 10px;
  }

  #splash-newyearbook label.desc {
    display: inline;
    margin-top: 0;
  }

  #splash-newyearbook .desc {
    font-size: 9pt;
    color: #777;
  }

  #newyearbook-left {
    position: absolute;
    top: 45px;
    left: 20px;
    width: 290px;
  }

  #newyearbook-middle {
    position: absolute;
    top: 0;
    left: 310px;
    width: 290px;
  }

  #newyearbook-right {
    position: absolute;
    top: 0;
    right: 10px;
    width: 290px;
  }

  #newyearbook-submit {
    background: #FFEA82;
    border: 1px solid #d7ae56;
    font-weight: bold;
    padding: 5px;
    font-size: 14pt;
    cursor: pointer;
    margin-top: 10px;
  }

  #newyearbook-submit:hover {
    background: #fff3b5;
  }

  #captcha-img {
    display: inline;
    vertical-align: bottom;
  }

  #splash-newyearbook h2 {
    font-size: 18pt;
    padding: 10px;
  }

  .big {
    font-size: large;  
  }

  .tall {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }

  .column1 .tall {
    margin-left: 0;
  }

/* inline testimonials/quotes */

  .inline-testimonial {
    float: right;
    padding: 5px;
    margin: 10px;
    margin-right: 0;
    width: 250px;
    background: #eee;
    border: 1px #bbb solid;
    clear: both;
  }

  .column1 .inline-testimonial {
    width: 188px;
    margin-left: 0;
  }

  .inline-testimonial a, .inline-testimonial a:visited {
    text-decoration: none;
    color: red;
  }

  .inline-testimonial .open-quotes {
    font-size: 30pt;
    font-family: georgia, serif;
    color: #999;
    font-weight: bold;
  }

  .inline-testimonial .quote {
    font-weight: bold;
    display: block;
    margin-top: -32pt;
    text-indent: 30px;
    color: #000;
    font-size: 9pt;
  }

  .inline-testimonial .who {
    font-style: italic;
    display: block;
    text-align: right;
    color: #999;
    margin-top: 5px;
    font-size: 9pt;
  }
  
  #content.plain {
    padding-top: 1em;
  }
  
  .big-link img {
    display: inline;
  }
  
  .big-link {
    background: #eee;
    padding: 0.8em;
    margin: 1em;
    text-align: center;
  }

  .big-link a, .big-link a:visited {
    text-decoration: none;
    border-bottom: #aaa 1px solid;
    font-weight: bold;
  }
  
  #download-quote {
    display: none;
    margin-top: 7px;
  }
  
  #overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    height: 100%;
    width: 100%;
  }
  
  #modal {
    background: #fff;
    left: 300px;
    top: 200px;
    position: absolute;
    display: none;
    padding: 1em;
    width: 600px;
  }
  
  #modal input.text, #modal select {
    padding: 0.2em;
  }
  
  #modal #button {
    margin-top: 0.5em;
  }
  
  #modal-close {
    background: url('/allyearbooks/yearbook/img/close-modal.png') no-repeat;
    cursor: pointer;
    height:29px;
    position:absolute;
    right: -8px;
    top: -8px;
    width: 25px;
  }

  #staff {
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    padding: 0 4px;
    border-left: 2px #fff solid;
    border-bottom: 2px #fff solid;
    z-index: 100;
    font-size: 10pt;
    font-weight: bold;
  }

  #staff a {
    color: #fff;
    text-decoration: none;
  }

  #staff a:hover {
    color: #ccc;
  }
  
  h4 {
    font-size: 1.2em;
  }
  
  .timestamp {
    color: #999;
    font-size: 0.95em;
    margin: 0;
    padding: 0;
  }
  
  .twitter {
    margin-bottom: 0;
  }
  
  #contact-us {
    padding: 1em 0 0 20px;
  }
  
  #contact-us a {
    background: #F7E696;
    border: 3px solid #F4DC5E;
    color: #3E93CC;
    display: block;
    float: left;
    font-weight: bold;
    font-size: large;
    padding: 0.75em 1em;
  }
  
  #contact-us a:hover {
    background: #F4DC5E;
  }
  
  .yearbook-terms {
    background: #fff;
    border: 1px inset #ccc;
    height: 7em;
    line-height: 1.25em;
    padding: 0.25em;
    overflow-y: scroll;
    width: 30em;
    white-space: pre-wrap;
  }
  
  .content-column1 {
    float: left;
    margin-right: 1%;
    width: 48%;
  }

#twitter {
  background: url(../img/tweeter.gif) no-repeat right top;
  padding-top: 1em;
}

hr {
  background: #ccc;
  border: none;
  height: 1px;
}

.img-right {
  float: right;
}

#splash-canvas {
  position: relative;
}

.splash-alternative {
  display: none;
}

.splash-alternative, .splash-first {
  position: absolute;
  top: 0;
}

ul#splash-togglers {
  position: absolute;
  top: 278px;
  left: 0;
  z-index: 200;
}

#splash-togglers li {
  float: left;
  background: #999;
  color: #fff;
  margin-right: 5px;
  padding: 0 5px;
  font-size: 12pt;
  font-weight: bold;
}

#splash-togglers li:hover, #splash-togglers li.toggler-active {
  background: #ddd;
  color: #000;
}

.hidden {
  display: none;
}

form.netpromoter label {
  margin-right: .5em;
}
