/* 1304 */

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

h1, h2, h3, h4, #footer h3, .fancy-amp {/* headings */
	font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
}


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

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

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

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

.nomen {
	font-size: 20px; 
}

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


.clean-table thead td {
	font-family: 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', sans-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%); 
}