/* 1301 */

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

h1, h2, h3, h4, #footer h3, .fancy-amp, .nomen, .semester-date, letter-grade {/* headings */
	font-family: Palatino, 'Palatino Linotype', 'Book Antiqua', serif;
}

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

a, .sidebar .current_page_item .children a {/* links */
	color: #1b6395;
}
a:hover, a:focus, a:active, .sidebar .current_page_item .children a:hover { /* hover */
	color: #149ae3;
}

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

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

.nomen {
	font-size: 20px; 
}

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

.clean-table thead td {
	font-family: Palatino, 'Palatino Linotype', 'Book Antiqua', serif;
	font-size: 16px;
	}

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