* { padding: 0; margin: 0 }
*, *:focus { outline: none; }

HTML {
	background: #1D4674 url(images/header.gif) top repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 18pt;
	text-align: justify;
	color: #444;
}

H1, H2, H3, H4, H5, H6 {
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #222;
	margin: 2em 0 .75em 0;
}

H1 { font-size: 16pt; }

H2 { font-size: 15pt; }

H3 { font-size: 14pt; }

H4 { font-style: italic; color: #888; font-size: 13pt; }

H5 { color: #888; font-size: 12pt; }

H6 { font-size: 11pt; }

P {
	margin: 1.5em 0;
}

A {
	color: #2F6CB0;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A IMG {
	border: none;
}

ACRONYM, ABBREV {
	border-bottom: dotted 1px #888;
	cursor: help;
}

BLOCKQUOTE {
	color: #666;
	font-style: italic;
	font-family: Georgia, "Times New Roman", sans-serif;
	background: #F2F2F2 url(images/blockquote.gif) 15px 15px no-repeat;
	border-radius: 16px;
	text-align: left;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	font-size: 10pt;
	padding: 1.5em 30px 1.5em 90px;
	margin: 40px 40px;
}

CODE {
	text-align: left;
	font-family: "Courier New", monospace;
	font-size: 12pt;
	color: #666;
	background: #F2F2F2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: auto;
	display: block;
	padding: 10px;
	margin: 1em 0em;
}

SAMP {
	background: #F2F2F2;
	color: #666;
	font-family: "Courier New", monospace;
	font-size: 12pt;
}

FORM {
	background: #F2F2F2;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	padding: 1px 20px;
}

#header H1 {
	display: none;
}

#nav {
	position: relative;
	width: 880px;
	height: 34px;
	background: url(images/nav.gif) repeat-x;
	margin: 20px auto 0 auto;
}

#nav LI {
	list-style: none;
}

#nav LI A {
	position: absolute;
	top: 0px;
	height: 34px;
	text-indent: -9999em;
	display: block;
}

#nav LI A:hover {
	background-position: bottom;
}

#nav .home A {
	left: 0px;
	width: 155px;
	background: url(images/nav-home.gif) no-repeat;
}

#nav .how-it-works A {
	right: 447px;
	width: 136px;
	background: url(images/nav-how-it-works.gif) no-repeat;
}
#nav .features A {
	right: 348px;
	width: 99px;
	background: url(images/nav-features.gif) no-repeat;
}
#nav .pricing A {
	right: 258px;
	width: 90px;
	background: url(images/nav-pricing.gif) no-repeat;
}
#nav .documentation A {
	right: 101px;
	width: 157px;
	background: url(images/nav-documentation.gif) no-repeat;
}
#nav .contact A {
	right: 0px;
	width: 101px;
	background: url(images/nav-contact.gif) no-repeat;
}

#splash-container {
	background: #F2F2F2;
	padding: 1px 0;
}

#splash {
	width: 840px;
	padding: 0 20px 0 20px;
	margin: 0 auto 0 auto;
}

#splash {
	min-height: 20px;
}

#splash H2 {
	color: #2F6CB0;
	margin: 30px 0 15px 0;
}

#splash H2 A {
	border-bottom: dotted 1px #2F6CB0;
	text-decoration: none;
}

#splash H2 A:hover {
	border-bottom: solid 1px #2F6CB0;
	text-decoration: none;
}

#main-content-container {
	background: #FFF;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}

#main-content {
	width: 880px;
	padding-bottom: 40px;
	margin: 0 auto;
}

#main-content UL, 
#main-content OL {
	margin-left: 4em;
}


/* Homepage-specific */
#homepage #splash {
	padding: 20px 0 0 0;
}


#homepage #splash H2 {
	font-size: 21pt;
	color: #000;
	line-height: 1.5;
	text-align: center;
	margin: 10px 0;
}

#homepage #splash .learn-more {
	float: left;
}

#homepage #splash .sign-up {
	float: right;
}

#homepage #splash .columns .right-column IMG {
	margin-bottom: 15px;
}

#homepage #learn-more-container {
	margin: 40px 0;
}

#homepage .feature {
	padding: 1px 0 1px 120px;
	background: top left no-repeat;
	margin: 40px 0 0px 0;
}

#homepage .feature H2 {
	margin-top: 0;
}

#homepage .design-your-way {
	background-image: url(images/homepage/design-your-way.gif);
}
#homepage .white-label-cms {
	background-image: url(images/homepage/white-label-cms.gif);
}
#homepage .free-help-support {
	background-image: url(images/homepage/free-help-support.gif);
}
#homepage .easily-manage-content {
	background-image: url(images/homepage/easily-manage-content.gif);
}
#homepage .link-google-analytics {
	background-image: url(images/homepage/link-google-analytics.gif);
}
#homepage .more-features {
	background-image: url(images/homepage/more-features.gif);
}

/* End homepage-specific */



/* How it works-specific */
#how-it-works #splash {
	background: url(images/info-icon.gif) no-repeat 96% center;
}

#how-it-works #splash P {
	margin-bottom: 30px;
	padding-right: 25%;
}

#how-it-works .how-to {
	background: top center no-repeat;
	padding: 130px 10px 0 10px;
	margin: 50px 0;
}

#how-it-works .how-to P {
	color: #888;
	margin-top: -10px;
}

#how-it-works .step-1 {	background-image: url(images/how-it-works/step-1.gif); }
#how-it-works .step-2 {	background-image: url(images/how-it-works/step-2.gif); }
#how-it-works .step-3 {	background-image: url(images/how-it-works/step-3.gif); }
#how-it-works .step-4 {	background-image: url(images/how-it-works/step-4.gif); }
#how-it-works .step-5 {	background-image: url(images/how-it-works/step-5.gif); }
#how-it-works .step-6 {	background-image: url(images/how-it-works/step-6.gif); }

#how-it-works #learn-more-container {
	width: 400px;
	height: 50px;
	margin: 0 auto 30px auto;
}

#how-it-works .learn-more {
	float: left;
}

#how-it-works .sign-up {
	float: right;
}
/* End how it works-specific */


/* Features-specific */
#features #splash {
	background: url(images/star-icon.gif) no-repeat 96% center;
}

#features #splash P {
	margin-bottom: 30px;
	padding-right: 25%;
}

#features #featured-items {
	padding-top: 20px;
}

#features .columns {
	padding: 10px 0;
}

#features .left-column {
	color: #888;
}

#features .right-column {
	text-align: center;
}

#features .screenshots {
	margin: 25px 0;
}

#features .feature IMG {
	max-width: 380px;
}

#features .feature {
	border-bottom: solid 1px #E3E3E3;
}

#features .feature.shaded {
	background: #F8F8F8;
}

#features .feature H2 {
	margin-top: 20px;
}

#features .feature UL {
	margin-bottom: 20px;
}

#features .feature IMG {
	margin: 15px 0 15px 0;
}

#features .right-column .sign-up {
	margin-top: 75px;
}
/* End features-specific */


/* Pricing-specific */
#pricing #splash {
	background: url(images/pricing-icon.gif) no-repeat 96% center;
}

#pricing #splash P {
	margin-bottom: 30px;
	padding-right: 25%;
}


#pricing #price-comparison {
	padding-bottom: 10px;
	border-bottom: solid 1px #DDD;
	margin-top: 20px;
}

#pricing .free,
#pricing .pro {
	margin-left: 40px;
}

#pricing .free H2 {
	font-size: 22pt;
	line-height: 128px;
	background: url(images/pricing/free.gif) left center no-repeat;
	padding-left: 130px;
	margin-top: 20px;
}

#pricing .pro H2 {
	font-size: 22pt;
	line-height: 128px;
	background: url(images/pricing/pro.gif) left top no-repeat;
	padding-left: 130px;
	margin-top: 20px;
}

#pricing .columns UL {
	margin: 0 0 0 2em;
}

#pricing LI.sign-up {
	list-style: none;
}

#pricing LI.sign-up .call-to-action {
	margin: 30px 0;
	margin-left: -2em;
}
/* End pricing-specific */


/* Contact-specific */
#contact #splash {
	background: url(images/contact-icon.gif) 96% center no-repeat;
}

#contact #splash P {
	padding-right: 25%;
	margin-bottom: 30px;
}
/* End contact-specific */


/* Documentation-specific */
#documentation #splash {
	background: url(images/documentation-icon.gif) 96% center no-repeat;
}

#documentation #splash P {
	padding-right: 25%;
	margin-bottom: 30px;
}

#documentation .correct {
	color: #090;
	font-weight: bold;
}

#documentation .incorrect {
	color: #900;
	font-weight: bold;
}

#documentation .single-column H3 {
	background: #2F6CB0;
	color: #FFF;
	text-shadow: 0 -1px 1px #14395E;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 10px;
}

#documentation .important {
	background: #FFFCCC url(images/warning.png) 15px 10px no-repeat;
	color: #222;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 5px 20px 5px 80px;
	margin: 1em 0;
}

#documentation .tip {
	background: #C1E2F7 url(images/info.png) 15px 10px no-repeat;
	color: #222;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 5px 20px 5px 80px;
	margin: 1em 0;
}

#documentation .tip SAMP {
	background: transparent;
}
/* End documentation-specific */


/* Terms of service-specific */
#terms-of-service #splash {
	background: url(images/terms-icon.gif) 96% center no-repeat;
}

#terms-of-service #splash P {
	padding-right: 25%;
	margin-bottom: 30px;
}
/* End terms of service-specific */


/* Privacy policy-specific */
#privacy-policy #splash {
	background: url(images/privacy-icon.gif) 96% center no-repeat;
}

#privacy-policy #splash P {
	padding-right: 25%;
	margin-bottom: 30px;
}
/* End privacy policy-specific */


/* Checkout complete-specific */
#checkout-complete #splash {
	background: url(images/check-icon.gif) 96% center no-repeat;
}

#checkout-complete #splash P {
	padding-right: 25%;
	margin-bottom: 30px;
}
/* End checkout complete-specific */


/* Account created-specific */
#account-created #splash {
	background: url(images/check-icon.gif) 96% center no-repeat;
}

#account-created #splash P {
	padding-right: 25%;
	margin-bottom: 30px;
}

#account-created .login {
	margin-left: 0;
	margin-right: 0;
}
/* End account created-specific */


/* Error-specific */
#error #splash {
	background: url(images/broken-icon.gif) 96% center no-repeat;
}

#error #splash P {
	padding-right: 25%;
	margin-bottom: 30px;
}
/* End error-specific */


/* Sign up-specific */
#sign-up #splash {
	background: url(images/sign-up-icon.gif) 96% center no-repeat;
}

#sign-up #splash P {
	padding-right: 25%;
	margin-bottom: 30px;
}

#sign-up-captcha-code {
	width: 170px;
	margin-top: 14px;
	float: right;
}

#sign-up-captcha-image {
	border: solid 5px #DDD;
	-moz-border-radius: 4px;
	vertical-align: middle;
}

#sign-up .captcha-arrow {
	font-size: 22px;
	color: #CCC;
	line-height: 47px;
}
/* End sign up-specific */


/* Google Analytics-specific */
#google-analytics #splash {
	background: url(images/google-analytics-icon.gif) no-repeat 96% center;
}

#google-analytics #splash P {
	margin-bottom: 30px;
	padding-right: 25%;
}
/* End Google Analytics-specific */


/* Upgrade-specific */
#upgrade #splash {
	background: url(images/pro-icon.gif) no-repeat 96% center;
}

#upgrade #splash P {
	margin-bottom: 30px;
	padding-right: 25%;
}

#upgrade .monthly, 
#upgrade .annually {
	text-align: center;
	color: #888;
	margin-top: 40px;
}

#upgrade .monthly H2, 
#upgrade .annually H2 {
	font-size: 26pt;
	text-align: center;
	margin: 30px 0 5px 0;
}

#upgrade .monthly .button,
#upgrade .annually .button {
	margin: 0 auto;
	float: none;
	margin: 25px auto 10px auto;
}
/* End upgrade-specific */


#footer-container {
	background: #1D4674 url(images/footer.gif) top repeat-x;
	padding: 1px 0;
}

#footer {
	position: relative;
	width: 880px;
	min-height: 120px;
	padding-top: 75px;
	margin: 0 auto;
}

#footer #credits {
	text-align: center;
	color: #FFF;
	text-shadow: #143050 0px 1px 0px;
}

#footer #credits A {
	color: #FFF;
	border-bottom: dotted 1px #FFF;
}

#footer #credits A:hover {
	border-bottom: solid 1px #FFF;
	text-decoration: none;
}

#social-media {
	position: absolute;
	left: 50%;
	top: 15px;
	width: 220px;
	height: 55px;
	background: url(images/join-us.gif) left center no-repeat;
	margin-left: -110px;
}

#social-media LI {
	list-style: none;
	display: inline;
}

#social-media LI A {
	width: 57px;
	height: 57px;
	background: no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0 8px;
	float: left;
}

#social-media LI.abs A {
	background-image: url(images/abs.png);
}

#social-media LI.twitter A {
	background-image: url(images/twitter.png);
}

#social-media LI.facebook A {
	background-image: url(images/facebook.png);
}


/* Shared classes */
.call-to-action {
	text-indent: -9999em;
	width: 168px;
	height: 48px;
	background: top no-repeat;
	display: block;
	margin: 0 auto;
}

.call-to-action.learn-more { background-image: url(images/learn-more.png); }
.call-to-action.sign-up { background-image: url(images/sign-up.png);v}
.call-to-action.login { background-image: url(images/login.png);v}

.columns {
	/* nothing yet */
}

.columns.single-column {
	padding: 0 20px;
}

.columns .left-column {
	width: 43.9%; /* xx.9 for IE7 */
	float: left;
	padding: 0 4% 0 2%;
}

.columns .right-column {
	width: 43.9%; /* xx.9 for IE7 */
	float: right;
	padding: 0 2% 0 4%;
}

.columns .clear {
	clear: both;
}


.tri-columns {
	/* nothing yet */
}

.tri-columns .left-column {
	width: 29.2%; /* .1 less for IE7 */
	float: left;
	padding: 0 2% 0 2%;
}

.tri-columns .center-column {
	width: 29.2%; /* .1 less for IE7 */
	float: left;
	padding: 0 2% 0 2%;
}

.tri-columns .right-column {
	width: 29.2%; /* .1 less for IE7 */
	float: right;
	padding: 0 2% 0 2%;
}

.tri-columns .clear {
	clear: both;
}


.text-field {
	width: 98%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background: #FFF;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: -1px -1px 1px #AAA;
	-moz-box-shadow: -1px -1px 1px #AAA;
	-webkit-box-shadow: -1px -1px 1px #AAA;
	padding: 5px;
	display: block;
}

.text-field:focus {
	background-color: #FFFCCC;
}

.text-field[disabled] {
	color: #888;
}

.text-field.watermark {
	color: #888;
}

.button {
	width: 100px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #444 url(/src/css/images/button-bg.gif) center repeat-x;
	text-shadow: #000 0px 1px 1px;
	text-transform: lowercase;
	text-decoration: none;
	padding: 5px 10px;
	margin: 10px 0 10px auto;
	cursor: pointer;
	display: block;
}

.button:active {
	background: #888;
	text-decoration: none;
}

FORM .required {
	color: #D00;
}

FORM .feedback {
	float: left;
}

FORM .form-error {
	font-size: 8pt;
	background: #DD4444;
	color: #FFF;
	text-align: center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor: pointer;
	padding: 1px 15px;
	margin: 0;
	display: inline-block;
}

FORM .form-success {
	font-size: 8pt;
	background: #44AA44;
	color: #FFF;
	text-align: center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 2px 15px;
	margin: 0;
}

/* Fancybox */
.fancybox-title-inside {
	color: #888 !important;
	font-style: italic;
}
