
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002F60;
}

p {
	line-height: 18px;
	margin:0;
	padding:0;
}

h1 {
	font-size: 18px;
	font-weight:normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

a {
	color: #B85535;
}


#wrapper {
	width:100%;
	background-image: url(../../../images/StripesBlue.gif);
	background-repeat:  repeat-x;
}
#container {
	width:800px;
	background-color:#FFFFFF;
	margin: 0 auto;
	background-image: url(../../../images/Swirl.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/* HEADER */

#header {
	height: 200px;
	background-color:#FFCCFF;
	background:url(../../../images/top-banner.jpg) no-repeat;
	width: 800px;
}

#header h1{
	margin-left:-1000px;
}

/* #nav */
#nav {
	margin-top:200px;
	width: 800px;
	padding: 0 20px;
	background-color: #BEBC00;
}

#nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav li {
	display:block;
	height:35px;
	float: left;
}

#nav a {
	display:block;
	height:35px;
	padding: 0 10px;
	line-height: 35px;
	text-align:center;
	background-color:#BEBC00;
}
/* END #nav */

/* #navbar */

#menu {
	width:780px;
	height:35px;
	padding-left: 20px;
	background-color: #BEBC00;
}

#navbar {
   margin: 0;
   padding: 0;
   height: 1em; }
   
#navbar li.current_page_item a {
	color: #B85535;
}
#navbar li {
   list-style: none;
   float: left;
 }
#navbar li a {
   display: block;
   padding: 10px 10px;
   background-color: #BEBC00;
   font-size: 11px;
   font-weight: bold;
   letter-spacing: 1px;
   color: #fff;
   text-decoration: none; }
#navbar li a:hover {
	color: #B85535;
}
#navbar li ul {
   display: none; 
/*   width: 10em;  Width to help Opera out */
   background-color: #69f;}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   color: #B85535;
   margin: 0;
   padding: 0; }
#navbar li:hover li, #navbar li.hover li {
   float: none;
   color: #B85535; }
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #BEBC00;
   font-weight: normal;
   padding: 3px 10px;
   border-top: 1px solid #fff;
   color: #FFFFFF; }
#navbar li li a:hover {
   color: #B85535; }


/* END #navbar */

/* END HEADER */

/* MAIN */

#main {
	float: left;
	width: 520px;
/*	background-color:#99CC99;*/
	padding: 20px 20px 40px 40px;
}

#main blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	font-style: italic;
	color: #B85535;
	text-align:center;
	margin-top: 20px;
}


#main p {
	line-height: 18px;
	margin: 14px 0;
}

#main h2 {
	font-size: 18px;
	font-weight:normal;
	color: #B85535;
	margin: 35px 0 0 0;
}

#main h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
}

#main h1 {
	font-size: 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 0 0 0;
}

#main ul,ol {
    margin-left: 0px;
    padding-left: 17px;
}

#main ol li {
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 18px;
}

#main ul li {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 18px;
}

#mainCoaching {
/*	border:thin solid #002F60;*/
	padding: 10px;
	background-color: #F7F7DF;
}
#mainWorkshops {
	padding: 10px;
	background-color: #F6EAE7;
}
#mainSpeaking {
	padding: 20px 10px 10px 25px;
	background-color: #DFE5EB;
}
#mainSpeaking li {
	margin-bottom: 14px;
}

.breadcrumb-trail
{
	font-size: 9px;
	font-weight:bold;
	color: #BDBDBD;
	padding: 10px 0 0 40px;
	height: 10px;
}

.breadcrumb-trail a
{
	font-size: 9px;
	color: #BDBDBD;
	text-decoration: none;
}
.breadcrumb-trail a:Hover
{
	color: #626162;
}
/*.trail-before
{
	font-weight: bold;
	font-size: 9px;
	color: #BDBDBD;
}
.trail-before a
{
	font-size: 9px;
	color: #BDBDBD;
}
.trail-before a:Hover
{
	color: #626162;
}
.trail-end
{
	font-weight: bold;
	font-size: 9px;
	color: #BDBDBD;
}

/* END MAIN */


/* SIDEBAR */
#sidebar {
	float: left;
	width: 180px;
	padding: 20px;
/*	background-color:#66FFCC;*/
}

.randomtext {
	width: 150px;
	background:url(../../../images/QuoteOpen.gif) no-repeat;
	padding-left: 20px;
	color: #BEBC00;
}
.randomtext h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
	font-style: italic;
    line-height: 26px;
	margin-bottom: 10px;
	background:url(../../../images/QuoteClose2.gif) no-repeat bottom right;
}
.randomtext li {
    font-size: 12px;
}

/* end SIDEBAR */

/* FOOTER */
#footer {
	clear:both;
	height: 26px;
	width: 800px;
	background-color:#BEBC00;
}

.FooterLeft {
	float: left;
	width: 400px;
}
.FooterRight {
	float: left;
	width: 400px;
	text-align: right;
}
#footer p {
	margin: 5px 10px;
	font-size:10px;
	color: #B85535;
}
#footer a {
	color: #B85535;
	text-decoration:none;
}

/* end FOOTER */

/* Welcome Page header */

.HomePageLink
{
	/*clear: both;
	margin: 0 auto;*/
	width: 160px;
	height: 96px;
	background-image: url(../../../images/BlueBox.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}

.HomeLinkText
{
	text-align: center;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
}

.HomePageLink a
{
	color: #ffffff;
	text-decoration: none;
}

.HomePageLink a:hover
{
	color: #B85535;
}

.GreenBox
{
	clear: both;
	margin: 0 auto;
	width: 220px;
	height: 155px;
	background-image: url(../../../images/SloganBackground.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}

.Slogan
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #ffffff;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 30px;
	text-align:center;
}

/* END Welcome Page Header */

body.search-results .meta-prep {display:none;}
body.search-results .meta-sep {display:none;}
body.search-results .author {display:none;}
body.search-results .entry-date {display:none;}
body.search-results .post-edit-link {display:none;}
