@charset "UTF-8";
/* CSS Document */

/* CSS RESET 

/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* MY STYLES */

/* *{margin:0; padding:0;} */

html, body {
	text-align: center;
	height: 100%;
	font-family: 'proxima_nova_rgregular', Arial, sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #363636;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    background-image: url(../images/bgalt.jpg);
	background-repeat: repeat-x;
}

p { font-family: 'proxima_nova_rgregular', Arial, sans-serif; font-size: 17px; line-height: 29px;}

h1 { font-family: 'proxima_nova_rgbold'; font-size: 32px; line-height: 40px; }

h2 { font-family: 'proxima_nova_rgbold'; font-size: 28px; line-height: 30px; padding: 40px 0 20px 0;}

h3 { font-family: 'proxima_nova_rgbold'; font-size: 21px; line-height: 30px; padding: 0px 0 5px 0;}

h4 { font-family: 'proxima_nova_rgbold'; font-size: 28px; line-height: 30px; padding: 40px 0 40px 0;}

h6 { font-family: 'proxima_nova_rgbold'; font-size: 28px; line-height: 30px; padding: 0px 0 10px 0;}

.bolded { font-family: 'proxima_nova_rgbold'; }

a { text-decoration: none; }


#header {
	height: 25px;
	background-color: #252525;
	margin-bottom: 50px;
	min-width: 960px;
}

#container {
	display: inline-block;
	background-image: url('images/bgalt.jpg');
	color: white;
	padding-top: 30px;
	padding-bottom: 70px;
}


#box {
	min-width: 890px;
	margin: 0 auto;
}

.copy {
	width: 530px;
	text-align: left;
	float: left;
}

.headline {
	padding-top: 25px;
	padding-bottom: 15px;
}

.blurb {
	padding-bottom: 20px;
}

.list li {
		margin-left: 35px;
		font-size: 15px;
		padding-bottom: 7px;
		padding-top: 7px;
}

.list {
	color: #2e2e2e;
	margin-top: 40px;
}


.button-div {

	margin-top: 40px;
	margin-left: 5px;
}

.button {
	font-family: 'proxima_nova_rgbold';
	font-size: 20px;
	color: white;
	padding: 15px 45px 15px 45px;
	background-color: #41bf65;
	border-radius: 6px;
}

.button:hover {
	background-color: #2fa147;
	cursor: pointer;
}

.image {
	float: right;
	padding-top: 95px;
}

#lower-container {
	background-color: #252525;
	color: white;
	display: inline-block;
	width: 100%;
	min-width: 970px;
}

.lower_box {
	width: 970px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

.chapter {
	padding: 25px 40px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	}

.chapter p {
	font-size: 18px;
}

#footer {
	padding-bottom: 80px;
	margin: 0 auto;
	width: 890px;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}



#signup {
	text-align: center;	
	background-color: #f2f2f2;
	border-radius: 10px;
	padding: 25px;	
	width: 450px;
	display: none;
	}

.size16 {
	font-size: 16px;	
	line-height: 24px;
	padding-bottom: 15px;
	}

input, button, select, textarea {
	width: 90%;	
}

.mc-field-group input {
	margin-bottom: 15px;
	border-radius: 4px;	
	padding: 10px;
	border:1px solid #9b9894;
	text-align: center;
	font-size: 16px;
	font-family: 'proxima_nova_rgregular'
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #41bf65;
	font-family: 'proxima_nova_rgbold';
	border:0;
	color: white;
	font-size: 18px;
	border-radius: 4px;	
	padding: 15px;
	-webkit-font-smoothing: antialiased;
	width: 95%;
}


#book-container ul {
	padding: 0px;
	list-style-type: none;
}

.hide {
	display: none;
}



#Field1 {
	padding: 9px;
	font-size: 13px;
	width: 315px;
	border: 1px solid #b7b7b7;
}

#saveForm {
	background-color: #b73b3b;
	border: none;
	color: white;
	font-size: 16px;
	padding: 10px;
	width: 315px;
	border-radius: 5px;
	margin-top: 13px;
	cursor: pointer;
}

#saveForm:hover {
	background-color: #a53737;

}

.testimonial {
	width: 500px;
	display: inline-block;
	margin-top: 40px;
	color:black;
	margin-left: 45px;
	
}


.test-image {
	float: left;
	padding-right: 15px;
}

.test-copy {
	float: left;
	width: 300px;
	
}

.test-copy p {
	font-size: 13px;
	line-height: 18px;
	
}

.title {
	font-weight: bold;
}

.url {
	font-size: 12px !important;
}
