/* 3306 */

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

#access {
	border-top: 1px solid #666;
}

h1, h2, h3, h4, #footer h3, .fancy-amp {/* headings */
	font-family: 'Hoefler Text', "Calisto MT", Garamond, 'Times New Roman', serif;
}

.header a, .header a:hover {
	color: #b9a26f;
}

a, .sidebar .current_page_item .children a {/* links */
	color: #a44d4d;
}
a:hover, a:focus, a:active, .sidebar .current_page_item .children a:hover { /* hover */
	color: #e13434;
}

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

thead {
	background: #a44d4d url(../images/headers/shakespeare-header-bg.png) bottom; 
	color: #b9a26f;
}
thead td {
	border: 1px solid #a44d4d !important; 
}

ol ul li {margin-bottom: 0.5em;}
ol li blockquote {font-size: 13px;}

.nomen {
	font-size: 20px; 
}

.letter-grade {
	font-size: 24px;
}


.clean-table thead td {
	font-family: 'Hoefler Text', "Calisto MT", Garamond, 'Times New Roman', serif;
	font-size: 16px;
	}

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

.syllabus-table thead {
	color:  #a44d4d;
}
.syllabus-table thead td, .last-rule {
	border-bottom: 2px solid  #a44d4d !important;
}
.weeks {text-algin: right !important;}
.grey, .gray {
	background: transparent !important;
	color: #a9a9a9;
}


.prose-indent {
	margin-left: 2em; 
	text-indent: -2em;
	margin-bottom: 0;
}
.parenthetical-ref {text-align: right;}