
body, html {
	background: #FFF;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align:center;
	font: 12px;
	font-family: Tahoma, Arial;
	color: #333;	
	}

img {
	border:none;
	}

p {
	margin: 15px 0px 15px 0px;
	font-size: 14px;
	}

h1 {
	color: #FF9933;
	font: 26px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 15px 0px;
	text-transform: capitalize;
	}

/* Page Structure */

#masthead {
	background: #FF9933;
	height: 107px;
 	text-align: center;
	}	

#wrapper {
	width: 640px;
	margin: 0 auto;
	text-align:left;
	padding-top: 34px;
	}

#footer {
	color: #999;
	font-size: 10px;
	border-top: 1px #999 dotted;
	margin-top: 28px;
	padding-top: 15px;
	}
	

	
/*Weblog Page*/

.wholeEntry{
	clear:both;
}
	
.wholeEntry img{
	float: left;
	margin:0px;
	margin-top: 10px
	margin-right:10px;
	margin-bottom:10px;
} 


.weblogPagesWhole img{
	float: left;
	margin: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.weblogPagesWhole{
	font-size: 15px;
}

.weblogEntriesHeadline{
	font-size: 20px;
	color: #4F4C4C;
	font-family: Tahoma, Arial;
}

.weblogEntriesDateCreated a{
	text-decoration: none;
	color: #000;
}
	
	/* 02-26-07 - I'm hoping this next CSS rule will cause the categories on the weblog to appear beneath images, rather than awkwardly site beside images. -- LK */
.categoryLinks{
	clear:both;
}

/*Books Page*/

.bookImages{
	float: left;
	margin: 10px;
	margin-right:10px;
	margin-bottom:10px;
}

/*Search*/

.searchResults{
	margin: 15px;
	margin-bottom: 50px;
}

.searchTitle{
	font-size: 15px;
	font-weight: 600;
}
	

/* Navigation */


#nav {
	background: #993333;
	height: 19px;
	}

#nav ul {
	margin: 0px auto;
	padding: 0px;
	width: 640px;
	}

#nav ul li {
	float:left;
	list-style:none;
	margin-right: 28px;
	}

#nav li a {
	display: block;
	float: left;
	height: 19px;
	}
		
#nav li a#home {
	background: url(../images/nav_home.gif);
	width: 33px;
	}

#nav li a#home:hover {
	background: url(../images/nav_home_on.gif);
	}

#nav a#blog {
	background: url(../images/nav_blog.gif);
	width: 32px;
	}

#nav li a#blog:hover {
	background: url(../images/nav_blog_on.gif);
	}



#nav a#greatest {
	background: url(../images/nav_greatest.gif);
	width: 91px;
	}

#nav li a#greatest:hover {
	background: url(../images/nav_greatest_on.gif);

	}


#nav a#books {
	background: url(../images/nav_books.gif);
	width: 40px;
	}

#nav li a#books:hover {
	background: url(../images/nav_books_on.gif);

	}

			
#nav a#speaking {
	background: url(../images/nav_speaking.gif);
	width: 61px;
	}

#nav li a#speaking:hover {
	background: url(../images/nav_speaking_on.gif);
	}
			
			
#nav a#about {
	background: url(../images/nav_about.gif);
	width: 40px;
	}

#nav li a#about:hover {
	background: url(../images/nav_about_on.gif);
	}
	
	
#nav a#archives {
	background: url(../images/nav_archives.gif);
	width: 61px;
	}

#nav li a#archives:hover {
	background: url(../images/nav_archives_on.gif);
	}
			
			
#nav a#search {
	background: url(../images/nav_search.gif);
	width: 49px;
	}

#nav li a#search:hover {
	background: url(../images/nav_search_on.gif);
	}
