@charset "UTF-8";
/* CSS Document */

#bookblock {
	width:100%;
}

#title {
	position:relative;
	top:0px;
}

#sponsor {
}

#rtp {
	width:50%;
	height:160px;
	padding-bottom:15px;
}

#logo {
	text-align:center;
}

#logo img {
	padding-top:10px;
}

#logo2 {
	text-align:center;
	padding:20px 0 0 0;
}

#branding {
	width:100%;
	height:180px;
}

#cover {
	float:left;
	padding-right:20px;
	height:125px;
}

#title > h1 {
	font-size:1.5em;
	margin-bottom:0;
}

#title > h2 {
	font-size:1em;
	font-style:italic;
	font-weight:normal;
	margin-top:8px;
}

#also {
	font-size:.8em;
	padding:10px;
	padding-top:30px;
}

#also > a {
	color:#005f95;
	text-decoration:none;
}

#also > a:hover {
	text-decoration:underline;
}

.dlbutton {
	color:#005f95;
	font-size:.6em;
	text-decoration:none;
	padding:3px;
	background-color:#D7D6FF; 
 }
 
.hide {
 	visibility:hidden;
 }
 
td {
 	border:none;
	vertical-align:top;
	text-align:left;
	padding-top:6px;
}

#chaps {
	padding: 0px 0px 20px 0px;
	border-bottom: #333 1px dotted;
	margin-bottom:20px;
}

#chaplist td {
	padding:4px;
}



/* RELATED PUBS AREA */
/* the articlelist classes overrule the classes listed in rtp.css.  These are just for the footer links */

#latestTips { 
	border-style: solid;
	border-width:1px;
	border-color:#d0d0d0; 
	background-color:#fafafa; 
	padding:15px 15px 15px 15px;
	margin:20px 20px 0 0;
}

#latestTipsHdr {
	font-weight:bold;
	}

.articlelist {
	padding:2px 0 0 0;
	margin:0px 0 0 25px;
}

.articlelistitem {
	padding-top:7px;
}

#relatedPubs {
	float:right;
	border:1px solid #d0d0d0;
	margin:10px 30px 30px 30px;
	padding:10px 15px 20px 15px;
	width:140px;
}

#relatedPubsHdr {
	font-weight:bold;
	}

.relatedPubList {
	padding:0;
	margin:0px 0 0 11px;
}

.relatedPubList li {
	padding-top:13px;
	}

/* REMEMBER TO ADD CSS STYLES FOR READ THIS NOW! AND INCLUDE IE6 FIXES */


/* IE6 FIXES */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#cover,
#branding,
#chaps,
#relatedPubs {_display:inline;}

/* add zoom:1 to pos:relative elements */
#title {_zoom:1;}

/* margin padding fix */

div#chaps {_display:inline;}

/* Child Selector fixes */

div#title h1 {
	_font-size:1.4em;
	_margin-bottom:0;
}

div#title h2 {
	_font-size:1em;
	_font-style:italic;
	_font-weight:normal;
	_margin-top:8px;
}

#also {
	_font-size:.8em;
	_padding:10px;
	_padding-top:30px;
}

#also a {
	_color:#005f95;
	_text-decoration:none;
}

#also a:hover {
	_text-decoration:underline;
}

#also p {
	_margin:10px 0 0 0;
	_padding:0px;
}
