/* -- 	badtke-berkow.net  ---------------------------------
		CSS/XHTML Copyright 2006 Craig Mod
		Fall 2006, just as the cold blew in
		
		CM:
			http://www.craigmod.com
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -- General ---------------------------------
*/
* { padding: 0px; margin: 0px; }

body, html {
	padding: 0px;
	margin: 0px;
	/*background-color: #FFF;
	background-image: url(../images/bg_large_grey.png);
	background-repeat: repeat-y;
	background-position: center top;*/
	font: normal 11px/1.6em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", sans-serif; 
}

.imageLink a:hover {
	background: transparent;
	}

p {
	font: normal 11px/1.6em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", sans-serif; 
	/*font: normal 11px/1.6em "Verdana", sans-serif;*/
	color: #000;
	padding-bottom: 1em;
	}

blockquote {
	margin-left: 10px;
	margin-right: 10px;
	}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}


h1 {
	
	}
	
	h1 a {
		text-decoration: none;
		border: 0px;
		}
		
	h1 a:hover {
		border: 0px;
		background-color: #fff;
		border-top: 1px solid #000;
		}


h2#txt-latest-writings, h2#txt-photos, h2#txt-upcoming-readings, h2#txt-order-poppas, h2#txt-read-poppas, h2#txt-about-the-author, h2#txt-blurbs-and-reviews, h2#txt-other-books {
	display: block;
	font: 28px/28px Georgia, "Times New Roman", Times, serif;
	text-indent: -3000px;
	overflow: hidden;
	}
	
h2#txt-latest-writings { background: #fff url("../images/txt-latest-writings.png") top left no-repeat; }

h2 {
	display: inline;
	background-color: #000;
	color: #fff;
	text-transform: none;
	padding: 2px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 3px;
	font: normal 11px/1.3em "Lucida Grande", "Verdana", sans-serif;
	}
	

/* -- Links -----------------------------
*/
a {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
	}
	
	a:hover {
		color: #fff;
		background-color: #000;
		border-bottom: 1px solid #F02831;
		}

/* -- Lists -----------------------------
*/
ul {
	margin-left: 5px;
	padding-left: 0px;
	}
	
li {
	list-style: none;
	margin-left: 15px;
	}

/* -- Main Sections -----------------------------
*/
#wrapper {
	width: 780px;
	margin: 0 auto;
	}

#mainColumn {
	float: left;
	width: 780px;
	padding-top: 10px;
	background-color: #FFF;
	border-top: 1px solid #000;
	}

#articles {
	float: left;
	width: 610px;
	padding-bottom: 15px;
	border-right: 1px solid #ccc;
	}

.articleSnip {
	float: left;
	width: 600px;
	border: 0px solid #000;
	margin-bottom: 30px;
	}
	
.articleInfo {
	float: left;
	width: 170px;
	border-top: 1px solid #000;
	text-align: right;
	}
	
	.articleInfo a {
		display: block;
		padding-right: 10px;
		margin-bottom: 0px;
		}
	
.articleBody {
	float: right;
	width: 400px;
	}
	
	.articleBody p {
		font: normal 11px/1.6em "Verdana", sans-serif;
		color: #000;
		padding-bottom: 1em;
		}
	
#rightColumn {
	float: right;
	width: 150px;
	border: 0px solid #000;
	}

#header {
	float: right;
	width: 300px;
	text-align: right;
	margin-bottom: 25px;
	}
	
#searchResultsHead {
	display: block;
	padding-bottom: 10px;
	}
	
#commentsColumn, #pingsColumn	{
	float: left;
	width: 780px;
	padding-top: 15px;
	background-color: #FFF;
	border-top: 1px solid #ccc;
	}
	
	#commentsPosted, #pingsPosted {
		float: left;
		width: 610px;
		padding-bottom: 15px;
		}
		
	#leaveComments {
		float: left;
		width: 610px;
		padding-bottom: 15px;
		}
		
#comment_preview {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #000;
	color: #fff;
	}
	
	#TextDisplay_box {
		margin-top: 5px;
		border: 1px solid #fff;
		padding: 10px;
		}
	
/* -- Footer ---------------------------------
*/
#footer {
	float: left;
	width: 768px;
	border-top: 1px solid #ccc;
	margin-top: 0px;
	border-bottom: 20px solid #000;
	padding: 5px 0 5px 0;
	}
	
	#footer #copyright {
		width: 400px;
		float: left;
		text-align: left;
		color: #666;
		padding-left: 10px;
		margin-bottom: 15px;
		font: normal 10px/1.5em "Verdana", san-serif;
		}
		
		#copyright p {
			font: normal 10px/1.5em "Verdana", san-serif;
			padding-bottom: 0px;
			margin-bottom: 0px;
			}