/**
*	Theme Name: kr_barefoot
*	Description: Theme for Website barfuss-lauf.de by KR-e@tiv! Media Design
*	Author: KR-e@tiv! Media Design
*	Author URI: http://www.kr-eativ.de
*
*	category.php shows pages with identical nicenames as static content at the end of the category-site
*/

body 
{
	text-align: center;
  	background-image: url(images/kr_background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 
{ 
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2, h3, h4, div, p, body, html, input, button, fieldset
{ 
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

h6
{
	clear: both;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h5
{
	clear: both;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 30px;
}

img
{
	border: none;
}

div#container 
{
	width: 980px;
	max-height: 1023px;
	text-align: left; 
	margin: 0px auto;
}

div#header
{
	height: 220px;
	position:relative;
	text-align: center;
}

div#menu_top 
{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	text-align: right;
	color: #000000;  
	padding: 5px;
	padding-right: 30px;
}

div#menu_top a, a:link, a:active, a:visited
{
   text-decoration: none;
   color: #000000;
}

div#menu_top a:hover
{
	text-decoration: underline;
	color: #000000;
}

div#menu_left 
{ 
	float: left;
	width: 180px; 
	height: auto;
	padding: 10px;
	padding-left: 20px;
}

#menu_left ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}

#menu_left ul li
{
	margin: 0px;
	padding: 0px;
	height: 35px;
}

#menu_left a
{
	display: block;
	color: #000000;
	height: 35px;
	padding-left: 20px;
	padding-top: 9px;
	text-decoration: none;
	font-weight: bold;
}

#menu_left a:link, #menu_left a:visited
{
	background-image: url(images/kr_menu_button.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu_left a:hover, #menu_left a:active
{
	background-image: url(images/kr_menu_button_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu_left a.static
{
	display: inline;
	padding: 0px;
}

#menu_left a.static:link, #menu_left a.static:visited
{
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu_left a.static:hover, #menu_left a.static:active
{
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
}

div#content 
{
	float: right;
	text-align: justify;
	width: 700px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

a, a:link, a:active, a:visited
{
	color: #bb0000;
	text-decoration: none;
}

a:hover
{
	color: #bb0000;
	text-decoration: underline;
}

div.content_post_date
{
	font-size: 8px;
	font-style: italic;
}

h1.content_main_headline
{
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 20px;
}

h1.content_post_headline
{ 
	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.content_post_seperator
{
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: groove 2px #aaaaaa;
	clear: both;
}

div.content_post_footer
{
	font-size: 11px;
	font-style: italic;
	clear: both;
}

div#content_seperator_between_dynamic_and_static
{
	padding-top: 20px;
	padding-bottom: 20px;
}

div#content_static
{
	border: groove 2px #aaaaaa;
}

div#content_static_main_headline
{
	border-bottom: groove 2px #aaaaaa;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div#content_static_main_headline h1
{	
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.content_static_entry
{
	padding: 10px;
	padding-top: 0px;
	min-height: 220px;
}

img.alignleft
{
	vertical-align: text-top;
	margin-right: 20px;
	margin-bottom: 10px;
	float:left;
}

img.alignright
{
	vertical-align: text-top;
	margin-left: 20px;
	margin-bottom: 10px;
	float:right;
}

div.alignleft
{
	vertical-align: text-top;
	float: left;
}

#comments
{
	margin: 0px;
	margin-top: 20px;
	padding: 10px;
	border: groove 2px #aaaaaa;
	clear: both;
}

#comments ol
{
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
}

#comments ol li
{
	list-style: none;
	margin: 10px 0px;
	padding: 0px 0px 10px;
	border-bottom: groove 2px #aaaaaa;
	line-height: 24px;
}

#comments span.comment-author
{
	font-weight: bold;
}

div.comment-metadata
{
	font-size: 10px;
	font-style: italic;
}	

table.formular
{
	border: groove 2px #aaaaaa;
	padding: 10px;
	padding-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.formular tr
{
	vertical-align: top;
}

table.formular td
{
	vertical-align: top;
	text-align: justify;
	padding-right: 10px;
}

p.wp-caption-text
{
	font-size: 10px;
	text-align: center;
	padding-left: 10px;
	padding-right: 20px;
}

ul
{
	overflow: auto;
}
