/*
Title:	Official Site for Dr. Sharon Maxwell
Author: Diane Clayton for Steinhardt Design
*/



/* Initialize
----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
body {
	height: 100%;  /* fix IE6 100% div height bug */
	font: 13px/19px Arial, Sans-Serif;
	}




/* Layout
----------------------------------------------------------------------------*/

div#antelope-vertical {
	z-index: 4;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 200px;
	height: 100%;
	background: url("images/antelope-vertical.jpg") no-repeat top left;
	}
	
div#antelope-horizontal {
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: url("images/antelope-horizontal.jpg") no-repeat top left;
	}

div#bar-horizontal {
	z-index: 3;
	position: fixed;
	margin-top: 40px;
	left: 0;
	right: 0;
	width: 100%;
	height: 170px;
	overflow: hidden;
	background: url("images/bar-horizontal-bg.jpg") repeat top left;
	text-align: right;
	}
div#bar-horizontal span {
	margin: 0;
	padding: 0;
	padding-right: 50px;
	}

div#bar-vertical {
	z-index: 5;
	position: fixed;
	top: 0;
	left: 140px;
	width: 160px;
	height: 100%;
	background: url("images/bar-vertical-bg.jpg") repeat-y top left;
	overflow: visible;
	}

div#content {
	z-index: 1;
	position: absolute;
	top: 230px;
	left: 350px;
	right: 50px;
	text-align: justify;
	padding-bottom: 30px;
	}




/* Menu
----------------------------------------------------------------------------*/

div#menu {
	z-index: 6;
	position: fixed;
	margin-top: 40px;
	left: 170px;
	width: 130px;
	overflow: visible;
	}

div#menu ul {
	list-style: none;
	width: 130px;
	}

div#menu ul li {
	position: relative;
	width: 130px;
	line-height: 33px;
	}
div#menu span {
	padding: 0 15px;
	line-height: 33px;
	vertical-align: middle;
	}
div#menu li.twolines span {
	line-height: 15px;
	}

div#menu li ul {
	position: absolute;
	width: 145px;
	left: 130px;
	top: -68px;
	display: none;
	}
	
div#menu li ul li {
	width: 145px;
	}

/**** Main Menu Link Styles */
div#menu li a:link, div#menu li a:visited, div#menu li.menuheader {
	display: block;
	height: 34px;
	text-decoration: none;
	color: #FFF;
	}
div#menu li a:hover, div#menu li a:active, div#menu li.menuheader:hover {
	background-color: #2d0f23;
	}
div#menu li.twolines a:link, div#menu li.twolines a:visited {
	height: 41px;
	line-height: 15px;
	padding-top: 10px;
	}


/**** Flyout Menu Link Styles */

div#menu li ul li a:hover, div#menu li ul li a:active {
	display: block;
	background-color: #d24619;
	}


/**** Fix IE. Hide from IE Mac */
* html div#menu ul li { float: left; }
* html div#menu ul li a { height: 1%; }


/**** Flyout Effect */
div#menu li:hover ul, div#menu li.over ul {
	display: block;
	}


/**** Make the non-link root menu item change rollover color in IE */
div#menu li.over {
	background-color: #2d0f23;
	}
	


	
/* Text Styles
----------------------------------------------------------------------------*/


/**** Links */

div#content a:link, div#content a:visited, a:active {
	color: #d24619;
	}
div#content a:hover, div#content a:active {
	background-color: #ffe8ca;
	text-decoration: none;
	}


/**** Headers */

div#content h1 {
	font: bold italic 19px/29px Serif;
	color: #2d0f23;
	margin: 0 0 30px 0;
	text-align: right;
	letter-spacing: 0;
	}
	
/* Orange */	
div#content h2 {
	font: normal normal 26px/32px Arial, Sans-Serif;
	color: #d24619;
	margin: 20px 0;
	text-align: left;
	}

/**** Purple Article Titles */
div#content h2.articletitle {
	font: normal normal 22px/28px Arial, Sans-Serif;
	color: #2d0f23;
	margin: 30px 0 -5px 0;
	}

/* Pink */
div#content h3 {
	font: normal normal 19px/25px Arial, Sans-Serif;
	color: #e68d96;
	margin: 30px 0 10px 0;
	text-align: left;
	}

/* Dark Purple */
div#content h4 {
	font: bold 16px/22px Arial, Sans-Serif;
	color: #2d0f23;
	margin: 20px 0 10px 0;
	text-align: left;
	}

/* Bulleted List Headings */
div#content h5 {
	font: bold 14px/20px Arial, Sans-Serif;
	color: #2d0f23;
	margin: 15px 0 -8px 0;
	text-align: left;
	}


/**** Paragraphs */

div#content p {
	margin: 10px 0;
	font: 13px/19px Arial, Sans-Serif;
	}

div#content p.signature {
	font: italic 17px/21px Serif;
	letter-spacing: 0;
	margin: 10px 0 25px 0;
	color: #a376b2;
	text-align: left;
	}


/**** Lists */

div#content ul, div#content ol {
	margin: 10px 0;
	overflow: hidden;
	}
div#content ul li {
	font: 13px/19px Arial, Sans-Serif;
	margin: 5px 0 5px 20px;
	list-style-image: url("images/bullet.gif");
	}
div#content ol li {
	font: 13px/19px Arial, Sans-Serif;
	margin: 5px 0 5px 25px;
	}


/**** Quotes */

div#content blockquote {
	font: italic 13px/18px Georgia, Serif;
	margin: 10px 35px 10px 30px;
	}

div#content blockquote span {
	display: block;
	font: 13px/19px Arial, Sans-Serif;
	color: #a376b2;
	margin: 5px 0 15px 0;
	}
div#content blockquote.testimonials {
	margin: 10px 0;
	}
	

/* Photos
----------------------------------------------------------------------------*/

div#content div.photo-right {
	float: right;
	margin: 3px 0 30px 50px;
	}
div#content div.photo-left {
	float: left;
	margin: 3px 20px 0 0;
	}


/* Two-Column Layout
----------------------------------------------------------------------------*/

div.leftcolumn p, div.rightcolumn p, div.leftcolumn li, div.rightcolumn li {
	text-align: left;
	}

div.leftcolumn {
	width: 47%;
	float: left;
	margin: -20px 5% 0 0;
	}

div.rightcolumn {
	width: 47%;
	float: right;
	margin: -20px 0 0 0;
	}



/* Blog
----------------------------------------------------------------------------*/

div#content div.sidebar {
	float: left;
	width: 225px;
	margin: -10px 30px 10px 0;
	}

li#blog span {
	padding-right: 5px;
	}



/* My Book (section excerpt title image replacement)
----------------------------------------------------------------------------*/

div#bookexcerpt {
	width: 425px;
	margin: 0 0 40px 0;
	}
div#bookexcerpt h4#thesexualizedchild {
	height: 190px;
	background: url("images/h4_thesexualizedchild.gif") no-repeat top left;
	margin: 40px 0 30px 0;
	}
div#bookexcerpt h4#thesexualizedchild span {
	display: none;
	}
div#bookexcerpt h4#selfdiscipline {
	height: 170px;
	background: url("images/h4_selfdiscipline.gif") no-repeat top left;
	margin: 40px 0 30px 0;
	}
div#bookexcerpt h4#selfdiscipline span {
	display: none;
	}
div#bookexcerpt h4#itsnotaboutnottrustingthem {
	height: 225px;
	background: url("images/h4_itsnotaboutnottrustingthem.gif") no-repeat top left;
	margin: 40px 0 30px 0;
	}
div#bookexcerpt h4#itsnotaboutnottrustingthem span {
	display: none;
	}
div#bookexcerpt h4#elevenprinciples {
	height: 130px;
	background: url("images/h4_elevenprinciples.gif") no-repeat top left;
	margin: 40px 0 30px 0;
	}
div#bookexcerpt h4#elevenprinciples span {
	display: none;
	}

div#bookexcerpt h5 {
	font: bold 16px/26px Serif;
	margin: 20px 0 10px 0;
	text-align: left;
	}
div#bookexcerpt p {
	margin: 0;
	font: 14px/24px Serif;
	letter-spacing: 0;
	text-indent: 32px;
	}
div#bookexcerpt p.scenario {
	margin: 0 30px 0 50px;
	text-indent: -20px;
	font-size: 13px;
	}
div#bookexcerpt ol li {
	text-align: justify;
	}




/* Footer
----------------------------------------------------------- */

div#footer {
	margin-top: 50px;
	padding-top: 0;
	border-top: 1px solid #d6caeb;
	}
div#footer p {
	font: 13px/18px Arial, Sans-Serif;
	color: #674f78;
	text-align: left;
	}
div#footer p span {
	padding: 0 3px;
	white-space: nowrap;
	}
div#footer a:link, div#footer a:visited {
	text-decoration: none;
	color: #ab9dc3;
	}
div#footer a:hover, div#footer a:active {
	text-decoration: underline;
	background-color: transparent;
	}

