body {
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  background: #9edcf3 url(../images/bg.png) 0 0 repeat-x;
}

input, textarea, select, option, button {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	padding: 0.5em 0.4em;
}

div.container {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  font-size: 120%;
}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

a {
  color: #1f5762;
  background: transparent;
  padding: 0.2em 0;
}
a:hover {
  background-color: #1f5762;
  color: #fff;
  text-decoration: none;
}

input#openid_url {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 3px 50%;
   color: #000;
   padding-left: 23px;
}


/* -------------------------------------
   boxes
------------------------------------- */
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.box {
  margin: 1em 0 1.5em;
}
.box h3 {
  font-size: 110%;
  font-weight: bold;
  margin: 0;
}
.center {
  text-align: center;
}
.box p {
  margin: 0.5em 0;
}
.box ul {
  margin: 0 0 0 2em;
}
.box ul li {
  margin-top: 0.1em;
  list-style-type: disc;
}


/* -------------------------------------
   forms
------------------------------------- */

fieldset {
  font-size: 100%;
  border: 0;
  padding: 10px;
  margin: 0;
  background: #EAE7D8;
  border: 1px solid #D8D3B6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

fieldset div.field {
  clear: both;
  margin-bottom: 0.8em;
}

fieldset div.field label {
  font-weight: bold;
}

fieldset div.field.text input,
fieldset div.field.text textarea,
fieldset div.field.select select {
  margin-top: 0.3em;
  border: 1px solid #ccc;
  border-bottom-color: #e5e5e5;
  border-top-color: #a0a0a0;
}

fieldset div.field..select select {
  padding: 0.4em;
}

fieldset div.field.checkbox input {
  margin-top: 0.3em;
}

fieldset div.field.button {
  padding-top: 1em;
  margin-bottom: 0;
}

fieldset div.field.button button {
	padding: 0.5em 0.8em;
	font-size: 100%;
	font-weight: bold;
}

fieldset div.fieldWithErrors {
  display: inline;
}

fieldset span.note {
	font-size: 90%;
	display: block;
	margin-top: 5px;
}



/* -------------------------------------
   header
------------------------------------- */
#header {
  background: #222;
  border-bottom: 2px solid #222;
}
#header .container {
  background: transparent url(../images/landing_header_shine.png) 50% 50% no-repeat;
  padding: 3.5em 0 2.5em;
}
#header h1,
#header h1 a {
  display: block;
  height: 61px;
  width: 274px;
  background: transparent url(../images/landing_logo.png) 0 0 no-repeat;
}
#header h1 a {
  text-indent: -9999em;
}
#header h1 {
  margin-left: 1em;
  padding-right: 6em;
}
#header h4 {
  display: none;
}


/* -------------------------------------
   navigation
------------------------------------- */
#nav {
  float: right;
  padding-top: 1em;
  font-size: 130%;
}
#nav ul {
  list-style: none;
}
#nav ul li {
  float: left;
  margin: 0 3px;
  padding: 0;
}
#nav ul li a {
  display: block;
  padding: 0.5em;
  color: #ccc;
  text-decoration: none;
}
#nav ul li a:hover {
  background: #111;
  color: #fff;
}
#nav ul li.current a {
  background: #ccc;
  color: #000;
  font-weight: bold;
}


/* -------------------------------------
   callout
------------------------------------- */
#callout {
  padding: 1em 0;
  background: #214C55;
  font-size: 110%;
  color: #fff;
  border-bottom: 2px solid #9edcf3;
  text-align: center;
}
#callout p {
  text-align: center;
}


/* -------------------------------------
   main content
------------------------------------- */
#page .container {
  padding-bottom: 15px;
}
#content {
  padding: 1em;
  background: #fff;
  overflow: hidden;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
#content h2 {
  font-size: 170%;
  margin: 0 0 1em 0;
  text-align: left;
}
#content p {
  margin-bottom: 1.5em;
}

#content .form {
  width: 49%;
  float: left;
}
#content .form.bottom {
  float: right;
}



/* -------------------------------------
   home page
------------------------------------- */
#callout_box a.screenshot {
  float: right;
  background-color: transparent;
}
#callout_box ul {
  overflow: hidden;
  padding-top: 1em;
}
#callout_box ul li {
  float: left;
  width: 430px;
  margin-bottom: 1em;
}
#callout_box ul li img {
  float: left;
  margin-right: 10px;
  width: 48px;
}
#callout_box ul li h4 {
  font-size: 140%;
  margin-bottom: 2px;
  margin-top: 0.3em;
}

#signup {
  margin: 2em;
  padding: 1em;
  text-align: center;
  font-size: 130%;
  background: #FFFF66;
  border: 1px solid #FFD632;
}
#signup p {
  margin: 0;
  color: #CC7B00;
}
#signup p a {
  color: #CC0000;
  font-weight: bold;
  font-size: 140%;
}
#signup p a:hover {
  background: #CC0000;
  color: #fff;
}

#screens {
  margin-top: 2em;
  text-align: center;
}
#screens ul li {
  float: left;
  width: 218px;
}
#screens ul li p {
  padding-bottom: 0;
  width: auto;
}
#screens a {
  background: transparent;
}


/* -------------------------------------
   tour
------------------------------------- */
div.tour-nav {
  text-align: center;
}
div.tour-nav a {
  font-weight: bold;
}

div.section {
  margin: 3em 0;
  text-align: center;
  padding-bottom: 2em;
  border-bottom: 2px solid #ccc;
}
#content div.section h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}
div.section h5 {
  font-size: 110%;
}
#content div.section p {
  margin-bottom: 0em;
}
div.section p.points {
  width: 70%;
  margin: 0 auto;
}
div.section p.points span.point {
  font-weight: bold;
  color: #1b5d6a;
  padding: 0 0.2em;
  font-size: 120%;
}


/* -------------------------------------
   footer
------------------------------------- */
#footer {
  padding: 2em;
}

#footer p {
  text-align: center;
  color: #1f5762;
  font-size: 120%;
  line-height: 2;
}

#footer a {
  background: none;
  color: #1f5762;
}

#footer a:hover {
  background: none;
  color: #000;
  text-decoration: underline;
}