@charset "utf-8";

/* 	about.css for lignolab.com by Daniel Rose (danielrosewebdesign@googlemail.com) */
	
	#content.about section
	{	width: 430px; }
	
	.about aside
	{	position: absolute;
		top: 0; right: 0;
		width: 300px; }
		
		.about aside img
		{	margin: 7px 0; }
		
	#content.news article
	{	margin-bottom: 2.5em;
		clear: both; }
		
		.news article header h3
		{	margin: 0;
			line-height: 1.3; }
		.news article header time
		{	font-size: .95em; }
		
		.news article p
		{	width: 380px; }
		
		.news article img
		{	float: right; }
	
	#content.quotes blockquote
	{	width: 300px;
		float: left;
		margin: 40px;
		font-size: 1.1em; }
		
	.quotes article
	{	clear: both;
		border: 1px solid #7d0000;
		padding: 10px;
		position: relative;
		font-size: .95em;
		min-height: 200px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px; }
		
		.quotes article p
		{	margin: .2em 0;	}
		
		.quotes article header, .quotes article p
		{	width: 360px; }
		
		.quotes article aside
		{	position: absolute;
			right: 10px;
			top: 0; }
		
		.quotes article h4
		{	font-size: 1.2em; }
		
		
/* end about.css */