/*
Theme Name: BruceFrankel.net
Theme URI: http://brucefrankel.net
Description: Author Bruce Frankel's Book Site
Version: 1.0
Author: Mia Eaton
Author URI: http://miaeaton.com/
*/

	/*beginning style defining and neutralizing courtesy Jeffrey Zeldman http://zeldman.com and Eric Meyer http://meyerweb.com recos and models*/ 


	/* Remove browser styles (see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
	
	html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
		}


/* remember to define focus styles! */
:focus {
	outline: 0;
	}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

body	{
	margin: 0;
	padding: 0;
	color: #404040;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	background: #fff url("/images/header_bg.gif") -65px 0 repeat-x;
	}

ol, ul {
	list-style: none;
	}

a:active
{
	outline: none;
}
	
	
/* 'tables still need 'cellspacing="0"' in the markup' - Eric Meyer */

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}a


p.contact {
	display: block;
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	font-size: 14px;
	}
	
	


/* Set out the main layout divisions */
	/* Thanks Pete of http://the-echoplex.net/ for min-height on div#wrapper suggestion, which eliminates a bad bug in Firefox */
	/* Thanks Michel of http://www.optimiced.com/ for initial demos to remove Firefox bug, and for suggestion to switch from overflow: auto to overflow: visible , which stopped Firefox chopping long pages in half */


html { 
	min-width: 940px;
	background: #fff;
	 }


div#info h1 {display: none;}
div#info h2 {display: none;}


div#wrapper	{
	width: 940px;
	margin: 0 auto;
	padding: 0;
	color: #404040;
	text-align: left;
	overflow: visible;

	}

div#header {
	width: 940px;
	min-height: 161px;
	margin: 0;
	padding: 0;
	border: 0;
	}		
	
	
div#logo {
	float: left;
	width: 427px; 
	height: 71px; 
	margin: 40px 0 0 60px;
	padding: 0;
	}

div#logo h1, div#logo h2 {
	display: none;
	}

div#logo img {
	display: block; 
	border: 0;
	}	


div#authorphoto {
	float: right;
	margin: 18px 76px 0 0; 
	padding: 0;
	}
	
div#authorphoto img {
	border: 8px solid #fff;
	}		
	
ul#navbar
{
	clear: left;
	border: 0;
	width: 600px;
	min-height: 38px;
	padding: 12px 0 0 0;
	margin: 0 0 0 65px;
	list-style: none;
}

ul#navbar li
{
	float: left;
	margin: 0;
	padding: 0 18px 0 0;
	border: 0px;
	height: 38px;
	font: 15px Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}

ul#navbar li a:link 
{
	color: #fff;
	text-decoration: none;
	border: 0px;
}

ul#navbar li a:visited 
{
	color: #fff;
	text-decoration: none;
	border: 0px;
}

ul#navbar li a:hover 
{
	color: #ccc;
	text-decoration: none;
	border: 0px;
}

ul#navbar ul li a:active 
{
	color: #ccc;
	text-decoration: none;
	border: 0px;
}


body#home ul#navbar li#home
{
	background: url("/images/indicator.gif") 15px 33px no-repeat;
	border: 0px;
}

body#books ul#navbar li#books
{
	background: url("/images/indicator.gif") 18px 33px no-repeat;
	border: 0px;
}

body#excerpts ul#navbar li#excerpts
{
	background: url("/images/indicator.gif") 28px 33px no-repeat;
	border: 0px;
}

body#blog ul#navbar li#blog
{
	background: url("/images/indicator.gif") 15px 33px no-repeat;
	border: 0px;
}

body#about ul#navbar li#about
{
	background: url("/images/indicator.gif") 20px 33px no-repeat;
	border: 0px;
}

body#links ul#navbar li#links
{
	background: url("/images/indicator.gif") 15px 33px no-repeat;
	border: 0px;
}

body#contact ul#navbar li#contact
{
	background: url("/images/indicator.gif") 25px 33px no-repeat;
	border: 0px;
}


div#sidebar	{
	float: left;
	width: 254px;
	margin: 33px auto 35px 60px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	}
	
div#sidebar	a {
	border: 0;
	text-decoration: none;
	}		
	
div#sidebar #buycluster {
	width: 254px;
	margin: 0;
	padding: 0;
	}
	
div#sidebar #linkcluster {	
	width: 254px;
	margin: 40px 0 0 0;
	padding: 0;
	}

div#sidebar h2 {
	margin: 0 auto 23px auto;
	text-align: right;
	display: block;
	font-size: 20px;
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	color: #204479;
	font-weight: bold;
	letter-spacing: 1px;
	}		
	
div#sidebar h3 {
	width: 187px;
	margin: 14px auto;
	text-align: center;
	color: #204479;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	letter-spacing: 1px;
	}	
	
div#sidebar h3 a:link {
	color: #204479;
	text-decoration: none;
	border: 0;
	}	
	
div#sidebar h3 a:visited {
	color: #204479;
	text-decoration: none;
	border: 0;
	}	
	
div#sidebar h3 a:hover {
	color: #f68791;
	text-decoration: none;
	}
	
div#sidebar h3 a:active {
	color: #f68791;
	text-decoration: none;
	}	
	
div#sidebar h4 {
	width: 254px;
	margin: 23px auto 3px 0;
	padding: 0;
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	color: #204479;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	}		
	
div#sidebar #pullquote p {
	width: 240px;
	margin: 23px 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	color: #404040;
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	}
	
div#sidebar #linkcluster h4 {

	margin: 23px auto 3px 0;
	padding: 0;
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	color: #204479;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	}				

div#sidebar #linkcluster ul li {
	text-align: left;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 1px;
	}
	
div#sidebar #linkcluster ul li a:link {
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}	
	
div#sidebar #linkcluster ul li a:visited {
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}		

div#sidebar #linkcluster ul li a:hover {
	color: #204479;
	text-decoration: none;
	border-bottom: 1px dotted #204479;
	}	

div#sidebar #linkcluster ul li a:active {
	color: #404040;
	text-decoration: none;
	border-bottom: 1px dotted #404040;
	}	
	
div#sidebar #linkcluster #socialmedia ul li	a {
	border: 0;
	text-decoration: 0;
}

div#sidebar .photocredit {
	margin: 8px 0;
	text-align: right;
	font-size: 12px; 
	color: #404040;
	}
	
div#sidebar #topimage {
	margin: 0;
	padding: 0;
	border: 0;
	}		
	
div#sidebar #image2 {
	text-align: right;
	margin-bottom: 46px;
	padding: 0;
	border: 0;
	}
	
div#sidebar #image3 {
	text-align: right;
	margin-bottom: 46px;
	padding: 0;
	border: 0;
	}	
	
div#sidebar #image4 {
	text-align: right;
	margin-bottom: 46px;
	padding: 0;
	border: 0;
	}		
	
div#sidebar #credit1 {
	margin: 6px 0;
	text-align: right;
	font-size: 11px; 
	color: #404040;
	}		
	
div#sidebar #credit2 {
	margin: 6px 0;
	text-align: right;
	font-size: 11px; 
	color: #404040;
	}		
	
div#sidebar #credit3 {
	margin: 6px 0;
	text-align: right;
	font-size: 11px; 
	color: #404040;
	}		
	
div#sidebar #credit4 {
	margin: 6px 0;
	text-align: right;
	font-size: 11px; 
	color: #404040;
	}			

#indiebound {
	margin: 0 6px 13px 0;
	paddimg: 0;
	border:0;
}

#penguin {
	margin: 0 6px 13px 4px;
	padding: 0;
	border: 0;
}

#indiebound a {
	text-decoration: none;
}

#amazon {
	margin: 0 0 13px 4px;
	padding: 0;
	border: 0;
}

#BnN {
	margin: 0 16px 0 0;
	padding: 0;
	border: 0;
}


#borders {
	margin: 0 12px 0 0;
	padding: 0;
	border: 0;
}		

div#maincontent {
	float: right;
	margin: 33px 74px 35px 0;
	padding: 0;
	width: 460px;
	font-size: 14px;
	line-height: 19px;
	color: #404040;
	}
	
div#maincontent .entry {
	margin: 0 0 16px 0;
	padding: 0 0 10px 0;
	width: 460px;
	font-size: 14px;
	line-height: 21px;
	color: #404040;
	clear: both;
	}	
	
div#maincontent h2 {
	margin: 0 auto 23px auto;
	text-align: left;
	display: block;
	font-size: 20px;
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	color: #204479;
	font-weight: bold;
	letter-spacing: 1px;
	}	
	
div#maincontent h2.excerpt {
	margin: 0 auto 23px auto;
	text-align: left;
	display: inline;
	font-size: 20px;
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	color: #204479;
	font-weight: bold;
	letter-spacing: 1px;
	}		
	
div#maincontent h2.excerpt a:link{
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}		

div#maincontent h2.excerpt a:visited{
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}	
	
div#maincontent h2.excerpt a:hover{
	color: #204479;
	text-decoration: none;
	border-bottom: 1px dotted #204479;
	}	
	
div#maincontent h2.excerpt a:active{
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}		
	

div#maincontent h3 {
	margin: 0 auto 3px 0;
	text-align: left;
	font-size: 15px;
	color: #204479;
	letter-spacing: 1px;
	font-weight: bold;
	}	
	
div#maincontent h3.info {
	margin: 23px auto 3px auto;
	text-align: left;
	font-size: 16px;
	color: #204479;
	font-weight: bold;
	}	
	
div#maincontent h3.excerpt {
	margin: 23px auto 3px auto;
	text-align: left;
	font-size: 16px;
	color: #204479;
	font-weight: bold;
	}		
	
div#maincontent h3.excerpt a:link{
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}		

div#maincontent h3.excerpt a:visited{
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}	
	
div#maincontent h3.excerpt a:hover{
	color: #204479;
	text-decoration: none;
	border-bottom: 1px dotted #204479;
	}	
	
div#maincontent h3.excerpt a:active{
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}		

div#maincontent h3.date {
	margin: 0 auto 23px auto;
	padding: 0;
	text-align: left;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 1px;
	color: #204479;
	font-weight: normal;
	}	
	
div#maincontent h3.book {
	margin: 23px 0 0 0;
	text-align: left;
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #204479;
	font-weight: bold;
	}		
	
div#maincontent h3.book a:link{
	color: #204479;
	text-decoration: none;
	border: 0;
	}		

div#maincontent h3.book a:visited{
	color: #204479;
	text-decoration: none;
	border: 0;
	}	
	
div#maincontent h3.book a:hover{
	color: #204479;
	text-decoration: none;
	border-bottom: 1px dotted #204479;
	}	
	
div#maincontent h3.book a:active{
	color: #204479;
	text-decoration: none;
	border: 0;
	}			
	
	
div#maincontent h4.book {
	margin: 0 auto 3px auto;
	text-align: left;
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #204479;
	font-weight: normal;
	font-style: italic;
	}		
	
div#maincontent h4.book a:link{
	color: #f68719;
	text-decoration: none;
	border: 0;
	}		

div#maincontent h4.book a:visited{
	color: #f68719;
	text-decoration: none;
	border: 0;
	}	
	
div#maincontent h4.book a:hover{
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}	
	
div#maincontent h4.book a:active{
	color: #f68719;
	text-decoration: none;
	border: 0;
	}					
	
div#maincontent h4.excerptsub {
	margin: 1px 0 23px 0;
	padding: 0;
	text-align: left;
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	color: #204479;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	}		
	
div#maincontent h4.info {
	margin: 5px 0 8px auto;
	text-align: left;
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #404040;
	font-weight: bold;
	font-style: normal;
	}		

	
div#maincontent p {
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 14px;
	line-height: 21px;
	color:#404040;
	}	
	
div#maincontent .entry p {
	margin: 0 0 23px 0;
	padding: 0;
	font-size: 14px;
	line-height: 21px;
	color:#404040;
	}		
	
div#maincontent p a:link, a:visited {
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}	

div#maincontent p a:hover {
	color: #404040;
	text-decoration: none;
	border-bottom: 1px dotted #404040;
	}	
	
div#maincontent ul {
	list-style-type: circle;
	margin: 6px 0 6px 15px;
	padding: 0;
	text-align: left;
}

div#maincontent ul li {
	margin: 6px 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
}	
	
div#maincontent .entry .picture {
	text-align: center;
	margin: 0 auto 6px auto;
}	


div#maincontent .entry .picture p {
	text-align: center;
	font-size: 12px;
	line-height: 14px;
}

div#maincontent .entry .picture p img {
	text-align: center;
	margin: 0 auto 6px auto;
}

div#maincontent div.posted {
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0 0 23px 0;
	padding: 0 0 23px 0;
	border-bottom: 1px solid #b8b8b8;
	}	
	
div#maincontent a:link, a:visited {
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}	

div#maincontent a:hover {
	color: #404040;
	text-decoration: none;
	border-bottom: 1px dotted #404040;
	}	
	
div#maincontent img {
	margin: 0;
	padding: 0;
	border: 0;
	}	
	
div#maincontent div.biothumb {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	}		
	
div#maincontent .entry div.biothumb img {
	margin: 3px 12px 10px 0;
	padding: 0;
	border: 0;
	float: left;
	}	
		
div#maincontent .photocredit {
	margin: 8px 0;
	text-align: right;
	font-size: 12px; 
	color: #404040;
	}	
	
div#maincontent ul.links {
	list-style-type: circle;
	}

div#maincontent ul.links li {
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #404040;
	font-style: normal;	
	margin-bottom: 6px;
	}
	
div#prev {
	width: 230px;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	}

div#next {
	width: 230px;
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	}

div#maincontent p.info {
	margin: 3px 0;
	padding: 0;
	font-size: 12px;
	color:#404040;
	font-weight: bold;
	}	
	
div#maincontent p.review {
	margin: 23px 0 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: .5px;
	color:#404040;
	}	
	
div#maincontent p.reviewer {
	margin: 23px 0 0 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: .5px;
	color: #404040;
	}		


hr {
	clear: both;
	visibility: hidden;
	height: 1px;
	}


#homecenter {
	float: left;
	width: 300px;
	margin: 33px auto 0 33px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	}
	
#homecenter img {
	text-align: center;
	margin: 0 auto;
}

div#homecenter a:link {
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}	

div#homecenter a:visited {
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}	

div#homecenter a:hover {
	color: #404040;
	text-decoration: none;
	border-bottom: 1px dotted #404040;
	}	
	
#homecenter a:active {
	color: #404040;
	text-decoration: none;
	border-bottom: 1px dotted #404040;
	}		

div#homecenter h3 {
	margin: 15px auto 0 0;
	text-align: left;
	font-size: 15px;
        line-height: 20px;
	color: #204479;
	letter-spacing: 1px;
	font-weight: bold;
	}	
	
div#homecenter h3 a:link{
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}		

div#homecenter h3 a:visited{
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}	
	
div#homecenter h3 a:hover{
	color: #404040;
	text-decoration: none;
	border-bottom: 1px dotted #404040;
	}	
	
div#homecenter h3 a:active{
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}			
	
div#homecenter h3#date {
	margin: 10px auto 10px auto;
	text-align: left;
	font-size: 10px;
	color: #204479;
	font-weight: normal;
	}	
	
div#homecenter p {
	margin: 0 0 14px 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	color:#404040;
	}	
	
div#homecenter ul {
	list-style-type: circle;
	margin: 6px 0 6px 15px;
	padding: 0;
	text-align: left;
}

div#homecenter ul li {
	margin: 6px 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
}
	
div#homecenter #continue {
	text-align: right;
	margin: 0;
	}

#homeright {
	float: right;
	width: 254px;
	margin: 33px auto 0 auto;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	}
	
#homeright h3.praise {
	margin: 10px 0 15px 0; 
	text-align: left;
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #204479;
	font-weight: bold;
}

#homeright h3.praise a:link{
	color: #f68719;
	text-decoration: none;
	border-bottom: 0;
}

#homeright h3.praise a:visited {
	color: #f68719;
	text-decoration: none;
	border-bottom: 0;
}

#homeright h3.praise a:hover {
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
}

#homeright h3.praise a:active {
	color: #f68719;
	text-decoration: none;
	border-bottom: 0;
}

div#homeright p.review {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color:#404040;
	text-align: left;
	}	
	
div#homeright p.reviewer {
	margin: 14px 0 0 0;
	padding: 0;
	font-family: Georgia, "Adobe Garamond", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #404040;
	text-align: left;
	}		

div#homeright h4 {
	margin: 23px 0 8px auto;
	text-align: right;
	font-size: 14px;
	color: #204479;
	font-weight: bold;
	font-style: normal;
	}		
	
div#homeright h4 a:link{
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}		

div#homeright h4 a:visited{
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}	
	
div#homeright h4 a:hover{
	color: #404040;
	text-decoration: none;
	border-bottom: 1px dotted #404040;
	}	
	
div#homeright h4 a:active{
	color: #f68719;
	text-decoration: none;
	border-bottom: 1px dotted #f68719;
	}				
	
div#socialmedia {
	width: 254px;
	margin: 23px 0 0 0;
	padding: 0;
	border: 0;
	text-align: center;
	}
	
div#socialmedia a {
	text-decoration: 0;
	}	
	
div#socialmedia ul li {
	width: 254px;
	border: 0;
	margin: 0;
	padding: 0 0 15px 0;
	}	 

div#socialmedia ul li a {
	text-decoration: none;
	border: 0;
	}	 


