@charset "UTF-8";
/* CSS Document */

/*****************************/
/******* GENERAL *************/
/*****************************/

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #ed1e79;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ed1e79;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.pinky {
	color: #ed1e79;
	font-weight: bold;
}

#main {
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 980px;
	text-align: left;
	position: relative;
}

#content {
	text-align: left;
	width: 980px;
	margin-bottom: 30px;
	background-color: #F8F7F4;
	background-image: url(images/content_bg2.jpg);
	background-repeat: repeat-y;
}

.clearer {
	clear: both;
}

#footer {
	width: 980px;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 10px;
	color: #ed1e79;
}

/*****************************/
/******* HEADER **************/
/*****************************/

#header {
	height: 130px;
	width: 948px;
	margin-left: 16px;
	margin-right: 16px;
}
#logo {
	width: 441px;
	height: 33px;
	float: left;
	margin-top: 40px;
}
#contact {
	margin-top: 55px;
	float: right;
	text-align: right;
	width: 150px;
}
#header_tagline {
	color: #ed1e79;
	font-size: 12px;
}
.horiz_line {
	background-image: url(images/horiz_line_bg.gif);
	background-repeat: repeat-x;
	height: 2px;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 948px;
}

/*****************************/
/******* BIOS COLUMN *********/
/*****************************/

#content_left {
	float: left;
	width: 290px;
	padding: 25px;
	padding-top: 40px;
}
.bio_pic {
	float: left;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-top: 2px;
}
#bio_top {
	float: left;
}
#bio_title {
	margin-bottom: 20px;
}
.bio_links {
	margin-bottom: 10px;
}
.bio_text {
	line-height: 1.3;
	margin-bottom: 40px;
}



/*****************************/
/****** LINKS COLUMN *********/
/*****************************/

#content_right {
	float: right;
	width: 577px;
	padding: 30px;
	padding-top: 40px;
	text-align: left;
}
#recent_top {
}
#recent_title {
	padding-bottom: 15px;
}
#recent_links {
	margin-bottom: 30px;
}
.sep_dot {
	background-image: url(images/nav_dot.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 10px;
	margin: 2px;
	margin-left: 9px;
	margin-right: 9px;
	float: left;
}
#recent_text {
	
}
.post { 
	margin-bottom: 0px;
}
.post_title {
	font-size: 16px;
}
.post_body {
	margin-top: 4px;
}
.post_line {
	background-image: url(images/horiz_line_bg.gif);
	background-repeat: repeat-x;
	height: 2px;
	margin-top: 14px;
	margin-bottom: 14px;
	width: 577px;
}
.book_cover {
	float: left;
	width: 280px;
	margin-right: 20px;
}
.book_info {
	float: left;
	width: 250px;
	margin-top: 20px;
}
.book_link {
	font-size: 16px;
	margin-bottom: 10px;
}

/*****************************/
/******* NAV LINKS ***********/
/*****************************/

/* nav_01 */
#contact_link a {
	display: block;
	width: 148px;
	height: 14px;
	background: url("images/nav/contact_bf_link.gif") 0 0 no-repeat;
	border: 0;
	float: left;
	}
#contact_link a:hover {	
	background-position: 0 -14px;
	}
	
	/* nav_01 */
#rss_link a {
	display: block;
	width: 60px;
	height: 14px;
	background: url("images/nav/rss.gif") 0 0 no-repeat;
	border: 0;
	float: left;
	}
#rss_link a:hover {	
	background-position: 0 -14px;
	}
	
/*** BIOS LINKS ***/
	
#bios_nav_bonnie a {
	display: block;
	width: 92px;
	height: 14px;
	background: url("images/nav/bios_fuller.gif") 0 0 no-repeat;
	border: 0;
	float: left;
	}
#bios_nav_bonnie a:hover {	
	background-position: 0 -14px;
	}
	
#bios_nav_russ a {
	display: block;
	width: 78px;
	height: 14px;
	background: url("images/nav/bios_pillar.gif") 0 0 no-repeat;
	border: 0;
	float: left;
	}
#bios_nav_russ a:hover {	
	background-position: 0 -14px;
	}

#bios_nav_bonnie_sel a {
	display: block;
	width: 92px;
	height: 14px;
	background: url("images/nav/bios_fuller.gif") 0 -14px no-repeat;
	border: 0;
	float: left;
	}
#bios_nav_bonnie_sel a:hover {	
	background-position: 0 -14px;
	}
	
#bios_nav_russ_sel a {
	display: block;
	width: 78px;
	height: 14px;
	background: url("images/nav/bios_pillar.gif") 0 -14px no-repeat;
	border: 0;
	float: left;
	}
#bios_nav_russ_sel a:hover {	
	background-position: 0 -14px;
	}

/*** RECENT LINKS ***/

#recent_nav_01 a {
	display: block;
	width: 41px;
	height: 14px;
	background: url("images/nav/recent_blog.gif") 0 0 no-repeat;
	border: 0;
	float: left;
	}
#recent_nav_01 a:hover {	
	background-position: 0 -14px;
	}

#recent_nav_02 a {
	display: block;
	width: 70px;
	height: 14px;
	background: url("images/nav/recent_editorials.gif") 0 0 no-repeat;
	border: 0;
	float: left;
	}
#recent_nav_02 a:hover {	
	background-position: 0 -14px;
	}
	
#recent_nav_03 a {
	display: block;
	width: 41px;
	height: 14px;
	background: url("images/nav/recent_press.gif") 0 0 no-repeat;
	border: 0;
	float: left;
	}
#recent_nav_03 a:hover {	
	background-position: 0 -14px;
	}

#recent_nav_04 a {
	display: block;
	width: 45px;
	height: 14px;
	background: url("images/nav/recent_videos.gif") 0 0 no-repeat;
	border: 0;
	float: left;
	}
#recent_nav_04 a:hover {	
	background-position: 0 -14px;
	}
	
#recent_nav_05 a {
	display: block;
	width: 42px;
	height: 14px;
	background: url("images/nav/recent_books.gif") 0 0 no-repeat;
	border: 0;
	float: left;
	}
#recent_nav_05 a:hover {	
	background-position: 0 -14px;
	}

#recent_nav_01_sel a {
	display: block;
	width: 41px;
	height: 14px;
	background: url("images/nav/recent_blog.gif") 0 -14px no-repeat;
	border: 0;
	float: left;
	}
#recent_nav_01_sel a:hover {	
	background-position: 0 -14px;
	}

#recent_nav_02_sel a {
	display: block;
	width: 70px;
	height: 14px;
	background: url("images/nav/recent_editorials.gif") 0 -14px no-repeat;
	border: 0;
	float: left;
	}
#recent_nav_02_sel a:hover {	
	background-position: 0 -14px;
	}
	
#recent_nav_03_sel a {
	display: block;
	width: 41px;
	height: 14px;
	background: url("images/nav/recent_press.gif") 0 -14px no-repeat;
	border: 0;
	float: left;
	}
#recent_nav_03_sel a:hover {	
	background-position: 0 -14px;
	}

#recent_nav_04_sel a {
	display: block;
	width: 45px;
	height: 14px;
	background: url("images/nav/recent_videos.gif") 0 -14px no-repeat;
	border: 0;
	float: left;
	}
#recent_nav_04_sel a:hover {	
	background-position: 0 -14px;
	}
	
#recent_nav_05_sel a {
	display: block;
	width: 42px;
	height: 14px;
	background: url("images/nav/recent_books.gif") 0 -14px no-repeat;
	border: 0;
	float: left;
	}
#recent_nav_05_sel a:hover {	
	background-position: 0 -14px;
	}