/*	Rename this file to k2scheme.css, and keep all your CSS changes in	here, so as to minimize 'the damage'. This will make it easier for	you to upgrade and debug problems.		Also, if you want to create a scheme for K2 for distribution, you	should make as few changes as possible to other files, so as to	make it easier for people who want to retain a clean and easily	upgradeable K2 install.		Author Name	: Dan	Author Site	: www.improvpastence.com	Scheme Name	: Burum 2.0	Comments	:*/body {	font-size: 62.5%; /* Resets 1em to 10px */	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	color: #444;	background-color: #CCCCCC;	text-align: center;	margin: 20px 0 30px;}	#page {	background: #fff;	text-align: left;	margin: 0 auto;	padding: 10px;	position: relative;	/* The entire template's width is set in this class. */	width: 780px;	_width: 740px;	border: 0px solid #ddd;	border-top: none;}	#header {	padding: 0;	margin: 0;	position: relative;	height: 200px;	background: #6666FF;	}	ul.menu li a:hover {	background: #B3B3B3;	color: #eee !important;	text-decoration: none;	}ul.menu li.current_page_item a,ul.menu li.current_page_item a:hover {	color: #444444 !important;	background: white;	text-decoration: none;	}	.primary img {	margin-left: -5px;	padding: 4px;	border: 1px solid #fff;	max-width: 100%;	}	img.center {	display: block;	margin-left: auto;	margin-right: auto;	}	img.alignright {	padding: 4px;	margin: 0 0 2px 7px;	display: inline;	}img.alignleft {	padding: 4px;	margin: 0 7px 2px 0;	display: inline;	}	img.noborder {	border: none;	}.secondary {	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;	padding: 10px 0;	margin: 0 0 20px 71%;	width: 26%;	color: #666;	/* The following are IE Fixes */	_padding: 30px 0 10px;	_margin-left: 0%;	_margin-right: -4%;	_width: 26.5%;	}				.primary {	/* Contains the main column */	width: 500px;	_width: 500px; /* IE Hack */	float: left;	padding: 20px 0 10px;	margin: 0 10px 0 30px;	_margin: 0 20px 0 15px; /* IE Hack */	display: inline;}.item {/* Each entry is contained within the 'item' class */}.itemtext {/* The meat and potatoes of every entry */}.secondary {/* Contains the sidebar */}