/*
Theme Name: VU Marketing
Theme URI: http://visibleu.com/
Description: Custom theme for the VisibleU marketing site.
Version: 1.0
Author: Robert Scott
Tags: yellow, warm, sun, garden, grow

*/

* { margin: 0; padding: 0; }

body {
	background-color:#a76f3e;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	}
	
p {
	margin: 0 0 .8em 0;
	line-height: 1.2em;
	}
	
img {
	border: 0;
	}
	
a {
	color: #6DA73A;
	text-decoration: none;
	}
	
a:hover { color: #538225; }

ol {
	margin: 0 0 1em 2em;
	}
	
code {
	background-color: #fff;
	padding: 5px;
	}
	
/*Utility Classes*/

.small {
	font-size: 80%;
	}
	
.big {
	font-size: 120%;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.clear {
	clear:both;
	}
	
.hidden {
	display: none;
	}
	
.loose {
	letter-spacing: .07em;
	}
	
.bordered {
	border: 6px #6DA73A solid;
	margin-top: 0px!important;
	}
	
.photo {
	border: 6px #fff solid;
	margin: 0 0 20px 20px;
	}
	
.divider {
	border-top:1px #A47C52 dashed;
	margin: 15px 0;
	}
	
.feature {
	padding: 0 0 0 30px;
	background: url(images/checkmark_sm.gif) top left no-repeat;
	height: 25px;
	margin: 10px 0;
	}
	
a.download {
	padding: 0 20px 0 0;
	background: url(images/arrow_dwnld.gif) top right no-repeat;
	height: 15px;
	}
	
a.download:hover {
	background: url(images/arrow_dwnld-over.gif) top right no-repeat;
	}
	
/*Container Styles*/
	
#top_area {
	background: #E6A40F url(images/gradient-bg.jpg) top left repeat-x;
	position: relative;
	z-index: 0;
	}
	
#top_area.no_header {
	background-image: url(images/gradient-bg-clear.jpg);
	}
	
#transition_area {
	background: url(images/bottom_curve.gif) center no-repeat;
	height: 198px;
	position:relative;
	z-index: 10;
	clear: both;
	}
	
#header {
	height: 175px;
	}
	
#footer{
	padding-bottom: 50px;
	}
	
#header, #main, #footer, #submain{
	width: 950px;
	margin: 0 auto;
	position: relative;
	}
	
/*logo styles*/
	
#logo {
	margin: 0;
	padding: 0;
	}
	
#logo a{
	display:block;
	position: absolute;
	top: 15px;
	text-indent: -9999px;
	background: url(images/VU-logo.png) top left no-repeat;
	width: 121px;
	height: 154px;
	overflow:hidden;
	}
	
/*Header Navigation*/

#nav-top {
	position: absolute;
	top: 25px;
	left: 140px;
	list-style-type:none;
	}
	
#nav-top li {
	float: left;
	margin-right: 25px;
	}
	
/*#nav-top #nav_sign_up a{
	display:block;
	text-indent: -9999px;
	margin: 6px 0 0 0;
	background: url(images/sign_up.gif) top left no-repeat;
	width: 80px;
	height: 22px;
	overflow:hidden;
	}
	
#nav-top #nav_login a{
	display:block;
	text-indent: -9999px;
	margin: 6px 0 0 0;
	background: url(images/login.gif) top left no-repeat;
	width: 57px;
	height: 22px;
	overflow:hidden;
	}*/
	
#nav {
	position: absolute;
	text-align:left;
	width: 829px;
	top: 52px;
	right: 0;
	}
	
#nav ul {
	width: 551px;
	margin: 0;
	/*margin: 0 auto;*/
	padding: 0;
	position: relative;
	list-style-type:none;
	}
	
#nav li {
	float: left;
	background:url(images/separator.gif) center left no-repeat;
	padding-left: 1px;
	}
	
#nav li.first {
	background: none;
	}
	
#nav li a{
	margin: 0;
	padding: 0;
	display: block;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	background-position: 0 0;
	}
	
#nav li a.current{
	background-position: 0 -64px;
	}
	
#nav li a.current:hover{
	background-position: 0 -64px;
	}
	
#nav li a:hover {
	background-position: 0 -32px;
	}
	
li#nav_why a {
	width: 71px;
	background-image:url(images/nav-why.gif);
	}
	
li#nav_features a {
	width: 92px;
	background-image:url(images/nav-features.gif);
	}
	
li#nav_pricing a {
	width: 79px;
	background-image:url(images/nav-pricing.gif);
	}
	
li#nav_customers a {
	width: 106px;
	background-image:url(images/nav-customers.gif);
	}
	
li#nav_news a {
	width: 68px;
	background-image:url(images/nav-news.gif);
	}
	
li#nav_blog a {
	width: 92px;
	background-image:url(images/nav-blog.gif);
	}
	
li#nav_contact a {
	width: 108px;
	background-image:url(images/nav-contact.gif);
	}
	
li#nav_services a {
	width: 92px;
	background-image:url(images/nav-services.gif);
	}

	
/*Main Titles*/	

h1 {
	text-align: center;
	font-size: 2em; 
	}
	
h1 a {color: #42210B;}
h1 a:hover {color: #a76f3e;}

h1.image-replace {
	display:block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow:hidden;
	width: 100%;
	position: relative;
	z-index: 10;
	}
	
h1#internet_marketing {
	background: url(images/internet_marketing.gif) top center no-repeat;
	height: 97px;
	margin-bottom: -5px;
	}
	
h1#for_everybody {
	background: url(images/internet_marketing_for_everybody.gif) top center no-repeat;
	height: 110px;
	margin-bottom: -8px;
	}
	
h1#grow_your_business {
	background: url(images/grow_your_business.gif) top center no-repeat;
	height: 53px;
	margin-bottom: -8px;
	}
	
h1#we_offer_a_plan {
	background: url(images/we_offer_a_plan.gif) top center no-repeat;
	height: 80px;
	margin-bottom: 12px;
	}
	
h1#latest_news {
	background: url(images/latest_news.gif) top center no-repeat;
	height: 34px;
	margin-bottom: 12px;
	}
	
h1#sign_up_basic {
	background: url(images/sign_up_basic.gif) top center no-repeat;
	height: 96px;
	margin-bottom: -4px;
	}
		
h1#sign_up_standard {
	background: url(images/sign_up_standard.gif) top center no-repeat;
	height: 96px;
	margin-bottom: -4px;
	}
	
h1#sign_up_premium {
	background: url(images/sign_up_premium.gif) top center no-repeat;
	height: 96px;
	margin-bottom: -4px;
	}
	
h1#sign_up_managed {
	background: url(images/sign_up_managed.gif) top center no-repeat;
	height: 96px;
	margin-bottom: -4px;
	}
	
h1#talk_to_us {
	background: url(images/talk_to_us.gif) top center no-repeat;
	height: 90px;
	margin-bottom: 12px;
	}
	
h1#one_big_pile {
	background: url(images/one_big_pile.gif) top center no-repeat;
	height: 55px;
	margin-bottom: -4px;
	}
	
h1#our_commitment {
	background: url(images/our_commitment.png) top center no-repeat;
	height: 116px;
	margin-bottom: -38px;
	}
	
h1#sign_up_free_trial {
	background: url(images/take_a_test_drive.gif) top center no-repeat;
	height: 96px;
	margin-bottom: -6px;
	}
	

h1#upgrade_basic {
	background: url(images/upgrade_basic.gif) top center no-repeat;
	height: 96px;
	margin-bottom: -4px;
	}
		
h1#upgrade_standard {
	background: url(images/upgrade_standard.gif) top center no-repeat;
	height: 96px;
	margin-bottom: -4px;
	}
	
h1#upgrade_premium {
	background: url(images/upgrade_premium.gif) top center no-repeat;
	height: 96px;
	margin-bottom: -4px;
	}
	
h1#cash_flow_explosion {
	background: url(images/cash_flow_explosion_header.png) top center no-repeat;
	height: 322px;
	margin-top: -30px;
	margin-bottom: -135px;
	}
	
h1#okay_were_bragging {
	background: url(images/okay_were_bragging.gif) top center no-repeat;
	height: 58px;
	margin-bottom: -4px;
	}
	
h1#boot_camp {
	background: url(images/boot_camp_header.png) top center no-repeat;
	height: 218px;
	margin-top: -70px;
	margin-bottom: -45px;
	}
	
h2 {
	font-size: 1.4em;
	}
	
h3 {
	font-size: 1.2em;
	margin: 1.6em 0 0 0;
	}
	
.features h2 {
	border-top:1px #A47C52 dashed;
	padding: 10px 0 0 40px;
	background: url(images/checkmark.gif) top left no-repeat;
	height: 50px;
	margin: 10px 0 -20px 0;
	clear: both;
	}
	
.features p {
	padding-left: 40px;
	}

.features li {
	list-style-type: none;
	padding: 5px 0 0 35px;
	background: url(images/checkmark_sm.gif) top left no-repeat;
	margin: 4px 0;
	}
	
/*Content Boxes*/	

.full_width_box {
	background-color: #FFFADE;
	position: relative;
	height: 310px;
	padding: 0;
	margin: 0;
	z-index: 1;
	}
	
.full_width_box em {
	font-style: normal;
	color: #A76F3E;
	}
	
.vid_desc {
	width: 410px;
	position: relative;
	font-size:20px;
	top: 20px;
	left: 20px;
	}
	
.vid_sm {
	width: 480px;
	height: 290px;
	position: absolute;
	top: 10px;
	right: 10px;
	/*background-color:#000000;*/
	}
	
.vid_med {
	width: 545px;
	height: 383px;
	/*background-color:#000000;*/
	color: #fff;
	font-size: 20px;
	text-align: center;
	}
	
.med_width_box {
	position: relative;
	width: 520px;
	background-color: #D9A458;
	margin: 45px 0 -40px 430px;
	}
	
.med_width_area {
	position: absolute;
	top:70px;
	left:450px;
	width: 500px;
	color: #685335;
	font-size: 20px;
	}
	
.med_width_area img {
	vertical-align: middle;
	margin: 0 10px;
	}
	
.med_width_box p{
	padding: 20px;
	width: 260px;
	}
	
.callout {
	clear: right;
	float: right;
	width: 30%;
	margin: 0 0 2em 2em;
	font-size: 90%;
	color: #a76f3e;
	line-height: 1.4em;
	}
	
.badges { 
	clear: left;
	float: left;
	margin: 10px 10px 8px 0;
	}
	
.postform {
	background-color: #A9D749;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.signup_box {
	position: relative;
	right: -12px;
	background-color: #a1cd23;
	border: 3px #fffbe4 solid;
	padding: 10px 10px 10px 265px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.signup_box p {
	margin-bottom: .4em;
	}
	
.signup_box p.small {
	font-size: 85%;
	}
	
.addthis_toolbox {
	background-color: #fff;
	padding: 8px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 1em;
	}
	
.addthis_toolbox.widebar {
	margin: 75px 0 0 0;
	}
	
.addthis_toolbox.widebar h2{
	font-size: 1.2em;
	padding: 15px 25px 0 10px;
	color:#42210B;
	float: left;
	}
	
 .addthis_toolbox.callout {
 	padding: 15px;
	margin: 1em 0 0 15px;
	}
	
.addthis_toolbox .custom_images a
{
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
	
	
/*Three Column Layout*/

.threecol {
	width: 780px;
	/*margin-left: 85px;
	float: left;*/
	margin: 0 auto;
	}
	
.col_thin {
	background-color: #FFFADE;
	width: 200px;
	float: left;
	text-align:center;
	font-size:18px;
	padding: 15px;
	margin: 6px 9px;
	}
	
.price {
	font-size: 24px;
	font-weight:bold;
	color: #6DA73A;
	}
	
/*Single Column Layout*/

.singlecol {
	width:600px;
	position: relative;
	margin: 0 auto -190px auto;
	background-color: #FFFADE;
	padding: 20px 20px 190px 20px;
	}
	
.singlecol.wide {
	width:900px;
	}

.singlecol h2 {
	padding: 0;
	margin: .5em 0 .5em 0;
	color: #42210B;
	}
	
.singlecol .date {
	color: #42210B;
	font-size:12px;
	margin-bottom: .5em;
	} 
	
.singlecol .postmetadata {
	font-size: 12px;
	color: #42210B;
	}
	
.singlecol .post {
	border-bottom:1px #A47C52 dashed;
	margin-bottom: 1em;
	}
	
.singlecol textarea {
	width: 600px;
	}
	
.singlecol ul {
	margin: 0 0 1em 1em;
	/*color: #D2492A;*/
	}
	
.singlecol ol {
	font-weight: bold;
	color: #6da845;
	}

.singlecol ol p, .singlecol ol label{	
	font-weight: normal;
	font-size: 16px;
	color: #000;
	}
	
.col_top {
	background-color: #6DA73A;
	color: #FFFFFF;
	width:610px;
	margin: 0 auto;
	padding: 7px 10px;
	font-weight: bold;
	border-top: 3px #A9D749 solid;
	border-bottom: 5px #CCC3AD solid;
	}
	
.col_top a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.singlecol.letter {
	width: 660px;
	padding: 60px 60px 190px 60px;
	}

.singlecol.letter p{	
	line-height: 1.4em;
	margin-bottom: 1.1em;
	}
	
.singlecol.letter .signup_box p {
	margin-bottom: .4em;
	line-height: 1.2em;
	}
	
.singlecol.letter .signup_box h2 {
	padding: 0;
	margin: 0;
	}
	
.singlecol .signup_box {
	right: -6px;
	margin: 0 0 15px 12px;
	border: 3px #fff solid;
}
	
/*Two-Column Layouts*/

.twocol {
	width: 950px;
	/*width: 820px;*/
	margin: 0 auto;
	position: relative;
	}

.rightcol {
	width: 690px;
	background: #f5db9e url(images/box_gradient_bg.jpg) repeat-x;
	padding: 20px 20px 190px 20px;
	margin: 0 0 -190px 220px;
	position: relative;
	}
	
.rightcol ul {
	margin: 0 0 1em 1em;
	}
	
.left-sidebar {
	width: 160px;
	position: absolute;
	top: 0;
	left: 0;
	background: #f5db9e url(images/box_gradient_bg.jpg) repeat-x;
	padding: 20px;
	color: #42210b;
	}
	
.left-sidebar ul {
	list-style-type: none;
	}
	
.left-sidebar h2 a{
	color: #42210b;
	}
	
.left-sidebar h2 a:hover{
	color: #a76f3e;
	}
	
.left-sidebar ul ul {
	margin-left: 10px;
	padding: 8px 0 13px 0;
	}
	
.left-sidebar ul ul li {
	list-style-type:disc;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: .5em;
	margin-left: 15px;
	}
	
.left-sidebar ul ul ul {
	margin: 0;
	padding: 0;
	}
	
.left-sidebar ul ul ul li {
	list-style-type: none;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: .1em;
	margin-left: 5px;
	}
	
.leftcol {
	width: 560px;
	background: #f5db9e url(images/box_gradient_bg.jpg) repeat-x;
	padding: 20px 20px 190px 20px;
	margin: 0 0 -190px 100px;
	position: relative;
	}
	
.leftcol ul {
	margin: 0 0 1em 1em;
	}
	
.right-sidebar {
	width: 160px;
	position: absolute;
	top: 0;
	right: 0;
	background: #f5db9e url(images/box_gradient_bg.jpg) repeat-x;
	padding: 20px;
	color: #42210b;
	}
	
.right-sidebar ul {
	list-style-type: none;
	}
	
.right-sidebar h2 a{
	color: #42210b;
	}
	
.right-sidebar h2 a:hover{
	color: #a76f3e;
	}
	
.right-sidebar ul ul {
	margin-left: 10px;
	padding: 8px 0 13px 0;
	}
	
.right-sidebar ul ul li {
	list-style-type:disc;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: .5em;
	margin-left: 15px;
	}
	
.widgettitle {
	display: none;
	}
	
.sidebar-banner {
	position: relative;
	left: -37px;
	margin: 20px 0;
	}
	
/* Tabbed Box */

div#tabbox div.entry div.tab {
	background: #f7d067 url(images/tabbox_gradient_bg.jpg) repeat-x;
	border: 6px #6DA73A solid;
	padding: 15px 25px;
	width: 900px;
	clear:left;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
ul.idTabs {
	position: relative;
	top: 6px;
	left: 20px;
	}
	
ul.idTabs li { 
	list-style:none; 
	float:left;
	margin: 0;
	padding: 0;
	}
	
ul.idTabs a {
  display:block;
  width: 180px;
  height: 35px;
  padding:16px 10px 0 10px;
  background: url(images/tab-inactive.png) top left no-repeat;
  text-decoration:none!important;
  margin-left: 3px;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  color: #b4743b;
}

ul.idTabs a.selected {
	height: 40px;
	background-image: url(images/tab-active.png);
	color: #7fa03e;
	}
	
/*Buttons*/	

.xlg_button {
	display: block;
	width: 200px;
	height: 54px;
	margin: 0 auto;
	color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
	line-height: 120%;
	text-decoration:none;
	background:url(images/xlg_button.png) center center no-repeat;
	padding: 21px 0 15px 0;
	text-align: center;
	}
	
	
.lg_button {
	display: block;
	width: 181px;
	height: 20px;
	/*float: left;*/
	color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
	background:url(images/lg_button.png) center center no-repeat;
	padding: 22px 0px;
	text-align: center;
	
	}
	
.med_button {
	display: block;
	width: 150px;
	height: 17px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	background: url(images/med_button.png) center center no-repeat;
	padding: 18px 0px;
	text-align: center;
	margin-top: 10px;
	}
	
.wide_green_button {
	display: block;
	width: 258px;
	height: 33px;
	padding-top: 15px;
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	background: url(images/w_gr_button.png) center center no-repeat;
	text-align: center;
	margin: 0 auto;
	}	
	
.lg_button:hover, .xlg_button:hover, .med_button:hover{	color: #fff; }
	
.wide_green_button:hover{ color:#000000; }

.signup_box .xlg_button {
	position: absolute;
	top: 15px;
	left: 60px;
	}
	
/*Forms*/		
	
form ol {
	margin: 0;
	}

/*Contact Forms*/	

#contact_form fieldset {
	float: left;
	clear: left;
	width: 100%;
	border: none;
	position:relative;
	}
	
#contact_form fieldset input.text {
	width: 250px;
	font-size: 16px;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	float: left;
	}
	
#contact_form fieldset textarea {
	font-size: 16px;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	width: 560px;
	}
	
#contact_form fieldset ol {
	padding: 1em 0;
	list-style: none;
	width: 570px;
	}
	
#contact_form fieldset li {
	padding-bottom: .8em;
	margin: 0;
	float: left;
	clear: left;
	width: 100%;
	}
	
#contact_form fieldset.submit {
	float:none;
	width: auto;
	text-align: center;
	border: none;
	background: none;
	}
	
#contact_form fieldset.submit input {
	font-size: 160%;
	padding: 8px 30px;
	background-color: #6DA73A;
	border: 3px #A9D749 outset;
	color: #fff;
	}
	
#contact_form label {
	float: left;
	position: relative;
	width: 10em;
	margin-right: .5em;
	}
	
#contact_form label em {
	position: absolute;
	right: 0;
	top: 0;
	}
	
#contact_form label.error {
	font-size: 90%;
	width: 250px;
	line-height: 16px;
	color: #e44a00;
	padding-left: 20px;
	margin-left: 12em;
	background: url(images/error.gif) 0 3px no-repeat;
	}
	
#contact_form input.error {
	background-color: #fae2ab;
	}

/*Order Forms*/	

#orderForm fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: .5em 0;
	position:relative;
	background: #f5db9e url(images/box_gradient_bg.jpg) repeat-x;
	}
	
#orderForm fieldset input {
	width: 200px;
	float: left;
	}
	
#orderForm fieldset input.checkbox {
	width: auto;
	float: none;
	}
	
#orderForm fieldset select {
	width: 200px;
	float: left;
	font-size: 16px;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	}
	
#orderForm legend{
	font-weight: bold;
	background-color: #6DA73A;
	color: #FFFFFF;
	padding: 7px 1em;
	border-top: 3px #A9D749 solid;
	border-bottom: 5px #CCC3AD solid;
	/*margin-bottom: 5px;*/
	}
	
#orderForm fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	width: 570px;
	}
	
#orderForm fieldset li {
	padding-bottom: .8em;
	margin: 0;
	float: left;
	clear: left;
	width: 100%;
	}
	
#orderForm fieldset.submit {
	float:none;
	width: auto;
	text-align: center;
	border: none;
	background: none;
	}
	
#orderForm fieldset.submit input {
	font-size: 160%;
	padding: 8px 30px;
	background-color: #6DA73A;
	border: 3px #A9D749 outset;
	color: #fff;
	float: none;
	}
	
#orderForm label {
	float: left;
	position: relative;
	width: 11em;
	margin-right: .5em;
	}
	
#orderForm label em {
	position: absolute;
	right: 0;
	top: 4px;
	}
	
#orderForm label.error {
	float:left;
	font-size: 90%;
	line-height: 16px;
	color: #e44a00;
	width: 130px;
	padding-left: 20px;
	margin-left: .5em;
	background: url(images/error.gif) 0 3px no-repeat;
	}
	
#orderForm input.error {
	background-color: #fae2ab;
	}
	
#orderForm #Contact0ReferralCode {width: 100px;}
#orderForm #Contact0PostalCode {width: 100px;}
#orderForm #Contact0State {width: 30px;}
#orderForm #CreditCard0VerificationCode {width: 30px;}

/*Download Forms*/	

#download_form {
	position: relative;
	background-color: #f6d273;
	padding: 15px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 165px;
	min-height: 160px;
	margin-bottom: 15px;
	}

#download_form fieldset {
	float: left;
	clear: left;
	width: 100%;
	border: none;
	position:relative;
	}
	
#download_form fieldset input.text {
	width: 220px;
	font-size: 16px;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	float: left;
	}
	
#download_form fieldset textarea {
	font-size: 16px;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	}
	
#download_form fieldset ol {
	padding: 1em 0;
	list-style: none;
	width: 570px;
	}
	
#download_form fieldset li {
	padding-bottom: .8em;
	margin: 0;
	float: left;
	clear: left;
	width: 100%;
	}
	
#download_form fieldset.submit {
	float:none;
	width: auto;
	padding-left: 10.5em;
	border: none;
	background: none;
	}
	
#download_form fieldset.submit input {
	font-size: 160%;
	padding: 8px 30px;
	background-color: #6DA73A;
	border: 3px #A9D749 outset;
	color: #fff;
	}
	
#download_form label {
	float: left;
	position: relative;
	width: 10em;
	margin-right: .5em;
	}
	
#download_form label em {
	position: absolute;
	right: 0;
	top: 0;
	}
	
#download_form label.error {
	font-size: 90%;
	width: 250px;
	line-height: 16px;
	color: #e44a00;
	padding-left: 20px;
	margin-left: 12em;
	background: url(images/error.gif) 0 3px no-repeat;
	}
	
#download_form input.error {
	background-color: #fae2ab;
	}

/*Callout Forms*/	

.callout_form {
	width: 30%;
	float: right;
	background-color: #f6d273;
	padding: 15px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-left: 15px;
	}
	
#news .callout_form, #news .callout, #news .badges{
	display: none; /*Hide post sidebars when more than one post is listed on the page*/
	}

.callout_form fieldset {
	width: 100%;
	border: none;
	}
	
.callout_form fieldset input.text {
	/*width: 100%;*/
	font-size: 16px;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	}
	
.callout_form fieldset textarea {
	font-size: 16px;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	}
	
.callout_form fieldset ol {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	}
	
.callout_form fieldset li {
	padding-bottom: .8em;
	margin: 0;
	width: 100%;
	}
	
.callout_form fieldset.submit input {
	font-size: 120%;
	padding: 8px 30px;
	background-color: #6DA73A;
	border: 3px #A9D749 outset;
	color: #fff;
	width: 100%;
	}
	
.callout_form label {
	position: relative;
	display: block;
	font-size: 80%;
	}
	
.callout_form label em {
	position: absolute;
	color: #e44a00;
	right: 0;
	top: 0;
	}
	
.callout_form label.error {
	font-size: 80%;
	line-height: 16px;
	color: #e44a00;
	padding-left: 20px;
	background: url(images/error.gif) 0 3px no-repeat;
	}
	
.callout_form input.error {
	background-color: #fdecc3;
	}
	
/* Comments */	

ol.commentlist {
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
	color:#42210B;
}

.commentlist li {
	float: left;
	margin-bottom: 15px;
	}

.comment-author {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
}

.comment-author .photo{
	margin: 0;
}

.comment-text {
	padding: 1.5em 1em;
	margin-left: 140px;
	background-color: #fff;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.comment-meta {
	border-top: 1px #6DA73A dashed;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
	
.reply {
	float: right;
	}	
	
.commentlist ul.children {
	list-style: none;
}

.commentlist ul.children li{
	list-style: none;
	margin-top: 1em;
	background: url(images/reply-arrow.gif) 0px 15px no-repeat;
}

.commentlist ul.children .comment-text{
	background-color: transparent;
}

.commentlist ul.children .comment-author {
	padding: 1em 1em 0 2em;
	width: 120px;
}

#respond {
	clear: both;
	margin-top: 2em;
	padding: 10px 0;
}


	
/*Illustration Elements*/	

.pic_ebook {
	position: absolute;
	top: 0;
	right: -40px;
	background: url(images/ebook.png) center center no-repeat;
	width: 384px;
	height: 193px;
	}
	
.pic_money_tree {
	position: absolute;
	top: -430px;
	left: -30px;
	background: url(images/money_tree.png) center center no-repeat;
	width: 428px;
	height: 618px;
	z-index:20;
	}
	
.pic_seedling_tools {
	position: absolute;
	top: -20px;
	right: -40px;
	background: url(images/seedling_tools.png) center center no-repeat;
	width: 257px;
	height: 200px;
	z-index:20;
	}
	
.pic_arrow_signup {
	position: absolute;
	top: 15px;
	left: -23px;
	background: url(images/arrow_signup.png) center center no-repeat;
	width: 102px;
	height: 94px;
	z-index:20;
	}
	
.pic_download_form {
	position: absolute;
	top: 15px;
	left: 15px;
	}
	
.pic_right_arrow {
	float: right;
	margin: -10px -35px 0 0;
	width: 250px;
	height: 46px;
	background: url(images/arrow_right_lg.png) center center no-repeat;
	}
	
/*Table Styles*/

table {
	margin: 0 auto;
	margin-bottom: 1em;
	}
	
caption {
	background-color: #6DA73A;
	color: #FFFFFF;
	font-size: 120%;
	}

tr.alt {
	background-color: #FFFFFF;
	}
	
table#pricingtable {
	width: 920px;
	border: 0;
	margin-bottom: 1em;
	}
	
#pricingtable .col1 { width: 146px; background-position: 0 0; }
#pricingtable .col2 { width: 258px; background-position: -146px 0; }
#pricingtable .col3 { width: 258px; background-position: -404px 0; }
#pricingtable .col4 { width: 258px; background-position: -662px 0; }

table.table_grid {
	border-collapse:separate;
	border-spacing:10px;
	width: 470px;
	border: 0;
	text-align: center;
	font-weight: bold;
	}
	
table.table_grid td {
	width: 150px;
	height: 57px;
	background-color: #fffbe4;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
table.list {
	width: 300px;
	border: 3px #6DA73A solid;
	margin-bottom: 1em;
	}
	
table.columns {
	width: 100%;
	border-collapse: separate;
	border-spacing: 20px 0px;
	border: 0;
	}
	
table.columns td {
	background: #f5db9e url(images/box_gradient_bg.jpg) repeat-x;
	padding: 10px;
	vertical-align: top;
	}
	
table.columns th {
	background-color: #6DA73A;
	color: #FFFFFF;
	font-size: 120%;
	padding: 5px;
	width: 30%;
	}
	
tr#row_freetrial td{
	background: url(images/row_bg_freetrial.png) no-repeat;
	color: #fff;
	height: 39px;
	text-align: center;
	}
	
tr#row_freetrial p {
	margin: 12px 0 0 0;
	}
		
tr#row_headers td, tr#row_headers th{
	background: url(images/row_bg_headers.png) no-repeat;
	}
	
tr#row_headers h2 {
	color: #000;
	text-align: center;
	font-size: 1.8em;
	margin-top: 18px;
	}

tr#row_slogans td{
	background: url(images/row_bg_normal.gif) repeat-y;
	color: #6DA73A;
	text-align: center;
	font-size: 1.2em;
	}
	
tr.row_buttons td{
	background: url(images/row_bg_normal.gif) repeat-y;
	text-align: center;
	}
	
tr.row_category td{
	background: url(images/row_bg_category.png) no-repeat;
	vertical-align: top;
	line-height: 1.3em;
	}
	
tr.row_category th{
	background: url(images/row_bg_category.png) no-repeat;
	vertical-align: top;
	}
	
tr.row_category p {
	margin: 10px 0 15px 25px;
	}
	
tr.row_category h2 {
	margin: 10px 0 25px 15px;
	color: #fff;
	font-size: 1.4em;
	text-align: left;
	}
	
tr#row_pricing td{
	background: url(images/row_bg_normal.gif) repeat-y;
	color: #6DA73A;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	}
	
tr#row_footer td{
	background: url(images/row_bg_footer.gif) no-repeat;
	height: 16px;
	}
	
/*Squeezepage Layout*/	

.squeeze .twocol {
	width: 900px;
	margin: 0 auto -190px auto;
	background: #f5db9e url(images/box_gradient_bg.jpg) repeat-x;
	padding: 20px 20px 190px 20px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
.squeeze .leftcol {
	width: 500px;
	padding: 10px;
	margin: 0;
	background: none;
	}
	
.squeeze .rightcol {
	width: 342px;
	margin: 0;
	background: #f6d273;
	padding: 15px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	float: right;
	}

/*Squeezepage Forms*/	

#squeezeForm fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: .5em 0;
	position:relative;
	background: #f5db9e url(images/box_gradient_bg.jpg) repeat-x;
	}
	
#squeezeForm fieldset input {
	width: 160px;
	float: left;
	}
	
#squeezeForm fieldset select {
	width: 180px;
	float: left;
	font-size: 16px;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	}
	
#squeezeForm legend{
	font-weight: bold;
	background-color: #6DA73A;
	color: #FFFFFF;
	padding: 7px 1em;
	border-top: 3px #A9D749 solid;
	border-bottom: 5px #CCC3AD solid;
	/*margin-bottom: 5px;*/
	}
	
#squeezeForm fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	}
	
#squeezeForm fieldset li {
	padding-bottom: .8em;
	margin: 0;
	float: left;
	clear: left;
	width: 100%;
	}
	
#squeezeForm fieldset.submit {
	float:none;
	width: auto;
	text-align: center;
	border: none;
	background: none;
	}
	
#squeezeForm fieldset.submit input {
	font-size: 160%;
	padding: 8px 30px;
	background-color: #6DA73A;
	border: 3px #A9D749 outset;
	color: #fff;
	float: none;
	}
	
#squeezeForm label {
	float: left;
	position: relative;
	width: 120px;
	margin-right: .5em;
	}
	
#squeezeForm label em {
	position: absolute;
	right: 0;
	top: 4px;
	}
	
#squeezeForm label.error {
	float: right;
	font-size: 90%;
	line-height: 16px;
	color: #e44a00;
	width: 200px;
	padding: 0 20px;
	margin-left: .5em;
	background: url(images/error.gif) 0 3px no-repeat;
	}
	
#squeezeForm input.error {
	background-color: #fae2ab;
	}
	
/*Footer Styles*/

#footer {
	color: #FAFFCF;
	}
			

.footer_rt_single {
	position: relative;
	z-index: 30;
	margin-left: 430px;
	}
	
.footer_lt_col {
	float: left;
	z-index: 30;
	width: 420px;
	}
	
.footer_rt_col {
	float: left;
	z-index: 30;
	width: 520px;
	margin-left: 10px;
	}
	
.footer_fullwidth {
	clear: both;
	position: relative;
	z-index: 30;
	}
	
#footer a{
	color: #ffffff;
	text-decoration: none;
	}
	
#footer a:hover{
	color: #FFD180;
	}
	
#footer h2 {
	margin: 10px 0 0 0;
	border-bottom: #FAFFCF dashed 1px;
	}
	
#footer h3 {
	margin: 0 0 .25em 0;
	padding: 0;
	}
	
.footer_lt_col ul {
	padding-left: 1em;
	margin: .8em 0;
	}
	
#footer li {
	margin-bottom: .25em;
	}
	
.footer_nav ul {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	list-style-type:none;
	}
	
.footer_nav ul ul li {
	float: left;
	width: 145px;
	margin-right: 8px;
	font-weight: bold;
	}
	
.footer_nav ul ul ul {
	padding: 0;
	margin: 5px 0 0 0;
	}
	
.footer_nav ul ul ul li {
	float:none;
	font-weight: normal;
	font-size: 80%;
	margin-bottom: 3px;
	}
	
.news_excerpt {
	margin: 1em 0;
	}
	
.copyright 	{
	font-size: 80%;
	letter-spacing: .05em;
	padding: 1em;
	}

.copyright p {
	margin-top: 1em;
	}
	
.post_thumbnail {
	float: left;
	margin: 0 10px 10px 0;
	}

/* --Olark styles-- */
	
div#habla_window_div{
  z-index:3;
}

div#thisishabla{
  height: 80px;
  position: absolute;
  z-index: -1;
  width: 250px;
  background: url(images/chat-live-up.png) no-repeat;
  top: 28px;
  right: 0;
/*  For use when Olark is aligned to the bottom-left
  background: url(images/chat-live.png) no-repeat;
  bottom: o;
  right: 0;
*/
}

div#habla_middle{
  background-color: #fff;
}

.habla_oplink_a_hover, .habla_oplink_a_normal:hover {
	color: #000 !important;
	}