/* ------------------------------------- */
/* Browser Resets */
/* ------------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, img, div, label {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}


/* ------------------------------------- */
/* Site-wide */
/* ------------------------------------- */
body {
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	background: #eee url(../images/page_bg.png) repeat-x top left;
}
input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
a {
  color: #2c7397;
  text-decoration: none;
}
a.blog_name {
  color: #960b0b;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 2.4em;
  font-weight: normal;
  color: #960b0b;
  margin: 20px 10px;
  letter-spacing: -1px;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #960b0b;
	margin-bottom: 15px;
}
h2.title {
  font-weight: normal;
}
h3 {
  font-size: 1.2em;
  font-weight: normal;
  color: #960b0b;
}
h4 {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #960b0b;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #2c7397;
	margin-bottom: 10px;
}
h6 {
  font-size: 1.3em;
  font-weight: bold;
  color: #960b0b;
  margin-bottom: 15px;
}
select {
  margin-top: 5px;
}
p {
	margin-bottom: 10px;
}
p.subhead {
  font-size: 1.5em;
  color: #2c7397;
  margin-bottom: 20px;
}
p.faq_subhead {
  font-size: 1.5em;
  color: #2c7397;
  margin: 20px 0px;
}
#privacy_policy p.subhead, #tos p.subhead {
  margin-bottom: 10px;
  margin-top: 30px;
}

.outer {
	width: 965px; /* formerly 1180px */
	margin: 0 auto;
}
.container {
	width: 965px;
	margin: 0 auto;
}
.clear {
  clear: both;
}


/* ------------------------------------- */
/* Header */
/* ------------------------------------- */
.header {
	float: left;
	width: 965px;
	height: 95px;
	background: url(../images/header_bg.png) no-repeat top left;
	position: relative;
}
.header img#logo {
	float: left;
	margin: 5px 0 0 5px;
}
p.tagline {
	float: left;
	color: #fff;
	position: absolute;
	top: 53px;
	left: 320px;
}
div.login_form {
	background: url(../images/login_bg_right.jpg) no-repeat top right;
	float: right;
}
form#login {
  float: left;
	margin-right: 5px;
	background: url(../images/login_bg.jpg) no-repeat top left;
	font-size: .8em;
	padding: 5px 5px 10px 10px;
	width: 440px;
}
form#login label {
	text-transform: uppercase;
	color: #fff;
  float: left;
  padding: 0 5px;
  margin-top: 5px;
}
form#login input {
  float: left;
  margin-top: 2px;
}
form#login .submit_button input {
	width: 55px;
	height: 25px;
	background: url(../images/submit_button.png) no-repeat top left;
	font-size: .9em;
	font-weight: bold;
  padding: 0;
  border: none;
  margin: 0;
}
.submit_button {
  background: url(../images/submit_button.png) no-repeat top left;
  float: left;
  margin: 0 0 0 3px;
}
form#login .submit_button input:hover {
	background-position: left -25px !important;
}


/* ------------------------------------- */
/* Navigation */
/* ------------------------------------- */
ul.nav {
	float: left;
	list-style: none;
	width: 965px;
	height: 45px;
	background: url(../images/nav_bg.jpg) no-repeat top left;
}
ul.nav li {
	float: left;
	height: 30px;
	background: url(../images/nav_divider.jpg) no-repeat center left;
	padding: 15px 10px 0;
}
ul.nav li#get_started {
	height: 29px;
	padding: 0;
	margin-top: 8px;
	float: right;
	background: none;
}
ul.nav li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
ul.nav li a:hover {
  color: #ccc;
  text-decoration: none;
}


/* ------------------------------------- */
/* Structure */
/* ------------------------------------- */
.main_content {
	width: 965px; /* formerly 1180px */
	clear: both;
	float: left;
}
.left_column {
  float: left;
  width: 775px;
}
.main_top {
  background: url(../images/blog_top.png) no-repeat top left;
  width: 775px;
  height: 9px;
  margin-left: 1px;
}
.main_bottom {
  background: url(../images/blog_bottom.png) no-repeat top left;
  width: 775px;
  height: 15px;
  margin: 0 0 20px 0;
  float: left;
}
.main {
  float: left;
  width: 699px;
  padding: 0 48px 20px 20px;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  background-color: #fff;
}

/* ------------------------------------- */
/* Sidebar */
/* ------------------------------------- */
.sidebar {
  float: left;
  width: 170px;
  margin: 0 0 0 20px;
}
.sidebar h3.bottom_border {
  border-bottom: 1px solid #999;
  padding-bottom: 15px;
}
#standard_sidebar {
  text-align: center;
}
.member_box {
  float: left;
  border-bottom: 1px solid #999;
  padding: 10px 0 10px 10px;
  width: 160px;
}
.member_box img {
  float: left;
  margin-right: 10px;
}
.member_box p {
  float: left;
  margin: 20px 0;
  font-size: .9em;
}
.member_box a {
  color: #000;
}
.archive_select {
  float: left;
  width: 151px;
  height: 44px;
  background: url(../images/archives_box.png) no-repeat top left;
  margin: 20px 0;
  padding: 15px 10px;
}
.category_list {
  list-style: none;
  margin-left: 10px;
}
.section {
  float: left;
  width: 170px;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #999;
}
.section img {
  margin: 5px 0;
}
.section#top_section {
  border-top: none;
  padding-top: 0;
}
.section#bottom_section {
  border-bottom: none;
}
.twitter_box {
  background: url(../images/twitter_box_top.png) no-repeat top left;
  width: 168px;
  padding: 10px 0 25px;
  margin-top: 0;
  float: left;
  position: relative;
  overflow: hidden;
}
ul#twitter_update_list li {
  width: 146px;
  padding: 10px 10px 0 10px;
  background-color: #fff;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  list-style: none;
}
ul#twitter_update_list {
  background: url(../images/twitter_box_bottom.png) no-repeat bottom left;
  width: 168px;
  padding: 0 0 10px 0;
}
a#twitter-link {
  width: 146px;
  padding: 0 10px;
  background-color: #fff;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}


/* ------------------------------------- */
/* Homepage */
/* ------------------------------------- */
.home_left_column {
	float: left;
	width: 600px;
	margin: 25px 0 0;
}
.home_left_column#main_content {
	width: 965px;
	margin: 10px 0 0;
	padding: 0;
}
.home_left_header {
	float: left;
	margin-bottom: 20px;
}
.home_left_header h1 {
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 2.9em;
        color: #000;
	margin: 0;
	line-height: 1.5em;
}
.sub_column {
	width: 500px;
	float: left;
}
.sub_column#text_content {
	width: 470px;
	margin-right: 30px;
}
.sub_column#screenshot_video {
	margin-left: 65px;
	width: 400px;
	height: 349px;
	background: url(../images/screenshot-shadowed.png) no-repeat top left;
}
.sub_column#screenshot_video #screenshot_overlay {
	width:296px;
	height:166px;
	float:left;
	margin:97px 84px;
}
.sub_column ul {
	margin-left: 95px;
	margin-top: 4px;
	font-size: 1.3em;
	list-style-image: url("../images/checkmark.png");
	list-style-type: disc;
}
.sub_column h4 {
	padding-bottom: 25px;
	font-size: 2.0em;
	font-weight: normal;
        color: #000;
}
.platforms_and_demo {
	padding-top: 25px;
	width: 100%;
	float: left;
}
.platforms_and_demo .green_button_big {
	float: left;
	margin-top: 10px;
}
.mobile_platforms {
	float: right;
}
.mobile_platforms img {
	margin: 0 0 0 4px;
	vertical-align: middle;
}
.mobile_platforms p {
	font-size: 1.4em;
	font-weight: normal;
}
.home_right_column {
	float: left;
	width: 351px;
	margin-left: 14px;
	margin-top: 20px;
}
.home_right_column .video {
	background: url(../images/movie_drop_shadow.png) no-repeat top left;
	height: 196px;
	text-align: center;
	margin-left: 0;
}
#quote_box {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 10px 0;
}
.quote {
	display: none;
	margin: 10px 0;
}
.quote img{
  display: block;
	margin-left: auto;
	margin-right: auto;
}
.quote p{
	font-family: Georgia, Times, Serif;
	font-size: 1.5em;
	overflow: none;
}
.quote#wad{
	display: block;
	margin-bottom: 25px;
}
.quote p .signature {
	font-style: italic;
}
#learn_more {
	background: url(../images/learn_more_button.png) no-repeat left top;
}
#learn_more a {
	float: left;
	width: 201px;
	height: 75px;
	background: url(../images/learn_more_button.png) no-repeat left top;
}
#learn_more a:hover {
	background-position: left -75px !important;
}
#feature_container {
	width: 100%;
	float: left;
	min-width: 965;
	background-color: #fff;
	padding: 20px 0;
	border-top: 2px solid #ccc;
}
#feature_highlights {
	width: 965px;
	margin: 0 auto;
}
#feature_highlights th {
	text-align: left;
	color: #960b0b;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	width: 235px;
	padding: 0 40px;
}
#feature_highlights img {
  float: left;
}
#feature_highlights td {
	padding: 0 40px;
	width: 260px;
	font-size: 1.2em;
	vertical-align: top;
}
#feature_highlights a {
	font-size: .8em;
}
#feature_highlights .first{
	padding-left: 0;
}
#feature_highlights .last{
	padding-right: 0;
}

/* ------------------------------------- */
/* Blog Teaser */
/* ------------------------------------- */
.blog_teaser {
	float: left;
	width: 100%;
  min-width: 965px; /* formerly 1180px */
	background-color: #FFF;
	border-top: 2px solid #CCC;
}
.blog_teaser .home_left_column {
	border: none;
	background-image: none;
}
.blog_teaser .home_right_column ul {
	list-style: none;
	font-size: 1.1em;
	margin: 0 30px 0 40px;
}
.blog_teaser .home_right_column li {
	margin-bottom: 10px;
}


/* ------------------------------------- */
/* Blog */
/* ------------------------------------- */
.entry_info {
  clear: left;
  float: left;
  width: 150px;
  border-top: 1px solid #c2c2c2;
  padding: 35px 8px 40px 0px;
  font-size: .8em;
  text-transform: uppercase;
}
.entry_info a {
  font-size: 1.2em;
  text-transform: none;
}
.entry_info .green_button_square {
  width: 120px;
  margin: 0 auto;
}
.entry_sidebar {
  text-align: center;
  text-transform: none;
}
.entry_sidebar span {
  font-style: italic;
  text-align: left;
  margin-top: 15px;
  float: left;
}
.entry {
  float: left;
  width: 530px;
  border-top: 6px solid #c2c2c2;
  padding: 30px 0 40px 10px;
}
.entry h2 {
  margin: 15px 0;
}
.entry h3 {
  margin-top: 25px;
}
.entry p img, .entry p object, .entry p embed {
  float: right;
  margin: 0 0 10px 10px;
}
.entry p#captcha img {
  float: left;
  margin: 0 10px 5px 0;
}
.entry #captcha_submit {
  float: left;
  clear: left;
}
.entry li {
  margin-left: 15px;
}
.entry ol {
  margin-left: 20px;
}
.entry#first, .entry_info#first {
  border: none;
}
.entry pre {
  overflow: scroll;
}
h3.date {
  color: #9d9d9d;
  font-weight: normal;
  font-size: 1.6em;
  margin-bottom: 15px;
}
.avatar {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #999;
}
p.author {
  float: left;
}
p.comment_count, p.categories {
  float: left;
  clear: left;
  padding-left: 37px;
}
p.comment_count {
  background: url(../images/comment_icon.jpg) no-repeat 10px 2px;
}
p.categories {
  background: url(../images/category_icon.jpg) no-repeat 10px 2px;
}
.platforms {
  float: left;
  width: 260px;
}
.platforms img {
  padding: 0 5px;
}
p.rss_feed {
  margin: 30px 10px 10px 10px;
}
p.rss_feed a {
  color: #e68542;
  font-weight: bold;
  text-decoration: none;
}


/* ------------------------------------- */
/* Forms */
/* ------------------------------------- */
.green_button {
  background: url(../images/green_button.png) no-repeat top left;
}
.green_button a{
  display: block;
  text-align: center;
  font-weight: normal !important;
  text-decoration: none !important;
  color: #fff !important;
  padding: 6px 0px 4px;
  width: 188px;
  height: 19px;
  background: url(../images/green_button.png) no-repeat top left;
}
.green_button:hover a{
  background-position: left -29px !important;
}
.green_button_big {
  background: url(../images/green_button_big.png) no-repeat top left;
}
.green_button_big a{
  float: left;
  width: 300px;
  height: 25px;
  background: url(../images/green_button_big.png) no-repeat top left;
  text-align: center;
  font-weight: normal;
  font-size: 1.6em;
  text-decoration: none !important;
  color: #fff !important;
  padding: 10px 0px;
}
.green_button_big a:hover {
  background-position: left -45px !important;
}
.green_button_big#get_started_its_free {
  margin-left: 115px;
}
.green_button_medium {
  background: url(../images/green_button_medium.png) no-repeat top left;
}
.green_button_medium a{
  float: left;
  width: 240px;
  height: 25px;
  background: url(../images/green_button_medium.png) no-repeat top left;
  text-align: center;
  font-weight: normal;
  font-size: 1.6em;
  text-decoration: none;
  color: #fff !important;
  padding: 8px 0px;
}
.green_button_medium a:hover {
  background-position: left -41px !important;
}
.green_button_square {
  background: url(../images/green_button_square.png) no-repeat top left;
}
.green_button_square a{
  float: left;
  width: 120px;
  height: 60px;
  background: url(../images/green_button_square.png) no-repeat top left;
}
.green_button_square a:hover {
  background-position: left -60px !important;
}
.green_button_small {
  background: url(../images/green_button_small.png) no-repeat top left;
  width: 100px;
  height: 42px;
  margin: 0 auto;
}
.green_button_small a{
  float: left;
  width: 100px;
  height: 36px;
  padding-top: 6px;
  font-size: .9em;
  font-weight: bold;
  color: #fff;
  background: url(../images/green_button_small.png) no-repeat top left;
}
.green_button_small a:hover {
  background-position: left -42px !important;
  text-decoration: none;
}
.blue_button_big {
  background: url(../images/blue_button_big.png) no-repeat top left;
}
.blue_button_big a{
  float: left;
  width: 200px;
  height: 25px;
  background: url(../images/blue_button_big.png) no-repeat top left;
  text-align: center;
  font-weight: normal;
  font-size: 1.4em;
  text-decoration: none !important;
  color: #fff !important;
  padding: 5px 0px;
}
.blue_button_big a:hover {
  background-position: left -35px !important;
}
.blue_button_big#try_the_live_demo {
  margin: 15px 0 0 160px;
}
.red_button {
  background: url(../images/red_button.png) no-repeat top left;
}
.red_button a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 3px;
	width: 126px;
	height: 17px;
	background: url(../images/red_button.png) no-repeat top left;
}
.red_button a:hover {
	background-position: left -23px !important;
}
.red_button input {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 132px;
	height: 23px;
  padding-bottom: 3px;
	background: url(../images/red_button.png) no-repeat top left;
  border: none;
}
.red_button input:hover {
	background-position: left -23px !important;
}

.entry p.captcha img {
  float: left;
  margin: 0;
  padding: 0 5px 0 0;
}
p.platform_checkbox {
  float: left;
  width: 170px;
}
form#registration label {
  font-weight: bold;
}
#registration .entry_info {
  text-transform: none;
}
#registration .entry_info p {
  position: relative;
}
#desc_required { top: 50px; }
#desc_email { top: 75px; }
#desc_password { top: 86px; }
#desc_password_confirm { top: 106px; }
#desc_company { top: 166px; }
#desc_platforms { top: 40px; }
#desc_captcha { top: 70px; }


/* ------------------------------------- */
/* About Us */
/* ------------------------------------- */
.entry p img.avatar {
  float: left;
  margin: 0;
  margin: 5px 0 0 -65px;
}

/* ------------------------------------- */
/* Plans and Pricings */
/* ------------------------------------- */
table.plansAndPricing {
  text-align: center;
  width: 90%;
  margin: 20px auto;
  font-size: 1.1em;
  padding: 0;
}
table.plansAndPricing tr {
  height: 24px;
}
table.plansAndPricing h4 {
  font-size: 1.5em;
}
table.plansAndPricing tr.pricingSubHead {
}
table.plansAndPricing tr.pricingSubHead td {
  border-top: 6px solid #C2C2C2;
}
table.plansAndPricing tr.pricingSubHead td.featureTitle {
  border-top: 1px solid #C2C2C2;
  text-align: left;
  font-weight: bold;
  color: #2c7397;
  font-size: 1.1em;
  padding-left: 0;
}
.featureTitle {
  text-align: left;
  padding-left: 10px;
}
#pricings a{
  color:black;
}
#pricings a:visited {
  color:black;
}
/* ------------------------------------- */
/* Footer */
/* ------------------------------------- */
.footer {
	float: left;
	width: 100%;
  min-width: 965px; /* formerly 1180px */
	background: #ccc;
	font-size: .9em;
	padding: 10px 0;
}
.footer p {
	margin-bottom: 20px;
}
.footer .home_left_column {
	background: none;
	border: none;
}
.footer .home_right_column img {
	float: left;
	margin: 0 5px;
}
.footer .home_right_column p {
	float: left;
	font-size: 1em;
	margin: 20px 0 0 0;
}