/*
CSS for: Landmark Personal Coaching Newsletter
URI: http://landmarkcoaching.com/
Author: Garrick Van Buren
Version:  3 June 2011
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	width: 100%;
	line-height: 1;
	color: #383838;	
	font-family: "Helvetica Neue", "Helvetica", "Arial", "Armino", "Nimbus Sans L", "Droid Sans", sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
h1 {
	color: #EE8F23;
	font-size: 37px;
	font-weight: bold;
}
body#legal h1 {
	color: #514E3F;
	font-size: 33px;
}
body#legal h1 small {
	text-transform: uppercase;
	color: #B2B820;
	display: block;
	font-weight: bold;
	font-size: 23px;
	margin-top: 4px;
	margin-bottom:2px;
}
h2 {
	color: #524F40;
	font-size: 20px;
	font-weight; bold	
}
h3 {
	color: white;
	font-weight: bold;
	font-size: 27px;
}
h3 small {
	font-size: 19px;
}
ol, ul {
	list-style: none;
}
ol li, ul li {
	color: #EF9022;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	padding: 0;
	margin: 0;	
	border: none;
}

/*-------------------------------------------------------------- */

label, input {
	display: block;
	font-size: 14px;
}

label {
	margin-bottom: 4px;
}

input {
	margin-bottom: 12px;
}

input[type=image] {
	margin-top: 20px;
	margin-bottom: 48px;	
	display:block;
}

textarea {
	width: 300px;
	height: 50px;
}

#wrapper {
	width: 965px;
	margin: 0 auto;
}

h1 small {
	display: block;
	font-size: 50%;
	font-weight: normal;
}

h2 {
	font-size: 23px;
	font-weight: bold;
	line-height: 100%;
	margin-top: 3px;
	margin-bottom: 4px;
}


a {
	color: #51A7E4;
	text-decoration: none;
}

#header {
	width: 100%;
	height: 279px;
	padding: 0;
	margin: 0;
}

#navigation {
	background: white;
	width: 963px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 16px;
}

#navigation  ul  li {
	float: left;
	padding-right: 30px;
}


#navigation ul  li  a {
	text-transform: lowercase;
	color: #A9A29A;
  padding: 3px;
}

#navigation ul li#about_us {
	padding-right: 0;
}

#banner {
	width: 100%;
	margin: 15px auto 34px auto;
	background: #DE8521;
	height: 200px;
	text-align: center;
}

#banner_interior {
	width: 963px;
	height: 200px;
	margin: 0 auto;
	border: 1px solid black;
}

#banner_interior h3 {
	width: 343px;
	font-size: 28px;
	display: inline;
	position: relative;
	top: 60px;
	left: 30px;
}

#banner_interior h3 small {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

#banner_interior img {
	padding: 0;
	margin: 0;
}

#banner_interior img.white.left {
	border-left: 5px solid white;
}

#banner_interior img.white.right {
	border-right: 5px solid white;
}


#content {
	float: left;
	width: 555px;
	margin-right: 25px;
}

body#form  #wrapper  #content p,
body#legal  #wrapper > #content p {
	width: 963px;
	overflow: visible;
}

form {
	margin-top: 25px;
}

#content p {
	margin-top: 11px;
	font-size: 20px;
	line-height: 130%;
	padding-right: 15px;
}

body#form > #wrapper > #content p {
	margin-top: 18px;
}

#content ul {
	margin-top: 32px;
	margin-bottom: 16px;
}

#content ul li {
	margin-left: 40px;
	list-style-type: disc;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 15px;
	padding-right: 120px;
}

#content ul li p {
	line-height: 125%;
}

#content ul li ul li {
	font-weight: normal;
}

#content ul li p {
	color: #363636;
	margin: 0;
	padding: 0;
}

#content p.register_button {
	margin-top: 24px;
	margin-bottom: 0;
	padding: 0;
}

#content p.register_button a {
	margin: 0;
	padding: 0;
}


#content p.register_button small a {
	color: #EF8E23;
	font-weight: bold;
	display: block;
	font-size: 15px;
	margin-top: -3px;
}

#content p.links {
	margin-top: 10px;
	font-size: 16px;
}

#content p.links a {
	display: block;
	padding: 0;
	margin-bottom: 3px;
}

p {
	margin-bottom: 15px;
}


#footer {	
	display: block;
	width: 963px;		
	margin-top: 28px;
	padding-top: 5px;
	border-top: 1px solid #E8E4E1;
}

#footer h4 {
	color: #161614;
	font-weight: bold;
	font-size: 12px;
	padding-top: 0;
	margin-top: 2px;
	margin-bottom: 0;
}

#footer ul {	
	display: block;
	margin: 0 auto 25px auto;
}

#footer ol li, #footer ul li {
	color: #7F7F7F;
}

#footer li.section {
	float: left;
	display: inline;
	font-weight: normal;
	margin: 0;
	border-right: 1px solid #E2DDDB;
	height: 154px;
	color: #636363;
}

#footer li.contact {
	width: 90px;
	padding-right: 34px;
	padding-left: 0;
}

#footer li.contact a, #footer li.connect a {
	display: block;
	margin-top: 6px;
}

#footer li.landmark_forum {
	padding-left: 42px;
	padding-right: 37px;
	width: 140px;
}

#footer li.graduate_program {
	width: 128px;
	padding-left: 42px;
	padding-right: 45px;
}

#footer li.about {
	width: 115px;
	padding-left: 42px;
	padding-right: 42px;
}

#footer li.connect {
	width: 133px;
	padding-left: 40px;
	padding-right: 0;
	border: none;
	float: left;
}

#footer li {
	font-weight: normal;
	line-height: 130%;
}

#footer  p {
	color: #7B7C7C;
	clear: both;
	display: block;
	text-align: center;
	margin-top: 22px;
}

#call_out {
	display: block;
	background: #F4F3EE;
	font-size:19px;
	color:#373737;
	width: 535px;
	padding: 10px 10px 7px 10px;
	margin-top: 16px;
	margin-bottom: 16px;
	line-height: 115%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#call_out small {
	padding: 7px 0 5px 0;
	display: block;
	font-size: 12px;
	color:#888483;
	line-height: 120%;
}

#sidebar {
	float: left;
	width: 382px;
}

#sidebar h4 {
	color: #F08F24;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#free_promotion {
	margin-top: 17px;
	margin-bottom: -16px;
}

.outline {
	border: 1px solid #E8E4E1;
	margin-top: 17px;
	margin-bottom: 15px;
	padding: 10px;
	line-height: 145%;
}


.share {
	font-weight: bold;
	font-size: 14px;
}

.share ul {
	padding-left: 5px;
	padding-bottom: 0;	
	margin-bottom: 0;
	list-style-type: none;
	list-style-position: outside! important;
}

.share ul, .share ul li {
	display: inline;
}

.share ul li {
	padding-right: 5px;
	padding-left: 0px;	
}

.share ul li.facebook {
	padding-left: 14px;	
}

.share ul li a, .st_email_custom {
	font-weight: normal;
	color: #373737;
	font-size: 11px;
}

.share ul li a img, 
.share ul li span img {
	margin-bottom:-8px;
}

.share ul#quotes li {
	font-weight: normal;
	color: #373737;
	font-size: 11px;
	display: block;
	line-height: 120%;
	padding-left: 45px;
	text-indent: 0;
	list-style-position: outside! important;	
	height: 35px;	
	overflow: visible;
}

#facebook img,
#twitter img,
#blog img {
	padding-right: 10px;		
	float: left;
}

#facebook p,
#twitter p,
#blog p {
	display: inline;
	width: 280px;	
}

#facebook, #twitter, #blog {
	font-weight: normal;	
	color: #373737;
	font-size: 11px;
	line-height: 120%;	
}

#facebook {
	padding-bottom: 25px;		
}

#twitter {
	padding-bottom: 25px;		
}

#blog {
	padding-bottom: 15px;	
}


.share h4 {
	margin-top: 16px;
}

.outline.ipod {
	padding: 0;
	overflow: hidden;
}

#content small p {
	font-size: 12px;
}

body#legal #content #registration_button {
	position: relative;
	top: 2px;
	right: 0;
	float: right;
	display: inline;
}

body#legal #content p {
	font-size: 18px;
}

li.facebook {
	margin-left: -15px;
}
