/* Base */ 
body {
    font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
    font-size: 14px;
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: #555;
}

a {
    color: #0b70ac;
}

a:hover {
    text-decoration: none;
}

h1, h2 {
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
    margin: 0;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 18px;
}

h1.page_header {
    text-align: center;
    font-size: 36px;
}

h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
}

p {
    font-family: 'Myriad Pro', 'Lucida Grande', Verdana, sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 22px;
    margin-bottom: 20px;
}

td {
    vertical-align: top;
}




/* Header & Menu */

#header_container {
    height: 53px;
    background-image: url('../images/menu_bg.png');
}

#header {
    width: 980px;
    margin: 0 auto;
}

#menu {
    float: right;
    margin: 0;
    padding: 0;
}

#menu li {
    display: inline;
    color: #fff;
    margin: 0;
    padding: 0;
}

#menu li a {
    display: block;
    float: left;
    height: 53px;
    background-position: 0 53px;
    margin-left: 25px;
}

#menu li a:hover {
    background-position: 0 106px;
}

#menu li a span {
    display: none;
}

#menu_home {
    width: 49px;
    background-image: url('../images/menu_home.png');
}

#menu_features {
    width: 62px;
    background-image: url('../images/menu_features.png');
}

#menu_signup {
    width: 51px;
    background-image: url('../images/menu_signup.png');
}

#menu_blog {
    width: 39px;
    background-image: url('../images/menu_blog.png');
}

#menu_login {
    width: 46px;
    background-image: url('../images/menu_login.png');
}

#menu li a.active {
    background-position: 0 0;
}




/* Home */

#home_splash_container {
    background-color: #78a25c;
    background-image: url('../images/home_bg.png');
    background-repeat: repeat-x;
    margin-bottom: 50px;
}

#home_splash {
    width: 980px;
    height: 366px;
    margin: 0 auto;
    background-color: #fff;
    background-image: url('../images/home_splash.png');
}

#home_splash_content {
    width: 440px;
    padding: 140px 0 0 2px;
}

#home_splash_content p {
    margin: 10px 0 50px 0;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-shadow: 1px 1px 1px #4b7122;
}

#home_splash_content .button {
    margin-right: 10px;
}

#home_teaser_line {
    padding-top: 4px;
    color: #fff;
    text-shadow: 1px 1px 1px #4b7122;
}

#home_teaser_line a {
    text-shadow: none;
    color: #0073ff;
}

#home_more td {
    padding-bottom: 10px;
}

#home_more p {
    font-size: 12px;
    line-height: 17px;
    padding-right: 30px;
}

#home_screenshots {
    float: right;
    width: 317px;
}

#home_screenshots h4 {
    margin: 0 0 8px 0;
    padding: 0;
}

#home_screenshots #images {
    background-color: #eee;
    padding: 6px;
}

#home_play {
    float: right;
    margin: 120px 180px 0 0;
}




/* Buttons */

a.button {
    display: block;
    float: left;
    height: 28px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
    font-size: 12px;
}

a.button:hover {
    background-position: bottom right;
    outline: none;
}

a.button span {
    display: block;
    line-height: 20px;
    padding: 4px 0 4px 18px;
}

a.button:hover span {
    background-position: bottom left;
}

a.green {
    background: transparent url('../images/button_green_right.png') no-repeat scroll top right;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #3a5819;
}

a.green span {
    background: transparent url('../images/button_green_left.png') no-repeat;
}




/* Content */

#content {
    width: 980px;
    margin: 30px auto;
}

.img_headline {
    display: block;
    margin: 0 auto;
}

.subhead {
    margin: 0 auto 50px auto;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    color: #888;
}

#bottom_teaser {
    border: 1px solid #ccc;
    height: 44px;
    margin-top: 30px;
    background-image: url('../images/bottom_teaser_bg.png');
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    color: #444;
    text-shadow: 1px 1px 1px #fff;
    font-size: 20px;
    padding-top: 16px;
    text-align: center;
}

#sec_content {
    float: right;
    width: 750px;
    padding-bottom: 50px;
}

#sec_content h2 {
    margin-top: 40px;
    padding: 4px 0;
    border-bottom: 1px solid #ddd;
}

#sec_content li {
    margin-bottom: 20px;
}

#sec_menu h2 {
    border-bottom: none;
}

#sec_menu ul {
    list-style: none;
    margin: 20px 0 40px 0;
    padding: 0;
}

#sec_menu ul li {
    font-size: 14px;
    margin-bottom: 10px;
}




/* Forms */

label {
    display: block;
    margin-top: 30px;
}

input {
    font-size: 14px;
    padding: 4px;
}

.errorlist {
    list-style: none;
    padding: 0;
    margin: 4px 0 0 0;
}

.errorlist li {
    font-size: 12px;
    color: red;
}




/* Tour */

#features_large {
    margin-bottom: 120px;
}

.tour_section {
    padding-bottom: 120px;
}

.tour_section p {
    font-size: 14px;
}

.tour_p_right {
    float: right;
    width: 600px;
}

.tour_tn_right {
    float: right;
}

.tour_p_left {
    width: 600px;
}




/* Pricing */

#price {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

#per_month {
    font-size: 11px;
    color: #999;
    margin-left: 4px;
}

#pricing_more {
    margin-top: 120px;
}

#pricing_more p {
    font-size: 12px;
    line-height: 17px;
    padding-right: 20px;
}




/* Developers */

#dev_content {
    float: right;
    width: 750px;
    padding-bottom: 50px;
}

#dev_content h2 {
    margin-top: 40px;
    padding: 4px 0;
    border-bottom: 1px solid #ddd;
}

#dev_content li {
    margin-bottom: 20px;
}

#dev_menu h2 {
    border-bottom: none;
}

#dev_menu ul {
    list-style: none;
    margin: 20px 0 40px 0;
    padding: 0;
}

#dev_menu ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.pre {
    font-family: monospace;
    font-size: 14px;
}

pre {
    border: 1px solid #ddd;
    background-color: #ecfaf2;
    padding: 10px;
    color: #000;
    margin: 20px 0;
    font-size: 14px;
}

#dev_content .options, #dev_content .options .pre {
    font-size: 12px;
}

#dev_content .options th {
    text-align: left;
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #ddd;
}

#dev_content .options .var {
    font-family: monospace;
}

#dev_content .options td {
    vertical-align: top;
    border-bottom: 1px solid #eee;
}




/* Blog */

#blog_header {
    text-align: center;
    font-size: 30px;
    padding: 10px;
    margin-bottom: 50px;
}

#blog_content {
    width: 680px;
    line-height: 18px;
    margin: 60px auto;
}

.blog_post {
    padding-bottom: 30px;
}

.blog_post h1, .blog_post h1 a {
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 36px;
    text-align: center;
    color: #222;
    text-decoration: none;
    margin: 30px 0 10px 0;
    line-height: 40px;
}

.blog_post h1 a:hover {
    text-decoration: underline;
}

.blog_pullquote {
    margin: 20px 0;
    padding: 10px 20px;
    color: #999;
    font-size: 24px;
    line-height: 28px;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-left: 4px solid #ddd;
}

.post_meta {
    font-size: 10px;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}




/* Footer */

#footer_container {
    margin-top: 50px;
    background-color: #eee;
    border-top: 1px solid #ccc;
    padding: 20px;
    font-size: 11px;
    clear: both;
}

#footer {
    width: 980px;
    margin: 0 auto;
}

#footer a {
    color: #666;
}

#footer a.button {
    color: #fff;
}

#footer a.button:hover {
    text-decoration: none;
}

#footer #trial_button {
    float: right;
    margin-top: 10px;
}

#footer h5 {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 4px;
    color: #333;
}

#site_map a {
    text-decoration: none;
}

#site_map a:hover {
    text-decoration: underline;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul li {
    padding: 1px 0;
    color: #555;
}

#bottom_links {
    margin: 0 auto;
    width: 980px;
    margin-top: 40px;
    font-size: 11px;
    color: #999;
}