@import "common.css";

#container {
	font-size: 13px;
}

#header {
}
  #header .content {
    width: 810px;
  }
  #header #site-nav {
    right:10px;
    top:30px;
  }
  #header #nav {left: 10px;}
  #header #site-nav a {
    font-size: 12px;
    border-bottom: 0;
  }
#header #nav li a {
	text-decoration: none;
}
#header #nav li a span {
  padding: 0 2px;
  font-size: 14px;
}

#header h1 {
	padding-top: 10px;
}

#content {
  padding: 0;
  margin: 0;
  width: 100%;
}

.content {
  width: 810px;
  margin: 0 auto;
  padding: 0 10px;
}
.content h2 {
	padding-top: 20px;
}
li.last-in-row {
  padding-right: 0 !important;
}

#site-login {
  background: #E2F0D6;
  padding: 0 0 20px 0;
  color: #000;
  border-bottom: 1px solid #99BF77;
}
  #site-login h2 {
		width: 400px;
		margin-bottom: 10px;
  }
  #site-login form {
		float: right;
    font-size: 14px;
		text-align: right;
		background: #CBD8C0;
		padding: 7px 20px 14px 20px;
		margin-top: 28px;
  }
    #site-login label {
			margin: 0; padding: 0; 
    }
    #site-login #subdomain {
			margin: 0; padding: 0; 
      font-size: 14px;
      padding: 4px;
      margin-right: 2px;
      width: 100px;
    }
    #site-login #submitSubdomain {
      position:relative;
      top:7px;
      left:10px;
    }
  
  #site-login p {
    color: #666;
		width: 400px;
  }

#intro {
  background: #d9e6ee;
	padding-top: 10px;
	margin-bottom: 10px;
}
  #intro .content {
    padding-right: 0;
    overflow: hidden;
  }
  #desc,
  #screenshots {
    float: left;
  }
    #desc {
      width: 270px;
    }
      #desc p, #desc span, #desc img {
        padding: 10px 0;
        display: block;
      }
      .biggest {
        font-size: 31px;
        font-weight: bold;
        line-height: 1em;
        color: #16608e;
				margin-top: 14px;
      }
      .bigger {
        font-size: 18px;
        font-weight: bold;
        color: #555;
        line-height: 1.3em;
      }
      #desc p {
        color: #555;
				font-size: 13px;
        line-height: 1.4em;
      }
    #screenshots {
      width: 510px;
      margin-left: 30px;
    }

#features {
	margin-bottom: 30px;
}
  #features h2,
  #testimonials h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #16608e;
    overflow: hidden;
    line-height: 27px;
  }
    #features h2 a {
      display: block;
      height: 27px;
      width: 114px;
      float: right;
    }

  #features ul {
    overflow: hidden;
  }
    #features li,
    #testimonials li {
      float: left;
      width: 250px;
      padding-right: 30px;
      padding-top: 20px;
    }
      #features li h3 {
        font-size: 1.1em;
        line-height: 1em;
        font-weight: bold;
        padding: 10px 0;
      }
      #features li .screenshot {
        display: block;
        width: 248px;
				height: 170px;
        text-align: center;
      }
			#features li .screenshot img {
				border: 1px solid #666;
				width: 248px;
			}
      #features li p {
        color: #666;
      }

#testimonials {
  background: #edf3f6;
	padding-bottom: 10px;
}
  #testimonials ul {
    overflow: hidden;
  }
    #testimonials li {
      padding-top: 20px;
    }
    
    #testimonials li p {
      font: 1.5em/1.4em normal georgia, serif;
      font-style: italic;
      text-align: center;
    }
    #testimonials li .happy-person {
      display: block;
      text-align: right;
      color: #16608e;
      font-size: 1.1em;
      line-height: 2em;
    }

#terms h2, #privacy h2 {
	font-size: 1.9em;
	margin: 5px 0 20px 0;
	color: #000;
}  
#terms h3, #privacy h3 {
	font-size: 1.5em; font-weight: bold;
	margin: 20px 0 8px 0;
	color: #000;
} 
#terms p, #privacy p {
	font-size: 13px; line-height: 140%;
	margin: 8px 0 8px 0;
}
#terms ul, #privacy ul {
  list-style-type: disc;
	margin: 8px 0 8px 0;
}
#terms ol, #privacy ol {
	list-style-type: decimal;
	margin: 8px 0 8px 0;
}
#terms li, #privacy li {
	margin: 5px 0 5px 20px;
}


#planlist .content {
  overflow: hidden;
}
  .plan {
    float: left;
    width: 390px;
    margin-top: 20px;
  }
    #plan-basic {
      margin-right: 30px;
    }
    .plan h2 {
      font-size: 1.8em;
      font-weight: normal;
      background-position: top left;
      background-repeat: no-repeat;
      line-height: 2em;
      padding: 0 15px;
      overflow: hidden;
    }
      #plan-plus h2 {
        background-image: url(../images/plan2-bg.png);
      }
      #plan-basic h2 {
        background-image: url(../images/plan1-bg.png);
      }
      .plan h2 .price {
        float: right;
        font-size: 0.75em;
        font-weight: bold;
      }
      
    .plan ul {
      padding: 0 16px 7px 16px;
      background-position: 0 100%;
      background-repeat: no-repeat;
    }
      #plan-plus ul {
        background-image: url(../images/plan2-bg.png);
      }
      #plan-basic ul {
        background-image: url(../images/plan1-bg.png);
      }
      .plan li {
        font-size: 1.25em;
        line-height: 2em;
      }
        #plan-basic li {
          border-top: 1px solid #a0bed0;
        }
        #plan-plus li {
          border-top: 1px solid #abcb90;
        }        
    
    .plan .button {
      margin: 10px;
      display: block;
    }

#faq {
  background: #f5f5f5;
}

#faq ul {
  overflow: hidden;
}

#faq li {
  width: 375px;
  margin: 15px;
  float: left;
}
  #faq h3 {
    font-size: 1.3em;
    font-family: georgia, serif;
    margin-bottom: 10px;
		line-height: 100%;
  }
