/*
Theme Name: bennyn.de WP Template
Theme URI: http://www.bennyn.de/
Description: The original bennyn.de theme.
Version: 1.2
Author: Benny Neugebauer
Tags: bennyn, three columns, widgets

Very cool and flashy WordPress template for www.bennyn.de!
*/

/* ---------- Generelle Einstellungen ---------- */

*
{
	padding:0;
	margin:0;
}

body 
{
	font-size: 14px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	background-image: url(images/body.jpg);
	background-attachment: fixed;
}

a
{
	color: #3399CC;
	text-decoration: none;
	font-family: Arial;
}

a:hover
{
	color: #89C9EB;
}

img
{
	border: 0;
} 

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.clean
{
	clear: both;
}

/* ---------- Container: Wrapper der Seite ---------- */
#container
{
	width: 1250px;
	margin: 0 auto;
	background-image: url(images/container.png);
	background-repeat: no-repeat;
	background-color: #7CD0FF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}	

/* ---------- Horiz. Navigation unter dem Banner ---------- */

#topnavi 
{
	height: 49px;
	font-weight: bold;
	clear: both; /* cleant "floatleft" vom Bannerbild */
}

#topnavi ul a
{
	color: white;
	font-size: 16px;
	display: block; /* damit Links im gesamten Naviblock gehovert werden */
}

#topnavi ul a:hover,
#topnavi ul .current_page_item a
{
	color: #3399CC;
}

#topnavi ul li
{
	display: inline; /* bewirkt horiz. Darstellung */
	background-image: url(images/navioff.gif);
	list-style-type: none;
	float: left; /* wichtig fuer line-height */
	width: 131px;
	line-height: 39px;
	margin-top: 10px;
	margin-right: 5px;
	text-align: center;
}

#topnavi ul li:hover,
#topnavi ul .current_page_item
{
	background-image: url(images/navion.gif);
}

/* ---------- Mittelteil ---------- */

#center 
{
	width: 710px; /* 1250 - (245+30) - (245+10+10) */
}

/* ---------- Linke Sidebar ---------- */

#left 
{
	width: 245px;
	margin-left: 20px;
	margin-right: 10px;
}

#left ul
{
	font-weight: bold;
	line-height: 24px;
}

#left ul .cat-item
{
	list-style-type: square;
	color: #FFCC33;
	margin-left: 15px;
}

/* ---------- Rechte Sidebar ---------- */

#right 
{
	float: right;
	width: 245px;
	margin-right: 10px;
	margin-left: 10px;
}

/* ---------- Footer ---------- */

#footer 
{
	clear: both;
	background-image: url(images/footer.png);
	height: 208px;
}

/* ---------- Schriftarten ---------- */

.ctbox-top h1 a
{
	font-family: Arial;
	font-size: 16px;
	color: white;
}

.ctbox-top h1 a:hover
{
	color: #89C9EB;
}

.ctbox-center h1
{

	font-family: Arial;
	font-size: 20px;
	margin-bottom: 15px;
}

.ctbox-center h2
{

	font-family: Arial;
	font-size: 16px;
	margin-bottom: 10px;
}

/* WordPress: Sorry, no posts matched your criteria. */
.not-found
{
	line-height: 35px;
	padding: 5px;
}

/* ---------- Inhalts-Wrapper ---------- */

#content 
{
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* ---------- WordPress Widget Layout ---------- */

.widget-div
{
	padding: 5px;
	background-color: white;
	margin-top: 10px;
}

.widget-div2
{
	padding: 5px;
	background-color: white;
	margin-bottom: 10px;
/*
	line-height: 35px;
	height: 35px;
	background-image: url(images/ctbox-bottom.png);
	*/
}

.widget-title
{
	background-image: url(images/ctbox-top.png);
	color: white;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 5px;
}

/* ---------- Blog-Post Layout (inkl. Pagebar) ---------- */

.ctbox
{
	margin-bottom: 20px;
	background-color: white;
	padding: 5px;
}

.ctbox-top
{
	background-image: url(images/ctbox-top.png);
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 35px;
}

.ctbox-subtop 
{
	color: #3399CC;
	padding-left: 5px;
	font-size: 12px;
	margin-bottom: 5px;
}


.pagebar,
.ctbox-bottom
{
	line-height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(images/ctbox-bottom.png);
}

.breadcrumb
{
	line-height: 35px;
	height: 35px;
	background-image: url(images/ctbox-bottom.png);
	width: 100%;
}

.go-up
{
	padding-right: 5px;
}

.ctbox-center
{
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
	text-align: justify;
}

/* ---------- Layout für Zitate und Listen ---------- */

#content ul,
#content ol 
{
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
}

p, blockquote 
{
    margin-bottom: 10px;
}

blockquote
{
    padding: 5px;
    border: 1px solid #bbd192;
	background-color: #DEF6AF;
    text-align: left;
}

/* ---------- WordPress spez. Dinge ---------- */

/*	Captions 
	... used for uploaded blog-images
*/
.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.wp-caption 
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;	
	margin: 10px;
}

.wp-caption img 
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text 
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End of Captions */

/* ---------- WordPress Suche ---------- */

#searchform
{
	margin-top: 61px;
	margin-left: 22px;
	width: 435px;
	line-height: 39px;
	
}
#searchform #s
{
	width: 250px;
	border: 1px solid #89C9EB;
	
}

/* ---------- WordPress Kommentare ---------- */
.commentscloud 
{
	position: relative;
	width: 30px;
	height: 30px;
	background: url(images/commentscloud.png) no-repeat 0 0;
}

.commentsnumber
{
	position: absolute;
	text-align: center;
	width: 30px;
	top: -6px;
}