@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,800,700,600);
@import url(http://fonts.googleapis.com/css?family=Lato:300,700,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(http://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);

body {
	margin:0px;
	padding:0px;
	font-family:Helvetica Nueve, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#333333;
	background-image:none;
	background-color:#2A2A2A;
}

p {
	line-height:1.5em;
}

li {
	line-height:1.5em;
}

em {
	color:#0099CC;
	font-style:normal;
}

a {
	color:#0099CC;
}

a img {
	border:none;
}


h1.with-paragraph, h2.with-paragraph, h3.with-paragraph {
	margin-bottom:-10px;
	padding-bottom:0px;
}

h1, h2, h3, h4 {
	font-weight:normal;
	color:#000000;
}

h1 {
	margin-top:5px;
}

h2 {
	font-size:22px;
	margin-bottom:5px;
}

h3 {
	font-size:18px;
	margin-bottom:5px;
}

h4 {
}

section h2 {
	margin-top:0px;
}

/*
	Forms
	-------------------------------------------------------
*/

label {
	font-size:14px;
}

input, select {
	font-size:14px;
	line-height:20px;
}

select {
	margin-bottom:10px;
	padding:5px 5px 5px 0px;
}

form h2, form h3 {
	margin-top:35px;
}

fieldset {
	border:none;
	border-bottom:1px solid #EFEFEF;
	padding:0px 10px 20px 10px;
	margin-bottom:20px;
}

fieldset.borderless {
	border:none;
}

fieldset h2 {
	margin-top:0px;
	margin-bottom:10px;
}

input.button {
	width:50px;
}

div.field-inline div.field {
	float:left;
	margin-right:20px;
}

div.field {
	margin-bottom:10px;
}

div.field label {
	display:block;
	margin-bottom:5px;
	font-weight:bold;
}

div.field p {
	margin:0px;
	color:#666666;
}

div.field input {
	width:250px;
}

div.field input.button {
	width:auto;
}

div.field select {
	width:257px;
}

div.terms input {
	width:15px;
}

h3.error {
	color:#990000;
}

p.error {
	color:#990000;
}

p.error a {
	color:#990000;
}

span.error {
	color:#990000;
	padding-left:10px;
}

div.field-inline div.field span.error {
	padding-left:0px;
}

/* Spam challenge, this should never be visible */
input#telephone2 {
	display:none;
}

div.field-small {
	width:125px;
}

div.field-small input, div.field-small select {
	width:125px;
}

div.field-medium {
	width:175px;
}

div.field-medium input, div.field-medium select {
	width:175px;
}

div.field-large {
	width:200px;
}

div.field-large input, div.field-large select {
	width:200px;
}

/*
	Tables
	-------------------------------------------------------
*/

table {
	width:100%;
}

th {
	text-align:left;
	background-color:#F8F8F8;
}

th, td {
	border-bottom:1px solid #F8F8F8;
	border-collapse:collapse;
	padding:5px;
}

/*
	Header
	-------------------------------------------------------
*/

header {
	background-color:#0099CC;
	border-bottom:2px solid #CCCCCC;
}

header div#header-content {
	width:910px;
	padding:2px 20px 5px 20px;
	margin-left:auto;
	margin-right:auto;
}

header #logo {
	float:left;
}

header #logo img {
	width:220px;
}

/*
	Main Navigation
	-------------------------------------------------------
*/

nav {
	background-color:#0099CC;
	margin-top:15px;
	float:right;
}

nav ul {
	list-style-type:none;
	height:40px;
}

nav ul li {
	float:left;
	border-left:1px solid #1BA7D5;
	border-left:none;
}

nav ul li.first {
	border-left:none;
}

nav ul li a {
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	line-height:35px;
	float:left;
	text-decoration:none;
	padding:0px 10px;
	margin-right:5px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #666666;
}

nav ul li a:hover {
	background-color:#333333;
	border-radius:5px;
	background-color:#333333;
	text-shadow:none;
}

nav ul li a.active {
	background-color:#CCCCCC;
	border-radius:5px;
	color:#333333;
	text-shadow:none;
}

nav ul li.credit {
	float:right;
	border-left:none;
}

nav ul li.credit a {
	color:#3DB4DC;
}

nav ul li.credit a:hover {
	color:#FFFFFF;
}

div#content {
	background-color:#F7F7F7;
	padding:20px 0px 40px 0px;
	/*background-image:url('../images/background.png');*/
}

div#page {
	width:950px;
	width:910px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top:15px;
	padding:20px 20px 40px 20px;
	border-top:2px solid #EFEFEF;
	background-color:#FFFFFF;
	/* border:1px solid rgba(0,0,0,.1); no ie */
	border:1px solid #E0E0E0;
}

div#page.no-backdrop {
	background:transparent;
	border-top:none;
}

/*
	Homepage Intro
	-------------------------------------------------------
*/

section#intro {
	margin-bottom:20px;
	height:350px;
	padding:0px 0px 10px 0px;
}

section#intro h1 {
	font-size:28px;
        padding-top:30px;
	margin-bottom:30px;
}

section#intro span.or {
	line-height:45px;
}

section#intro img#preview {
	float:right;
}

section#intro p {
        width:475px;
	line-height:1.5em;
	margin-bottom:5px;
	font-size:14px;
	color:#666666;
}

section#intro a.go-button {
	margin-left:0px;
	width:150px;
}

section#intro a.go-button span {
	float:none;
	margin-top:-2px;
}

section#intro p.buttons {
	margin-top:35px;
	margin-left:50px;
}

section#intro p.buttons span {
	float:left;
}

section#intro p.buttons a {
	float:left;
	padding:5px 20px;
	text-align:center;
	height:35px;
	font-size:18px;
}

section#intro a.tour-button {
	line-height:35px;
}

section#intro .compatibility {
	display:block;
	margin-top:95px;
	padding-left:160px;
}

/*
	Homepage Features
	-------------------------------------------------------
*/

section#features {
	margin:70px -20px 40px -20px;
	border-radius:0px;
	border-top:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	background-color:#FFFFFF;
	padding:50px 20px;
}

section#features h2 {
	color:#444444;
	font-size:28px;
	text-align:center;
}

section#features p.introduction {
	text-align:center;
	color:#777777;
	margin-top:10px;
	border-bottom:none;
	margin-bottom:10px;
	padding-bottom:10px;
}

section#features ul {
	padding:0px;
	margin:30px 20px;
}

section#features li {
	float:left;
	width:165px;
	list-style-type:none;
	margin:0px 20px 10px 10px;
	background-image:url('/images/check.png');
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:20px;
	color:#555555;
}

/*
	Tour
	-------------------------------------------------------
*/

section#tour {
	float:right;
	width:745px;
	width:710px;
}

section#tour p {
	margin-bottom:30px;
	line-height:1.5em;
	color:#555555;
	font-size:14px;
}

p.introduction {
	color:#666666;
	margin-top:20px;
	border-bottom:1px solid #EFEFEF;
	padding-bottom:25px;
	margin-bottom:25px;
	font-size:16px;
}

section#tour h2 {
	font-size:24px;
	font-weight:normal;
}

section#tour h3 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:-5px;
	line-height:1.5em;
}

aside#tour-aside {
	float:left;
	width:175px;
}

aside#tour-aside ul {
	width:175px;
	float:left;
	padding:5px 0px;
	background-color:#F3F3F3;
	list-style-type:none;
	margin-top:0px;
}

aside#tour-aside ul li a {
	display:block;
	padding:10px 15px;
	color:#454545;
	background-color:#F3F3F3;
	border-bottom:1px solid #E0E0E0;
	text-decoration:none;
}

aside#tour-aside ul li a:hover {
	color:#000000;
	background-color:#CCCCCC;
}

aside#tour-aside ul li a.last {
	border-bottom:none;
}

aside#tour-aside ul li a.current {
	color:#FFFFFF;
	background-color:#666666;
}

section.feature {
	border-bottom:1px solid #EFEFEF;
	margin-bottom:50px;
}

section.feature h3 {
	margin-bottom:0px;
	padding-bottom:0px;
}

section.feature-left p, section.feature-left h3 {
	float:left;
	width:350px;
}

section.feature-right p, section.feature-right h3 {
	float:right;
	width:350px;
}

/* Clear the header */
section.feature-left p, section.feature-right p {
	clear:both;
}

section.feature-left {
	text-align:left;
	padding-bottom:50px;
}

section.feature-right img {
	float:left;
	margin-top:-20px;
}

section.feature-left img {
	float:right;
	margin-top:-20px;
}

section.feature-right {
	text-align:right;
	padding-bottom:50px;
}

section.feature-right div.description {
	float:right;
	width:400px;
	text-align:right;
}

section.feature-left div.description {
	float:left;
	width:400px;
	text-align:left;
}

section.feature div.description p, section.feature div.description h3 {
	width:auto;
}

section.feature-grid {
}

section.feature-grid div.feature-small {
	float:left;
	width:195px;
	height:160px;
	padding:10px;
	margin:0px 20px 20px 0px;
	background-color:#F8F8F8;
}

section.feature-grid p {
	float:none;
	width:auto;
	display:block;
}

section#tour section.feature-grid div.feature-small p {
	color:#555555;
	float:none;
	width:auto;
	display:block;
	margin-top:10px;
}

section.feature-grid div.feature-small h4 {
	margin-top:0px;
	margin-bottom:0px;
	font-size:16px;
}

p.next {
	font-size:14px;
	text-align:center;
	background-color:#EFEFEF;
	padding:10px;
}

/*
	Homepage News
	-------------------------------------------------------
*/

section#news {
	margin-bottom:25px;
	margin-top:20px;
}

section#news h2 {
	color:#444444;
	font-size:28px;
	text-align:center;
}

section#news p.introduction {
	text-align:center;
	color:#777777;
	margin-top:10px;
	border-bottom:none;
	margin-bottom:10px;
	padding-bottom:10px;
}

section#news h3 {
	margin:0px;
	font-size:18px;
	font-weight:normal;
}

section#news h3 a {
	color:#000000;
	text-decoration:none;
}

section#news h3 a:hover {
	text-decoration:underline;
}

section#news strong.date {
	text-transform:uppercase;
	font-size:13px;
	font-weight:normal;
	color:#666666;
}

section#news div.post {
	/*float:left;
	width:262px;
	margin-right:10px;
	border-right:1px solid #CCCCCC;
	padding-right:10px;*/
	border-bottom:1px solid #EFEFEF;
	padding:10px;
	margin-top:20px;
}

section#news p.date {
	margin-top:0px;
}

section#news div.last {
	border-right:none;
}

/*
	Catch
	-------------------------------------------------------
*/

section#catch {
	color:#FFFFFF;
	background-color:#444444;
	background-color:#84BA57;
	padding:20px 20px 10px 20px;
	width:910px;
	margin-top:40px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #589A1C;
	border-radius:5px;
  	-webkit-border-radius:5px;
  	-moz-border-radius:5px;
	text-shadow:1px 1px 1px #589A1C;
}

section#catch h2 {
	margin:0px;
	margin-bottom:0px;
	color:#FFFFFF;
}

section#catch p {
	margin-top:0px;
}

section#catch a {
	color:#FFFFFF;
}

section#catch div#demo {
	float:left;
	padding-right:40px;
	width:405px;
}

section#catch div#demo img {
	float:left;
	margin-right:15px;
}

section#catch div#contact {
	float:right;
	text-align:right;
	height:50px;
	width:420px;
	padding-left:40px;
	border-left:1px solid #589A1C;
}

section#catch div#contact img {
	float:right;
	margin-left:15px;
}

/*
	Careers
	-------------------------------------------------------
*/

.job {
	border-top:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	margin-top:25px;
}

/*
	Signup
	-------------------------------------------------------
*/

section#signup {
	width:550px;
}

section#package {
	background-color:#F1F1F1;
	padding:10px;
	border-radius:5px;
  	-webkit-border-radius:5px;
  	-moz-border-radius:5px;
}

section#package {
}

aside#signup-aside {
	float:right;
	width:350px;
	margin-left:20px;
}

div#signup-confirm {
	background-color:#EFEFEF; 
	padding:20px; 
	margin-top:35px;
}

div#signup-confirm input.button {
	font-size:20px;
	width:auto;
}

div#signup-confirm span {
	font-size:12px;
	color:#555555;
}

div#signup-confirm label {
	font-weight:normal;
	display:inline;
}

section#signup select#website_type {
	width:auto;
	margin-top:5px;
}

section#signup input#subdomain {
	width:150px;
}

/*
	Misc
*/

aside .box {
	padding:20px;
	display:block;
	margin:10px 0px;
	border:2px solid #EFEFEF;
}

/*
	Button Links
	-------------------------------------------------------
*/

a.button, a.go-button {
	color:#FFFFFF;
	margin:0px 5px;
	text-decoration:none;
	padding:10px 20px;
	font-size:14px;
	border:1px solid #666666;
	background-color:#999999;
	border-radius:5px;
  	-webkit-border-radius:5px;
  	-moz-border-radius:5px;
	text-shadow:1px 1px 1px #333333;
}

a.go-button {
	border:1px solid #589A1C;
	background-color:#84BA57;
	
}

a.go-button span {
	color:#D4FAA8;
	display:block;
	font-size:10px;
	text-shadow:1px 1px #666666;
	margin-top:-5px;
}

/*
	Pricing > Packages
	-------------------------------------------------------
*/

.package {
	border:1px solid #DADADA;
	background-color:#FFFFFF;
	background-color:#F9F9F9;
	padding:10px 10px 25px 10px;	
	width:187px;
	height:340px;
	text-align:center;
	float:left;
	margin:0px 24px 0px 0px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
	box-shadow:0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
}

.package p {
	border-bottom:1px solid #F1F1F1;
	border-bottom:1px solid #EFEFEF;
	padding:10px 0px;
	margin:0px;
}

.package p.last {
	border-bottom:none;
}

.package-last {
	margin-right:0px;
}

.package h2 {
	margin-top:0px;
}

.package a.go-button {
	display:block;
	margin-top:10px;
}

/*
	Pricing > Included
	-------------------------------------------------------
*/

section#included {
	float:left; 
	width:560px; 
	background-color:#EFEFEF; 
	background-color:#F9F9F9;
	padding:20px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
}

section#included ul {
	margin-left:0px;
}

section#included li {
	float:left;
	width:200px;
	background-image:url('/images/check.png');
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:20px;
	list-style-type:none;
	margin-left:0px;
}

/*
	Pricing > Email
	-------------------------------------------------------
*/

section#email {
	float:right; 
	width:250px; 
	background-color:#EFEFEF; 
	background-color:#F9F9F9;
	padding:20px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
}

/*
	Pricing > Sub
	-------------------------------------------------------
*/

section#sub {
	color:#666666;
	font-size:11px;
	margin-top:50px;
}

section#sub p {
	line-spacing:1em;
	margin:0px;
}

/*
	Blog
	-------------------------------------------------------
*/

section#blog {
	float:right;
	width:720px;
}

section#blog article {
	border-bottom:1px solid #EFEFEF;
	margin-bottom:20px;
	padding-bottom:20px;
}

section#blog article .meta {
	padding:10px;
	margin-top:20px;
	background-color:#F1F1F1;
}

section#blog p.tags {
	background-color:#EFEFEF;
	padding:10px;
}

section#blog a.tag {
	background-color:#0099CC;
	/*background-color:#999999;*/
	color:#FFFFFF;
	padding:5px;
}

p.date {
	color:#666666;
	margin-top:-5px;
	font-size:13px;
}

section#blog article h3 a {
	color:#000000;
	text-decoration:none;
	font-size:20px;
}

section#blog article h3 a:hover {
	text-decoration:underline;
}

aside#blog-aside {
	float:left;
	width:175px;
}

aside#blog-aside h2 {
	font-size:15px;
}

aside#blog-aside ul {
	margin:0px;
	padding:0px 0px 0px 5px;
}

aside#blog-aside ul li {
	list-style-type:none;
}

img.blog {
	border:1px solid #EFEFEF;
}

/*
	Attention
	-------------------------------------------------------
*/

div#attention {
	background-color:#999999;
	text-align:center;
	color:#FFFFFF;
	padding:5px 0px;
	letter-spacing:0.8px;
}

/*
	Pagination
	-------------------------------------------------------
*/

.pagination {
	text-align:center;
}

.pagination a, .pagination span {
	background-color:#EFEFEF;
	padding:10px;
	margin-right:2px;
}

.pagination span {
	color:#666666;
}

.pagination disabled {
	color:#CCCCCC;
}

/*
	Terms of Service, Privacy Policy
	-------------------------------------------------------
*/

article.legal h2 {
	font-size:18px;
}

article.legal dt {
  font-style:italic;
}

article.legal dd {
  margin-left:15px;
  
}

article.legal ol {
  margin-left:0px;
  padding-left:0px;
}

article.legal li {
  list-style-type:none;
  line-height:1.5em;
}

article.legal li span {
  margin-left:-35px;
  width:30px;
  display:block;
  float:left;
  padding-right:5px;
}

article.legal li li {
  padding-left:40px;
}

article.legal li li li span {
  width:35px;
  margin-left:-40px;
}

article.legal li li li {
  padding-left:50px;
}

article.legal li table {
  border-collapse:collapse;
  width:100%;
  margin:10px 0px 10px 0px;
}

article.legal li table td, li table th {
  border:1px solid #CCCCCC;
  text-align:left;
  padding:5px;
}

article.legal address {
  margin-top:20px;
  line-height:15px;
}

article.legal address p {
  margin:5px;
}

article.legal table.revisions td strong {
  display:block;
  width:100px;
}

/*
	Contact
	-------------------------------------------------------
*/

aside#contact-aside {
	float:right;
	width:250px;
	margin-left:30px;
}

aside#contact-aside #existing-customer {
	padding:20px;
	background-color:#F1F1F1;
}

aside#contact-aside #existing-customer h2 {
	margin-top:0px;
}

.errors_title, .errors li {
	color:#990000;
}

.notice {
	font-weight:bold;
	color:green;
}

/*
	Footer
	-------------------------------------------------------
*/

footer {
	margin:0px;
	padding:0px 0px 0px 0px;
	background-color:#333333;
	color:#232323;
	font-size:14px;
}

footer p {
	margin:0px;
}

footer ul {
	margin:20px 0px 20px 0px;
	width:150px;
	padding:0px;
	float:left;
}

footer li {
	list-style-type:none;
	padding-bottom:5px;
}

footer li a {
	color:#999999;
	text-decoration:none;
}

footer li a:hover {
	text-decoration:underline;
}

footer li strong {
	display:block;
	color:#EFEFEF;
	padding-bottom:5px;
}

footer section {
	width:900px;
	padding:40px 0px;
	margin-left:auto;
	margin-right:auto;
}

footer div#links {
	float:left;
}

footer div#social {
	float:right;
	width:200px;
	margin-top:25px;
}

footer div#social img {
	width:32px;
	height:32px;
	margin-bottom:-10px;
}

footer div#social a {
	color:#999999;
	display:block;
	width:175px;
	padding:5px;
	line-height:32px;
	text-decoration:none;
}

footer div#social a:hover {
	background-color:#2A2A2A;
}

footer section#legal {
	width:auto;
	color:#666666;
	padding:40px 20px;
	background-color:#2A2A2A;
}

footer section#legal a {
	color:#666666;
	text-decoration:none;
}

footer section#legal a:hover {
	text-decoration:underline;
}

footer section#legal p {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

/*
	Careers
	-------------------------------------------------------
*/

p.location {
	color:#666666;
	margin-top:-5px;
}

/*
	Sitemap
	-------------------------------------------------------
*/

ul#sitemap li {
	line-height:1.5em;
}

/*
	Utility
	-------------------------------------------------------
*/

.rounded {
	border-radius:5px;
  	-webkit-border-radius:5px;
  	-moz-border-radius:5px;
}

.center {
	text-align:center;
}

.clear {
	clear:both;
}