* { 
	margin: 0; 
	padding: 0;
	}

img {
	border: 0;
	}
	
.center {
	text-align: center;
	}	
	
	/* links */

a, a:link, a:visited {
	color: #369;
	text-decoration: none;
	border-bottom: 1px dotted #777;
	}

a:hover, a:active {
	color: #666;
	}

	.center a {
		border: 0;
		}
	
	#mast a, #mast a:link, #mast a:visited {
		color: #f3f3f3;
		background: transparent;
		border: none;
		}
	
	#mast a:hover, #mast a:active {
		color: #fff;
		background: transparent;
		border-bottom: 1px solid #fff;
		}
	
	#footer a, #footer a:link, #footer a:visited {
		color: #333;
		background: transparent;
		border-bottom: none;
		text-decoration: underline;
		}
	
	#footer a:hover, #footer a:active {
		color: #666;
		}
	
	/* body and boxes */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(/img/body-tile.gif);
	position: relative; /* for the dropdown opt-in form */
	}

#wrapper { 
	background: #fff; 
	width: 784px;
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative; /* for the flash error message DIV which sits outside the content DIV */
	}

#mast {
	background: #780300 url(/img/mast2.jpg) no-repeat bottom center;
	height: 141px;
	}
	
	#mast.order { /* we swap in an order masthead image */
		background: #780300 url(/img/checkout-masthead.png) no-repeat bottom center;
		}
		
#content, #terms {
	padding: 20px 67px 0 67px; /* 67px is maximum left and right margin! */
	}
	
#footer {
	width: 784px; /* same as wrapper, above */
	margin: 0 auto; /* ditto */
	padding-bottom: 30px;
	}
	
	#footer.ecourse { /* we rubout footer nav on ecourse */
		display: none;
		}
		
	/* masthead elements */  
	
#mast ul {
	list-style-type: none;
	padding: 10px 0 0;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
	#mast.ecourse ul { /* we rub out masthead nav in the e-course */
		display: none;
		}
	
#mast li {
	list-style-type: none;
	display: inline;
	margin: 0 30px;
	}
	
	#mast li.strong {
		text-transform: uppercase;
		font-weight: bold;
		}

	/* content elements */
	
h1, h2, h3, h4, h5, h6 {
	text-align: center; 
	}
	
h1 {
	font: bold 25px/120% Tahoma, Arial, Helvetica, sans-serif;
	margin: 20px 0 0;
	}

h1, h3 {
	color: #900;
	background: #fff;
	}
	
h2, h3, h4, h5, h6 {
	margin: 20px 0;
	}
	
h2 {
	font-size: 18px;
	line-height: 130%;
	}
	
	h2.red {
		color: #900;
		background: #fff;
		}
	
	h2 span.hilite {
		color: black;
		background: #ff6;
		}
	
	h2 em.asterisk {
		color: #666;
		background: #fff;
		font: normal 14px Arial, Helvetica, sans-serif;
		font-style: italic;
		}

	h2 span.small, .small { /* for bylines under headings (I.E. billing by AllYourStrength LLC, etc.) */
		font-weight: normal; 
		color: #333;
		font-size: 10px; 
		line-height: 13px;
		}
	
	/* ecourse exceptions */
	
	.intro, .intro_ecourse {
		text-align: center;
		margin: 20px 0;
		font: bold 17px Arial, Helvetica, sans-serif;
		}
	
	.intro_ecourse {
		margin: 0;
		color: #777;
		background: #fff;
		font: bold 15px Arial, Helvetica, sans-serif;
		}
	
h3 {
	font-size: 18px;
	line-height: 22px;
	}
	
	h3.black {
		font-size: 17px;
		color: #000;
		background: #fff;
		}
		
div.jon {
	width: 196px;
	}
	
	.jon p {
		margin: 0 6px;
		font: 10px/120% Verdana, sans-serif;
		text-align: left;
		font-weight: bold;
		color: #900;
		}
		
div.shawndave {
	float: left;
	width: 200px;
	margin: 4px 15px 0 0;
	}
	
	.shawndave img {
		display: block;
		margin: 0 0 25px 0;
		}
	
p {
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
	margin: 8px 0;
	}
	
#content ul {
	list-style-type: square;
	}

#content ul { /* must specify #content or you'll bork the masthead */
	font-size: 14px;
	line-height: 19px;
	margin: 20px 80px 20px 80px;
	}
 
#content li {
	margin: 10px 0;
	}
 
ul#rolemodels li img {
	float: left;
	clear: left;
	margin: 5px 15px 10px 0;
	}
 
ul#rolemodels {
	list-style-type: none;
	}
 
ul#rolemodels li {
	clear: left;
	}
	
ol#ten {
	border: 1px solid #ccc;
	background: #ffd;
	color: #000;
	padding: 15px 40px;
	margin: 20px 40px;
	}
	
	#ten p em {
		font-weight: bold;
		}
		
	#ten li {
		font-size: 14px;
		}
		
	#ten li p {
		margin: 5px 0;
		}

cite {
	font-style: italic;
	}
	
	/* regular blockquotes */

blockquote.text {
	margin: 20px 40px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #eef9fb;
	padding: 20px 20px 10px 20px;
	}
	
	.text h2 {
		color: #369;
		margin: 0;
		}
 
	.text p {
		font: 12px/18px Verdana, Helvetica, sans-serif;
		margin: 10px 0;
		}
	
	.text p cite {
		font-style: normal;
		font-size: 10px;
		font-weight: bold;
		}
		
	.text p + h2 {
		padding-top: 10px;
		background: url(/img/bq-bg.gif) no-repeat top center;
		}
		
	/* hopped up guru and client blockquotes */
	
.guru, .client {
	margin: 20px 60px;
	padding: 0 0 31px 0;
	background: url(/img/shadow.jpg) no-repeat bottom right;
	}
	
.guru-content, .client-content {
	padding: 10px 20px 0 20px;
	border: 1px solid #930;
	background: #ffd;
	}
	
.guru-content {
	background: #ffd url(/img/thumbs-up.jpg) no-repeat top right;
	}
	
.guru h1, .guru h2, .client h1, .client h2 {
	font-family: Tahoma, Helvetica, sans-serif;
	margin: 0;
	text-align: left;
	}
	
.guru h1, .client h1 {
	color: #369;
	background: transparent;
	text-decoration: underline;
	}
	
.guru h1 {
	font-size: 30px;
	}
	
.client h1 {
	font-size: 25px;
	}
	
.guru h2, .client h2 {
	color: #900;
	background: transparent;
	}
	
.guru h2 {
	font-size: 20px;
	}
	
.client h2 {
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
	}
	
.guru blockquote, .client blockquote {
	margin: 20px 0 0;
	border: 0;
	}
	
.guru blockquote img, .client blockquote object, .guru blockquote object {
	float: left;
	margin-top: 4px;
	}
	
	.guru blockquote object {
		margin-right: 15px;
		}
	
.guru blockquote p, .client blockquote p {
	font: 15px/130% Tahmoa, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 15px 0;
	text-align: left;
	}
	
.guru blockquote p { /* for small guru headshot jpg */
	font-weight: bold;
	padding-left: 85px;
	padding-right: 15px;
	}
	
.guru blockquote.object p { /* for flash before-after image */
	padding-left: 0;
	}
	
.client blockquote p {
	padding-left: 175px;
	}
	
.guru blockquote p cite {
	font: normal 13px/140% Tahoma, Arial, Helvetica, sans-serif;
	}
	
.client blockquote p cite {
	font-style: normal;
	}
	
.client blockquote p em {
	font: italic 14px/140% Arial, Helvetica, sans-serif; /* because Tahoma doesn't have a decent italic */
	}
	
	/* bonuses box */

#bonuses {
	margin: 10px 0;
	padding: 0 15px;
	border: 1px solid #ccc;
	}
	
	#bonuses div  {
		margin: 15px 0;
		}
		
	#bonuses div img {
		float: left;
		}
		
	#bonuses dt {
		font: bold 17px/22px Arial, Helvetica, sans-serif;
		color: #900;
		background: transparent;
		}
	
	#bonuses dt, #bonuses dd {
		padding-left: 132px;
		}	
	
	#bonuses dd {
		margin: 0;
		font-size: 12px;
		line-height: 1.6em;
		}
		
	/* box with before after of Jon's mom */
		
#mom {	
	border: 1px solid #ccc;
	background: #ffd;
	color: #000;
	padding: 1.5em;
	margin: 1.5em 0;
	}
	
#mom h3 {
	background: #ffd;
	margin: 0;
	font-size: 16px;
	}
	
#mom img {
	border: 1px solid #777;
	}
	
#mom table {
	background: #fff;
	border-color: #ccc;
	}
	
#mom table img {
	border: none;
	margin: 1em 0 0;
	}		
 
#disclaimer p {
	font: 10px/1.7em Verdana, Helvetica, sans-serif;
	color: #666;
	background: #fff;
	}

	/* for images */ 

.left {
	float: left; clear: left;
	margin: 5px 15px 0 0;
	}

.right {
	float: right; clear: right;
	margin: 5px 0 0 15px;
	}
	
.bbb {
	float: left; 
	margin: 4px 10px 0 0;
	}
	
.bbb a {
	border: 0;
	}
	
	/* bottom site navigation */

ul#nav {
	font: 11px Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: 40px 0 0;
	}
	
	ul#nav.ecourse { /* we rub out the sales nav for the ecourse */
		display: none;
		}

#nav li {
	display: inline;
	margin: 0 12px;
	}
	
	/* footer elements */
	
#footer ul {
	list-style-type: none;
	font: 10px Verdana, Helvetica, sans-serif;
	text-align: right;
	margin-top: 4px;
	padding-right: 65px;
	}
	
#footer li {
	margin-left: 15px;
	list-style: none;
	display: inline;
	}
	
	/* form styles */
	
#create-account, #member-login {
	width: 400px;
	margin: 0 auto;
	}
	
#create-account th {
	font: bold 11px Verdana, Helvetica, sans-serif;
	color: #333;
	background: white;
	text-align: right;
	padding-right: 5px;
	}
	
	#UserEmail, 
	#UserEmailAgain, 
	#UserFirstName, 
	#UserLastName, 
	#UserPassword, 
	#UserPasswordAgain,
	#Email,
	#Password {
		font: 11px Verdana, Helvetica, sans-serif;
		padding: 2px;
		width: 180px;
		}
		
#member-login {
	margin-top: 30px;
	}
		
#member-login label, #ecourse label {
	width: 150px;
	float: left;
	clear: left;
	text-align: right;
	font: bold 11px verdana, helvetica, sans-serif;
	margin-right: 10px;
	}
	
	#member-login div.required {
	margin: 5px 0;
	}
	
	.button {
		font-size: 11px;
		padding-left: 160px;
		}
		
	/* the ecourse page, form styling and other overrides */
		
.formbox { /* on the ecourse page */
	border: 1px solid #700;
	padding: 5px;
	margin: 20px auto;
	width: 400px;
	}
	
	.formbox h2 {
		margin: 0 0 10px 0;
		font: bold 13px/110% Lucida Sans Unicode, Arial, Helvetica, sans-serif;
		}
		
	 .formbox h2 span {
	 		text-transform: uppercase;
	 		font: bold 16px Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	 		color: #900;
			background: #fff;
			}
			
.bigfatbold p {
	font: bold 17px/130% Arial, Helvetica, sans-serif;
	}
	
	.bigfatbold p em {
		color: black;
		background: yellow;
		}
	
		
	/* checkout (orders) page */
	
#checkout-body {
	padding: 15px 30px 0 30px;
	}
	
#checkout-body h1 {
	margin: 0 0 20px 0;
	}
	
#shopping-cart {
	border: 2px solid #ddd;
	background: url(/img/checkout-cart-tile.png) repeat-x 0 0;
	padding: 0 15px 15px 15px;
	}
	
	#shopping-cart h2 {
		margin: 0;
		text-align: left;
		}
		
	#shopping-cart h2 img {
		padding-top: 5px;
		}
		
	/*#shopping-cart a {
		border: none;
		}*/
		
	#shopping-cart table {
		margin: 1em 0;
		}
		
	#shopping-cart td.cover {
		width: 130px;
		}
		
	#shopping-cart td.cover img {
		display: block;
		margin: 0 auto;
		}
		
	#shopping-cart td {
		vertical-align: top;
		}
		
	#shopping-cart td.desc {
		padding-left: 1em;
		}
		
	#shopping-cart h3, #shopping-cart h4 {
		text-align: left;
		margin: 0;
		}
		
	#shopping-cart h3 {
		font: bold 14px/1.2em Tahoma, Arial, sans-serif;
		color: black;
		margin-bottom: 1em;
		}
		
	#shopping-cart h3 em {
		font-weight: normal;
		}
		
	#shopping-cart h4 {
		font: bold 14px Tahoma, Arial, sans-serif;
		color: #900;
		margin-top: 1em;
		}
		
	#shopping-cart td p {
		font: 12px/16px Arial, sans-serif;
		margin: .5em 0;
		}
		
	#shopping-cart td p strong {
		font-size: 1.3em;
		}
		
	#shopping-cart td.cover p {
		font: 10px/12px Tahoma, Arial, sans-serif;
		text-align: left;
		margin: 0;
		}
				
	/* member content (download) page */

table.library {
	font: 11px verdana, helvetica, sans-serif;
	margin: 20px 0;
	width: 100%;
	}
	
	th.title {
		width: 85%;
		}
		
	th.audio {
		width: 75%
		}
	
	th.file {
		width: 15%;
		}
		
	th.zip {
		width: 25%;
		}
		
	.library th {
		text-transform: uppercase;
		font-size: 10px;
		font-weight: bold;
		text-align: left;
		color: #900;
		background: white;
		vertical-align: bottom;
		}
		
	.library td {
		padding: 3px 1px;
		background: #eee;
		}
		
	.library th, .library td {
		margin: 1px 0;
		}
		
	.library td code {
		font: 13px 'Courier New', verdana, helvetica, sans-serif;
		color: #333;
		background: #ddd;
		}
		
	.library td p {
		font: 10px verdana, helvetica, sans-serif;
		margin: 0;
		}
		
	.library td.instructions {
		color: #333;
		background: white;
		}
		
	.upsell {
		clear: left;
		padding: 20px 0 0;
		}
		
	.upsell br {
			clear: left;
			}
			
	.upsell h2, .upsell p {
		padding-left: 130px;
		}
		
	.upsell h2 {
		font: 16px Tahoma, Arial, Helvetica, sans-serif;
		color: #333;
		background: #fff;
		text-align: left;
		margin: 0;
		}
		
	.upsell p {
		font: 13px Tahoma, Arial, Helvetica, sans-serif;
		margin: 8px 0;
		}
		
	.upsell img {
		float: left;
		}
		
#oats {
	margin: 20px 0;
	text-align: center;
	}
	
	#oats a {
		border: none;
		}
		
#tips {
	clear: left;
	background: #fff; 
	color: #333; 
	border: 1px solid #ddd;
	padding: 5px 10px;
	margin: 20px 0;
	}
	
#tips p, #tips ol {
	font: 10px verdana, helvetica, sans-serif;
	margin: 0 0 5px 0;
	}
	
#tips li {
	margin: 5px 0 5px 20px;
	}
	
#tips a {
	border: 0;
	}
	
#tips div.right {
	float: right;
	}
	
/* NEW (CAKEPHP) error handling */
.message_info, .message_warning, .message_error {
	font-weight: bold;
	font-size: 11px;
	padding: 4px;
	margin: 0 30px 10px;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 230px;
	width: 300px;
}

.message_info {
	background: #ffc;
	border: 2px solid green;
}

.message_warning {
	background: #ffc;
	border: 2px solid darkorange;
}

.message_error {
	background: #ffc;
	border: 2px solid #c20;
}

.error_message {
	color: #c20;
	background: #fff;
	font-size: 11px;
	font-weight: bold;
}

.required .error_message {
	padding-left: 160px;
	}

	/* terms, disclaimer, and privacy policy */
	
#terms h1, #terms h2, #terms h3, #terms h4 {
	text-align: left;
	padding-left: 80px;
	color: #900;
	background: #fff;
	}
	
#terms h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}
	
#terms h2 {
	font: bold 11px Verdana, Helvetica, sans-serif;
	margin: 20px 0 5px 0;
	}
	
#terms p, #terms ul, #terms ol {
	font: 11px/17px Verdana, Helvetica, sans-serif;
	text-align: left;
	padding: 8px 80px;
	}
	
#terms li {
	margin: 10px 0;
	}
	
#terms ul#nav {
	font: 11px Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: 40px 0;
	}

#terms #nav li {
	display: inline;
	margin: 0 6px;
	}
	
.glyph {
	text-align: center;
	height: 15px;
	background: url(/img/foficon.gif) no-repeat 50% 0;
	margin: 12px 0;
	}

/* hardcover insert css (sales page) */
	
div#hardcover {
	border: 2px solid #900;
	padding: .5em;
	margin: 1.5em 0;
	}
	
#hardcover .hilite {
	background: #ff6;
	}
	
#hardcover p.bigbold {
	font: bold 15px Arial, Helvetica, sans-serif;
	}
	
#hardcover h2, #hardcover h1, #hardcover p {
	text-align: center;
	padding: 0;
	margin: 0;
	}
	
#hardcover h2 {
	font: bold 14px/120% Tahoma, Arial, Helvetica, sans-serif;
	color: black;
	}
	
#hardcover h1 {
	font: bold 19px/120% Tahoma, Arial, Helvetica, sans-serif;
	color: #900;
	margin: 1em 0;
	}
	
#hardcover p {
	font: 12px/140% Arial, Helvetica, sans-serif;
	}
	
#hardcover p.now {
	font: bold 18px/120% Tahoma, sans-serif;
	color: #900;
	background: #ff6;
	margin-top: 1.5em;
	}
	
#hardcover a {
	border: 0;
	}

#hardcover table {	
	margin: 1em 0 0;
	width: 100%;
	}
	
.left-td, .right-td, .center-td {
	vertical-align: top;
	}
	
.left-td {
	width: 100px;
	}
	
.right-td {
	width: 132px;
	}
	
#hardcover table p {
	font: 12px/150% Tahoma, Arial, sans-serif;
	margin-bottom: 1em;
	}
	
.orderlinks {
	width: 100%;
	margin: 1.5em 0;
	border: 2px solid #999;
	}
	
.orderlinks td, th {
	text-align: center;
	vertical-align: top;
	}
	
.orderlinks td {
	padding: 1em 0;
	font: bold 12px Tahoma, Arial, sans-serif;
	width: 50%;
	}
	
.orderlinks th {
	padding: 1em 0 0;
	font: bold 20px Tahoma, Arial, sans-serif;
	}
	
.orderlinks img {
	margin-bottom: 10px;
	}
	
.orderlinks a {
	border: 0;
	}