/* blog nav */
.blog_nav .title {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 55px;
	font: bold 12px Century Gothic, Helvetica, san-serif;
}

.blog_nav a.nav {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 55px;
	font: 12px Century Gothic, Helvetica, san-serif;
}

.blog_nav a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}

.blog_nav a.nav:hover {
	color: #AAAAAA;
	text-decoration: none;
}

.blog_nav a.nav:focus {
	color: #AAAAAA;
	text-decoration: none;
}

/* blog interface/form */
table.form {
	color: #FFFFFF;
	font: 12px Century Gothic, Helvetica, san-serif;
}

img.disabled {
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}

div.banner {
	color: #000000;
	font: 12px Arial, san-serif;
	font-weight: bold;
	border: #880000 1px solid;
	background-color: #FFFFEE;
	padding: 2px;
	margin-bottom: 5px;
}

.subtitle {
	color: #FF0000;
	font: 12px Century Gothic, Helvetica, san-serif;
	padding-bottom: 10px;
}

table.grid {
	color: #FFFFFF;
	font: 14px Century Gothic, Helvetica, san-serif;
}

table.form_grid {
	color: #000000;
	font: 14px Century Gothic, Helvetica, san-serif;
}

div.grid_title {
	font: 24px Adobe Garamond Pro, Times, serif;
	color: #d4d4d4;
	font-weight: bold;
}

div.grid_title_blog {
	font: 24px Adobe Garamond Pro, Times, serif;
	color: #d4d4d4;
	font-weight: bold;
	padding-left: 17px;
	padding-top: 20px;
}

.post_title {
	text-align: left;
	font: 24px Adobe Garamond Pro, Times, serif;
	font-weight: bold;
	color: #880000;
}

.post_subtitle {
	font: 18px Adobe Garamond Pro, Times, serif;
	font-weight: bold;
	color: #CC0000;
	padding-bottom: 7px;
}

.comment_row {
	text-align: left;
	font: 11px Century Gothic, Helvetica, san-serif;
	color: #000000;
}

a.comment_subject {
	font: 11px Century Gothic, Helvetica, san-serif;
	color: #CC0000;
}

.comment_iteration {
	font: 11px Century Gothic, Helvetica, san-serif;
	color: #000000;
}

.comment_text {
	text-align: left;
	font: 11px Century Gothic, Helvetica, san-serif;
	color: #000000;
	padding-bottom: 5px;
}

a.post_comment_link:link, a.post_email_link:link {
	font: 11px Century Gothic, Helvetica, san-serif;
	color: #AA0000;
}

a.post_comment_link:hover, a.post_email_link:hover {
	color: #FF0000;
}

a.post_comment_link:visited, a.post_email_link:visited {
	color: #550000;
}

a.post_comment_link:active, a.post_email_link:active {
	color: #FF0000;
}

.grid .row1 {
	color: #FFFFFF;
	font: 14px Century Gothic, Helvetica, san-serif;
	background-image: none;	
}

.grid .row2 {
	color: #FFFFFF;
	font: 14px Century Gothic, Helvetica, san-serif;
	background: url('/images/row_bg.png');
}

.required {
	color: red;
	font-weight: bold;
}

.form_content {
	color: #FFFFFF;
	font: 14px Century Gothic, Helvetica, san-serif;
}

.form_grid_label, .form_cell_label {
	color: #000000;
	font: 12px Century Gothic, Helvetica, san-serif;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
}

.grid_label, .cell_label {
	color: #CCCCCC;
	font: 12px Century Gothic, Helvetica, san-serif;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
}

.grid_column {
	color: #FFFFFF;
	font: 14px Century Gothic, Helvetica, san-serif;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

table.tabs {
	margin-bottom: 10px;
}

.tabs div.active {
	font: 14px Century Gothic, Helvetica, san-serif;
	display: block;
	height: 35px;
	border-top: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: none;
	border-left: #FFFFFF 1px solid;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

.tabs div.not_active {
	color: #AAAAAA;
	font: 14px Century Gothic, Helvetica, san-serif;
	border: none;
}

.tabs div.active a, .tabs div.not_active a {
	text-decoration: none;
}

.tabs td.not_active {
	border-bottom: #FFFFFF 1px solid;
}

.contributor {
	font-size: 11px;
	color: #d4d4d4;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
}

a.citation_link {
	font-size: 11px;
	color: #888888;
}
