@charset "utf-8";
/* CSS Document */
body {
	line-height: 1.6;	
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11pt;
}
#print-column {
	margin: 3em auto;
	width: 40em
}
.artHd {
	font-size: 13pt;
	font-weight: bold;
}
.artTitle {
	font-size: 20pt;	
	margin: 0;
	padding: .25em 0 0 0;
	border-top: 1px solid #ddd;	
}
.artAuthor {
	font-size: 14pt;
	color: #333;
	margin: .25em 0 0 0;
}
a:link, a:visited {
	color: black;
	text-decoration: underline;
}
a:hover, a:active {
	color: black;
	text-decoration: underline;
}
.artTop {
	width: 96%;
	background: #204c72;
	font-size: 12pt;
	overflow: hidden;
	color: white;
	padding: 15px 2%;
	margin-bottom: 1em;
	font-weight: bold
}
.artTop a {
	color: white;	
}
.artCategories {
	overflow: hidden;
	padding-left: 0;
	margin: 10px 0;
}
.artCategories li {
	display: inline-block;
	float: left
}
.artCategories li:first-child:before {
	content: 'Categories:'	
}
.artCategories li a {
	
}
.comment-link {
	float: right;	
}
hr {
	border: none;
	background: #666;
	height: 1px;
	margin: 20px 0;
}
.footer {
	background: #eee;
	padding: 10px 5%;
	border: 1px solid #ccc;
}
.footer .type-links {
	display: block;
	overflow: hidden;
	padding-left: 0
}
.footer .type-links li {
	float: left;	
	margin-right: 1em;
	display: inline-block;
}
.artCredits {
	color: #666;
	font-size: 9pt;
}
h1, h2, h3 {
	font-family: "News Gothic Std Bold", Helvetica, Arial, sans-serif;	
}
.object-type {
	border: none;
	background: white;
	padding: 0 inherit 0 inherit;
	padding-right: 15px !important;
	margin-top: 0 !important;
	text-align:right
}
.object-caption {
	font-size: 8pt;
	font-style: italic
}
.object-type.icon-img .object-content a {	
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: url('/images/zoomin.cur');
	display: block;
	position: relative;
	text-decoration: none;	
}
.object-type.icon-img .object-content a img {
	border: none;
}
.object-type.icon-img .object-content a.zoomed {
	cursor: -webkit-zoom-out;	
	cursor: -moz-zoom-out;
	cursor: url('/images/zoomout.cur');	
}
.object-type.zoomed {
	padding: 0 !important;
	margin: 0 !important;	
}
.left { float: left; }