/* MLA special formatting */


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

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

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

a, .sidebar .current_page_item .children a {/* links */
	color: #9f8900;
}
a:hover, a:focus, a:active, .sidebar .current_page_item .children a:hover { /* hover */
	color: #594a00;
}


.black-link {
	color: #000;
	text-decoration: underline;
	outline: none;
}

.black-link:hover {
	color: #9c0000;
	text-decoration: underline;
	outline: none;
}

.et-book {
	font-family: 'ET Book', 'Iowan Old Style', Palatino, 'Palatino Linotype', serif; 
	color: #000;
}

blockquote {
	line-height: 1.5em; 
	font-size: 15px; 
	color: #000; 
	margin-top: 1em; 
	margin-bottom: 1em; 
	padding-left: 1em; 
	font-family: 'ET Book', 'Iowan Old Style',  Palatino, 'Palatino Linotype', serif;
}
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: 15px; 
	font-family: Consolas, Courier, 'Andale Mono', monospace;
	color: #000;
}
.italic, .underline {
	font-style: italic;
}

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

.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%); 
}

.right-align-ref {margin-left: 12.5em;}

.right-align-para {margin-left: 16em; }

.alignright {margin-top: 0; line-height: 1em;}

.tight {margin-bottom: -1em !important; margin-top: -1em !important;}

.nudge {font-size: 14px;}

.hidden-text {display: none;}