/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Lasse Nilsson, yaform
	Author Site	: http://www.yaform.se
	Style Name	: Natur2
	Style URI	: http://www.yaform.se
	Version		:
	Comments	:
*/

/* Page Layout */.sidebar-dual #page {	width: 950px;	padding: 0;  	border: 1px solid #333;	border-top: none;	clear: both;	}* html .sidebar-dual #page {	width: 952px; /* for IE5 and IE6 in quirks mode */	w\idth: 950px; /* for IE6 in standards mode */	}#page { 	margin-top: 10px;  /* This section creates a small gap at the top */	border-top: 1px solid #333;}.sidebar-dual .content {	padding: 0;	overflow: hidden;	}.sidebar-dual #primary {	margin-left: 0; /* override style.css */	float: left;	width: 500px;	padding: 20px 25px 20px 25px;	overflow: hidden;	}* html .sidebar-dual #primary {	width: 550px; /* for IE5 and IE6 in quirks mode */	w\idth: 500px; /* for IE6 in standards mode */	}.sidebar-dual #sidebar-main {	float: left; /* Changing "left" to "right" swaps sidebars */	width: 210px;	padding: 10px 10px 10px 20px;	overflow: hidden;	}* html .sidebar-dual #sidebar-main {	width: 240px; /* for IE5 and IE6 in quirks mode */	w\idth: 210px; /* for IE6 in standards mode */	}#sidebar-alt {	float: left;	width: 125px;	padding: 10px 25px 10px 10px;	overflow: hidden;	left: 0; /* override style.css */	margin-left: 0; /* override style.css */	}* html #sidebar-alt {	width: 160px; /* for IE5 and IE6 in quirks mode */	w\idth: 125px; /* for IE6 in standards mode */	}
	
blockquote {background:none;border:medium none;color:#333333;margin:20px 0pt;padding:0pt 20px 0pt 50px;}