@charset "utf-8";
/* CSS Document */

/*-------------------- BASE SETTINGS -------------------*/

*{
 margin: 0;
 padding: 0;
}

html {
	background: #000 url(../images/header_bg.png) repeat-x;
}

body {
	width: 760px;
	margin: 0px auto;
}

body {   
	behavior:url(../css/csshover.htc);
}

h2, h3, h4, h5, h6, p, ul, li, a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
}

img {
	border: none;
}

.italic {
	font-style: italic;
}

/*-------------------- HEADER -------------------*/

/* HEADER-BRANDING */

#header {
	position: relative;
	height: 316px;
}

#header_branding {
	height: 144px;
}

#header_branding h1 a{
	background: url(../images/branding_H1_bg.png) no-repeat;
	height: 119px;
	width: 433px;
	display: block;
	float: right;
	text-indent: -9999px;
	margin-top: 15px;
	margin-right: 29px;
}

#header_branding img {
	position: absolute;
	float: left;
}

/* MENU */
/*FULL NAVIGATION WAS SET TO MARGIN-LEFT: 240PX*/
#menu ul {
	margin-left: 240px;
	list-style: none;
	height: 43px;
}

#menu ul li {
	display: inline;
	float: left;
	line-height: 43px;
	text-shadow: 2px 2px 2px #000;
}

#menu ul li a {
	display: inline;
	float: left;
	font-size: .8em;
	line-height: 43px;
	height: 43px;
	padding-right: 17px;
	padding-left: 17px;
	text-decoration: none;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}

#menu ul li a:link, #menu ul li a:visited {
	background: none;
	display: inline-block;
	height: 43px;
}

#menu ul li a:hover, #menu ul li a:active {
	background: url(../images/menu-highlight_bg.png) repeat-x;
	display: inline-block;
	height: 43px;
}

#menu ul li.current a {
	background: url(../images/menu-highlight_bg.png) repeat-x;
	display: inline-block;
	height: 43px;
}

/* HEADER-BODY DIVIDER */

#header_body_divider {
	width: 760px;
	height: 128px;
	clear: both;
	display: block;
}

#header_body_divider img {
	margin-top: 29px;
	margin-left: 288px;
}

/*-------------------- WELCOME MAIN CONTENT -------------------*/

#welcomeMain_content h2 {
	width: 760px;
	height: 59px;
	background: url(../images/welcome_H2_bg.gif) no-repeat;
	display: block;
	border-top: 1px solid #cc3333;
	border-bottom: 1px solid #cc3333;
	text-indent: -9999px;	
}

#welcomeMain_content p.first_p {
	padding-top: 15px;
}

#welcomeMain_content p {
	padding-top: 10px;
	line-height: 1.5;
	font-size: 1em;
	color: #CCC;
}

p.italic {
	font-style: italic;
}

#welcomeMain_content h3 a:link, #welcomeMain_content h3 a:visited {
	width: 760px;
	height: 200px;
	margin-top: 15px;
	background: url(../images/welcomeBanner2012_img.jpg) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	border: none;	
}

#welcomeMain_content h3 a:hover, #welcomeMain_content h3 a:active {
	width: 760px;
	height: 200px;
	margin-top: 15px;
	background: url(../images/welcomeBanner2012_img.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	border: none;
}

#welcomeMain_content p a:link, #welcomeMain_content p a:visited {
	color: #CC3333;
	text-decoration: none;
}

#welcomeMain_content p a:hover, #welcomeMain_content p a:active {
	color: #CC3333;
	text-decoration: underline;
}

/*-------------------- ABOUT (BIOGRAPHY) MAIN CONTENT -------------------*/

#bioMain_content h2 {
	width: 760px;
	height: 59px;
	background: url(../images/about_H2_bg.gif) no-repeat;
	display: block;
	border-top: 1px solid #cc3333;
	border-bottom: 1px solid #cc3333;
	text-indent: -9999px;	
}

#bioMain_content p.first_p {
	padding-top: 15px;
}

#bioMain_content img {
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}

#bioMain_content p {
	padding-top: 10px;
	line-height: 1.5;
	font-size: 1em;
	color: #CCC;
}

#bioMain_content p a:link, #bioMain_content p a:visited {
	color: #cc3333;
	text-decoration: none;
}

#bioMain_content p a:hover, #bioMain_content p a:active {
	color: #cc3333;
	text-decoration: underline;
}

/*-------------------- BOOKS MAIN CONTENT -------------------*/

#booksMain_content h2 {
	width: 760px;
	height: 59px;
	background: url(../images/books_H2_bg.gif) no-repeat;
	display: block;
	border-top: 1px solid #cc3333;
	border-bottom: 1px solid #cc3333;
	text-indent: -9999px;	
}

#booksMain_content #books ul {
	margin: 20px auto 0px auto;
	width: 760x;
	padding-left: 25px;
}

#booksMain_content #books ul li {
	list-style: none;
	margin: auto;
	display: inline;
}

#booksMain_content #books ul li a {
	text-indent: -9999px;
	list-style: none;
	display: inline;
	margin: 0 50px 0 50px;
}

#booksMain_content #books ul #mistress a:link, #booksMain_content #books ul #mistress a:visited {
	background: url(../images/mistress_thumb_img.jpg) no-repeat left bottom;
	display: inline-block;
	float: left;
	width: 140px;
	height: 295px;
}

#booksMain_content #books ul #mistress a:hover, #booksMain_content #books ul #mistress a:active {
	background: url(../images/mistress_thumb_img.jpg) no-repeat left top;
	display: inline-block;
	float: left;
	width: 140px;
	height: 295px;
}

#booksMain_content #books ul #nicely a:link, #booksMain_content #books ul #nicely a:visited {
	background: url(../images/nicely_thumb_img.jpg) no-repeat left bottom;
	display: inline-block;
	float: left;
	width: 140px;
	height: 295px;
}

#booksMain_content #books ul #nicely a:hover, #booksMain_content #books ul #nicely a:active {
	background: url(../images/nicely_thumb_img.jpg) no-repeat left top;
	display: inline-block;
	float: left;
	width: 140px;
	height: 295px;
}

#booksMain_content #books ul #truth-devil a:link, #booksMain_content #books ul #truth-devil a:visited {
	background: url(../images/truth-devil_thumb_img.jpg) no-repeat left bottom;
	display: inline-block;
	float: left;
	width: 140px;
	height: 295px;
}

#booksMain_content #books ul #truth-devil a:hover, #booksMain_content #books ul #truth-devil a:active {
	background: url(../images/truth-devil_thumb_img.jpg) no-repeat left top;
	display: inline-block;
	float: left;
	width: 140px;
	height: 295px;
}

/*-------------------- BOOK-PAGES MAIN CONTENT -------------------*/

h2.mistress {
	width: 760px;
	height: 59px;
	background: url(../images/mistress_H2_bg.gif) no-repeat;
	display: block;
	border-top: 1px solid #cc3333;
	border-bottom: 1px solid #cc3333;
	text-indent: -9999px;	
}

h2.nicely {
	width: 760px;
	height: 59px;
	background: url(../images/nicely_H2_bg.gif) no-repeat;
	display: block;
	border-top: 1px solid #cc3333;
	border-bottom: 1px solid #cc3333;
	text-indent: -9999px;	
}

h2.truth-devil {
	width: 760px;
	height: 59px;
	background: url(../images/truth-devil_H2_bg.gif) no-repeat;
	display: block;
	border-top: 1px solid #cc3333;
	border-bottom: 1px solid #cc3333;
	text-indent: -9999px;	
}



#book-pages_Main_content #leftBar {
	float: left;
	width: 198px;
	height: auto;
	margin-top: 20px;
}

#book-pages_Main_content #leftBar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-decoration: underline;
	padding-top: 20px;
	padding-bottom: 5px;
	text-shadow: none;
}

#book-pages_Main_content #leftBar ul {
	list-style: none;
	font-size: 1em;
}

#book-pages_Main_content #leftBar ul li a:link, #book-pages_Main_content #leftBar ul li a:visited {
	color: #CC3333;
	text-decoration: none;
}

#book-pages_Main_content #leftBar ul li a:hover, #book-pages_Main_content #leftBar ul li a:active {
	color: #CC3333;
	text-decoration: underline;
}

#book-pages_Main_content #rightBar {
	float: left;
	width: 542px;
	height: auto;
	margin-top: 16px;
	padding-left: 20px;
}

#book-pages_Main_content #rightBar p {
	line-height: 1.5;
	padding-bottom: 10px;
}

#book-pages_Main_content #rightBar a:link, #book-pages_Main_content #rightBar a:visited {
	color: #CC3333;
	text-decoration: none;
}

#book-pages_Main_content #rightBar a:hover, #book-pages_Main_content #rightBar a:active {
	color: #CC3333;
	text-decoration: underline;
}

/*BOOK SUB-NAVIGATION*/

#book-page_sub-nav {
	border-top: 1px solid #cc3333;
	padding-top: 5px;
}

#book-page_sub-nav p {
	font-size: .8em;
	color: #cc3333;
}

#book-pages_Main_content #rightBar #book-page_sub-nav p a:link, #book-pages_Main_content #rightBar #book-page_sub-nav p a:visited {
	color: #cc3333;
	text-decoration: none;
}

#book-pages_Main_content #rightBar #book-page_sub-nav p a:hover, #book-pages_Main_content #rightBar #book-page_sub-nav p a:active {
	color: #cc3333;
	text-decoration: underline;
}

#book-pages_Main_content #rightBar #book-page_sub-nav p a.current {
	color: #FFF;
	text-decoration: underline;
}

/*------------
TABS
--------------*/

#book-pages_Main_content #tabs {
	clear: both;
}

#book-pages_Main_content #tabs #reviews p, #book-pages_Main_content #tabs #excerpt p {
	text-shadow: 2px 2px 2px #000;
	filter: dropshadow(colo=#333, offx=1, offy=1);
	font-size: .9em;
	line-height: 1.5;	
	color: #fff;
}

#book-pages_Main_content #tabs #reviews p.comment_source {
	text-align: right;
 	font-style: italic;
	font-size: .8em;
}

#book-pages_Main_content #tabs #reviews div {
	height: 2px;
	width: 100%;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
	background: url(../images/divider_img.gif) repeat-x;
}

#book-pages_Main_content #tabs #excerpt p {
	padding-bottom: 1.4em;
}

#book-pages_Main_content #tabs #excerpt p.lastParagraph {
	padding-bottom: 0;
}

/* Layout helpers
----------------------------------*/
/*.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }*/
.ui-helper-clearfix { display: inline-block; }
/*.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }*/

/* Tabs
----------------------------------*/

.ui-tabs {
	padding: .2em;
	zoom: 1;
}

.ui-tabs .ui-tabs-nav {
	list-style: none;
	position: relative;
}

.ui-tabs .ui-tabs-nav ul {
	display: inline;
}

.ui-tabs .ui-tabs-nav li {
	position: relative;
	float: left;
  line-height: 30px;
	width: 95px;
	height: 30px;
	margin-right: 10px;
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
}

.ui-tabs .ui-tabs-nav li a:link, .ui-tabs .ui-tabs-nav li a:visited {
	text-decoration: none;
	color: #fff;
  line-height: 30px;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
}

.ui-tabs .ui-tabs-nav li a:hover, .ui-tabs .ui-tabs-nav li a:active {
	background: url(../images/tab_bg.png) no-repeat left bottom;
	width: 95px;
	height: 30px;
	color: #fff;
  line-height: 30px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	background: url(../images/tab_bg.png) no-repeat left bottom;
	width: 95px;
	height: 30px;
	text-shadow: 2px 2px 2px #000;
}

/*Selected Tab*/
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
	background: url(../images/tab_bg.png) no-repeat left top;
	color: #fff;
  line-height: 30px;
	width: 95px;
	height: 30px;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel {
	padding: 1em 1.4em;
	display: block;
	background: url(../images/tabPanel_bg.png) repeat;
	border-top: #3a0000 8px solid;
	border-bottom: #3a0000 3px solid;
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

/*-------------------- AVEEDA LS (BIOGRAPHY) MAIN CONTENT -------------------*/

#aVeedaMain_content h2 {
	width: 760px;
	height: 59px;
	background: url(../images/aveeda_H2_bg.gif) no-repeat;
	display: block;
	border-top: 1px solid #cc3333;
	border-bottom: 1px solid #cc3333;
	text-indent: -9999px;	
}

#aVeedaMain_content p.first_p {
	padding-top: 14px;
}

#aVeedaMain_content img {
	float: left;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	border: #FFF 2px solid;
}

#aVeedaMain_content p {
	padding-top: 8px;
	line-height: 1.4;
	font-size: 1em;
	color: #CCC;
}

#aVeedaMain_content p a:link, #aVeedaMain_content p a:visited {
	color: #cc3333;
	text-decoration: none;
}

#aVeedaMain_content p a:hover, #aVeedaMain_content p a:active {
	color: #cc3333;
	text-decoration: underline;
}

/*-------------------- MEDIA MAIN CONTENT -------------------*/

#mediaMain_content h2 {
	width: 760px;
	height: 59px;
	background: url(../images/media_H2_bg.gif) no-repeat;
	display: block;
	border-top: 1px solid #cc3333;
	border-bottom: 1px solid #cc3333;
	text-indent: -9999px;	
}

#media-left-content {
	margin: 20px 30px 30px 0;
	width: 400px;
	float: left;
}

#media-left-content h3 {
	display: block;
	border-bottom: #cc3333 2px dotted;
	border-top: #cc3333 2px dotted;
	width: 400px;
	font: italic bold 1.2em Georgia, "Times New Roman", Times, serif;
	padding: 2px 0 4px 0;
	color: #FFF;
	text-align: left;
}

#media-left-content p.media-links {
	font-size: 1em;
}

#media-left-content p.media-links a:link, #media-left-content p.media-links a:visited {
	font-size: 1em;
	text-decoration: none;
}

#media-left-content p.media-links a:hover, #media-left-content p.media-links a:active {
	font-size: 1em;
	text-decoration: underline;
}

#media-left-content img {
	margin: 10px 10px 0px 0;
	float: left;
}

#media-left-content a:link img, #media-left-content a:visited img {
	border: #CCC solid 2px;
}

#media-left-content a:hover img, #media-left-content a:active img {
	border: #3a0000 solid 2px;
}

#media-left-content p.date {
	font: italic bolder 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}

h3.events-sub-heading {
	margin-top: 30px;
}

#media-left-content p a:link, #media-left-content p a:visited {
	color: #cc3333;
	text-decoration: none;
}

#media-left-content p a:hover, #media-left-content p a:active {
	color: #cc3333;
	text-decoration: underline;
}

#media-left-content h4.press-kit a {
	background: url(../images/media-kit-link_bkg.png) repeat-x;
	display: block;
	height: 26px;
	font: italic bold .8em Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFF;
	margin: 3px 0 15px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: #000 1px 1px 1px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;

}

#media-left-content h4.press-kit a:link, #media-left-content h4.press-kit a:visited {
	border: #3a0000 solid 1px;
	height: 26px;
	text-decoration: none;
}

#media-left-content h4.press-kit a:hover, #media-left-content h4.press-kit a:active {
	border: #CCC solid 1px;
	height: 26px;
	text-decoration: none;
}

#media-left-content p {
	margin-top: 1em;
	font-size: .9em;
}

#media-right-content {
	display: inline-block;
	margin: 20px 0px 30px 0;
	width: 301px;
	float: right;
	position: relative;
}

#media-right-content img.top-scroll {
	position: absolute;
	top: 0;
	left: 0;
}

#media-right-content img.bottom-scroll {
	position: absolute;
	bottom: 0;
	left: 0;
}

#media-right-content #feature-background {
	background: url(../images/tabPanel_bg.png) repeat;
	margin: 16px auto 16px auto;
	width: 253px;
	height: 435px;
	border-left: #3a0d0e solid 2px;
	border-right: #3a0d0e solid 2px;	
}

#media-right-content #feature-background h3#featuring {
	background:url(../images/featuring-title_img.jpg) no-repeat;
	display: block;
	width: 253px;
	height: 38px;
	text-indent: -9999px;
	margin: 0 auto 0 auto;
}

#feature-background a.fancy-image {
	margin: 10px 8px 10px 8px;
	float: left;
	display: inline-block;
}

#feature-background a.fancy-image:link, #feature-background a.fancy-image:visited {
	border: #CCC solid 2px;
}

#feature-background a.fancy-image:hover, #feature-background a.fancy-image:active {
	border: #3a0000  solid 2px;
}

#media-right-content #feature-background p {
	font-size: .8em;
	text-align: center;
	clear: both;
	color: #FFF;
}

/*-------------------- BLOG MAIN CONTENT -------------------*/

#blogMain_content h2 {
	width: 760px;
	height: 59px;
	background: url(../images/blog_H2_bg.gif) no-repeat;
	display: block;
	border-top: 1px solid #cc3333;
	border-bottom: 1px solid #cc3333;
	text-indent: -9999px;	
}

#blogMain_content h3 a:link, #blogMain_content h3 a:visited {
	background: url(../images/wordpress_Lg_img.png) no-repeat left bottom;
	display: block;
	height: 193px;
	width: 126px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	text-indent: -9999px;
}

#blogMain_content h3 a:hover, #blogMain_content h3 a:active {
	background: url(../images/wordpress_Lg_img.png) no-repeat left top;
	display: block;
	height: 193px;
	width: 126px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	text-indent: -9999px;
}

#blogMain_content p {
	padding-top: 115px;
	line-height: 1.5;
	font-size: 1em;
	color: #CCC;
}

#blogMain_content p a {
	text-decoration: none;	
}

#blogMain_content p a:link, #blogMain_content p a:visited {
	color: #CC3333;
	text-decoration: none;
}

#blogMain_content p a:hover, #blogMain_content p a:active {
	color: #CC3333;
	text-decoration: underline;
}

/*-------------------- CONTACT MAIN CONTENT -------------------*/

#contactMain_content h2 {
	width: 760px;
	height: 59px;
	background: url(../images/contact_H2_bg.gif) no-repeat;
	display: block;
	border-top: 1px solid #cc3333;
	border-bottom: 1px solid #cc3333;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#contactMain_content img {
	border:#330000 2px solid;
  float: left;
	margin: 5px 0px 18px 0;
}

#contactMain_content #rightContent {
	width: 490px;
	float: left;
	margin-left: 15px;
	margin-top: 2px;
}

#contactMain_content #rightContent p {
/*	padding-bottom: .7em;
*/}

#contactMain_content #rightContent a:link, #contactMain_content #rightContent a:visited {
	color: #CC3333;
	text-decoration: none;
}

#contactMain_content #rightContent a:hover, #contactMain_content #rightContent a:active {
	color: #CC3333;
	text-decoration: underline;
}

#contactMain_content #rightContent h3 {
	display: block;
	border-bottom: #cc3333 2px dotted;
	border-top: #cc3333 2px dotted;
	width: 100%;
	font: italic bold 1.2em Georgia, "Times New Roman", Times, serif;
	padding: 2px 0 4px 0;
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 5px;
}

#contactMain_content #rightContent #other_links h3.h3-padding {
	margin-top: 15px;
	display: block;
}

#contactMain_content #rightContent #social_icons ul {
	clear: both;
	display: inline-block;
}

#contactMain_content #rightContent #social_icons ul li {
	text-indent: -9999px;
	list-style: none;
	display: inline;
}

#social_icons ul #facebook a:link, #social_icons ul #facebook a:visited {
	background: url(../images/facebookIcon_img.png) no-repeat left bottom;
	display: inline-block;
	float: left;
	height: 32px;
	width: 32px;
}

#social_icons ul #facebook a:hover, #social_icons ul #facebook a:active {
	background: url(../images/facebookIcon_img.png) no-repeat left top;
	display: inline-block;
	float: left;
	height: 32px;
	width: 32px;
}

#social_icons ul #twitter a:link, #social_icons ul #twitter a:visited {
	background: url(../images/twitterIcon_img.png) no-repeat left bottom;
	display: inline-block;
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 15px;
}

#social_icons ul #twitter a:hover, #social_icons ul #twitter a:active {
	background: url(../images/twitterIcon_img.png) no-repeat left top;
	display: inline-block;
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 15px;
}

#social_icons ul #myspace a:link, #social_icons ul #myspace a:visited {
	background: url(../images/myspaceIcon_img.png) no-repeat left bottom;
	display: inline-block;
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 15px;
}

#social_icons ul #myspace a:hover, #social_icons ul #myspace a:active {
	background: url(../images/myspaceIcon_img.png) no-repeat left top;
	display: inline-block;
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 15px;
}

#other_links ul {
	padding-bottom: 10px;
}

#other_links ul li {
	list-style: none;
}

/*-------------------- FOOTER -------------------*/

#footer {
	margin-top: 15px;
	margin-bottom: 30px;
	clear: both;
	border-top: 1px solid #cc3333;
}

#footer p {
	text-align: center;
	font-size: .7em;
	color: #CCC;
}

#footer p.first_p {
	padding-top: 10px;
}

#footer p a:link, #footer p a:visited {
	color: #CCC;
	text-decoration: underline;
}

#footer p a:hover, #footer p a:active {
	color: #CC3333;
	text-decoration: none;
}

