/*
	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	: Thom Wetzel
	Author Site	: http://www.lmnopc.com/
	Style Name	: Protirenet.com
	Style URI	: http://protirenet.com/
	Version		: 1.0
	Comments	:
*/

#page {
   padding-top: 0;
}
	
#header {
	background: #ffffff;
	height: 280px; 
	background: #ffffff url(/images/header-background.gif) 0 0 repeat-x;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 a{
	display: block; 
	height: 250px;
	width: 970px; 
	background: transparent url(/images/logo.jpg) 20px 50px no-repeat;
	text-indent: -9999px;
}
#header .description {
	text-indent: -9999px;
	font-size: 0;
}
	
.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 */
	}

/* increase spacing of sidebar rss feed icons
*/
div.sb-feed ul li {
	padding: 2px 0;    
}                  



ul.menu li a {
background-color: #4466CC; 
}
ul.menu li a:hover {
background-color: #666666;
color: #ffffff !important;
}

ul.menu li.current_page_item a {
background-color: #001144;
color: #ffffff !important;
}

ul.menu li.current_page_item a:hover {
background-color: #666666;
color: #ffffff !important;
}