/* CSS Document - Main Stylesheet - stylesheet.css */


/* BODY AND CONTAINER
----------------------------------------------------------*/

body {
	font-size: 76%;
	text-align: center;
	background-image: url(../images/bg-strip-body.jpg);
		background-position: top;
		background-repeat: repeat-x;
	background-color: #e2e2e2;
}

* body {
	text-align: left;
}

#container {
	width: 900px;
	padding: 0px;
	margin: 0px auto 0px auto;
}


/* HEADER
----------------------------------------------------------*/

#header-outside {
	float: left;
	width: 900px;
	height: 120px;
	background-color: #fff;
	border: solid 1px #cad3b8;
	padding: 0px;
	margin: 0px;
}

#header-inside {
	position: relative;
		top: 5px;
		right: 0px;
		bottom: 0px;
		left: 5px;
	width: 890px;
	height: 110px;
	padding: 0px;
	margin: 0px;
}


/* MAIN NAVIGATION
----------------------------------------------------------*/

#nav-outside {
	float: left;
	width: 900px;
	height: 70px;
	background-color: #fff;
	border: solid 1px #cad3b8;
	padding: 0px;
	margin: 8px 0 8px 0;
}

#nav-inside {
	position: relative;
		top: 4px;
		right: 0px;
		bottom: 0px;
		left: 4px;
	width: 890px;
	height: 60px;
	background-color: #cad3b8;
	border: solid 1px #cad3b8;
	padding: 0px;
	margin: 0px;
}

#nav-inside ul {
	list-style: none;
	padding: 0px;
	margin: 0 0 0 1px;
}

#nav-inside ul li {
	float: left;
	width: 126px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#nav-inside ul li a {
	display: block;
	width: 126px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		font-weight: normal;
		color: #5a5e42;
	text-decoration: none;
}

#nav-inside ul li a:hover {
	display: block;
	width: 126px;
	height: 60px;
	background-color: #458d9f;
	color: #fff;
}

.border-separation {
	border-left: solid 1px #fff;
}


/* CONTENT AREA / MAIN CONTENT - INSIDE PAGES
----------------------------------------------------------*/

#content-area {
	float: left;
	width: 900px;
	padding: 0px;
	margin: 0px;
}

#main-content-outside {
	float: left;
	width: 600px;
	background-color: #fff;
	border: solid 1px #cad3b8;
	padding: 0px 0 8px 0;
	margin: 0px;
}

#main-content-inside {
	position: relative;
		top: 4px;
		right: 0px;
		bottom: 0px;
		left: 4px;
	width: 540px;
	background-image: url(../images/bg-strip-content.jpg);
		background-position: top;
		background-repeat: repeat-x;
	background-color: #fff;
	border: solid 1px #cad3b8;
	padding: 45px 25px 45px 25px;
	margin: 0px;
}


/* SUBCONTENT
----------------------------------------------------------*/

#sub-content-area {
	float: left;
	width: 292px;
	padding: 0px;
	margin: 0 0 0 6px;
}

#sub-content-outside {
	float: left;
	width: 290px;
	background-color: #fff;
	border: solid 1px #cad3b8;
	padding: 0px 0 8px 0;
	margin: 0 0 8px 0;
}

#sub-content-inside {
	position: relative;
		top: 4px;
		right: 0px;
		bottom: 0px;
		left: 4px;
	width: 280px;
	background-image: url(../images/bg-strip-content.jpg);
		background-position: top;
		background-repeat: repeat-x;
	background-color: #fff;
	border: solid 1px #cad3b8;
	padding: 0px;
	margin: 0px;
}

/* quote box in subcontent
----------------------------*/
#quote-block {
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.10em;
		line-height: 1.4em;
		font-weight: bold;
		color: #68aa92;
	text-align: left;
	padding: 0px;
	margin: 20px 20px 0 20px;
	z-index: 1;
}

#quote-author {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.0em;
		line-height: 1.3em;
		color: #68aa92;
	text-align: right;
	padding: 0px;
	margin: 5px 20px 20px 0;
}

/* blog in subcontent
----------------------------*/
#sub-content-outside-blog {
	float: left;
	width: 290px;
	height: 71px;
	background-color: #fff;
	border: solid 1px #cad3b8;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

#sub-content-inside-blog {
	position: relative;
		top: 4px;
		right: 0px;
		bottom: 0px;
		left: 4px;
	width: 280px;
	height: 70px;
	background-image: url(../images/bg-blog-highlight.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	border: solid 1px #cad3b8;
	padding: 0px;
	margin: 0px;
}

/* workshops in subcontent
----------------------------*/
#sub-content-outside-workshops {
	float: left;
	width: 290px;
	height: 71px;
	background-color: #fff;
	border: solid 1px #cad3b8;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

#sub-content-inside-workshops {
	position: relative;
		top: 4px;
		right: 0px;
		bottom: 0px;
		left: 4px;
	width: 280px;
	height: 70px;
	background-image: url(../images/bg-workshops-highlight.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	border: solid 1px #cad3b8;
	padding: 0px;
	margin: 0px;
}


/* social media in subcontent
----------------------------*/
#social-network ul {
	width: 255px;
	list-style: none;
	padding: 0px;
	margin: 15px 15px 15px 15px;
}

#social-network ul li {
	text-align: right;
	width: 255px;
	height: 26px;
}

#social-network ul li a {
	font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px;
	margin: 0 0 2px 5px;
}

#social-network ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.list-headline {
	display: block;
	width: 255px;
	padding: 0px;
	margin: 0 0 8px 0;
}

.list-headline-title {
	display: block;
	width: 255px;
	padding: 0px;
	margin: 0 0 8px 0;
}


/* SPLASH CONTENT - INDEX PAGE
----------------------------------------------------------*/

#splash-outside {
	float: left;
	width: 900px;
	height: 240px;
	background-color: #fff;
	border: solid 1px #cad3b8;
	padding: 0px;
	margin: 0px;
}

#splash-inside {
	position: relative;
		top: 4px;
		right: 0px;
		bottom: 0px;
		left: 4px;
	width: 890px;
	height: 230px;
	background-color: #fff;
	border: solid 1px #cad3b8;
	padding: 0px;
	margin: 0px;
}


/* HIGHLIGHT AREA - INDEX PAGE
----------------------------------------------------------*/

#highlight-area {
	float: left;
	width: 900px;
	padding: 0px;
	margin: 8px 0 8px 0;
}

#highlight-outside-book, 
#highlight-outside-blog {
	float: left;
	width: 290px;
	height: 120px;
	background-color: #fff;
	border: solid 1px #cad3b8;
	padding: 0px;
	margin: 0px;
}

#highlight-outside-speech {
	float: left;
	width: 290px;
	height: 120px;
	background-color: #fff;
	border: solid 1px #cad3b8;
	padding: 0px;
	margin: 0px 12px 0 12px;
}

/* highlight inside-box
----------------------------*/
#highlight-inside-book {
	position: relative;
		top: 4px;
		right: 0px;
		bottom: 0px;
		left: 4px;
	width: 280px;
	height: 110px;
	background-image: url(../images/bg-highlight-book.jpg);
		background-repeat: no-repeat;
	border: solid 1px #cad3b8;
	padding: 0px;
	margin: 0px;
}

#highlight-inside-speech {
	position: relative;
		top: 4px;
		right: 0px;
		bottom: 0px;
		left: 4px;
	width: 280px;
	height: 110px;
	background-image: url(../images/bg-highlight-speech.jpg);
		background-repeat: no-repeat;
	border: solid 1px #cad3b8;
	padding: 0px;
	margin: 0px;
}

#highlight-inside-blog {
	position: relative;
		top: 4px;
		right: 0px;
		bottom: 0px;
		left: 4px;
	width: 280px;
	height: 110px;
	background-image: url(../images/bg-highlight-blog.jpg);
		background-repeat: no-repeat;
	border: solid 1px #cad3b8;
	padding: 0px;
	margin: 0px;
}

/* highlight text elements
----------------------------*/
.highlight-text-box {
	float: right;
	width: 185px;
	padding: 0px;
	margin: 10px 0 0 0;
}

.highlight-desc {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.0em;
		line-height: 1.4em;
		font-style: normal;
		color: #7c7c7c;
	padding: 3px 0 5px 0;
	margin: 0px;
}

.highlight-arrow {
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0 3px 0 0;
}

.highlight-link {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		font-weight: bold;
		color: #930;
	padding: 0;
	margin: 8px 10px 0 0;
}

.highlight-text-no-icon {
	float: right;
	width: 265px;
	padding: 0 0 15px 0;
	margin: 10px 0 0 0;
}


/* FOOTER
----------------------------------------------------------*/

#footer {
	float: left;
	width: 895px;
	height: 80px;
	padding: 0px;
	margin: 5px 0 0 5px;
}


/* TYPOGRAPHY ELEMENTS
----------------------------------------------------------*/

p, ol, ul, address {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		line-height: 1.6em;
		font-style: normal;
		color: #7c7c7c;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 2.2em;
		font-weight: normal;
		color: #2f7d9b;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		font-weight: normal;
		color: #484848;
	padding: 0px;
	margin: 1px 0 0 0;
}

h3 {
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		font-weight: normal;
		color: #3e6c5b;
	text-align: right;
	padding: 0px;
	margin: 5px 10px 5px 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.7em;
		font-weight: normal;
		color: #2f7d9b;
	padding: 0px;
	margin: 0px;
}

a {
	color: #2f7d9b;
	text-decoration: none;
}

a:hover {
	color: #333;
}

address {
	margin-top: 10px;
}

.link_type {
	font-size: 0.7em;
}


/* subcontent box links
----------------------------*/
.read-my-blog-link {
	position: absolute;
		top: 48px;
		right: 0px;
		bottom: 0px;
		left: 180px;
	background-image: url(../images/arrow-blog.gif);
		background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		font-weight: bold;
		color: #993300;
	padding: 0 0 0 10px;
	margin: 0px;
}

.attend-a-workshop-link {
	position: absolute;
		top: 48px;
		right: 0px;
		bottom: 0px;
		left: 145px;
	background-image: url(../images/arrow-blog.gif);
		background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		font-weight: bold;
		color: #993300;
	padding: 0 0 0 10px;
	margin: 0px;
}

.go-to-my-facebook-link {
	position: absolute;
		top: 48px;
		right: 0px;
		bottom: 0px;
		left: 175px;
	background-image: url(../images/arrow-blog.gif);
		background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		font-weight: bold;
		color: #993300;
	padding: 0 0 0 10px;
	margin: 0px;
}

/* footer text and links
----------------------------*/
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		line-height: 1.5em;
		font-style: normal;
		color: #7e7e7e;
	padding: 0px;
	margin: 0px;
}

.footer-link {
	color: #7e7e7e;
	text-decoration: none;
}

/* small text classes
----------------------------*/
ol li {
	font-weight: bold;
	color: #000;
}

.speech-topic-description {
	font-weight: normal;
	color: #7e7e7e;
}


/* IMAGE ELEMENTS
----------------------------------------------------------*/

/* quote box quotation marks
----------------------------*/
.quote-marks-left {
	padding: 0 3px 0 0;
	z-index: 5;
}

.quote-marks-right {
	padding: 0 0 0 5px;
	z-index: 5;
}

/* social list icons
----------------------------*/
.social-icon {
	float: right;
	padding: 0px;
	margin: 2px 0 0 5px;
}

/* image wraps
----------------------------*/
.image-wrap-right-about {
	float: left;
	border: 1px solid #333;
	padding: 0px;
	margin: 20px 15px 0px 0;
}


/* MISC ELEMENTS
----------------------------------------------------------*/

.list-break {
	margin: 0 0 25px 0;
}

#book-highlight {
	float: left;
	width: 540px;
	border-top: 1px solid #b0bd95;
		border-bottom: 1px solid #b0bd95;
	padding: 0 0 8px 0;
	margin: 10px 0 15px 0;
}


/* TABLE OF CONTENTS AREA IN THE BOOKS PAGE
----------------------------------------------------------*/

/* book image and buy button
----------------------------*/
.book-buy {
	float: left;
	width: 110px;
	padding: 0px;
	margin: 15px 0 0 0;
}

.order-online {
	display: block;
	width: 100px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		line-height: 20px;
		text-align: center;
	background-color: #dce2d0;
	border: 1px solid #7e7e7e;
	padding: 0px;
	margin: 0px;
}

.order-online a:hover {
	display: block;
	width: 100px;
	height: 20px;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}

/* table of contents table
----------------------------*/
.table-of-contents {
	float: right;
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		line-height: 1em;
		color: #7e7e7e;
	padding: 0px;
	margin: 10px 0 0 0;
}

td {
	vertical-align: top;
}

.chapter {
	width: 55px;
}

.title {
	width: 230px;
	padding: 0 5px 5px 5px;
}

.page {
	width: 30px;
	padding-left: 10px;
}

.buy {
	width: 40px;
} 
