/****************************************************************
   PRINT STYLE SHEET
   By:Steven Waller
   Created: March 4, 2009
*****************************************************************/

body {
	position: static;
	text-align: left;
	text-indent: 0;
	background: #f3f4ee;
	color: Black;
	border-color: Black;
	width: auto;
	height: auto;
	display: block;
	float: none;
	min-height: 0;
	margin: 0;
	padding: 0;
	font-size: 10pt !important;
}
a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color: #2E94CD;
}
a:after {
	content: " ("attr(href)") ";
	font-size: 10pt;
}

/* Celeb profile
----------------------------------------------------------------------------------------------------*/
#body9602 {
    background: none repeat scroll 0 0 white;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 15px 30px;
    width: 960px;
}
.celeb-title{
	border-bottom:1px solid #e2e2e2;
	margin-top:15px;
	padding:10px 0;
	text-align:center;
}
.celeb-title h2{
	display:inline;
	letter-spacing:4px;
	margin:0;
}
.celeb-image-lrg{
	float:left;
	padding:15px 0 0;
	width:248px;
}
.details{
	float:right;
	padding:15px 0;
	width:650px;
}
.celeb-title a.back-btn,
.celeb-title a.add-book{
	display:none !important;
}
.details h5{
	display:none;
}
.details .section-1{
	display:none;
}
#footer{
	float:right;
	margin:10px 0 0;
	width:440px;
}
h3{
	color:#555;
	float:left;
	font-size:18px;
	margin: 0;
    padding: 70px 0 0 176px;
	text-transform:uppercase;
	width:275px;
}
h4{
	color:#555;
	font-size:15px;
	margin: 15px 0 0;
	text-align:center;
	text-transform:uppercase;
}
#footer ul.foot1{
	float:left;
	font-weight:bold;
	margin:0;
}
#footer ul.foot2{
	float:right;
	margin:0;
}
#footer ul.foot1 li,
#footer ul.foot2 li{
	background:none;
	list-style:none;
	padding:5px 0 0;
}
hr {
	border: 0 #eee solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
