/*
	CSS files kept in the 'styles' 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 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	Stefan Fochler
	Author Site		: 	fochler.de
	Style Name		: 	ApplePress Reloaded
	Style URI		:	http://applepress.de
	Version			:	0.1
	Header Height	:	
	Tags			:	
	Comments		:	Just playing around a bit...
*/

#page {
	padding-top: 0px;
	margin-top: 20px;
}

a {
	color: #5a3e9f;
}

.secondary a:visited:hover, .secondary a:hover {
	text-decoration: none;
	color: #814db5;
}

#header {
	background: #FFF;
}

ul.menu li a {
	padding: 5px 15px;
	color: #ddd;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #333;
	background: transparent;
	text-decoration: none;
}

ul.menu li a:hover {
	background: transparent;
	color: #444;
	text-decoration: none;
}

.entry-content a:hover, .entry-content a:visited:hover {
	text-decoration: none !important;
	color: #814db5 !important;
}

ul.menu {
	width: 760px;
	padding-left: 20px;
	margin: 0px;
	background: #fff;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none:
}

#primary-wrapper {
/*	border-right: 1px solid #ddd;
	margin-right: -221px;
	width: 530px;
*/
}