/*
	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: 70%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #444;
	background-color: #333333;
	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: 760px;
	_width: 760px;
	border: 0px solid #ddd;
	border-top: none;
}
	
#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url('http://www.mobili.st/images/cotm-logo.jpg');
	background-repeat: no-repeat;
	background-position: 50% 5px;
	}
	
ul.menu li a:hover {
	background: #ff6b39;
	color: #444444 !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #444444 !important;
	background: #ff6b39;
	text-decoration: none;
	font-weight: bold;
	}
	
.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 550px;
	width: 200px;
	color: #666;
	}
				
.primary {
/* Contains the main column */
}

.item {
/* Each entry is contained within the 'item' class */
}

.itemtext {
/* The meat and potatoes of every entry */
}

.secondary {
/* Contains the sidebar */
}