/*
	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	:  Sven Wappler
	Author Site	:  http://www.wappler.eu
	Style Name	:  Minimalistisch
	Style URI	:  http://www.wappler.eu
	Version		:  2.0
	Comments	: Keine :-)
*/

.content {
	padding: 20px;
}

.columns-two #page {
	width: 850px;
	margin-top: 24px;
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD;
}

#header {
	background: white url('head.gif') top center no-repeat;
	width: 100%;
	height: 160px;
}

#primary {
	width: 565px;
}

#primary .entry-content h3 {
	font-size: 13pt;
	border-bottom: 1px solid #DDD;
}

#primary .entry-content h4 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

h2 {
	font-weight: normal;
	letter-spacing: 0px;
	text-align: left;
	font-size: 13pt;
}

h2 span a,h2 span a:visited,h3 span a,h3 span a:visited {
	color: #555 !important;
	font-weight: normal !important;
}

h2 a,h2 a:hover,h2 a:visited,h3,h3 a,h3 a:hover,h3 a:visited,h4,h4 a,h4 a:hover,h4 a:visited {
	font-size: 15pt;
	margin-bottom: 10px;
}

.secondary h4 {
	font-size: 12pt;
}

ul.menu {
	padding: 0 0 0 21px;
}

ul.menu li a {
	padding: 5px 10px 6px 10px;
	font-size: 9pt;
}

ul.menu li.current_page_item a,ul.menu li.current_page_item a:hover {
	color: black !important;
	text-decoration: none;
	background-color: #F6F6F6;
	font-weight: bold;
}

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

ul.menu li.page_item a {
	color: black;
	font-weight: bold;
}

p, li {
	font-size: 8pt;
	line-height: 150%;
}

div.secondary ul li a {
	font-size: 11px;
	color: #E49F2A;
	/* font-weight: bold; IE 6 stuerzt hier ab */
}

div.page-head {
	height: 30px;
	background-image: url('/wp-content/themes/k2/images/br.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.page-head h2 {
	background-image: url('/wp-content/themes/k2/images/bulleth.gif');
	background-position: left -4px;
	background-repeat: no-repeat;
}

div.important {
	margin: 0px 10px 10px;
	padding: 10px;
	line-height: 130%;
	border: solid 1px #dd3c10;
	background: #ffebe8;
}

a.social_img img {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

div.code {
	font-size: 8pt;
	line-height: 140%;
}

div.download {
	width: 300px;
	margin-top: 10px;
	padding: 6px 0 4px 55px;
	font-size: 12px;
	border: 3px solid #D9B31A;
	background: #FFFAC7 url('download.png') no-repeat 12px 8px;
	margin-bottom: 20px;
}

div.info {
	width: 300px;
	margin-top: 10px;
	padding: 6px 0 4px 55px;
	font-size: 12px;
	border: 3px solid #D9B31A;
	background: #FFFAC7 url('info.png') no-repeat 12px 8px;
	margin-bottom: 20px;
}

div.attention {
	width: 86%;
	margin-top: 10px;
	padding: 6px 2% 4px 10%;
	font-size: 12px;
	border: 3px solid #D9B31A;
	background: #FFFAC7 url('info.png') no-repeat 12px 8px;
	margin-bottom: 20px;
}

div.attention p {
	font-size: 9pt;
	font-weight: bold;
	line-height: 200%;
	margin: 0;
}

div.info h2 {
	font-size: 13px;
}

div.info p {
	margin: 3px;
}

ul.menu li.admintab {
	display: none;
}

.post {
	border-bottom: 1px dotted gray;
}

.floatbox {
	overflow: hidden;
}

.footer {
	color: #888888;
}

.footer a, .footer a:visited {
	color: #888888;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}

.footer a:hover {
	color: black;
	text-decoration: none;
}

.entry-content .wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	margin:10px;
	padding:4px;
	text-align:center;
}

.wp-caption p {
	margin: 0px 5px;
}

.entry-content .wp-caption:hover {
	border:1px solid #2277DD;
/* 	padding: 4px 3px 3px 3px; */
}