#booklet_items,
#writing_item {
	width:40em;
	margin:0 auto;
	}

#booklet_items {
	border-top:1px solid #ccc;
	padding-top:2em;
}

#content .writing_title {
	font-size:1.4em;
	text-transform:uppercase;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:1em 0 0;
	margin:0 0 2em;
	}

#content .writing_body {
	font-size:1.2em;
	line-height:1.8em;
	margin:0 auto;
	padding-bottom:2em;
	}

#content_booklets .writing_body {
	border-bottom:1px solid #ccc;
	margin-bottom:2em;
	padding-bottom:3em;
}

.booklet_link_container {
	width:18em;
	border-right:0;
	position:absolute;
	padding:0.5em;
	cursor:pointer;
}

#singleservingsundays .booklet_link_container {}
#lyinglostdepressed .booklet_link_container { margin-top: 4em;}
#statementsformyfuture .booklet_link_container {margin-top:8em;}
#workwastehappiness .booklet_link_container {margin-top:12em;}

.booklet_link_container .booklet_link a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:0.2em;
}

.booklet_selected .booklet_link_container {
	background-image:url(../images/booklet_selected.png);
	background-repeat:no-repeat;
}
.booklet_selected .booklet_link a {
	color:#4a5e62;
}

.booklet_title,
.booklet_contents {
	height:37em;
	margin-bottom:1em;
}

.booklet_title {
	width:23em;
	float:right;
	text-align:center;
	border:1px solid #b7bfc0;
	background-color:#b7bfc0;
	border-right:0;
	margin-right:23em;
}

.booklet_title span {
	display:block;
	padding:8em 1em 0;
	font-weight:bold;
	font-size:2em;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	text-transform:uppercase;
}

.booklet_contents {
	border:1px solid #b7bfc0;
	width:23em;
	position:absolute;
	margin-left:43em;
	overflow:auto;
	z-index:1;
}

.booklet_contents ol {
	margin:1em !important;
	padding:0 !important;
	color:#999;
	list-style:none;
	text-align:center;
}

.booklet_contents li {
	font-size:0.8em;
	line-height:1.6em;
	padding:0 !important;
	margin:0 !important;
}

.booklet_contents li a{
	text-decoration:none;
	padding:0;
	margin:0;
}

.booklet_off .booklet_contents,
.booklet_off .booklet_title{
	display:none;
}

table#writing_table td.writing_table_title,
table#writing_table td.writing_table_date {
	padding:0.4em;
}
.writing_table_date {
	width:7em;
	font-size:0.9em;
}
