/* HANDBOOK special formatting */

#header { /* header */
	background: #554e33 url(../images/headers/handbook-header-bg.png) repeat-x;
}

.header a, .header a:hover, .header a:focus, .header a:active {
	color: #f4eeda;
}

/* 
h1, h2, h3, h4, #footer h3, .fancy-amp {
	font-family: 'Century Schoolbook', 'New Century Schoolbook', 'Century Schoolbook L', Century, Marion, Georgia, serif;
}
*/

blockquote {
	line-height: 1.5em; 
	font-size: 14px; 
	color: #333; 
	margin-top: 1em; 
	margin-bottom: 1em; 
	padding-left: 1em; 
	border-left: 4px solid #dcdcdc;
}
blockquote blockquote {
	margin-top: -1em; 
	font-size: 1em; 
	border-left: none;
}


.hanging-indent {
	margin-left: 3em; 
	text-indent: -3em;
}
.indent-one {
	text-indent: 1.5em; 
	margin-bottom: 0;
}
.long-line {
	margin-left: 1em; 
	text-indent: -1em; 
	margin-bottom: 0; 
}
.sample-citation {
	font-size: 13px; 
	color: #000;
}
.italic, .underline {
	font-style: italic;
}

.icon {
	background: url(../images/icons/handbook-icon.png) no-repeat; 
}

thead {
	background: #746a45 url(../images/headers/handbook-header-bg.png) bottom; 
}
thead td {
	border: 1px solid #ccc !important; 
}

.triangle {
border-color: transparent transparent #f4eeda transparent;
border-style: solid;
border-width: 0px 200px 200px 200px;
height: 0px;
width: 0px;
}

.entry-content .box, .downloads-box {
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f5f5ed; 
	background: -moz-radial-gradient(top, #fbfbf9 17%, #f5f5ed 100%);
    background: -webkit-radial-gradient(top, #fbfbf9 17%, #f5f5ed 100%);
    background: -o-radial-gradient(top, #fbfbf9 17%, #f5f5ed 100%);
    background: -ms-radial-gradient(top, #fbfbf9 17%, #f5f5ed 100%);
	background: radial-gradient(top, #fbfbf9 17%, #f5f5ed 100%); 
}
