/* JJS CSS

	Table of Contents:
	Reset
	Typography
	Positioning
	Buttons
	IE Fixes
	Back Soon
			
*/

/* Reset
---------------------------------------------------------------------------------------- */

@import "reset.css";

* {
	margin: 0;
	padding: 0;
}

/* now I'm working with a clean slate! */


/* Typography
---------------------------------------------------------------------------------------- */

body {
	font-family: 'Lucida Grande', Arial, Helvetica, sans serif;
	font-size: 12px;
	color: black;
	line-height: 1.5em;
}

h2#tagline, p#launch_title {
    font-family: Georgia, 'Times New Roman', Times, serif;   
}

a {
    color: #0000ff;   
}

a:hover {
    color: #000066;
}   

a.activate {
    color: #77b25c;   
}

a.activate:hover {
    color: #2b4c1c;   
}

ul#main_nav li.current_item a, ul#main_nav a:hover, ul#features_list, p#intro_secondary strong, p#get_notified, div#submenu_container ul li.TabOn a, div#submenu_container ul li a:hover, div#home_signup_text p#launch_title, cite em {
    color: black;   
}

ul#main_nav a, ul#main_nav {
    color: #CCC;   
}

ul#testimonials_list p cite, p#tagline_feature, div#home_signup_text p, div#submenu_container ul a {
    color: #999;   
}

p#tagline_feature em, p#intro_secondary, div#home_signup h4 {
    color: #696969;   
}

div.ErrorContainer, span.error, div#home_signup_text em, ul#errors {
    color: red;   
}

span.success {
    color: green;   
}

div#footer, div#footer a, span.squeeze_free {
    color: white;   
}

div#footer {
    font-size: 10px;   
}

ul#testimonials_list p cite {
    font-size: 12px;
}   

ul#testimonials_list p, p#click_to_join, ul#features_list p, p#get_notified, div#home_signup h4, p#intro_secondary, div#learn li {
    font-size: 14px;   
}

ul#testimonials_list h3, ul#features_list h2, div#home_signup_text p, div#learn h3, input.text_input, textarea.textarea_input {
    font-size: 15px;   
}

ul#main_nav {
    font-size: 17px;
}   

h2#tagline {
    font-size: 26px;   
}

div#home_signup form input, p#action_signup, div#home_signup_text p#launch_title {
    font-size: 19px;
}   

p#click_to_join, ul#main_nav, ul#features_list h2, ul#testimonials_list h3, div#home_signup p, div#footer, p#tagline_feature, p#tagline_feature em, p#action_signup, div#home_signup h4 strong, cite em, div#home_signup_text strong, div#submenu_container ul, p.tagline_desc, div#home_signup_text em, ul#testimonials_list strong, p#intro_secondary strong, div.features_content strong, div#learn strong, ul#errors, form.generic label, div.StartDiscussion label, div.ErrorTitle {
    font-weight: bold;   
} 

ul#main_nav a, div#submenu_container ul li a {
    text-decoration: none;   
}

ul#main_nav.preview {
    text-transform: uppercase;
}

div#home_info h2, p#action_signup, p#free_ebook_notice, p#intro_secondary {
    text-align: center;   
}

h2#tagline {
    line-height: 1.1em;
}

h2#tagline {
    line-height: 1.2em;   
}

ul#features_list p, p#get_notified, p#intro_secondary {
    line-height: 1.5em;   
}

div#home_signup_text.squeeze {
    line-height: 1.7em;   
}

p#already_member {
    line-height: 22px;   
}

/* Positioning
---------------------------------------------------------------------------------------- */    

body {
    background: white url(../images/system/ditherblue.jpg) top left repeat-x;   
}

h1#logo a {
    display: block;
    width: 362px;
    height: 100px;
    background: transparent url(../images/system/logo_members.gif);
}

div.center_box {
    width: 882px;
    margin: 0 auto;   
    position: relative;
    overflow: hidden;
}

div#main_box {
    background: white;
    border: 1px solid #CCC;  
    margin-bottom: 15px;
}

h1#logo span {
    display: none;   
}

div#home_attention, div#page_top {
    height: 338px;   
    border: 1px solid #CCC;
    border-style: none none solid none;
    background: #F8F8F8;
}

div#home_attention div.center_box {
    border: none;   
}

div#page_top {
    height: 10px;   
}

div#static_page {
    padding: 15px;
    border: 1px solid #CCC;
    margin-bottom: 15px;
}

ul#main_nav li {
    float: left;
    margin-left: 10px;
    padding-bottom: 3px;
}

ul#main_nav {
    position: absolute;
    right: 0;
    top: 0;   
    padding-top: 45px;
    z-index: 1500;
}

ul#main_nav li.current_item {
    border: 1px solid #CCC;
    border-style: none none dotted none;   
}

ul#main_nav li#button_signup a {
    background: transparent url(../images/system/button_signup.gif);
    width: 71px;
    height: 25px;
    display: block;
    margin-top: -3px;
}

ul#main_nav li#button_signup a:hover, ul#main_nav li#button_signup.current_item a {
    background-position: -71px 0;
}

div#home_info {
    width: 380px;
    height: 310;
    float: left;
    margin: 15px 0 0 0;
    display: inline;
    overflow: hidden;
}

div#video {
    width: 498px;
    height: 310px;
    float: left;
    margin: 14px 0 0 0;
    display: inline;
    overflow: hidden;
}

h2#tagline {
    margin: 5px 0 10px 0;   
}

p#tagline_feature {
    padding: 2px;  
}

p#tagline_feature em {
    border: 1px solid #CCC;
    border-style: none none dotted none;
}

p.tagline_desc {
    margin: 10px 15px 0 18px;   
}

p.tagline_desc.problem {
    background: transparent url(../images/system/tag_problem.gif) 0 1px no-repeat;   
    padding-left: 68px;
}

p.tagline_desc.solution {
    background: transparent url(../images/system/tag_solution.gif) 0 1px no-repeat;   
    padding-left: 68px;
}

p#free_ebook_notice {
    padding: 0 0 0 10px;   
}

p#intro_secondary {
    padding: 25px 15px;   
}

span.corner_label {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;   
    z-index: 1000;
    left: 365px;
    top: 15px;
}

span.corner_label.video {
    background: transparent url(../images/system/corner_label_preview.png);   
}

div#home_features {
    border: 1px solid #d6e6ef;
    background: #f1faff;
    float: left;
    width: 878px;
}   

ul#features_list img, ul#testimonials_list img {
    border: 1px solid #999;
    display: block;  
    margin-bottom: 8px; 
}

ul#testimonials_list img {
    float: left;
    margin-right: 10px;   
}

ul#features_list img {
    float: left;
    width: 200px;
    margin: 0 10px 0 0;   
    display: inline;
}

div.features_content {
    float: left;   
    width: 630px;
}

ul#features_list {
    float: left;   
    padding: 0 0 15px 0;
}

ul#features_list li {
    margin-left: 14px;
    clear: both;
    padding: 15px 0 0 0;
}

ul#features_list h2 {
    padding-bottom: 3px;
}

ul#testimonials_list h3 {
    margin: 0 0 10px 0;   
}

ul#testimonials_list {
    clear: both;
    padding: 0 15px;
    float: left;
}

div#learn {
    clear: both;
    padding: 15px 15px 25px 15px;
}   

div#learn li {
    background: transparent url(../images/system/icons/silk/accept.png) 0 1px no-repeat;   
    padding: 0 0 0 22px;     
    margin: 5px 0 0 0;  
}

div#learn ul {
    margin: 0 0 0 30px;   
}

ul#testimonials_list li {
    padding: 10px 0;
    margin: 0 30px 0 0;
    float: left;
}

div#home_testimonials {
    border: 1px solid #EEE;
    border-style: none none solid none;
    float: left;
    width: 100%;   
}

div#home_signup {
    clear: both;   
    width: 600px;
    margin: 10px auto 20px auto;
    background: white url(../images/system/bookcover.gif) top left no-repeat;  
    height: 300px;
}

div#home_signup_text {
    padding: 0 0 0 205px;
}

div#footer {
    background: black;
    clear: both;
    padding: 10px;
    position: relative;
}   

ul#footer_links {
    position: absolute;
    right: 0;   
}

ul#footer_links li {
    display: inline;
    margin: 0 15px 0 0;   
}

div#home_signup h4 {
    padding-bottom: 8px;
}   

div#home_signup p {
    padding-bottom: 5px;   
}

div#home_signup form {
    margin-top: 8px;   
}

div#home_signup form input {
    width: 200px;
    float: left;
    margin-right: 8px;   
}

div#home_signup ul {
    list-style-type: disc;
    margin: 0 0 0 20px;   
}

p#form_result {
    clear: both;
    padding-top: 8px;   
}

span.error, span.success {
    background: #e4f4dd;
    padding: 0 2px;   
}

span.error {
    background: #FFCCCC;
}

div.clear {
    clear: both;   
}

p#action_signup {
    padding: 20px;   
}

img.free_ebook {
    float: left;
    display: block;
    margin: 0 0 0 10px;   
}

div#static_page h2, div#static_page p {
    margin-bottom: 10px;   
}

div#static_page ul {
    list-style-type: disc;
    margin-left: 30px;   
}

div#static_page ul, div#static_page ul li {
    margin-bottom: 5px;   
}

div#members_content ul#errors, div.ErrorContainer {
    background: #FFCCCC;   
    width: 588px;
    padding: 5px;
    margin: 10px 0 8px 0;
}

ul#errors li {
    background: transparent url(../images/system/icons/silk/cancel.png) center left no-repeat;
    padding-left: 22px;
}

form.generic {
}

form.generic label, div.StartDiscussion label {
    display: block;   
}

input.text_input, textarea.textarea_input {
    background: #FFFFCC;
    width: 380px;
    border: 1px solid #CCC;
    padding: 3px;   
    margin-bottom: 15px;
}

div.StartDiscussion select, div.StartDiscussion h1 {
    margin-bottom: 15px;   
}

form.generic.forgot input.text_input {
    width: 200px;
    margin-top: 10px;
    background: white;
}

span.squeeze_free {
    background:red;   
    padding: 1px 3px;
}

/* Buttons
---------------------------------------------------------------------------------------- */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive, div#Panel ul li a.notifyme.sub{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover, div#Panel ul li a.notifyme.sub:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* YELLOW */

.buttons a.yellow, button.yellow{
    color:#80710f;
    background: #ffe640;
}
.buttons a.yellow:hover, button.yellow:hover{
    background: #ffe640;
    border:1px solid #80710f;
    color:#000;
}
.buttons a.yellow:active{
    background-color:#e5cd2f;
    border:1px solid #80710f;
    color:#000;
}


/* IE Fixes
---------------------------------------------------------------------------------------- */


/* damn you, IE.  damn you */


/* 3rd Party
---------------------------------------------------------------------------------------- */

p.powered {
    display: none;   
}

/* Back Soon
---------------------------------------------------------------------------------------- */

div#back_online_soon {
	width: 685px;
	height: 220px;
    background: transparent url(../images/system/back_online_soon.gif);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -342px;
    margin-top: -110px;
    border: 1px solid #EEE;
    border-color: #EEE #CCC #CCC #EEE;
}