/*
Theme Name: Custom Theme
Description: Leap Forward Coaching, LLC Custom Theme
Version: 1.0
Author: Studiodog LLC
Author URI: http://studiodog.com
Tags: custom, clean, basic
*/

/*CSS Reset*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	padding: 0 0 10px;
	list-style: disc inside;
}
#mainContent li {
	margin: 0;
	padding-left: 1.5em;
	text-indent: -1.2em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {clear:both;}
p {margin:10px 0;}
h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:151%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:80%;}
strong, b {font-weight:bold;}
em, i {font-style:italic}

/* end reset */


body  {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #6a635c;
}
#container { 
	width: 995px;
	background: #fff url(images/container-bg.gif) repeat-y;
	margin: 0 auto;
	border: 0px solid #fff;
	text-align: left;
} 
#header { 
	height: 214px;
	background: url(images/banner.gif); 
	padding: 0;
	margin: 0;
} 
#left {
	float: left;
	width: 231px;
	margin: 0;
}
#sidebar {
	width: 200px;
	margin: 0;
	float: right;
	color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
#mainContent { 
	margin: 10px 220px 20px 230px;
	padding: 0px;
	line-height: 1.4em;
}
#signUp2Image {
	margin-left: -25px;
}
#signUp2 {
	font-size: .85em;
	color: #666;
	padding: 0;
}
#signUp {
	font-size: .85em;
	color: #666;
	padding: 0 0 0 20px;
}
#signUp p {
	margin: 0;
	padding: 5px 0;
}
#footer { 
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
} 
#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* BEGIN CSS NAVIGATION */

/* TOPNAV */

#topnav {
	margin: 0;
	padding: 154px 0 0 0;
}
#topnav li {
	list-style:none;
}
#topnav li a {
	margin: 0;
	padding: 0;
	float: left;
	color: #000;
	background: url(images/topnav.png) no-repeat;
	display: block;
}

/* TopNav classes */
#topnav .home { background-position: 0px 0px; width: 305px; height: 59px; }
#topnav .about { background-position: -305px 0px; width: 78px; height: 59px; }
#topnav .clients { background-position: -383px 0px; width: 78px; height: 59px; }
#topnav .newsletter { background-position: -461px 0px; width: 105px; height: 59px; }
#topnav .blog { background-position: -566px 0px; width: 61px; height: 59px; }
#topnav .press { background-position: -627px 0px; width: 73px; height: 59px; }
#topnav .contact { background-position: -700px 0px; width: 295px; height: 59px; }

/* Begin topnav hover code */
#topnav a.home:hover { background-position: 0px -59px; } 
#topnav a.about:hover { background-position: -305px -59px; } 
#topnav a.clients:hover { background-position: -383px -59px; } 
#topnav a.newsletter:hover { background-position: -461px -59px; } 
#topnav a.blog:hover { background-position: -566px -59px; }
#topnav a.press:hover { background-position: -627px -59px; } 
#topnav a.contact:hover { background-position: -700px -59px; } 


/* LEFTNAV */



#leftnav {
	margin: 0;
	padding: 0;
	text-align:left;
	width: 231px;
}

#leftnav li {
	float:left;
	list-style:none;
}

#leftnav li a {
	background-image:url(images/leftnav.png);
	display:block;
}


/* LEFTNav classes */

.executive { background-position: 0px 0px; width: 231px; height: 60px; }
.life { background-position: 0px -60px; width: 231px; height: 48px; }
.career { background-position: 0px -108px; width: 231px; height: 49px; }
.process { background-position: 0px -157px; width: 231px; height: 62px; }

/* Begin nav hover code */

a.executive:hover { background-position: 231px 0px; }
a.life:hover { background-position: 231px -60px; }
a.career:hover { background-position: 231px -108px; }
a.process:hover { background-position: 231px -157px; }

/* end CSS Navigation */

table {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
tr,td {
	padding:0;
	margin:0;
	border:none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

p, h1, h2, h3 {
	padding: 3px 0;
}


/* Text Styles */

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.boldItalic {
	font-weight: bold;
	font-style: italic;
}
.blue {
	color: #003366;
}
.blueBold {
	color: #003366;
	font-weight: bold;
}
.orange {
	color: #ff7d00;
}
.orangeBold {
	color: #ff7d00;
	font-weight: bold;
}
.orangeItalic {
	color: #ff7d00;
	font-style: italic;
}
.green {
	color: #3C9A0E;
}
.greenBold {
	color: #3C9A0E;
	font-weight: bold;
}
.greenItalic {
	color: #3C9A0E;
	font-style: italic;
}


h1, .head1, #mainContent h1 a, #mainContent h1 a:visited {
	padding: 14px 0;
    font-family: Arial,Verdana,Helvetica;
    font-size: 20px;
	color: #57248B;
	text-decoration: none;
}
h2, .head2, #mainContent h2 a, #mainContent h2 a:visited {
    font-family: Arial,Verdana,Helvetica;
    font-size: 16px;
    font-weight: normal;
	color: #3C9A0E;
	text-decoration: none;
}
h3, .head3, #mainContent h3 a, #mainContent h3 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: normal;
	color: #993300;
	text-decoration: none;	
}
#mainContent h2 a:hover {
	color: #000;
	text-decoration: underline;
}
a:link {
	color: #CC3300;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #CC3300;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}


/*  BEGIN BLOG STYLES */

#error404 {
	margin: 50px 0 0 50px;
}

#error404 p {
	margin: 0;
	padding: 30px 0;
}
#sidebar {
	font-size: .9em;
}
#sidebar ul li {
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
	list-style-position: outside;
	list-style:none;
	}
#sidebar ul ul li:before {
	margin: 0 0 0 -10px;
	padding: 0;
	content: "\00BB \0020";
}

#searchform {
	padding: 0 0 20px 0;
}
.date {
	padding: 5px 0 20px 0;
	font-size: .85em;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
}
.date a {
	color: #000;
}
#comments {
	margin: 0;
	padding: 0;
	color: #000;
	background: #FCFCFC;
}
#comments h3 {
	margin: 0 0 20px 0;
	color: #666;
}
#comments ol {
	margin: 0;
	padding: 0;
	list-style:none;
}
#comments ol li {	/* this is the list of comments */
	margin: 8px 0;
	padding: 10px;
	border: dotted 1px #666;
}
.comment-author {	/* this is the avatar & name */
	vertical-align: top;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
}
.comment-meta, .comment-meta a, .comment-meta a:visited {	/* this is the line below the comment authors name */
	padding: 0 0 5px 0;
	text-decoration: none;
	color: #666;
}
#reply-title {
	margin: 20px 0 0 0;
	color: #333;
}
#commentform p {
	padding: 3px 0px;
}
#commentform textarea {
	width: 100%;
	background: #fcfcfc;
}
#commentform p.form-allowed-tags, p.logged-in-as {
	padding: 5px 0 10px 0;
	line-height: .9em;	
	color: #666;
}
.navigation, .navigation a {
	padding: 0px 0 10px 0;
	color: #666;
}
.tags {
	margin: 10px 0 20px 0;
	padding: 5px;
	border-top: dotted 1px #666;
	border-bottom: dotted 1px #666;
}
.logged-in-as, .logged-in-as a, .logged-in-as a:visited {
	color: #333;
	text-transform: uppercase;
}
.archiveH1 {
	padding: 0 0 20px 0;
}
#archive {
	padding: 10px 0;
}
#archive h2, #archive h2 a {
	padding: 20px 0 0 0;
	font-size: 1.2em;
	color: #003366;
}
p.form-allowed-tags  {
   visibility: hidden;
}
#newsletter {
	margin: 10px 0;
	width: 100%;
	border: 1px dotted #666;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}