/* Typography */

#pagebanner, div.container {
    font-family: Cochin, Baskerville, 'Palatino Linotype', Georgia, serif;
    font-size: 115%;
    line-height: 1.5;
}


/* Marketing site main menu */

.menu {
    width: 100%;
    background: #181818;
    position: relative;
}

.menu ul {
    width: 950px;
    margin: 0 auto;
    line-height: 5ex;
}

.menu li {
    display: inline;
    margin: 0;
    padding: 0;
}

.menu li a {
    display: block;
    float: left;
    padding: 6px 18px;
    font-weight: bold;
}

.menu a:link, .menu a:visited {
    color: #fff;
    text-decoration: none;
}

.menu a:hover, .menu a:active {
    color: #df8;
    text-decoration: underline;
}

.menu a.selected {
    background: #444;
}

.menu .ept {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    margin: 0;
    float: right;
}


/* Marketing site logo banner */

#pagebanner {
    background: url(/images/pagebanner-bg.png) repeat-x;
    height: 140px;
}

#pagebanner div.banner {
    width: 950px;
    margin: 0 auto;
}

#pagebanner a {
    float: left;
}

#pagebanner h1 {
    display: none;
}

#pagebanner h2 {
    float: left;
    margin: 45px 0 0 30px;
}


/* Marketing site page footer */

/*
.container .bodybottom {
    width: 850px;
    height: 80px;
    margin: 0 auto;
    background: url(/images/pageborder-bottom.gif) no-repeat;
}
*/

.footer {
    width: 100%;
    background: #2b2b2b;
    border-top: 1px solid #000;
    margin-top: 50px;
}

.footerwrap {
    width: 950px;
    margin: 0 auto;
    padding: 2em 0;
    color: #888;
    font-size: 80%;
}

.footer a {
    color: #bbb;
}

h2.firstHeading {
    margin-top: 0;
}


/* Marketing site home page */

#recorderBox {
    background: url(/images/box-recorder.png) no-repeat;
}

#browserBox {
    background: url(/images/box-browser.png) no-repeat;
}

#hostedBox {
    background: url(/images/box-hosted.png) no-repeat;
}

#scriptingBox {
    background: url(/images/box-scripting.png) no-repeat;
    margin-bottom: 1em;
}

#recorderBox, #hostedBox {
    height: 120px;
}

#browserBox, #scriptingBox {
    height: 100px;    
}

#recorderBox, #browserBox, #hostedBox, #scriptingBox {
    padding: 13px 20px 0px 150px;
    line-height: 1.25;
    cursor: pointer;
}

#recorderBox h3,   #browserBox h3,   #hostedBox h3  , #scriptingBox h3,
#recorderBox h3 a, #browserBox h3 a, #hostedBox h3 a, #scriptingBox h3 a {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

#recorderBox p, #browserBox p, #hostedBox p, #scriptingBox p {
    margin: 0.3em 0;
}

#recorderBox a, #browserBox a, #hostedBox a, #scriptingBox a {
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

div.boxes div.buttons {
    float: right;
}

p.homepage.big {
    margin: 1.5em 0;
}

.vzaar_media_player {
	display: none;
	width: 590px;
}

.vzaar_media_player div.close {
	background-image: url(/images/overlay-close.png);
	position: absolute;
	right: -16px;
	top: -16px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

#testimonials {
    list-style: none;
    clear: both;
    margin-top: 2em;
}

#testimonials li { /* based on .span-8 */
    float: left;
    width: 290px;
    margin: 0 10px 0 0;
    border: 1px solid #eee;
    padding: 9px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

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

#testimonials blockquote {
    margin: 0;
    font-size: 125%;
}

#testimonials p {
    text-align: right;
    font-size: 90%;
}

#testimonials a:link, #testimonials a:visited {
    color: #666;
}

#testimonials a:hover, #testimonials a:active {
    color: #000;
}


/* Marketing site feature pages */

#featuresList {
    background: url(/images/features-bg.png) repeat-y;
    margin-top: 22px;
}

#featuresList div.top {
    background: url(/images/features-top.png) no-repeat;
    width: 310px;
    height: 30px;
}

#featuresList div.bottom {
    background: url(/images/features-bot.png) no-repeat;
    width: 310px;
    height: 40px;
}

#featuresList ul {
    list-style: none;
}

#featuresList ul li {
    background: url(/images/features-box1.png) no-repeat;
    margin: 0;
}

#featuresList ul li a {
    background: url(/images/features-box2.png) no-repeat bottom;
    display: block;
    padding: 20px 50px 55px 20px;
    text-decoration: none;
}

#featuresList ul li a img {
    float: left;
    margin: 0 10px 10px 0;
}

#featuresList ul li.selected {
    background: url(/images/features-sel1.png) no-repeat;
    margin: 0;
}

#featuresList ul li.selected a {
    background: url(/images/features-sel2.png) no-repeat bottom;
}

#featuresBody h1 {
    margin-top: 0.5em;
}

#supportedPlatforms ul {
    list-style: none;
    clear: left;
}

#supportedPlatforms p, #supportedPlatforms li {
    clear: left;
}

#supportedPlatforms .available, #supportedPlatforms .comingSoon {
    font-size: 60%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    border: 1px solid;
    padding: 2px;
    margin-right: 6px;
    display: block;
    float: left;
}

#supportedPlatforms .available {
    color: #2a2;
    border-color: #2a2;
    font-weight: bold;
}

#supportedPlatforms .comingSoon {
    color: #aaa;
    border-color: #aaa;
}


/* Marketing site pricing page */

table.price-plans {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 50px;
}

table.price-plans th, table.price-plans td {
    background: #fff;
    border: 0;
}

table.price-plans tr.plan-name th, table.price-plans td {
    text-align: center;
}

table.price-plans tr.free-trial th, table.price-plans tr.free-trial td,
table.price-plans tr.credits th, table.price-plans tr.credits td,
table.price-plans tr.num-scripts th, table.price-plans tr.num-scripts td,
table.price-plans tr.num-users th, table.price-plans tr.num-users td,
table.price-plans tr.support th, table.price-plans tr.support td {
    border-bottom: 1px solid #eee;
}

table.price-plans tr.price td, table.price-plans tr.credits td {
    font-size: 140%;
    line-height: 1.1;
}

table.price-plans tr.price span.per-month, table.price-plans tr.credits span.per-month {
    font-size: 60%;
    color: #888;
}

table.price-plans tr.free-trial td.basic {
    overflow: visible;
}

table.price-plans tr.free-trial td.basic div {
    float: left;
    width: 610px;
    font-size: 80%;
    color: #888;
    white-space: nowrap;
    text-align: center;
    z-index: 10;
}

table.price-plans th.pro, table.price-plans td.pro {
    background: #f0fff0;
    -webkit-border-radius-topleft: 8px;
    -webkit-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}

.price-plans span.USD, #help_credits span.USD {
    display: inline;
}

.price-plans span.GBP, #help_credits span.GBP, .price-plans span.EUR, #help_credits span.EUR,
.price-plans span.invisible, #help_credits span.invisible {
    display: none;
}

table.price-plans .fullprice {
    display: block;
    text-decoration: line-through;
    color: #a22;
    font-size: 75%;
}

table.price-plans .reduced {
    display: block;
    margin-bottom: 0.3em;
}

table.price-plans .discount-info {
    display: block;
    color: #a22;
    font-size: 50%;
}

#price-currency-selector {
    margin: 3em 0 1em 0;
}

#price-currency-selector a {
    font-size: 125%;
    font-weight: bold;
    border: 1px solid #eee;
    padding: 0.3em 0.7em;
    text-decoration: none;
}

#price-currency-selector a:hover {
    background: #eee;
    color: #00a;
}

#price-currency-selector a.selected, #price-currency-selector a.selected:hover {
    background: #086;
    color: #fff;
}

#help_credits {
    background: url(/images/pricing-background.png);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 0.5em 2em;
    position: relative;
}

#help_credits #triangle {
    width: 100px;
    height: 120px;
    position: absolute;
    top: -59px;
    left: 36px;
}

#help_credits #help_credits_basic, #help_credits #help_credits_plus,
#help_credits #help_credits_pro,   #help_credits #help_credits_team,
#help_credits #help_credits_ent {
    display: none;
}


/* Marketing site sign-up form */

div.shadedBanner {
    background: url(/images/pagebanner-bg.png) repeat-x;
    height: 140px;
}

div.shadedBanner h2 {
    padding-top: 55px;
}

#invitation_radio_buttons {
    margin-top: 30px;
    padding: 10px 0;
    font-size: 115%;
}

#signup_with_invitation, #request_invitation {
    font-size: 115%;
    margin: 30px 0 0 10px;
    padding: 10px 30px;
    background: #fafafa;
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#signup_with_invitation .hint, #request_invitation .hint {
    color: #888;
    font-size: 70%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#request_invitation textarea {
    height: 80px;
}

#signup_explanation, #invitation_explanation {
    color: #888;
}


/* Blog */

h2.blog span.postDate {
    display: block;
    float: right;
    font-weight: normal;
    font-size: 50%;
    padding-top: 0.9em;
}

.blogPost {
    padding-right: 37px;
    border-right: 3px dashed #eee;
}

.blogSidebar {
    color: #888;
}

.blogSidebar a {
    color: #444;
}

.blogSidebar a:hover, .blogSidebar a:active {
    color: #000;
}

.floatleft {
    float: left;
    margin: 0 2em 2em 0;
}

.floatright {
    float: right;
    margin: 0 0 2em 2em;
}

.biography {
    font-size: 75%;
    background: #fafafa;
    margin: 2em 0;
    padding: 1em;
    border: 1px dashed #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
