/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
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%;}

#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
  width: 600px;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox {

}

#facebox .body {
  padding: 10px 20px;
  background: #fff;
  width: 600px;
}

#facebox {
}

#facebox .loading {
  text-align: center;
  width: 760px;
}


#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  display: none !important;
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


* {
  font-family: helvetica, arial !important;
}

a {
  outline: none ;
}

html, body {
  margin: 0;
  padding: 0;
}

#header, #bottom {margin:0; padding:0; width:100%;}

/* Header */

.header {
  height: 80px;
  padding: 0;
}

/* Logo */

.header h1 {
  display: block;
  height: 70px;
  margin: 0;
  font-size: 0.1px;
}

.header h1 span {
  display: none;
}

/* Menu */

.header .right {
  position: absolute;
  top: 0;
  right: 30px;
  margin: 30px 10px;
  font-size: 14px;
}

#menu {
  margin: none;
  background: red;
}

.header .right #menu li{
  float: left;
}

.header .right #menu li a {
  margin-left: 10px;
  background: #1b1b1b;
  display: block;
  float: none;
  padding: 7px 6px 5px 6px;
  color: #ccc;
  font-size: 12px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.header .right #menu li a:hover, .header .right #menu li a.selected {
  background: #b3b3b3;
  color: #000;
}

li.space {
  width: 30px;
  display: block;
  height: 20px;
}


/* Panels */

.height.spacer {
  height: 500px;
  float: left;
}

.hpanel {
  width: 100%;
  float: left;
}

.hpanel .container {
  width: 1000px;
  margin: 0 auto 0 auto;
  position: relative;
}

#content-top {
  background: url(/images/fs/public/content-top-background.png) repeat-x;
}

#content-top.home {
  background: url(/images/fs/public/top.jpg) no-repeat;
  background-attachment: center;
  background-position: center 0;
}

#content-top .container {
  margin-top: 2px;
  padding-top: 40px;
  margin-bottom: 0;
}

#middle-content {
  background: #fff url(/images/fs/public/middle-content.png) repeat-x;
  margin: 0;
  display: block;
  width: 100%;
  padding: 40px 0;
  margin: 0;
}


/* Errors */


#errorExplanation,
#error {
  color: #ba202f;
  margin: 0 10px 30px 10px;
  padding: 10px 20px;
  background: #ffeff1;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#errorExplanation {
  float: left;
  background: #ffeff1;
  padding: 20px 20px 10px 20px;
  margin: 10px 10px 30px 0;
}

#errorExplanation ul li {
  padding: 10px;
  list-style-type: disc;
  list-style-position: inside;
}

#errorExplanation h2 {
  color: #ba202f;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}



/* Layouts */

.column {
  float: left;
}
.column.left {
  width: 440px;
}

.column.left .boxes {
  background: white url(/images/fs/public/quad-bg.png) repeat-x;
  background-position: bottom left;
}

.column.right {
  margin-left: 40px;
  width: 500px;
}




/* Text */

h2 {
  font-size: 40px;
}

h2#tagline {
  display: block;
  width: 420px !important;
  height: 120px;
  margin: 0;
  font-size: 40px;
}

h2#tagline span {
  padding: 0 0 10px 0;
}

.tagline p {
  font-size: 14px;
  font-weight: bold;
  line-height: 5;
  width: 400px;
}

#content-top p {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  width: 400px;
}

span.hidden {
  display: none;
}

/* Green buttons */

.button {
  display: block;
  text-align: center;
  padding-top: 14px;
  font-size: 14px;
  line-height: 1 !important;
  font-weight: strong;
  text-decoration: none;
  background: url(/images/fs/add-folder-button.png);
  width:59px;
  padding: 12px 0 0 10px;
  height: 26px;
  float: left;
  clear: none;
  color: #666;
}

.green {
  background: url(/images/fs/green-button.png);
  color: white;
  padding: 12px 0 0 0;
  width: 140px;
}
input.green {
  padding-bottom: 12px !important;
  height: 38px;
  text-shadow: #666 -1px -1px;
  font-weight: bold;
  border: none;
}


p.help a {
  color: #72b914;
}

.header {
  background: url(/images/fs/page-background-public.png) repeat-x;
  height: 80px;
  padding: 0;
}

.container.terms p {
  margin: 10px 0;
}

/* Logo */

.header h1 {
  display: block;
  height: 70px;
  margin: 0;
  background: url(/images/fs/header-logo.png) no-repeat top left;
  font-size: 0.1px;
}

.lubalin-grey-centred{
  text-align: center;
  color: #393939;
  margin-bottom: 5px;
}

h2.lubalin-grey-centred {
  color: black;
}


.errorExplanation ul li {
  font-size: 12px;
}

.errorExplanation ul {
  margin: 8px 0;
}

.fieldWithErrors {
  display: inline;
}

.fieldWithErrors input {
  background: #ffeff1;
}

.errorExplanation {
  width: 100%;
}

/* Footer */

#bottom {
  margin-top: 0;
  float: left;
  clear: both;
  width: 100%;
  background: #3c3c3c;
  margin-top: 0px;
}

#bottom .footer {
  display: block;
  position: relative;
  float: left;
  height: 80px;
  padding: 20px 0;
  width: 1000px;
  margin: 0 auto;
  background: url(/images/fs/public/footer-image.png) -20px 15px no-repeat;
}

.pre-footer a.no-underline {
  margin-top: 20px;
  text-decoration: none;
}

.pre-footer {
  background: #3b3b3b url(/images/fs/public/pre-footer.png) bottom left repeat-x;
  display: block;
  float: left;
  width: 100%;
  color: #aaa;
  padding: 30px 0;
}

.pre-footer .column {
  width: 210px;
  margin-right: 40px;
  float: left;
  font-size: 14px;
  line-height: 1.4;
}

.pre-footer .column h3 {
  font-size: 18px;
  color: white;
}

.pre-footer .column p {
  padding: 20px 0;
}

.pre-footer .column a {
  color: #bbb;
  float: left;
  line-height: 2.5;
  clear: both;
}


/* Buttons */

#sign_up_button {
  display: block;
  width: 332px;
  height: 84px;
  background: url(/images/fs/public/big-button.png) no-repeat;
  margin: 20px 0 30px 0;
}

h2#tagline {
  font-size: 40px;
}

#sign_up_button:hover {
  background-position: 0 -84px;
}

.hidden {
  display: none;
}




/* Boxen */

a.box:hover *, a.box:hover{
  cursor: hand;
  text-decoration: underline;
}

.box p.underline {
  line-height: 2;
  border-bottom: 2px dotted #d6d5d5;
}

.box.top {
  -webkit-border-top-left-radius     : 10px;
  -webkit-border-top-right-radius    : 10px;
     -moz-border-radius-topleft      : 10px;
     -moz-border-radius-topright     : 10px;
       border-top: 1px solid #ccc;
}
.box.bottom {
  -webkit-border-bottom-left-radius  : 10px;
  -webkit-border-bottom-right-radius : 10px;
     -moz-border-radius-bottomleft   : 10px;
     -moz-border-radius-bottomright  : 10px;
}

.box {
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
  background: transparent;
}

#tour_overlay {
  display: block;
  width: 250px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
}

/* That quad box thingy on the homepage */

#quad .box {
  width: 138px;
  float: left;
  border: none;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  background: none;
  position: relative;
  height: 60px;
  padding: 20px 20px 30px 90px;
  text-decoration: none;
  color: #000;
}

#quad {
  background: white;
  float: left;
  border: 1px solid #ccc !important;
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: none;
  background: url(/images/fs/public/quad-bg.png) bottom left repeat-x;
}

#quad .box.bottom { border-top:   1px solid #ccc; }
#quad .box.left   { border-right: 1px solid #ccc; }

#quad .box img {
  position: absolute;
  left: 20px;
  top: 25px;
}

#quad .box span {
  font-size: 13px;
  padding: 0 0 0 0;
  line-height: 1.3;
}


#quad .box span.lubalin {
  font-family: georgia !important;
  font-size: 22px;
  padding: 0;
  margin-bottom: 0;
  display: block;
  width: 100%;
}

/* Plans button under the quad thingy */

#plans-button {
  background: #e6e6e6 url(/images/fs/public/plans-button-background.png) repeat-x;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  float: left;
  margin: 20px 0;
  padding: 5px 0;
  text-align: center;
  text-decoration: none !important;
}

#plans-button span {
  font-size: 12px;
  color: #393939;
}

#plans-button span.lubalin {
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

/* Tour */

.features .box, .faq .box{
  width: 450px;
  float: left;
  border: none;
}

.features .box img {
  float: left;
  margin-right: 20px;
  margin-top: -5px;
}

.box p a, .content-page a {
  float: none;
  margin: none;
  color: #72b914;
}

.features .box h3 {
  display: inline;
  font-size: 14px;
  width: 120px;
  font-weight: bold;
}

.features .box p, .faq .box p {
  font-size: 14px;
  padding-top: 5px;
  line-height: 1.3;
}

.video  {
  display: block;
  width: 644px;
  margin: 10px auto;
  text-align: center;
  text-align: center;
  border: 10px solid #f0f0f0;
}

h3.centred {
  font-size: 18px;
  color: #000;
  margin: 20px auto;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

h2.centred {
  margin: 0 auto;
  text-align: center;
}

h3.centred a {
  color: #000;
}


/* Testimonials */

.testimonials .box {
  padding: 20px;
  font-size: 18px;
  width: 400px;
  float: left;
  margin: 10px;
  background: url(/images/fs/public/quad-bg.png) bottom left repeat-x;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #ccc;
  color: #393939;
  position: relative;
  left: 30px;
}

.testimonials .box a {
  color: #393939;
}

.testimonials .box a:hover {
  color: #72b914;
}

.testimonials .box h3 {
  color: #72b914;
  font-size: 22px;
  font-weight: bold;
}

.testimonials .box p {
  margin: 20px 0;
}

.testimonials .box span {
  font-size: 14px;
}

/* Signup */

#coming-soon {
  font-size: 80px;
  position: absolute;
  right: 120px;
  top: 70px;
  width: 570px;
  color: #666;
  line-height: 1.5;
}

#coming-soon .big {
  font-size: 80px;
  margin-bottom: 20px !important;
  line-height: auto;
}

div#coming-soon .small {
  font-size: 30px;
  line-height: 1.4 !important;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

.plan.fade, .plan-spacer.fade {
  opacity: 0.2;
}


.plans {
  width: 1000px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 30px 20px 0 0;
}

.plan {
  text-align: center;
  text-decoration: none;
  color: #393939;
  width: 180px;
  height: 300px;
  padding-bottom: 0px;
  border-bottom: 10px solid transparent;
  float: left;
  display: block;
  margin: 0;
  margin-top: 20px;
  background: url(/images/fs/public/signup/panel-bg.png) -10px top repeat-x;
  padding: 5px 0 0 0;
  position: relative;
}


.plan h3.centred {
  margin: 10px 0 0 0 !important;
}

.plan h3:hover {
  cursor:pointer;
}

.plan, .plan * {
  cursor: pointer !important;
}

.plans .plan.fade *{
  cursor: default !important;
}

.plan-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 210px;
  height: 320px;
  cursor: pointer;
}

.plan.big .plan-cover {
  height: 360px !important;
}

.plan-cover:hover {
  cursor: pointer;
}

.plan.first {
  background-position: top left;
}

.plan.last {
  background-position: right top;
  border-right: none;
  padding-right: 20px;
}

.plan h3 {
  color: #393939;
  font-size: 24px;
  font-weight: bold !important;
}

.plan .description {
  line-height: normal;
  margin-bottom: 20px;
}

.plan em {
  color: #72b914;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}

.plan em.small {
  font-size: 14px;
}

.plan p {
  width: 100% !important; 
}

.plan p.info {
  line-height: 2.4 !important;
}

.plan.big {
  height: 350px;
  width: 210px;
  margin-top: -15px;
  border-right: none;
  background: url(/images/fs/public/signup/big-panel-bg.png) left top no-repeat;
  padding-top: 20px;
}

.plan .lubalin.white {
  text-align: left;
  position: absolute;
  bottom: 16px;
  left: 60px;
  width: 120px;
  font-size: 16px;
  color: #fff;
}

.plan.big .lubalin.white {
  bottom: 30px;
  left: 55px;
  font-size: 26px;
}

.plan-spacer {
  background: url(/images/fs/public/signup/plan-spacer.png) 0 20px no-repeat;
  height: 380px;
  width: 20px;
  float: left;
}

.faq.hpanel h3 {
  margin-left: 20px;
}

.faq .box strong {
  font-weight: bold;
  font-size: 14px;
  line-height: 3 !important;
}


#signup {
  width: 500px;
  font-size: 18px;
}

#signup label {
  line-height: 2;
}

#signup label.left {
  margin-left: 0;
}

#signup label a {
  color: #609A12;
}

#signup label a:hover {
  color: #7AC21C;
}

#signup label#agree {
  text-align: center;
}

#signup input.text {
  border: 1px solid #939393;
  margin: 0 4px;
  padding: 6px 4px 4px;
}

#signup input.text.long {
  width: 350px !important;
  margin: 10px 20px 0;
}

#signup .form_box, #signup label, #signup span {
  width: 510px;
  display: block;
  float: left;
  clear: both;
}

#signup {
  width: 900px;
}

#signup .form_box {
  border: 1px solid #ccc;
  padding: 30px 0 30px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 20px;
  background: #fff url(/images/fs/public/signup-formbox-bg.png) bottom left repeat-x;
  position: relative;
}

#signup label, #signup span {
  margin: 0 0 10px 30px;
  font-weight: bold;
  color: #333;
}

#signup span {
  font-size: 14px;
  font-weight: normal;
  margin: -10px 0 20px 30px;
}

#signup .form_box input {
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px 5px 15px;
  color: #333;
  margin: 0 !important;
}

#signup .lhs, #signup .panel {
  display: block;
  float: left;
}

#signup .lhs {
  width: 500px;
  margin-right: 40px;
}

#signup input.green {
  font-size: 0;
  background: url(/images/fs/public/create_my_account.png) no-repeat;
  width: 550px;
  height: 75px;
  margin-top: 10px;
}

#signup input.url {
  width: 180px;
}

#signup .panel {
  width: 245px;
  background: white;
  float: left;
  display: block;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 20px 20px 0 20px;
  margin-left: 50px;
}

#signup .panel p {
  font-size: 14px;
  color: #333;
  display: block;
  padding: 0px 0 20px 0;
  margin: 20px 0 20px 0;
  line-height: 1.3;
}

#signup .panel .image {
  margin: -10px 20px 0 -10px;
  width: 60px;
  text-align: center;
  height: 50px;
  padding-top: 5px
  
}

#signup .form_box img {
  position: absolute;
  right: 20px;
  top: 35px;
}

/* Latest News on homepage */

.box #latest_news p {
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.3;
  padding: 10px 0;
}

.box #latest_news em {
  font-weight: bold;
}

#latest_news div.news_item {
  margin: 10px 0;
}

#latest_news img {
  display: block;
  margin: 10px auto;
}

.news_item p {
  padding-left: 50px !important;
}


/* Fancy Date */
.news_item {
  position: relative;
}

.fancydate {
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  background:url(http://blog.filesharehq.com/images/fancydate.png) no-repeat;
  height: 50px;
}

.fancydate .month, .fancydate .day {
  font-weight: bold;
  width:40px;
  text-align: center;
}

.fancydate .month {
  font-style: normal !important;
  color: white;
  height: 16px;
  line-height: 1.4;
  font-size: 14px;
}

.fancydate .day {
  font-size: 16px;
  color: #393939;
  line-height: 1.5;
  font-family: Georgia !important;
}

.date span, .date span a {
  font-weight: bold;
  font-family: Baskerville, Georgia !important;
  color: #393939;
  padding: 4px 0;
}

.date span a {
  text-decoration: underline;
}

.date span img {
  margin: 8px 0 0 5px;
  position: relative;
  top: 4px;
}

.content-page h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin: 10px 0;
}

.content-page p {
  line-height: 1.6;
}