body {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 10px;
}

h1 {
	font-size: 2.7em;
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 a {
	text-decoration: none;
}

h3 {
	color: #654101;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: normal;
}

h4 {
	color: #654101;
	font-size: 1.7em;
	font-weight: normal;
	padding-bottom: 5px;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 10px;
}

a {
	color: #444283;
	text-decoration: underline;
}

a:hover {
	color: #117aa4;
}

a.pdf_link {
	background: url(../images/interface/pdf_icon.jpg) no-repeat right top;
	padding: 0 25px 10px 0;
}

p, blockquote {
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 20px;
}

blockquote p {
	font-size: 1em;
}

p strong {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
}

cite {
	color: #997d4d;
	font-size: 1.4em;
	line-height: 1.2em;
	font-style: italic;
}

input, textarea {
	font-family: Georgia, Verdana, Arial, sans-serif;
}

.container {
	width: 900px;
	margin: 0 auto;
}

.sidebar {
	width: 300px;
	float: left;
}

.main {
	width: 570px;
	margin-left: 30px;
	float: left;
}

.right {
	float: right;
}



/* ------------------ header ------------------ */
#header .logo {
	position: relative;
	top: 14px;
	left: -30px;
}

#header .main {
	width: 600px;
	margin-left: 0;
}

#header dl {
	float: left;
	width: 600px;
	border-bottom: 1px solid #a2895d;
}

#header dt, #header dd {
	float: left;
	color: #654101;
	font-size: 1.2em;
	line-height: 18px;
	height: 18px;
	padding: 10px 0 38px 5px;
}

#header dt {
	padding-left: 37px;
	text-transform: uppercase;
}

#header dt#connect {
	margin-left: 60px;
}

#header dd img {
	padding-left: 5px;
}

ul.main_nav {
	float: left;
	width: 600px;
	border-top: 1px solid #d3c6b2;
	position: relative;
}

ul.main_nav li {
	float: left;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
}

ul.main_nav li a {
	display: block;
	width: 100px;
	height: 12px;
	padding: 24px 0;
	text-decoration: none;
}

ul.main_nav li.first a {
	padding-left: 15px;
	width: 85px;
}

ul.main_nav ul {
	position: absolute;
	border: 0;
	width: auto;
	top: 44px;
	visibility: hidden;
}

ul.main_nav ul li {
	text-transform: none;
	float: none;
	text-align: left;
	background: #fff url(../images/interface/nav_dropdown.png) repeat-x left bottom;
	font-size: 1.1em;
	border: 1px solid #e5e1d1;
	border-bottom: 0;
	width: auto;
	margin-left: 20px;
}

ul.main_nav ul li a {
	width: auto;
	height: 14px;
	padding: 3px 5px;
}

ul.main_nav ul li.last {
	border-bottom: 1px solid #e5e1d1;
}

ul.main_nav li:hover > ul {
	visibility: visible;
}


/* ------------ headline (green bar) ---------- */
.headline {
	clear: both;
	color: #fff;
	width: 100%;
	min-width: 900px;
	background: url(../images/interface/headline.jpg) repeat-x left bottom;
}

.headline .container {
	height: 100px;
	background: url(../images/interface/short_headline_main.png) repeat-x left bottom;
}

#homepage .headline .container {
	height: 155px;
	background: url(../images/interface/headline_main.png) repeat-x left bottom;
}

#calendar .headline .container .main {
	background: url(../images/interface/calendar.jpg) no-repeat right top;
}

#books .headline .container .main {
	background: url(../images/interface/books.jpg) no-repeat right top;
}

#services .headline .container #fertility_clients {
	background: url(../images/interface/fertility_clients.jpg) no-repeat right top;
}

#services .headline .container #fertility_clinics {
	background: url(../images/interface/fertility_clinics.jpg) no-repeat right top;
}

#services .headline .container #workshops_seminars {
	background: url(../images/interface/workshops.jpg) no-repeat right top;
}

#about_kristen .headline .container .main {
	background: url(../images/interface/kristen_headline2.jpg) no-repeat right top;
}

#strategies_for_living .headline .container .main {
	background: url(../images/interface/compass_headline.jpg) no-repeat right top;
}

#news .headline .container .main {
	background: url(../images/interface/news.jpg) no-repeat right top;
}

.headline h1 {
	padding: 63px 0 10px 20px;
	font-style: italic;
}

.headline h2 {
	font-size: 2em;
	padding: 70px 0 10px 10px;
	font-style: italic;
	margin-bottom: 0;
}

.headline p {
	margin: 0;
	padding: 25px 120px 0 10px;
}

#books .headline p {
	padding: 30px 250px 0 10px;
	height: 70px;
}


/* ------------- main content ------------- */
#content .sidebar {
	border-left: 1px solid #e8e4d3;
	width: 299px;
}

#content .main {
	background: url(../images/interface/main_border.png) no-repeat right bottom;
	width: 560px;
	margin-left: 40px;
}

#homepage #content .main {
	width: 570px;
	margin-left: 30px;
}

h2.yellow_bar {
	background-color: #f5f0df;
	border-top: 1px solid #e8e4d3;
	border-bottom: 1px solid #e8e4d3;
	line-height: 1.2em;
	padding: 16px 10px 15px 10px;
	margin-right: 1px;
	color: #654101;
}

#books h2.yellow_bar {
	font-size: 2em;
	padding: 0 0 0 55px;
	line-height: 49px;
	font-style: italic;
}

#homepage #intro {
	background: url(../images/interface/kristen_intro_bg.jpg) no-repeat right center;
	padding-right: 190px;
	margin: 30px 0 0 0;
}

.main h4 {
	font-style: italic;
}

#books .main h4, #services .main h4, #news .main h4 {
	margin: 20px 0;
}

#calendar .main h4, #services .main h4, #news .main h4 {
	font-style: normal;
}

.main .section {
	border-top: 1px solid #e8e4d3;
	padding: 35px 15px 25px 10px;
	clear: both;
}

.main .section img {
	float: right;
	margin-bottom: 30px;
}

.section img.compass_logo {
	margin: 0 30px;
}

.homepage_strategies img {
	display: none;
}

.intro {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 35px 10px 0 0;
	padding-bottom: 25px;
}

img.book_icon {
	border: 1px solid #846734;
	float: left;
}

img.book_image {
	float: right;
	margin-right: 1px;
}

.book_section {
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.book_section form {
	display: inline;
	float: left;
}

.book_section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.page_section_content, .event_section {
	padding: 0 15px 25px 10px;
}

.page_section_content img, .event_section img {
	float: right;
	margin: 0 0 15px 0;
	position: relative;
	right: -14px;
}

.page_section_content h4, .event_section h4 {
	line-height: 1.2em;
}

.event_section img {
	margin-top: 10px;
}

.event_section h4 {
	margin-bottom: 20px;
}

.event_section + .event_section {
	border-top: 1px solid #e8e4d3;
	padding-top: 20px;
}

#content dt, #content dd {
	font-size: 1.4em;
	line-height: 1.2em;
}

#content dt {
	font-weight: bold;
}

#content dd {
	margin-bottom: 20px;
}

#content dd p {
	font-size: 1em;
}

#content ol, #content ul {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0 0 20px 20px;
}

#content ol {
	list-style-type: decimal;
}

#content ul {
	list-style-type: disc;
}

#content ul.toc {
	position: relative;
	top: -20px;
}

.pagination, .pagination_back {
	float: right;
	background-color: #f5f0df;
	border: 1px solid #e8e4d3;
	padding: 7px 10px;
	font-size: 1.1em;
	margin-left: 10px;
}

.pagination_back {
	float: left;
	margin-left: 0;
}

a.button {
	display: block;
	float: left;
	margin-right: 10px;
	background: url(../images/interface/button_wide.png) no-repeat left top;
	color: #fff;
	width: 144px;
	height: 12px;
	padding: 7px 0 8px 0;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}

a.button:hover {
	background-position: left bottom;
}

a.buy_caption {
	display: block;
	text-align: center;
	position: relative;
	left: 33px;
	font-size: 1.6em;
	font-family: Georgia, Verdana, Arial, sans-serif;
}

#lbNumber {
	display: none;
}

#lbNumber.book_caption {
	display: block;
	font-weight: normal;
}

.press_intro {
	padding-bottom: 25px;
}

.press_intro p {
	display: inline;
}



/* ----------------- sidebar ------------------ */
.sidebar .section {
	padding: 20px 15px 20px 30px;
}

.sidebar .section ul {
	list-style-type: disc;
	margin-left: 15px;
	font-size: 1.1em;
	line-height: 1.3em;
}

#content .sidebar ol, #content .sidebar ul {
	margin-bottom: 0;
}

.quote {
	background-color: #e5e1da;
}

.sidebar h3 {
	padding: 10px 30px;
	border-top: 1px solid #e8e4d3;
	border-bottom: 1px solid #e8e4d3;
	margin-top: 30px;
}

h3.form_header {
	background-color: #f7f6f3;
	border: 1px solid #d0cbc2;
	border-bottom: 0;
}

.sidebar .form {
	background-color: #edeae5;
	border: 1px solid #d0cbc2;
	border-top: 0;
}

.sidebar label {
	display: block;
	font-size: 1.1em;
	padding: 3px 0;
}

.sidebar input {
	width: 230px;
	margin-bottom: 10px;
}

.sidebar input.submit {
	border: 0;
	background: url(../images/interface/button_small.png) no-repeat left top;
	color: #fff;
	display: block;
	width: 81px;
	height: 27px;
	padding: 0 0 5px 0;
	margin-top: 10px;
}

.sidebar input.submit:hover {
	background-position: left bottom;
}



/* ----------------- footer ------------------- */
.footer {
	clear: both;
	float: left;
	margin-top: 50px;
	width: 100%;
	min-width: 900px;
	background-color: #f5f0df;
	border-bottom: 1px solid #e8e4d3;
	border-top: 1px solid #e8e4d3;
	padding: 30px 0;
}

.footer p {
	font-size: 1em;
	line-height: 1.5em;
}

.footer img#resolve {
	position: relative;
	top: 10px;
	left: -15px;
}