 /*
Theme Name: Backen
Theme URI: http://beta.raum3.de/backen/
Description: Backen - Template
Version: 1.0
Author: Michael Frey
*/

/* Standardelemente der Seite */

* {
	line-height:140%;
}

a img {
	border:none;
}

body{
	font-size: 62.5%;
	font-family: Arial, Sans-Serif;
	margin:0;
}

p{
	font-family: Arial, Sans-Serif;
	font-size:12px;
}

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header{
	width:952px; 
	height:280px; 
	background-image:url('images/backen_head.jpg');
	background-repeat:no-repeat;
	float:left;
	display:inline;
	overflow-y:hidden;
}




	#header #tagCloud{
		width:250px;
		height:140px;
		vertical-align:bottom;
		color:#fff !important;
		margin-left:30px;
		margin-top:150px;
		font-family:Trebuchet MS;
	}

	#header #tagCloud li{
		display:none;
	}
	
	#header #tagCloud li#tag_cloud{
		display:inline;
		margin-left:7px;
		padding:2px 2px 2px 2px;
		list-style-type:none;
	}
	

	#header_infos{
		margin-top:5px;
	}


#mainContent{
	float:left;
	display:block;
}

#mainContent .post{
	width:510px;
}

.tags {
    padding: 10px;
    background:#efefef;
    font-size: 11px;
    clear: both;
    margin-bottom: 10px;
}

#mainContent .alignleft{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

#content{
	float:left;
	display:inline;
	width:525px;
	margin-left:35px;
	margin-right:30px;
	font-size: 12px;

}

/* Facebook Like Button */

.facebox_single {
    background:#efefef;
    width: 480px !important;
    padding: 10px;
    height: 23px !important;
    margin-bottom: 15px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.facebox_home {
    background:#efefef;
    width: 480px !important;
    padding: 10px;
    height: 23px !important;
    margin-bottom: 15px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#content a{
	color:#a59460;
}

#footer{

}

#sidebar_left{
	width:212px;
	float:left;
	display:inline;
	height:100%;
	font-size: 12px;
}

#sidebar_left #tag_cloud{
	/* display:none; */
}

#sidebar_left a{
	color:#a59460;
}

#sidebar_left h2{
	color:#a59460;
	margin:0px;
	padding-left:5px;
	margin-top:10px;
}

#sidebar_left #pages h2{
	visibility:hidden;
}

#sidebar_left ul{
	
	margin:0 0 0 5px;
	padding:3px 0 0 0px;
}

#sidebar_left #facebook-btn {
	border: none;
	margin: 20px 0;
}

#sidebar_left li{
	margin-left:0px;
	margin-bottom:2px;
	list-style: none;
}

#sidebar_right{
	float:left;
	display:inline;
	height:100%;
	width:150px;
	font-size: 12px;
}

#sidebar_right a{
	color:#a59460;
	display: block;
}

#sidebar_right h2{
	color:#fff;
	margin:10px 0 0 0;
	padding: 5px;
	background:#BBCFE8;
	font-size: 14px;
}

#sidebar_right #pages h2{
	visibility:hidden;
}

#sidebar_right ul{
	
	margin:0 0 0 5px;
	padding:3px 0 0 0px;
}

#sidebar_right li{
	margin-left:0px;
	margin-bottom:2px;
	list-style: none;
}

#calendar .widgettitle{
	display:none;
}

#cat_listing{
	padding:0;
	margin-left: 0 !important;
}

#cat_listing li{
	background-image:url('images/bg_inactive.jpg');
	background-position:0px 1px;
	background-repeat:no-repeat;
	background-color:#ff9900;
	list-style-type:none;
	padding-left:7px;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:3px;
}

#cat_listing li.current-cat{
	background-image:url('images/bg_active.jpg');

	
}

#cat_listing a{
	color:#fff;
	text-decoration:none;
	margin-left:21px;
}

#searchform{
	margin-left:7px;
}

#searchsubmit{
	margin-top:6px;
	display:inline;
	float:left;
	padding-top:2px;
	padding-left:5px;
	cursor:pointer;
}

#s{
	margin-top:6px;
	display:inline;
	float:left;
	border:1px solid #8f9ba5;
}

#searchform_border{
	background-image:url('images/rahmen.jpg');
	background-repeat:no-repeat;
	width:212px;
	height:32px;
	margin-left:4px;
	margin-bottom:10px;
}

#rss_img{
	margin: 9px 0px 20px 6px;
}


#tag_cloud h2{
	display:none;
}

#tag_cloud a{
	text-decoration: none;
}


/* Content */

.trenner{
	margin:12px 0px 12px 0px;
	border: 0px;
	border-top: 1px solid #cecece;
}

#header_infos, #header_infos a{
	font-family:helvetica;
	font-size:10px;
	color:#a59460;
	text-decoration:none;
}

#footerInfos, #footerInfos a{
	font-family:helvetica;
	font-size:10px;
	color:#a59460;
	text-decoration:none;
	
}

#cat_info{
	display:inline;
	float:left;
	margin: 0;
}

#page_nav{
	display:inline;
	float:right;
	margin: 0;
}

#page_nav .current{
	color:#f17725;
	font-weight:bold;
}

#page_nav a{
	font-family:helvetica;
	font-size:10px;
	color:#a59460;
	margin-left:2px;
	margin-right:2px;
}

.top_infos, .top_infos a{
	color: #999999;
	text-decoration:none;
	font-size:11px;

}


.nav{

}

.aLeft{

}

a.Right{

}

h2.center{
	text-align:center;
	margin:auto;
}

.more-link{
	color:#a59460;
	text-decoration:none;

}

.text p{
	font-size:12px;
	color:#000;
	font-family: Arial, Sans-Serif;
}

.headline, .headline a {
color:#A59460;
float:left;
font-family:Arial,Sans-Serif;
font-size:18px;
font-weight:bold;
text-decoration:none;
width:395px;
}
.twitter-share-button {
float:left;
margin-top:17px;
}

/* rechte Sidebar */

#calendar{
	list-style-type:none;
	font-size:12px;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;

}

#calendar table{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#calendar_wrap{
/*	border: 1px solid #cecece;*/
	margin-top:33px;
	background-color:#f2ebe0;
	padding-bottom:5px;
	padding-top:5px;
}

#calendar h2{
	margin-top:20px;
	margin-bottom:20px;
}

#calendar a{
	color:#a59460;
}

#wp-calendar caption{
	color:#a59460;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:2px;
}

.ad_right{
	margin-top:35px;
}

/* Kommentare */

.commentlist a, #respond a{
	color:#ff9900;
}

/* Werbung */

.ad {
	margin-top:15px;
}

#ad_top{
	display:block;
	position:absolute;

	max-width:750px;
	max-height:150px;
	left:236px;
	top:0px;
}

#ad_left{

}

#recent-posts ul{
	list-style-type:none;
	list-style-position:outside;
}

#recent-posts ul li{
	background: #739EC1;
    padding: 5px;
}


#recent-posts ul li a{
	color: #fff;
}

#recent-posts ul{
	list-style-type:none;
	list-style-position:outside;
    margin:0;
    padding:0;
}

#archives ul{
	list-style-type:none;
	list-style-position:outside;
}

#pages ul{
	list-style-type:none;
	list-style-position:outside;
}

#recent-comments{
	list-style-type:disc;
	list-style-position:inside;
}

#recent-comments ul li{
	background: #739EC1;
	padding: 5px;
	color: #5E4831;
}


#recent-comments ul li a{
	color: #fff;
}

#recent-comments ul{
	list-style-type:none;
	list-style-position:outside;
        margin:0;
}

#recentcomments{
	padding:0 !important;
}

/*
.recentcomments{
	margin-top:5px;
}
*/

#nav_oben, #nav_oben a{
	color: black;
	font-size: 12px;
	text-decoration: none;
}

#tagCloud #twtr-widget-1{
	display: none;
}

#calendar_wrap{
	margin-top:15px;
}
