/******************************************
 * Style Sheet Name: global.css                   	      *
 * Style Sheet Version: 1.0                               	      *
 * Style Sheet Info: Global/Default Styles   	 *
 *                                                              						 *
 *******************************************/
/* Global Definitions */

html, body {
	font-family: "Times New Roman", Times, serif, Georgia;
	color: #fff;
	background: url(/img/secondary_bg.jpg) #404649 repeat-x;
}

html, body, #header, #footer a{
	margin: 0;
	padding: 0;
}

a, visited, active{
    text-decoration: underline;
    color:#d2c060;
}

a:hover {
    text-decoration: underline;
    color: #fff;
}

#container {
	width: 825px;
	margin: 0 auto;
	min-height:500px;
}

.hide {display: none;}

.clear{
		clear: both; 
		line-height:1px;
		font-size:1px;
		margin:0;
		padding:0;	
}

.h-line{
	background-color:#666b6d;
	display:block;
	height:1px;
	width:775px;
	margin:5px 0 15px 0;
}

/*** MAIN HEADER ***************/
#header {
    width: 825px;
    height: 117px;
    background-image: url(/img/header.gif);
    background-repeat: no-repeat;
    margin: 0 auto;
}

#header h1 {display: none;}

.home {
    width: 260px;
    height: 60px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    display: block;
 }

/*** MAIN SUB HEADERS ***************/
#bio_header, #speaking-engagements_header, #books_header,  #wendy-marx-foundation_header, #contact_header  {
	width: 775px;
	height: 48px;
	margin: 30px 0 20px 0;
	padding: 0;
}

#bio_header{background: url(/img/header_bio.jpg) no-repeat;}
#speaking-engagements_header {background: url(/img/header_speaking-engagements.jpg) no-repeat;}
#books_header {background: url(/img/header_books.jpg) no-repeat;}
#wendy-marx-foundation_header {background: url(/img/header_wendy-marx-foundation.jpg) no-repeat;}
#contact_header {background: url(/img/header_contact.jpg) no-repeat;}


/*** CONTENT *********************/
#content { 
	width:775px;
	margin: 0 auto;
}

#content h3{
     color:#d2c060;
	text-transform:uppercase;
	font-size:16px;
	padding:2px 0 10px 0;
	margin: 0;
	font-weight:normal;
}

p{
	margin: 0;
	padding: 0 0 25px 0;
	line-height: 17pt;
	font-size:17px;
}

.main-par{
	margin: 0; 
	padding: 0 0 20px 0;
	font-size:19px;
	line-height: 27px;
}

.h-line-shadow_1{background: url(/img/h-line-shadow_1.gif) no-repeat bottom;}
.h-line-shadow_2{background: url(/img/h-line-shadow_2.gif) no-repeat bottom;}
.h-line-shadow_3{background: url(/img/h-line-shadow_3.gif) no-repeat bottom;}

.quote{
	background: url(/img/book-quote_bg.jpg) #ebe9d8 repeat-x;
	color:#333;
	border:1px solid #666b6d;
	margin: 5px 0 0 0;
	padding: 20px;
}

.cite{
	font-size:12px;
	line-height:13px;
	display:block;
	background: url(/img/dash.gif) no-repeat;
	padding:8px 0 0 15px;
}

.quote-bot{
	background: url(/img/h-line-shadow_3.gif) no-repeat;
	padding:0 0 18px 0;
	margin:-1px 0 0 0;
	width:775px;
	height:9px;
}


/***FOOTER ************************/

#footer{	
	margin: 0; 
	padding: 0;
	width:100%;
	height:50px;
	font-size: 12px;
	color: #fff;
	clear: both; 
	text-align:center;
	background: url(/img/footer_bg.gif)  repeat-x;
	text-transform:uppercase;
}

#footer-links{
	padding: 11px 0 30px 0;
	width:750px;
	margin:0 auto;
	
	}

#footer-copyright{
	padding:0 0 20px 0; font-size:10px;
	width:750px;
	margin:0 auto;
	}


.line-space{
	padding: 0 15px 0 15px;
}

#footer a{
	font-weight:normal;
	text-decoration: none;
	color: #fff;	
}

#footer a:hover {
    font-weight:normal;
    text-decoration: underline;
    color:#d2c060;
}

/***SPECIAL ************************/
#speaking-engagements-video{
	float:right;
	padding: 2px 0 0 20px;
}

.photo-right{
	float:right;
	padding:4px 0 10px 15px;
	
}
	
.photo-left{
		float:left;
		padding:4px 15px 10px 0;
}

.photo-wendy{
	float:right;
	padding:4px 0 10px 20px;
	border:0px solid #FF0;
	margin:0 -5px 20px 0;
	display:block;
	
	}
	
	
