/*********************************************************

 Cari Beauchamp Global CSS

***********************************************************/

/*------------------------

 General Declarations
 
------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background:url(../images/bg.jpg) #bcb2a9 repeat-x;
	font-family: 'GoudyOldStyleT-Regular','Goudy Old Style','Century Schoolbook', 'HoeflerText-Regular','Hoefler Text','Times New Roman',serif;
	font-size: 13px;
	color: #463c3c;
}

#wrap {
	background: url(../images/bg_content.jpg) #f5f5eb;
	width: 760px;
	margin: 0 auto 20px auto;
}

#wrap-content {

}

.image-left {
	float: left;
	margin: 0 10px 10px 20px;
}

.image-right {
	float: right;
	margin: 0 20px 10px 10px;
}

/*------------------------

 Header
 
------------------------*/
#header {
	background: url(../images/bg_header.jpg) repeat-x bottom transparent;
	height: 124px;
}


#name {
	/* hides text for the heading */
	text-indent: -9999px;
	
	/* replaces it with a backgorund image */
	background: url(../images/logo.gif) no-repeat top left;
	width: 310px;
	height: 45px;
	
	float: left;
	display: inline;
	margin: 35px 0 0 30px;
}

/*------------------------

 Nav
 
------------------------*/

#nav {
	height: 24px;
	clear: both;
	
	margin: 0;
	text-align: center;
}

#nav ul {
	height: 24px;
	float: left;
	display: inline;
	margin: 20px 0 0 40px;
}

#nav ul li {
	float: left;
	list-style-type: none;
}

#nav ul  li a {
	font-family: 'Hoefler Text','Times New Roman',serif;
	font-size: 10px;
	font-weight: bold;
	
	text-decoration: none;
	text-transform: uppercase;
	color: #463c3c;
	
	padding: 10px 25px;
}

#nav ul li a:hover {
	color: #83785b;
}

a 		{color: #463c3c;}
a:hover {color: #83785b;}

/*------------------------

 Nav Highlights
 
The below activates the link color when you're on that page. It relys on the body ID.
 
------------------------*/

body#home #nav-home a,
body#appearances #nav-appearances a,
body#about #nav-about a,
body#articles #nav-articles a,
body#books #nav-books a,
body#contact #nav-contact a  {
	background-color: #f6f3ea;
	color: #9c6810;
}

/*------------------------

 Body Content
 
------------------------*/
#main {
	clear: both;
	padding: 0 20px 0 20px;
}

/* main content */

#main-content {
	min-height: 590px;
	width: 485px;
	float: left;
	display: inline; /* for IE6 */
}

#main-content-inside {
	background: url(../images/border.png) right repeat-y;
	min-height: 550px;
	width: 465px;
	float: left;
	display: inline; /* for IE6 */
}

#main-content p#intro {
	margin-top: 40px;
}

#main-content p,
#main-content-inside p {
	padding:  0 20px 10px 20px;
}

#main-content p,
#main-content-inside p, 
#main-content-inside ul li {
	/* TARA - this is the font size for the main area */
	font-size: 15px;
	line-height: 20px; /* if you increase font size, increase this too */
}


#main-content-inside h1 {
	padding: 20px 20px 10px 20px;
}

#main-content-inside h2,
#main-content-inside h3 {
	padding: 0 20px 0 20px;
}

	
#quote {
	margin-top: 20px;
}


#quotecontent {
	background: url(../images/openquote.gif) no-repeat top left;
	width: 240px;
	margin: 0 0 20px 0;
	float: right;
	display: block;
}

#quotecontentinside {

	font-style: italic;
	font-weight: bold;	
}

#quotename {
	display: block;
	text-indent: 70px;
}

#quotedesc {
	display: block;
	text-indent: 70px;
	color: #7c6b4b;
}

/* side content */

#main-side {
	width: 230px;
	float: right;
	display: inline; /* for IE6 */
	
	margin: 20px 0 0 0;
	
	font-size: 14px;
	line-height: 15px;
	
	background-color: #faf9f5;
	
	min-height: 550px;
}

#frontpagepic {
	float: left;
	display: inline;
	margin: 15px 0 15px 15px;
}

#news_updates {
	padding: 20px;
}

#news_updates h2 {
	color: #72571b;
	font-size: 15px;
	text-transform: uppercase;
}

#news_updates p {
	/* TARA - this is the font size for the front page, news area */
	font-size: 14px;
	line-height: 20px;
}

.book {
	padding: 5px 0 5px 0;
	font-size: 10px;
	clear: both;
}

.book img {
	border: solid 4px #fff;
	float: left;
	display: inline; /* for IE6 */
	margin: 0 10px 0 0
}

/* about the author */
#about_image {
	float: right;
	display: inline;
	margin: 0 10px 10px 10px;
}

/* books */
.item {
	clear: both;
	margin-bottom: 20px;
}

.item h2 {
	font-size: 13px;
}

#books-section {
	padding: 20px;
}

#books-section p {
	margin: 10px 0;	
}

#books img {
	border: none;
}

#books .item p {
	padding: 3px 20px;
}

#books .item h2 {
	color: #A46900;
	font-size: 15px;
}

/* contact */
#main-content-inside ul {
	padding: 0 0 0 40px;
}

#main-content-inside ul li {
	list-style-position: outside;	
}

.cariName {
	font-size: 21px;
	font-weight: bold;
}


#footer {
	border-top: solid 1px #d8d0bb;
	clear: both;
	text-align: center;
	padding: 10px;
	width: 700px; 
	margin: 0 auto;
}


