/*
	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	: Florian Bemm
	Author Site	: http://www.wetzelbemm.com
	Scheme Name	: BMRP
	Comments	: Version 1.2
*/
body {
	background-color: #FFF;
	font-family: Helvetica,Arial,Sans-Serif;
	text-align: center;
	font-size: 70%;
}

#page {
	/* The entire design is contained within the page id */
	border-style: none;
	padding-top: 0px;
	text-align: center;
}
	
.sidebar-single #page {
	width:1000px;
}

.columns-one #page {
	width:1000px;
}

#header {
	/* Contains the H1 and menu */
	width: 1000px;
	height: 75px;
	background-color: #FFF;
	background-image: url(../../../../images/Logo-BerndMolzahn.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	}
/*
#header h1 {
	display: none;
}
#header .description {
	display: none;
}
*/
#header #header_link{
	width: 230px;
	height: 75px;
}

/* Naviagation */
#menu { width: 100%; text-align: center; position: relative; }
#navsnd_wrapper { background-color: #fff; position: relative; }

div.navigation_secondary { width: 1200px; height: 80px; margin-left: 80px; /* overwritten by javascript if windows browser (function center_navigation_hp in navigation_bmrp.php) */
	background-color: #fff; position: static; }

ul.ul_floater { float: left; padding: 12px 20px; text-align: center; position: relative; left: 1px; }
ul.navigation_secondary li.current_page_item a, ul.navigation_secondary li.current_page_item a:hover  { color:#000 !important; text-decoration: none; font-weight: bold; position: relative; }

ul.navigation_primary li.current_page_item a, ul.navigation_primary li.current_page_item a:hover {
	color:#000 !important;
	text-decoration: none;
	font-weight: bold;
}

div.navigation_secondary ul.ul_floater li.page_sub_item_home a:hover{ color: #999; color:#000 !important; text-decoration: underline; position: relative; }


ul.navigation_primary li a:hover, ul.navigation_secondary a:hover, div.navigation_secondary ul.ul_floater li a:hover {
	/*background:#FFF;*/
	color:#000 !important;
	text-decoration: underline;
}

ul.navigation_primary li a, ul.navigation_secondary li a {
	color:#000;
	font-size:1em;
	margin:0pt;
}

div.navigation_secondary ul.ul_floater li.page_sub_item_home a { color: #666; font-size: 1em; line-height: 1.2em; position: relative; }

div.navigation_secondary ul.ul_floater li { position: relative; list-style-type: none; }

ul.navigation_primary li, ul.navigation_secondary li {
	display:inline;
	margin:0pt;
}

ul.navigation_primary, ul.navigation_primary li a, ul.navigation_secondary, ul.navigation_secondary li a {
	padding: 7px 35px 7px 35px;
}

ul.navigation_primary, ul.navigation_secondary {
	width: 955px;
	text-align: center;
}

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

ul.menu { position: relative; display: none;
/*bottom:0pt;
left:20px;
margin:0pt;
padding:0pt;
position:absolute;
width:90%;*/
}

#primary a:hover, #primary a:visited:hover, .secondary a:hover, .secondary a:visited:hover {
	text-decoration:underline;
}

.secondary li.current_page_item { font-weight: bold; position: relative; }

.secondary li { position: relative; float: left; }

a { color:#000; text-decoration:none; position: relative; }



/* CONTENT */
.content {
	padding: 12px;
}

#primary {
	/* Contains the main column */
	clear: both;
	width: 100%;
	padding: 0px;
}

.hentry {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.page-head {
	display: none;
}
	
.page-head h2 {
	display: none;
}	

#primary h3, #primary h4, .single #primary .k2-asides h3 {
	color: #000;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: normal;
}

.entry-content {
	clear: both;
	width: 100%;
	height: auto;
	color: #000;
	font-size: 1em;
	/*min-height: 400px;*/
	/*padding-left: 15px;*/
}

.entry-content img {
	width: auto;
	max-width: none;
}

.entry-content p, .entry-content ul, .entry-content ol, .entry-content div, .entry-content blockquote {
	margin: 0;
}
.primary img {
	width: auto;
	max-width: none;
}


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

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

.chronodata, .entry-category, .commentslink {
	display: none;
}

/* NextGen Galerie CSS */
#gallery_wrapper {
	width: 1058px;
	position: absolute;
	left: 10px;
}

.ngg-galleryoverview {
	clear: both;
}
.ngg-gallery-thumbnail img{
	width: auto;
	max-width: none;
	border: 0 none !important;
	
}
.ngg-gallery-thumbnail img:hover {
	background-color: #FFF !important;
}
.ngg-navigation {
	font-family: Helvetica,Arial,Sans-Serif;
}
.entry-content a:visited {
	color: #000;
}

/* NextGen Galerie Thickbox */
#TB_window {
	background: transparent;
	border: 0 none;
	font-size: 70%;
}

#TB_window img#TB_Image {
	border: 0 none !important;
	/*margin: 0px 0px 0px 15px !important;*/
}

#TB_caption {
	width: 100%;
	height: 72px;
	padding: 0;
	margin-left: 15px;
}

#TB_secondLine {
	background-color: #FFF;
	height: 25px;
	padding-top: 14px;
	text-align: center;
}
/*
#TB_prev {
	float: left;
}
#TB_CenterButtons {
	float: left;
	width: 40%;
	padding-top: 18px;
	text-align: center;	
}
#TB_next {
	float: right;
}
*/


/* SIDEBAR */
#sidebar-main {
	clear: both;
	padding:0px;
	width: 780px;
	text-align: center;
}

.secondary {
	/* Contains the sidebar */
	}
.columns-one .secondary {
	border: 0 none;
}

#footer {
	display: none;
}


/* cforms II */
.cform legend {
	font-family: Helvetica,Arial,Sans-Serif;
	text-align: center;
	font-size: 1em;
}
.cform input:hover, .cform textarea:hover, .cform select:hover {
	background:#e6e6e6 none repeat scroll 0%;
}

.cform input.sendbutton {
	font-size: 1em;
	width: 120px;
}


.linklove {
	display: none;
}


