/*positioning*/

body  {
	background: #fadd8f url(../images/main-back.jpg) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;  /*#350b02*/
	
}
#container {
	width: 1012px;
	margin: -28px auto;
	text-align: left;
	position: relative;
	padding-bottom:36px;
	
} 

#header {
	background: url(../images/logo.gif) no-repeat 50px 15px;
	height: 119px;
} 

#header h1 {
	margin: 0;
	padding: 10px 0;
	display: none;
}
#sidebar1 {
	float: right;
	width: 239px;
	background: #8f0000 url(../images/sidebar-back.gif) no-repeat 0px 9px;
	position: relative;
	top: 135px;
	min-height: 200px;
	left: 10px;
	z-index: 15;
}
#sidebar1 a:link, #sidebar1 a:visited, #sidebar1 a:active {
	color:#e39027;
	text-decoration:underline;
	}
	
#sidebar1 a:hover {
	text-decoration:none;
	color: #EBAC5F;
	}	
.date  {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	color: #e39027;
}
body.books .special {
	font-size: 0.7em;
	font-style: italic;
	padding-bottom: 10px;
	margin-bottom:30px;
	border-bottom: 1px dotted #350B02;
	color: #350B02;
	clear:left;
}
#viewcart {
	float: right;
	padding-top: 10px;
}

#sidebar1 p {
	padding: 0px 25px 15px 25px;
	font: 0.9em/1.3em verdana, arial, sans-serif;
	color: #fadd8f;
	font-style: italic;
}
#sidebar1 .byline {
	font: normal 0.9em Georgia, "Times New Roman", Times, serif;
	color: #e39027;
}

#sidebar1 p.first {
	background: transparent url(../images/sidebar-corner.gif) no-repeat 0px 0px;
	margin-top: 0px;
	padding-top: 30px;
}
#sidebar1 p.last {
	background: transparent url(../images/sidebar-corner-bottom.gif) no-repeat bottom left;
	padding: 25px 0 0 0;
	margin-bottom: 0px;
}
#mainContent {
	margin: 0px 220px 0 0;
	font: 0.9em/1.2em verdana,arial,sans serif;
	padding: 30px 80px 0px 70px;
	background: url(../images/mainContent-dec-back.gif) no-repeat 11px -1px;
	z-index: 0;
	position: relative;
	top: -200px;
	min-height: 620px;
} 
body.about #mainContent h1 {
	background: url(../images/header-about.gif) no-repeat 10px 0;
	height: 44px;
}
body.blog #mainContent h1   {
	background: url(../images/header-blog.gif) no-repeat 10px 0;
		height: 49px;
	}
body.books #mainContent h1   {
	background: url(../images/header-store.gif) no-repeat 10px 0;
		height: 44px;
	}
body.endorsements #mainContent h1   {
	background: url(../images/header-endorsements.gif) no-repeat 10px 0;
		height: 44px;
	}
body.speaking #mainContent h1   {
	background: url(../images/header-speaking.gif) no-repeat 10px 0;
		height: 44px;
	}
body.calendar #mainContent h1   {
	background: url(../images/header-calendar.gif) no-repeat 10px 0;
		height: 44px;
	}
body.resources #mainContent h1   {
	background: url(../images/header-resources.gif) no-repeat 10px 0;
	height: 44px;
	}
body.media #mainContent h1   {
	background: url(../images/header-media.gif) no-repeat 10px 0;
	height:44px;
	}
body.contact #mainContent h1   {
	background: url(../images/header-contact.gif) no-repeat 10px 0;
		height: 44px;
	}

#mainContent h1 span {
	display:none;
}
#shadow  {
	background: url(../images/shadow-back.jpg) repeat-y 6px;
	position: relative;
	top: 200px;
	margin-bottom: 200px;
}

h2 {
	font: normal 1.3em verdana, arial, sans-serif;
	color: #350b02;
	padding-top: 5px;
}
h3 {
	font: normal 1.1em verdana, arial, sans-serif;
	color: #350b02;
	padding:0;
}
a:link, a:visited, a:active {
	color: #8F0000;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
	color:#000;
	}
.corners {  /*background for bottom corners*/
	background: url(../images/bottom-content-corners.jpg) no-repeat 2px bottom;
	width:770px;
	height:34px;
}

#sidebar1 .cap {
	font: 2em/0.9em "Monotype Corsiva", georgia, serif;
	padding: 0;
	margin: 0;
}
#leftdec {
	background: url(../images/left-dec.gif) no-repeat;
	position: absolute;
	width: 214px;
	height: 478px;
	z-index: -20;
	top: 140px;
	left: -203px;
}

#brendapic {
	height: 242px;
	position: absolute;
	top: 61px;
	width: 193px;
	left: 745px;
	z-index: -1;
}

body.about #brendapic {
	background: url(../images/brenda-1.jpg) no-repeat;
}
body.books #brendapic {
	background: url(../images/brenda-2.jpg) no-repeat;
}
body.blog #brendapic {
	background: url(../images/brenda-5.jpg) no-repeat;
}
body.calendar #brendapic {
	background: url(../images/brenda-3.jpg) no-repeat;
}
body.contact #brendapic {
	background: url(../images/brenda-8.jpg) no-repeat;
}
body.endorsements #brendapic {
	background: url(../images/brenda-9.jpg) no-repeat;
}
body.resources #brendapic {
	background: url(../images/brenda-6.jpg) no-repeat;
}
body.media #brendapic {
	background: url(../images/brenda-7.jpg) no-repeat;
}
body.speaking #brendapic {
	background: url(../images/brenda-4.jpg) no-repeat;
}
.qa {
	font: 1.5em/1.3em verdana;
	font-style: italic;
}

#footer  {
	padding: 10px 0;
	font-size: 0.6em;
	text-align: center;
	font: 9px verdana, arial, sans-serif;
}
#footer a:link, #footer a:visited,#footer a:active {
	color: #350b02;
	text-decoration: none;

}
#footer a:hover {
	text-decoration:underline;
	color:#930;
	}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 15px;
	padding: 15px 10px 15px 0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearright {
	clear: right;
}



/*top nav*/
.indentmenu{
	font: bold 13px Arial;
	overflow: hidden;
	background: black url(../images/t-nav-back1.gif) center center repeat-x;
	margin: 0 auto;
	width: 800px;
	position:relative;
	top:-28px;

}
#indentmenuback {
	width:100%;
	background: black url(../images/t-nav-back1.gif) center center repeat-x;
	height:28px;
	z-index: -5;
	}

.indentmenu ul{
	margin: 0;
	padding: 0;
	background: black url(../images/t-nav-back1.gif) center center repeat-x;
	height: 28px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #fadd8f; 
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #000; 
z-index:40;
}

.indentmenu ul li a:visited{
color: #fadd8f;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #fadd8f !important; 
padding-top: 6px; 
padding-bottom: 4px; 
background: black url(../images/t-nav-back2.gif) center center repeat-x;
}

.last a:link{
	border-right: none;
	}
end topnav	
	
#mainContent ul {
	padding-bottom: 20px;
	list-style: url(../images/bullet.gif);
}
body.blog #sidebar1 ul{
	list-style: none;
	padding-bottom:0px;
	padding-top:0;

	}
body.blog #sidebar1 p {
	padding-bottom:0;
}
	
	
body.books #mainContent ul {
	padding-bottom: 10px;
}
.smtext {
	font-size: 0.7em;
	font-weight: normal;
}
.bigtext {
	font-size: 1.1em;
}

.quoted {
	font-size: 0.9em;
	padding-bottom: 20px;
	font-style: italic;
}
.italic {
	font-style: italic;
	padding:0 30px 30px 30px;
	font-size: 0.9em;
	line-height: 1.5em;

}

body.contact form  {
	width: 250px;
	text-align:right;
	float:left;
	border: 1px solid #C5781C;
	padding: 0px 50px 30px 10px;
	margin:65px 30px 0 0;
}
#blog {  /*blog post placement on index page*/
	padding-left: 40px;
}
.button {
	position: relative;
	top: 8px;
	left: 10px;
}
.bold {
	font-weight: bold;

}

.bookbutton {
	float: left;
	width: 250px;
	border: 1px solid #BB6F18;
	padding:10px;
	margin: 0px 20px 20px 0;
	font: normal 1.1em verdana, arial, sans-serif;
	text-align: center;
}
.photos  {
	margin: 0 10px 10px 10px;
	}
#mainContent ul {
	list-style: url(../images/bullet.gif);
}

