body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link, a:visited {
	text-decoration: none;
	color: #0b5a77;
}

a:visited {
	/* color: #701bb2; Didn't love this. */
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #931212;
}

div.node_theme {
	font-family: 'Fette1451Engschrift';
	text-transform: uppercase;
	font-size: 1.8em;
}

.node_theme a {
	color: black;
}

#content .node_content {
	line-height: 1.6em;
}

.node_content p { 
	margin-top: 0;
}

.node_content blockquote em {
	color: #792416;
}

.node_content h3 {
	font-size: 1.4em;
	font-family: 'Eksja';
	margin-bottom: 0;
	text-transform: uppercase;
}

.node_content h3 span.highlight {
	color: #525818;
}

.node_content h4 {
	font-size: 1.25em;
	font-family: 'Eksja';
	margin-bottom: 0;
}

.node_content h5 {
	font-size: 1.1em;
	font-family: 'Eksja';
}

.node_content h6 {
	font-size: 1.0em;
	font-family: 'Eksja';
}

.node_content h2.reversebar, .node_content h3.reversebar {
	font-size: 1.1em;
	text-transform: uppercase;
	background-color: #846218;
	display: inline-block;
	padding: 3px 5px;
	color: white;
	border-radius: 1px;
	margin: .25em 0 0;
}

.node_content h4.reversebar, .node_content h5.reversebar, .node_content h6.reversebar {
	font-size: 1.1em;
	background-color: #d1a82c;
	display: inline-block;
	padding: 3px 5px;
	color: white;
	border-radius: 1px;
	margin: .25em 0;
}

.node_content span.dropcap{
	font-size:1.417em;
	color:#856217;
	font-weight:bold;
}

.node_content span.role {
	font-weight: bold;
}

.node_content span.role_1 {
	color: #916200;
}

.node_content span.role_2 {
	color: #523501;
}

.node_content span.role_3 {
	color: #4e5706;
}

.node_content span.role_4 {
	color: #792416;
}

.node_content span.role_5 {

}

.node_content div.pullquote {
	float: right;
	margin: 10px 0 10px 20px;
	padding: 10px 0 10px 10px;
	width: 260px;
	color: #916200;
	font-family: 'Eksja';
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.8em;
	background: url(images/main_rule.gif) top left repeat-x, url(images/main_rule.gif) bottom left repeat-x;
}

.node_content div.darkbox {
	color: white;
	/* background: url(images/greenbox_top.jpg) top left no-repeat, url(images/greenbox_bottom.jpg) bottom left no-repeat, url(images/greenbox_bg.jpg) top left repeat-y; */
	background: url(images/brownbox_bg.jpg) top left repeat-y;
	padding: 1em 1em .5em;
	border-radius: 2px;
	margin-bottom: 1em;
}

.node_content div.darkbox h3 {
	margin: .25em 0 1em;
}

.node_content div.darkbox a {
	color: #9ad6ec;
}

.node_content div.barbox {
	background-color: #e4e5c4;
	padding: 14px 14px .5em;
	border-radius: 2px;
	margin-bottom: 1em;
}

.node_content div.barbox.right {
	float: right;
	width: 250px;
	margin-left: 28px;
}

.node_content div.barbox h3 {
	background-image: url(images/greenbar_bg.jpg);
	margin: -14px -14px 1em;
	padding: 1em 14px .75em;
	color: white;
	border-radius: 2px 2px 0 0;
}
