/* Alex's preferred CSS reset */

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,
b, u, i, center,
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;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family: "Lucida Grande",Tahoma,"Bitstream Vera Sans", sans-serif,arial;
	font-size: 16px;
}

.img {
	border: 0px;
}

A { text-decoration: none; color: #408dc3; }
A:hover { text-decoration: underline; }
h1,h2,h3,h4,h5,p{ margin:0px; padding:0px; }

p { padding: 5px 0px; }

h4{
	font-weight: bold; 
	font-size: 1.2em;
}

.main{
	text-align: center;
	width: 800px;
	margin: 0px auto;
	font-size: 14px;
}

.book_image{
	text-align: center;
	float: right;
	font-size: 12px;
	margin-top: 25px;
	width: 250px;
}

.edit_form{
	margin: 25px 0px;
}

.edit_form .left{
	width: 20%;
	color: gray;
	text-align: right;
	vertical-align: top;
}

.edit_form .right{ text-align: left; }
.edit_form input{ width: 100%; }
.edit_form textarea{ width: 100%; height: 100px; }

.tagline {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	padding: 5px 0px;
}

.description {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	padding: 5px 0px;
	text-align: left;
}

.description ul{
	list-style-type: disc;
	margin-left: 25px;
	margin-top: 10px;
}

.head{
	text-align: center; 
	margin-top: 10px; 
	border-bottom: 1px solid black;
}

.sub_head{
	margin-top: 5px;
	font-weight: bold;
	text-align: center;
}

.toolbar{
	text-align: center; 
	margin: 20px auto;
	clear: both; 
	width: 800px;
	border: 1px dotted #cecece; 
	border-width: 1px 0px; 
	background-color: white;
	vertical-align: middle;
}

.toolbar td{
	
}

.toolbar a{
	width: 100%;
	padding: 3px 0px;
	display: block;
}

.toolbar a:hover{
	background: #408dc3;
	color: white;
	text-decoration: none;
}

.related_audio{
	font-weight: bold;
	margin-top: 10px;
}

.related_audio ul{
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}

.related_audio li{
	padding: 3px;
}

.staff_only{
	border-left: 2px solid red;
}

.staff_only a{
	color: red;
	font-weight: bold;
}

.staff_toolbar{
	border: 1px solid #ccc; 
	border-width: 1px 0px; 
	background-color: #dedede; 
	text-align: center; 
	margin: 0px auto 20px auto;
	border-left: 2px solid red;
	width: 800px;
}

.staff_toolbar a{
	color: red;
	font-weight: bold;
}

#twitter_div li{
	margin: 15px 0px 15px 0px;
	padding: 0px;
	text-align: right;
	background: url('images/pencil_icon.gif');
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 20px;
}

#twitter_div a{ font-weight: bold; font-size: 10px; margin-left: 5px; }

#twitter_div span{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	display: block;
	text-align: justify;
}

#twitter_div span a{ font-weight: normal; font-size: 100%; margin-left: 0px; }

#twitter_div ul{
	margin: 0px 15px 0px 15px;
	padding: 0px;
	list-style-type: none;
}

.essay_by{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	margin: 5px 0px;
}

.essay_content{
	margin: 15px 0px;
	text-align: left;
}

.essay_content h1{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-weight: bold;
	font-size: 1.7em;
	margin: 20px 0px 10px;
	text-indent: 20px;
}

.essay_content h2{
	font-weight: bold;
	font-size: 1.2em;
	margin: 20px 0px 10px;
	text-indent: 20px;
}

.essay_content h3{
	font-weight: bold;
	font-size: 1.25em;
	margin: 10px 0px;
	text-indent: 0px;
}

.essay_content p{
	margin: 10px 0px;
}

.essay_content blockquote{
	margin: 5px 50px;
	font-family: Courier, 'Courier New', monospace;
	text-align: justify;
}

.essay_content blockquote p{
	margin: 5px 0px;
	text-indent: 0px;
}

.essay_date{
	letter-spacing: 2px;
	color: gray;
}

.essay_summary{
	text-align: left;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	margin-left: 15px;
}

.other_bar {
	vertical-align: top;
	width: 250px;
	text-align: center;
}

.other_bar h1{
	color: gray;
}

.other_bar h2{
	color: gray;
}

.big_button{
}

.big_button a{
	display: block;
	background-image:url('images/glassy_button.png');
	background-repeat: no-repeat;
	width: 260px;
	height: 25px;
	margin: 15px auto;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.big_button a:hover{
	background-image:url('images/glassy_button-over.png');
	color: black;
}
#search_wrap{
	width: 800px;
	margin: auto;
}
#search{
	width: 250px;
	float: right;
	margin: -20px 0px 20px 0px;
	border: 1px dotted #cecece;
	border-top: 1px solid white;
	padding: 5px;
	text-align: right;
}

.error{
	color: red;
	text-align: left;
	font-weight: bold;
}
.error li{
	list-style-type: circle;
}
.comment_list{
	background-color: #ddd;
	padding-bottom: 5px;
}
.comment_list li{
	padding: 5px 5px 0px 5px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}
.comment_name{ 
	font-weight: bold; 
	font-family: "Lucida Grande",Tahoma,"Bitstream Vera Sans", sans-serif,arial;
	color: gray;
}
.suggest_button{
	font-weight: bold;
	color: gray;
}
.suggestion_details{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 1.2em;
}
.by_staff{
	background-color: #d4eacd;
}