/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}



html {
  background-color: #000;
  color: white;
  font-family: Helvetica, Verdana, sans-serif;
}

body {
  margin: 0 auto;
  width: 960px;
}

label {
  font-size: 14px;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 10px 0;
}
h2 {
  font-family: Georgia, serif;
  font-size: 1.4em;
  font-style: italic;
}
strong {
  font-weight: bold;
}

a, a:link {
  color: #C1272D;
}
a:hover {
  color: red;
}

.cta {
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border: 1px solid #AAA !important;
  background: #EEE url('/images/tab_bg.png') repeat-x top center !important;
  color: #000 !important;
  cursor: pointer !important;
  font-weight: bold !important;
  padding: 7px !important;
  text-decoration: none !important;
}
    .cta:hover {
      border: 1px solid #C1272D !important;
      background-color: maroon !important;
      background-image: none !important;
      color: #FFF !important;
    }
.primary_cta {
    border: 1px solid #000 !important;
    background-image: none !important;
    background-color: #C1272D !important;
    color: #FFF !important;
}
.secondary_cta {
    color: #555 !important;
    background-image: none !important;
    border: 1px solid #DDD !important;
}
    .secondary_cta:hover {
        color: #333  !important;
        background-color: #CCC !important;
        border: 1px solid #333 !important;
    }
    .primary_cta:hover {
        color: white !important;
        border: 1px solid #F00 !important;
    }


.clr {
  clear: both;
}

/* Model Validation Errors */
.fieldWithErrors {
  padding: 2px;
  background-color: #C1272D;
  display: table;
}

#nav {
  height: 125px;
  position: relative;
}
#left {
  float: left;
}
#left #logo {
  bottom: 20px;
  position: relative;
  right: 37px;
}
#left a:hover {
  border: none;
  text-decoration: none;
}
#right {
  float: right;
}
  #right a,
  #right a:link,
  #right a:hover {
    color: white;
    text-decoration: none;
  }

  #right #top {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  #right #top a {
    font-weight: bold;
    text-decoration: underline;
  }
  
  #right #bottom {
    background-color: #C1272D;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #right #bottom li {
    border-right: 1px solid maroon;
    float: left;
  }
  #right #bottom li.last {
    border-right: none;
  }
  #right #bottom li a {
    display: block;
    padding: 10px 20px;
    position: relative;
  }
    #right #bottom li a.current_tab, 
    #right #bottom li a.current_tab:hover {
      background-color: white;
      color: #C1272D;
    }
    #right #bottom li a b {
      background-color: #A82227; 
      border-top: 2px solid #CE2A30; 
      position: absolute; 
      left: 0; 
      bottom: 0; 
      width: 100%; 
      z-index: 9;
    }
    #right #bottom li a span.name {
      position: relative; 
      z-index: 10;
    }
    #right #bottom li a:hover {
      background-color: maroon;
      border: none;
      text-decoration: none;
    }
    #right #bottom li a:hover b {
      display: none;
    }
  
/* see also collaborators.css #flash */
#flash span {
  display: block;
  border: 1px solid #ccc;
  margin: 3px 0;
  padding: 16px;
  padding-left: 50px;
  font-size: 24px;
  font-weight: bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
  /* Icons from http://itweek.deviantart.com/art/Knob-Buttons-Toolbar-icons-73463960 */
  #flash .notice {
    background: #CCFFCC url(/images/site/status_good.png) no-repeat 10px center;
    border: 2px solid #33BB33;
    color: #33BB33;
  }

  #flash .error {
    background: #FF3333 url(/images/site/status_error.png) no-repeat 10px center;
    border: 2px solid #BB0000;
    color: #990000;
  }

  #flash .warning {
    background: #FFFF99 url(/images/site/status_warning.png) no-repeat 10px center;
    border: 2px solid #BB5500;
    color: #BB5500;
  }

#content {
  background-color: white;
  color: black;
  padding: 30px 20px;
  min-height: 250px;
}

#footer {
  margin: 10px 0;
}
#footer a,
#footer a:link,
#footer a:hover {
  color: white;
  text-decoration: none;
}
#footer #copyright {
  float: right;
}

/* Home page*/

#blurb,
#screencast {
    height: 330px;
    position: relative !important;
    width: 460px;
}

#screencast {
    float: right;
    margin-left: 20px;
}

#blurb {
    float: left;
    width: 430px;
}
    #blurb h1 {
        color: #333;
        font-size: 3.25em;
        font-weight: bold;
        line-height: 100%;
        margin: 0 0 10px 50px;
    }
    #blurb div {
        color: #666; 
        font-family: Georgia,serif; 
        font-size: 1.1em; 
        font-style: italic;
        margin-left: 75px;
    }
    #blurb ul {
      margin-left: 50px; margin-top: 10px
    }
    #blurb ul li {
      list-style: disc outside none;
      margin: 5px 0;
      text-align: left;
    }

#blurb .secondary_cta,
#screencast .primary_cta {
    font-size: 1.5em;
    position: absolute;
    bottom: 0;
}
#blurb .secondary_cta {
    right: 0;
}
#screencast .primary_cta {
    left: 0;
}



/* Tour */

#tour hr {
/*  border: 35px solid #EEE;*/
  border-bottom: 1px solid #C1272D;
  border-top: 1px solid #CCCCCC;
  height: 3px;
  margin: 50px auto;
  width: 75%;
}
#tour h2 {
  color: #C1272D;
  font-size: 1.5em;
  font-weight: bold;
  margin: 5px 0;
}


#tour .feature_dot {
  background: transparent url(/images/site/tour/feature_dot.png) no-repeat center center;
  display: inline-block;
  position: relative;
  bottom: 5px;
  height: 25px;
  width: 25px;
  text-align: center;
}
  #tour .feature_dot b {
    color: white;
    position: relative;
    top: 4px;
  }

#tour .details {
  margin-bottom: 40px;
}
  #tour .screenshot_wrapper {
    position: relative
  }
  #tour img {
    margin: 10px 0;
  }
  
#tour #takeaway {
  text-align: center;
}
  #tour .cta {
    font-size: 2em;
  }




/* Plans */

#plans {
  margin-left: 30px;
}

#plans_extra {
  margin-left: 30px;
}

#plans_extra .section {
  margin: 8px 0;
}

.plan {
  float: left;
  position: relative;
  text-align: center;
  width: 19%;
}

.plan_name {
  color: #999;
  font-size: 1.25em;
  letter-spacing: 0.2em;
  margin-bottom: 7px;
  padding-left: 10px;
}
  .current_plan .plan_name {
    color: #C1272D;
  }

.plan_details {
  border-top: 1px solid #CCC;
  height: 275px;
  padding: 15px;
  padding-top: 5px;
}
  .plan.odd .plan_details {
    background-color: #EEE;
  }
  .plan.even .plan_details {
    background-color: #CCC;
  }
  .plan.current_plan .plan_details {
    border-top-color: #C1272D;
    background-color: #C1272D;
  }

.plan_price {
  border-bottom: 3px double #999;
  font-family: Georgia, serif;
  font-size: 1.5em;
  padding: 5px;
  padding-bottom: 15px;
}
  .plan_price .cost {
    font-size: 2.5em;
  }
  .plan_price .how_often {
    font-size: 0.75em;
    display: block;
  }
  .plan_exceeded .plan_price {
    color: #999;
  }

.plan_restrictions {
  font-size: 1.25em;
  margin: 30px 0 30px 33px;
  text-align: left;
}
  .plan_restrictions li {
    margin: 15px 0;
  }
  .plan_restrictions .how_many {
    color: #555;
  }

a.tooltip {
  cursor: text;
  border-bottom: 1px dotted #C1272D;
}
  .current_plan a.tooltip {
    color: black;
    border-bottom: 1px dotted black;
  }
  .plan_exceeded a.tooltip {
    color: #999;
    border-color: #999;
  }

.register_label {
  font-weight: bold;
}
.current_plan .register_label {
  color: white;
}


/* Signup & login */

.auth p {
  margin-top: 10px;
}
.auth #submit {
  font-size: 1.5em;
}
.auth #msg {
  border-left: 2px dashed #CCCCCC;
  color: #CCCCCC;
  font-size: 4em;
  padding-left: 20px;
  text-align: right;
  float: right;
  width: 400px;
}

#confirm { 
  height: 150px;
  font-size: 1.5em;
  position: relative;
}
#confirm form {
  position: absolute;
  bottom: 0;
  right: 45%;
}

#login {
  padding-bottom: 30px;
}


/* Sites */

#new_site_breadcrumb span {
  padding-right: 50px;
}
#new_site_breadcrumb .now {
  color: #C1272D;
  font-weight: bold;
}
#new_site_breadcrumb .next,
#new_site_breadcrumb .before {
  font-family: Georgia, serif;
  font-weight: normal;
  font-style: italic;
}
#new_site_breadcrumb .before {
  text-decoration: line-through;
}

#new-site-url {
  color: #666;
  font-size: 1.5em;
  width: 90%;
}

#new_site_embed input,
#admin_link input {
  color: #666;
  display: block;
  font-size: 1.5em;
  width: 90%;
}

#admin_link strong {
  color: #C12725;
}

#my_sites li {
  font-size: 2em;
  line-height: 1.2em;
}

#my_sites .delete_site {
  float: right;
}
#my_sites .delete_site a {
  text-decoration: none;
  border: none;
}
#my_sites .delete_site a:hover {
  color: red;
}

#widget_code {
  width: 90%;
}



/* About */

#about {
  margin: 20px 60px 20px 40px;
}
#team li {
  border: 1px solid #AAA;
  float: left;
  height: 155px;
  padding: 10px;
  position: relative;
  width: 155px;
  margin: 0 25px;
}
#team li p {
  background-color: #111;
  color: white;
  font-size: 0.7em;
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 3px;
}
#team a {
  font-size: 1.2em;
  font-family: Georgia, Times, serif;
}
#arthur {
  background: transparent url(/images/site/Arthur.jpg) no-repeat center center;
}
#jerry {
  background: transparent url(/images/site/Jerry.jpg) no-repeat center center;
}
#sean {
  background: transparent url(/images/site/Sean.jpg) no-repeat center center;
}
#nikki {
  background: transparent url(/images/site/Nikki.jpg) no-repeat center center;
}
#michael {
  background: transparent url(/images/site/Michael.jpg) no-repeat center center;
}

/* Contact */

#contact {
  background: transparent url(/images/site/contactus.png) no-repeat bottom right;
}

fieldset {
  background-color: #eee;
  border: 1px solid #AAA;
  margin: 10px 0px;
  padding: 20px;
  width: 33%;
}
fieldset legend {
  font-weight: bold;
}
fieldset p {
  font-family: Georgia, Times, serif;
  font-style: italic;
}

.contact_type {
  display: block;
  float: left;
  width: 200px;
}

/* Terms of use */

.effective_date {
  text-decoration: underline;
  color: #C1272D;
}

#tos {
  padding-bottom: 40px;
}
#tos h2 {
  margin: 20px 0;
}

/* Privacy Policy */

#privacy {
  padding-bottom: 40px;
}
#privacy h2 {
  margin: 20px 0;
}

/* FAQs */

ol.faqs {
  margin-bottom: 25px;
}

ol.faqs ul li {
  list-style: disc outside none;
  margin-left: 50px;
}
ol.faqs ol li {
  list-style: decimal outside none;
  margin-left: 50px;
}

.faqs li.qna {
  border: 1px solid #CCC;
  margin: 10px 0 10px 20px;
  line-height: 20px;
}
.faqs .question {
  background-color: #EEE;
  font-weight: bold;
  padding: 10px;
}
.faqs .answer {
  background-color: white;
  color: #333;
  padding: 5px 10px;
}

.snippet {
  background-color: #333;
  color: #FFF;
  font-weight: bold;
  margin: 5px;
  padding: 10px;
}


/* Dashboard */

.dashboard {
  padding: 0px;
  width: 95%;
  margin: 10px;
}
  .dashboard .header {
    background-color: #333;
    color: #EEE;
    padding: 20px;
  }
    .dashboard .header .cta {
      display: block !important;
      float: right;
    }
  .dashboard .content {
    padding: 20px;
  }

.help {
  margin-top: 20px;
}
.help a {
  color: #999;
  line-height: 125%;
}

/* Account */

.acct #msg {
  border-left: 2px dashed #CCCCCC;
  color: #CCCCCC;
  font-size: 4em;
  padding-left: 20px;
  text-align: right;
  float: right;
  width: 400px;
}

#account_deliver_notifications, #collaborator_deliver_notifications {
  float: left;
  margin-right: 5px;
  margin-top: 1px;
}
