/**********************************************************************/
/* Template: tantrasamadhi.de fuer Samadhi Samarasaya 		          */
/* Author: Fee Duerr     									          */
/*                                                                    */
/* Central Stylesheet                                                 */
/*                                                                    */
/* http://www.webiada.de                                              */
/**********************************************************************/


body {
    font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  	background: #b70000 url("http://www.tantrasamadhi.de/layout/bg.png") repeat;
	color:#070000;
	padding:10px;
	margin:0;
}

/*** General styles ***/

#wrapper {
	
	margin: 0 auto;
	width: 850px;
	padding: 0;
	background: url("http://www.tantrasamadhi.de/layout/verlauf3.png") repeat-y;
	border: 0px solid #B70000;
}

#serendipity_banner {
	height: 170px;
	width:850px;
    margin: 0; padding: 0;
    text-align: center; 
	margin-bottom: 22px;  
	border-bottom: 2px groove #ffb77b;
}

#serendipityLeftSideBar {
	margin-left: 4px; margin-top: 0;
    float: left;
    padding:0px;  width: 170px;
}

.serendipitySideBarItem {
	padding: 10px 5px 20px;
	margin: 5px;
	border-bottom: 2px groove #ffb77b;
}

#sbsitenav {
	margin-top:-15px;
	padding-bottom:0;
	padding-top:0;
}

.serendipitySideBarContent ul {
	font-size: 1.4em;
	padding:0px;
	margin-left:0;
	font-family: "Monotype Corsiva", "ZapfChancery", Georgia, "Times New Roman", Times, serif;
	border:0;
}

.serendipitySideBarContent ul a {
    display: block; 
    padding: 8px 0;
	margin:0;
	text-align: center;
    font-weight: normal;
	text-decoration: none;
	background: url("http://www.tantrasamadhi.de/layout/button9.png") center no-repeat;
  }
  
.serendipitySideBarContent a:link, .serendipitySideBarContent a:visited {
    color: #070000;
  }
.serendipitySideBarContent ul a:hover {
    color: #070000;
	background: url("http://www.tantrasamadhi.de/layout/button8.png") center no-repeat; 
  }
.serendipitySideBarContent ul a:active {
    color: #b70000;
	background: url("http://www.tantrasamadhi.de/layout/button8.png") center no-repeat; 
  }
 
.serendipitySideBarContent .untermenue {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	font-size:1em;
}
  
.serendipitySideBarContent ul .category_depth1 a {
	background: #ffb77b;
	border-bottom:1px solid #ffb77b;
	border-left:1px solid #ffb77b;
	border-right:1px solid #ffb77b;
	padding:3px 6px;
	text-align:left;
	width:102px;
	margin:-5px 16px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}  
.serendipitySideBarContent ul .category_depth1 a:link, .serendipitySideBarContent ul .category_depth1 a:visited {
	background: #ffffb7;
	color:#070000;
}

.serendipitySideBarContent ul .category_depth1 a:hover {
	background: #fff;
	color: #b70000;
}

.serendipitySideBarContent ul .category_depth1 a:active {
	background: #fff;
	color: #070000;
}
  
.container_serendipity_plugin_recententries a {
	font-weight:bold;
}
  
.serendipity_weekDayName {
    color: #070000;
	font-variant:small-caps;
}

.serendipity_calendarDay a {
	background-color:#ffff7b;
	display:block;
}
  
#content {
    padding: 0 0 50px 15px;
	margin: 0;
	width:645px;
	}
	
.serendipity_date {
	margin-top:10px;
	margin-bottom:1.2em;
	width:100%;
	line-height:1.2em;
	padding:0;
	text-align:right;
}

.entry-content {
  	font-size:1em;
	line-height:1.5em;
	margin: 2em 0 0;
	padding:0 0 4em;
	border-bottom: 2px groove #ffb77b;
}

.entry-content ul {
	margin:0;
}

.entry-content li {
	list-style-position:inside;
}
	
.picleft, .serendipity_image_left {
	float: left;  
	margin: 25px 15px 5px 0;
	}
	
.picright, .serendipity_image_right {
	float: right; 
	margin: 25px 0 5px 15px;
	}
	
h2, h3, h4 {
  	font-family: "Copperplate Gothic Bold", Copperplate, Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	letter-spacing:0.1em;
	color: #7109AA;
}

h3 {
	padding: 0 0 0.5em;
	font-weight:normal;
}

h2 {
	font-size: 1.9em;
	margin: 0;
	color: #b70000;
	padding:0;
	clear:right;
	line-height:1.2em;
}

h5 {
	color:#b70000;
	font-family:"Monotype Corsiva", "ZapfChancery", Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin: 1em 0px 0;
	font-weight:normal;
}

.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #ffb77b;
    background-color: #ffffb7;
	margin-top:4px;
	margin-bottom:12px;
}

#footer {
    background: #FFff7b none;
    border: 1px solid #ffb77b;
	}
	
.print {	/* nur im Print-Layout sichtbar, also beim Ausdrucken */
		position: absolute;
		left: -1000px;
		top: -1000px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		display: inline;
	}
