/* KJZ Design LLC, Portland OR www.kjzdesign.com 2007 */
/* NOTE: update the CSS within the blogger template manually */


/* HTML tag styles                             */

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font: small verdana, arial, helvetica, sans-serif;
	background: #222222 url(../new_images/bkscratch.jpg) repeat fixed left;
	}

a {
	text-decoration: none;
	color:  #FF0000;
	}

a:visited {
	color:  #CC0000;
	}

a:active {
	color:  #CC0000;
	}

a:hover {
	color: #FF0000;
	cursor: crosshair;
	text-decoration: underline;
	}

p {
	font-size: 11px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	}

h2 {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #666666;
	}

h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	}

h4 {
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 2px;
	font-style: italic;
	}


img {
	border: 0;
	}

.leftimg {
	padding: 0px 10px 8px 0px;
	float: left;
}

.rightimg {
	float: right;
	margin: 0px 0px 5px 10px;
}

.quote {
	text-align: justify;
	font-size: 10px;
	color: #999999;
	line-height: normal;
}

.booktx {
	font: 13px/normal "Times New Roman", Times, serif;
	color: #000000;
	text-align: justify;
	padding: 0px 25px;
	margin-top: 0px;
	margin-bottom: 25px;
}

/*  styles for reviews  */

.pub {
	font-weight: bold;
}
.auth {
	font-style: italic;
	font-weight: bold;
}
.arttitle {
	font-weight: bolder;
}
.date {
	font-weight: normal;
}



/*  Layout Divs  */

#contain {
	background: #FFFFFF url(/new_images/title_bk.gif) no-repeat scroll left top;
	width: 849px;
	margin: 0px auto;
}

#lefttx{
	float: left;
	width: 205px;
	height: 361px;
	background: url(/new_images/slantsnav.gif) no-repeat scroll;
	margin: 120px 0px 0px 2px;
}

#content{
	float: left;
	width: 580px;
	padding: /*top was 25*/ 0px 0px 0px 15px;
}

#footr{
	clear: both;
	text-align: center;
	margin: 0px auto;
	width: 100%;
}

	
	
/*   #navbar styles   */

#navbar{
	padding: 0px 0px 5px;
	color: #cccccc;
}

#navbar a{
	font-size: x-small;
}


/*   #lefttx link styles   */

#lefttx ul a:link, #lefttx ul a:visited {display: block;}
#lefttx ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#lefttxli {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #lefttx li {border-bottom: none;}


/*   .maintx styles   */

.maintx{
	font-size: 80%;
}

.maintx h3{
	padding: 30px 0px 0px 0px;
	text-align: center;
}


/*   #footr styles  - h6 for small sig */

#footr h6{
	font-size: 9px;
	color: #999999;
}

#footr a {
	text-decoration: none;
	color:  #666666;
	}

#footr a:visited {
	color:  #999999;
	}

#footr a:active {
	color:  #999999;
	}

#footr a:hover {
	color: #FF0000;
	cursor: crosshair;
	}

