/*
	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	: Christoph Potzinger
	Author Site	: http://www.einstern.at
	Style Name	: Kunstwelt by Ulla
	Style URI	: http://www.ulla.at
	Version		: 0.5 and counting
	Comments	: culture cult
*/

body {
	background: white;
	}

#page {
	padding: 0 0 10px;
	border: none;
	background: url('../../images/page-bg.jpg') top left;

	}

	
#header {
	/* Contains the H1 and menu */
	}
	
#primary {

	margin-top: -25px;
	}

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

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

.secondary h2 {
	font-size: 1.5em;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	}

.columns-two #sidebar-main,
.columns-three #sidebar-main {
	padding: 10px 10px 0;
	margin-top: -25px;
	}

.columns-two #page {
	width: 815px;
	}

/*- Main Menu in Header */

ul.menu {
	margin: 34px;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 90%;
	}

	
ul.menu li a {
	font-size: 1.2em;
	font-weight: bold;
	}

ul.menu,
ul.menu li a,
{
	_bottom: -6px;
	_padding-top: 6px;
	_padding-bottom: 4px;
	
	}

ul.menu li a:hover {
	color: #eee !important;
	text-decoration: none;
	background: none;
	}

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

#footer {
	background: url('../../images/kunstwelt-footer.jpg') top center no-repeat;
	margin: 0 auto;
	padding: 0;
	height: 40px;
	text-align: center;
	color: #777;
	_margin-left: -1px;
		}

#footer-text {
	padding-bottom: 20px;
	}

#footer-text a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer-text a:hover {
	border: none;
	text-decoration: none;
	color: #000;
	}