* {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

body {
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, #article input#title {
	font-family: "Droid Serif Pro", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	clear: both;
}

h1, #article input#title {
	font-family: Rockwell, Georgia, serif;
	font-size: 34px;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-top: 30px;
	color: black;
}

.module h2, #me_sidebar h2 a, #article select#category_id, .module h1.small, .linksModule ul.links a {
	font-family: Rockwell, Georgia, serif;
	color: #555;
	font-size: 14.5px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.2px;
	margin-top: 6px;
	margin-bottom: 10px;
}

#issues h1.small, #events h1.small {
	margin-left: 5px;
}

body {
	padding: 0;
	margin: 0;
}

.content {
	margin-top: 30px;
}

.content h2 {
	color: #527D97;
	font-family: Rockwell,Georgia,"Times New Roman",Times,serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 40px;
	text-decoration: none;
}

.content h3, .content h3 a, #issues h3, .article h3, .article h3 a {
	color: #527D97;
	font-family: Rockwell,Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-style: normal;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.content p, .content ul, .content li, .content blockquote, .content strong, .content em, .content i, .content span {
	font-family: "Droid Serif Pro", Georgia, "Times New Roman", Times,serif;
	color: #333;
	font-size: 13.5px;
	font-weight: normal;
	line-height: 1.6em;
}

.content ul, .content ol {
	padding-left: 25px;
}

.content strong, .content strong * {
	font-weight: bold;
}

.content p {
	margin-bottom: 20px;
}

.content a {
	font-family: "Droid Serif Pro", Georgia, "Times New Roman", Times,serif;
	color: #333;
	border-bottom: 1px dashed #527d97;
}

.content a:hover {
	color: #527d97;
	text-decoration: none;
	border-bottom: 1px dashed #333;
}

.content div.image a {
	border: none;
}

.content p span.dropcap {
	color: #527d97;
	float: left;
	font-size: 3.2em;
	line-height: 0.6em;
	margin-right: 2px;
	margin-top: 1px;
	padding-top: 7px;
	text-transform: uppercase;
}

.content p.lead span.dropcap {
	font-size: 3em;
}

.content .imageInfo, .content .imageInfo *, 
	.content .imageInfo_1, .content .imageInfo_1 *,
	.content .footnote, .content .footnote * {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.content a.footnote, .content span.footnote a {
	border: none;
}

.content .imageInfo_1 {
	border-top: 1px dashed #898989;
	border-bottom: 1px solid #898989;
	padding-top: 10px;
	padding-bottom: 10px;
}

.content .imageInfo_1 p {
	padding: 0;
	margin: 0;
}

.content span.image span.meta span {
	color: white;
}

.content .lead {
	font-family: Rockwell, Georgia, serif;
	font-size: 16.5px;
}

.content blockquote {
	border-left: 2px solid #a3a3a3;
	padding-left: 20px;
	margin-left: 1px;
	color: #a3a3a3;
}

.content .quote {
	color: black;
	font-size: 18px;
	font-style: italic;
}

.content sub a, .content sup a {
	color: #527d97;
	border: none;
}

.content sub a:hover, .content sup a:hover {
	border: none;
}

.content div.image {
	position: relative;
}

.content div.image a {
	position: absolute;
	top: 0;
	left: 0;
}

.content div.image .zoom {
	display: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/images/zoom.png);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.content div.image a:hover .zoom {
	display: block;
}

a {
	text-decoration: none;
	color: #527d97;
}

a:hover {
	text-decoration: underline;
}