@import "source/style/content.css";
@import "source/style/form.css";
@import "source/style/header.css";
@import "source/style/information.css";
@import "source/style/layout.css";
@import "source/style/menu.css";
@import "source/style/news.css";
@import "source/style/tooltip.css";

/* Quote boxes */
p.citation {
	background: #d3e9dc url(http://ravencrest.nl/forum/public/style_images/mystic/citation_bg.png) no-repeat right;
	color: #2b3730;
	font-size: 0.9em;
	font-weight: bold;
	border-width: 1px 1px 0 3px;
	border-style: solid;
	border-color: #6fa987;
	padding: 5px 8px;
}
 
	div.blockquote {
		background: #f3f9f6;
		font-size: 0.9em;
		border-width: 1px 1px 1px 3px;
		border-style: solid;
		border-color: #6fa987;
		margin: 0px;
		margin-top: 0px;
	}
 
		div.blockquote p.citation {
			background-color: #e5d2e9;
			color: #413544;
			border-color: #ae7eb9;
		}
		
		div.blockquote div.blockquote {
			background: #f9f5fa;
			font-size: 1em;
			border-color: #ae7eb9;
			margin: -0px 15px 0px 15px;
		}
 
			div.blockquote div.blockquote p.citation {
				background-color: #e9e7d1;
				color: #474534;
				border-color: #b2ab72;
			}
 
			div.blockquote div.blockquote div.blockquote {
				background: #f9f8f3;
				border-color: #b2ab72;
			}
			
			div.blockquote p.citation {
				margin: 6px 15px 0 15px;
				font-size: 1em;
			}
 
div.quote {
	padding: 12px;
} 
 
div.quote p.blockquote {
	margin-left: -12px;
}
 
cite {
	display: block;
	font-weight: bold;
}

	blockquote cite {
		font-size: 1em;
	}
