/*  
Theme Name: MBF Theme
Theme URI: http://wordpress.org/
Description: This is the official theme for the Make Better Flyers Project. Thanks to David Hellmann for helping me creating it.
Version: 1.0
Author: Jan Dienstknecht
Author URl: http://www.jandienstknecht.com/



	This theme was designed and built by Jan Dienstknecht,
	whose portfolio you will find at http://www.jandienstknecht.com/

*/


/* For all */
a:focus { outline: none; }
.c { clear:both; padding:0; margin:0; border:0; }



* { 
	padding:0;
	margin:0;
	border:0;
	text-decoration:none;
	list-style:none;
}


/* ----------- BODY ---------- */

html , body {
	color:#FFF;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	line-height:18px;
	background-color:#000;
	background-image:url(images/mbf_bg.jpg);
	background-position:top left;
	background-repeat:repeat;
	background-attachment:fixed;
	margin:0;
	padding:0;
	text-align:left;
	height:100%;
}


/* Links */
a { 
	text-decoration: none;
	cursor:pointer; 
}

a:hover { 	
	color:#CCCCCC;
}


/* Head */

#header {
    float:left;
    clear:both;
    text-align:center;
	width:820px;
	height:165px;
}

#header #logo_block {
	float:left;
	width:286px;
	height:96px;
	margin:69px auto auto 0;
}

#header #logo_block h1 {
	width:286px;
	height:96px;
	background:url(images/mbf_logo.jpg) no-repeat;
}

#header #navi_box {
	padding: 8px 0 8px 0;
	float:right;
	background-color:#FFF;
	width:220px;
	height:80px;
	margin:69px 0 auto;
}

#header #navi_box .gallery_button {
	height:20px;
	width: 220px;
	background:url(images/mbf_button_gallery.jpg) 0 0 no-repeat;
}

#header #navi_box .gallery_button a {
	float:left;
	height:20px;
	width: 220px;
	background:url(images/mbf_button_gallery.jpg) 0 0 no-repeat;
}

#header #navi_box .gallery_button a:hover, #header #navi_box .gallery_button a.aktiv {
	background:url(images/mbf_button_gallery.jpg) 0 -20px no-repeat;
}


#header #navi_box .downloads_button {
	height:20px;
	width: 220px;
	background:url(images/mbf_button_downloads.jpg) no-repeat;
}

#header #navi_box .downloads_button a {
	float:left;
	height:20px;
	width: 220px;
	background:url(images/mbf_button_downloads.jpg) 0 0 no-repeat;
}

#header #navi_box .downloads_button a:hover, #header #navi_box .downloads_button a.aktiv {
	background:url(images/mbf_button_downloads.jpg) 0 -20px no-repeat;
}


#header #navi_box .info_button {
	height:20px;
	width: 220px;
	background:url(images/mbf_button_info.jpg) no-repeat;
}

#header #navi_box .info_button a {
	float:left;
	height:20px;
	width: 220px;
	background:url(images/mbf_button_info.jpg) 0 0 no-repeat;
}

#header #navi_box .info_button a:hover, #header #navi_box .info_button a.aktiv {
	background:url(images/mbf_button_info.jpg) 0 -20px no-repeat;
}

#header #navi_box .rss_button {
	height:20px;
	width: 220px;
	background:url(images/mbf_button_rss.jpg) no-repeat;
}

#header #navi_box .rss_button a {
	float:left;
	height:20px;
	width: 220px;
	background:url(images/mbf_button_rss.jpg) 0 0 no-repeat;
}

#header #navi_box .rss_button a:hover, #header #navi_box .rss_button a.aktiv {
	background:url(images/mbf_button_rss.jpg) 0 -20px no-repeat;
}

/* Overall */

#box {
	width:820px;
	clear:both;
	text-align:left;
	padding:0;
	margin:0;
}

#overall {
	width:820px;
	margin:0 auto;
	text-align:left;
}


#left-col {
	width:450px;
	float:left;
	padding:0 0 0 140px;
}

	/* Showcase */

	#showcase , #standard {
		padding:40px 0 0 0;
		width:320px;
		float:left;
	}
	
	
	#showcase li.block , #standard li.h2 {
		width:320px;
		padding:0;
		clear:both;
		font:normal 11px/14px "Courier New", Courier, monospace;
	}
	
	#showcase ul.post-meta {
		margin-top:5px;
	} 
	
	#showcase ul.post-meta li a {
		background-color:#000;
		color:#FFF;
		padding:0 2px 0 2px;
	} 
	
	#showcase ul.post-meta li a:hover {
		background-color:#990000;
	} 
	
	#showcase li.block p {
		width:320px;
		padding:0 0 10px 0;
		clear:both;
	}
	
	#showcase li.block p .tag_header {
		padding:0 3px;
		background-color:#990000;
		font-size: 30px;
		margin:0 0 30px 0;
	}
	
	#showcase li.block a {
		padding: 0 2px;
		background-color:#000;
		color:#FFF;
		font-size:11px;
	}
	
	#showcase li.block a:hover { 
		background-color:#990000;
	}
	
	
	
	
	
	
	
	#standart li.image-block .spacer {
		width:320px;
		height:1px;
		background-image:url(images/mbf_space_line.jpg);
		padding:0;
		margin:6px 0 6px 0;
	}
	
	#standart li.image-block .bildblock {
		margin: 0 0 10px 0;
		background-color:#FF0000;
		padding:0;
		line-height:0px;
	}
	
	#standart li.image-block .hauptblock {
		margin:20px;
	}
	
	#standard li p , #standard li .p {
		clear:both;
		width:320px;
		margin:0;
	}
	
	#standard li .p h2 {
		clear:both;
		color:#fff;
		font:bold 20px/24px "Courier New", Courier, monospace;
		letter-spacing:-1px;
	}
	
	#standard li p {
		width:314px;
		padding:3;
	}
	
	#standard li p.texte a.bildlink {
		background-color:transparent;
		padding:0;
		margin:0;
	}
	
	#standard li p.texte a {
		padding: 0 4px;
		color:#FFF;
		background-color:#990000;
	}
	
	#standard li p.texte a:hover {
		background-color:#FFF;
		color:#000;
	}
	
	
	#standard li p.texte {
		width:300px;
		padding:10px 10px 10px 10px;
		background:url(images/mbf_box_kachel.gif) repeat;
	}
	
	#standard li.h2 h2 {
		width:320px;
		padding: 0 0 0 0;
		margin: 0 0 40px 0;
		clear:both;
		color:#FFF;
		font:normal 20px/24px "Courier New", Courier, monospace;
	}
	
	#standard li h4 {
		width:316px;
		padding: 0 0 0 4px;
		margin:20px 0 0 0;
		clear:both;
		color:#FFF;
		font:normal 20px/24px "Courier New", Courier, monospace;
		background-color:#000;
	}
	
	
	
	
	
	
	#showcase li.image-block {
		width:320px;
		height:auto;
		padding:0 0 40px 0;
		clear:both;
		margin:0;
	}
	
	#showcase li.image-block-bigger {
		width:460px;
		height:auto;
		padding:0 0 40px 0;
		clear:both;
		margin:0 0 0 -70px;
	}
	
	#showcase li.image-block .spacer, #showcase li.image-block-bigger .spacer {
		width:320px;
		height:1px;
		background-image:url(images/mbf_space_line.jpg);
		padding:0;
		margin:6px 0 6px 0;
	}
	
	#showcase li.image-block-bigger .spacer {
		width:460px;
	}
	
	#showcase li.image-block a, #showcase li.image-block-bigger a {
		line-height:0;
		border:0;
	}
	
	
	
	
	
	#showcase li.image-block .bildblock, #showcase li.image-block .bildblock p, #showcase li.image-block-bigger .bildblock, #showcase li.image-block-bigger .bildblock p {
		margin: 0 0 10px 0;
		background-color:#FF0000;
		background-image:url(images/mbf_link_bg.png);
		background-position:center center;
		background-repeat:no-repeat;
		padding:0;
		line-height:0;
	}
	
	
	
	
	
		
	#showcase li.image-block h2, #showcase li.image-block-bigger h2 {
		padding:0;
		width:320px;
		color:#FFF;
		font:normal 11px/14px "Courier New", Courier, monospace;
		border:0;
		background:none;
	}
	
	#showcase li.image-block h2 a, #showcase li.image-block-bigger h2 a {
		float:none;
		padding:0 4px 0 2px;
		width:320px;
		color:#FFF;
		font:normal 11px/14px "Courier New", Courier, monospace;
		border:0;
		background:none;
	}
	
	#showcase li.image-block h2 a:hover, #showcase li.image-block-bigger h2 a:hover {
		background-color:#990000;
	}
	
	#showcase li.image-block h2 span, #showcase li.image-block-bigger h2 span {
		font:normal 11px/14px "Courier New", Courier, monospace;
		padding:0;
		color:#FFF;
	}
	
	#showcase li.image-block h2 span a, #showcase li.image-block-bigger h2 span a {
		margin-left:5px;
		color:#FFF;
		font:bold 11px/14px "Courier New", Courier, monospace;
		letter-spacing:0px;
		background:none;
		padding:0 2px 0 2px;
		background-color:#990000;
	}
	
	#showcase li.image-block h2 span a:hover, #showcase li.image-block-bigger h2 span a:hover {
		background-color:#000;
	}
	
	#showcase li.image-block small, #showcase li.image-block-bigger small {
		width:320px;
		padding:14px 0 0 0;
		color:#666666;
		font:normal 11px/0px "Courier New", Courier, monospace;
	}
	
	#showcase .gallery_header {
		width:400px;
		padding:0;
		margin:0 0 30px 0;
		color:#FFF;
		float:left;
		font:normal 20px/24px "Courier New", Courier, monospace;
		border:0;
		background:none;
	}
	
	h3 {
		width:320px;
		padding:0 0 0 20px;
		margin:20px 0 0 0;
		color:#FFF;
		float:left;
		clear:right;
		font:normal 20px/24px "Courier New", Courier, monospace;
		border:0;
		background:none;
	}
	
	
	
							/* Kommentare */
							ol.commentlist  {
								float:left;
								width:320px;
								padding:0 0 0 0;	
							}
							
							ol.commentlist li {
								float:left;
								width:300px;
								padding:10px;
								background-image:url(images/mbf_box_kachel.gif);
								margin:0 0 30px 0;
							}
							
							
							ol.commentlist li cite {
								font-size:14px;
								line-height:14px;
								width:320px;
								font-style:normal;
								font-family:Arial, Helvetica, sans-serif;
								background-color:#000;
								padding:0;
								margin:0 0 30px 0;
							}
							
							ol.commentlist li cite span {
								font-style:normal;		
								font:normal 14px/14px "Courier New", Courier, monospace;
								letter-spacing:-0.5px;
								padding:0 2px 10px 2px;
							}
							
							ol.commentlist li cite .comment_link {
								font:normal 14px/14px 'Courier New', Courier, monospace;
							}
							
							ol.commentlist li cite .comment_date {
								font:normal 11px/11px 'Courier New', Courier, monospace;
							}
							
							ol.commentlist li cite span a {
								font:normal 14px/14px 'Courier New', Courier, monospace;
								color:#FFF;
								background-color:#000;
								padding:0 2px 0 2px;

							}
							
							ol.commentlist li cite span a:hover {
								background-color:#990000;
							}
													
							ol.commentlist li p {
								float:left;
								width:300px;
								padding:15px 0 0 0;
								font:normal 11px/14px "Courier New", Courier, monospace;	
							}
							
							#form { 
								float:left;
								clear:both;
								width:320px;
								padding:0;
								margin:10px 0;
							}
							
							.formleft {
								font:normal 11px/14px "Courier New", Courier, monospace;
								float:left;
								width:320px;
							}
							
							.formleft p a {
								background-color:#990000;
								color:#FFF;
								padding: 0 2px 0 2px;
							}
							
							.formleft p a:hover {
								background-color:#FFF;
								color:#000;
							}
							
							.formright {
								font:normal 11px/14px "Courier New", Courier, monospace;
								float:right;
								width:320px;
								padding-top:10px;
							}
							
							.formright label {
								font:normal 16px/20px "Courier New", Courier, monospace;
								padding-bottom:10px;
							}
							
							
							.forminput {
								height:15px;
								padding:5px 10px;
								width:200px;
								margin:2px 0 5px 0;
								border:0;
							}
							
							.formcomment {
								padding:5px 10px;
								width:300px;
								margin:2px 0 5px 0;
								height:200px;
								border:0;
							}
							
							h3#respond {
								margin-left:0;
								padding-left:0;
							}
							
							h3#comments {
								margin-left:0;
								padding:0 0 10px 0;
							}
							
							.formright input.submit {
								background-color:#990000;
								color:#FFF;
							}
								
							
							#search_unsuccess {
								padding-top:40px;
								width:320px;
							}
	
	
/* Search Sites */

.content-box {
	padding:40px 0 0 0;
	width:320px;
	float:left;
}

.content-box h2 {
	width:400px;
	padding:0;
	font:normal 20px/24px "Courier New", Courier, monospace;
	border:0;
	background:none;
	color:#fff;
}

.content-box h2 a {
	text-decoration:none;
	color:#FFF;
	background-color:#000;
	padding:0 3px 0 3px;
}

.content-box h2 a:hover {
	color:#FFF;
	background-color:#990000;
}

.content-box p.search_date {
	padding: 0 0 6px 0;
}

.more-link a {
	text-decoration: none;
	height:20px;
	background-color:#000;
	color: #FFF;
	padding:5px 10px;
	margin:0 0 0 2px;
}

.more-link a:hover {
	background-color:#990000;
}


	
	
	
/* Side bar */

#sidebar {
	padding: 40px 0 0 0;
	float:right;
	width:220px;
	overflow:hidden;
	color:#fff;
}

#sidebar a.text_link {
	color:#FFF;
	background-color:#990000;
	padding:0 2px 0 2px;
}

#sidebar a.text_link:hover {
	color:#000;
	background-color:#FFF;
}

#sidebar h4 {
	width:200px;
	padding:0 0 5px 0;
	margin:0 auto;
	clear:both;
	color:#FFF;
	font:normal 24px/24px "Courier New", Courier, monospace;
	letter-spacing:-1px;	
}

#sidebar .st-tag-cloud, #sidebar p,  #sidebar ul {
		background:url(images/mbf_box_kachel.gif) repeat;
		width:200px;
		padding:10px 10px 20px 10px;
		margin:0 0 30px 0;
		float:left;
		clear:both;
		border:0;
		color:#FFF;
}

#sidebar .recent_comments {
		background:url(images/mbf_box_kachel.gif) repeat;
		width:200px;
		padding:10px 10px 0 10px;
		margin:0 0 30px 0;
		float:left;
		clear:both;
		border:0;
		color:#FFF;
}


#sidebar p.werbung {
		background:url(images/mbf_box_kachel.gif) repeat;
		width:200px;
		padding:10px;
		margin:0 0 30px 0;
		float:left;
		clear:both;
		overflow:hidden;
		line-height:0;
}

#sidebar .st-tag-cloud, #sidebar .recent_comments {
	text-align:center;
	line-height:22px;
	color:#FFF;
}

#sidebar .st-tag-cloud ul, #sidebar .recent_comments ul {
	padding:0;
}

#sidebar .st-tag-cloud ul li, #sidebar .recent_comments ul li {
	padding:0 0 8px 0;
}

#sidebar .st-tag-cloud a.st-tags, #sidebar .recent_comments a.st-tags {
	margin:-2px 1px 0 1px;
	padding:0 2px 0 2px;
	background-color:#000;
	color:#FFF;
}

#sidebar .st-tag-cloud a.st-tags:hover, #sidebar .recent_comments a.st-tags:hover
 {
	background-color:#990000;
}

#sidebar .st-tag-cloud a, #sidebar .recent_comments a {
	color:#FFF;
}


	
/* FOOTER */

#footer {
	height:260px;
	background-image:url(images/footer_bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	clear:both;
	text-align:left;
}

#footer a:hover {
	color:#000;
	background-color:#FFF;
}

#footer a {
	background-color:#990000;
	color:#FFF;
	padding:3px 6px 3px 6px;
}

#footer .content {
	position:absolute;
	width:780px;
	margin-top:120px;
	text-align:left;
	padding:20px 10px;
}

#footer .content p {
	color:#FFF;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	padding:3px 6px 3px 6px;
}

#footer .content p span {
	line-height:23px;
	padding:3px 0 3px 6px;
	background-color:#000;
}



img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}


#wrapper #content {
	padding: 0 0 0 140px;
}


/* KONTAKT FORMULAR */

form dl, dl.labels {
	font-size:100%;
	margin:-20px 0 0 0;
	background:url(images/mbf_box_kachel.gif) repeat;
}

form dt, dl.labels dt {
	float:left;
	clear:right;
	width:auto;
	margin:15px 0 5px 0;
	color:#FFF;
	background-color:#000;
	text-align:left;
	font-weight:normal;
	position:relative; /*IEWin hack*/
	padding:0 0 0 2px;
}

form dd, dl.labels dd {
	margin:0;
	font-size:11px;
	font-style:normal;
	text-align:left;
	padding:0;
	float:left;
	clear:right;
	width:320px;
}

form dd input {
	width:320px;
	clear:right;
	text-align:left;
}

form dd textarea {
	width:320px;
	clear:right;
	text-align:left;
}

form dd.submit, dl.labels dd.submit  {
	font:normal 11px/14px "Courier New", Courier, monospace;
	margin-top:2em;
	color:#FFF;
	background-color:#000;
}

dd.submit {
	padding:0;
	width:auto;
	float:right;
}

dd.submit input {
	font:normal 11px/14px "Courier New", Courier, monospace;
	color:#FFF;
	width:120px;
	border:1px solid #FFF;
	background-color:#FFF;
	text-align:center;
	font-weight:normal;
	background:#000;
	padding:3px;
}

dd.submit input:hover {
	background:#990000;
}


.error_msg {
	font:normal 11px/14px "Courier New", Courier, monospace;
	height:16px;
	width:320px;
	background-color:#990000;
	font-weight:normal;
	color:#FFF;
	padding:2px;
	overflow:hidden;
}

.pxs_css_spamcheck {
	display: none; !important;
}

