/*
Author Name     : Martin Walzel
Author Site     : http://www.vektorrausch.de
Style Name      : therapeutisches-haus
Style URI       : http://therapeutisches-haus.vektorrausch.de
Version         : 1.0, 31.10.2008
Comments        : 2-Spalter, basierend auf K2
*/

@import url('/wp-content/themes/k2/styles/th/th-basis.css');

/* Struktur
***********************************************************************************************/

/* Topmenu */

ul.topmenu {
	background: url(topmenu-bg-th.jpg) no-repeat left top;
}

/* Sidebarmodule */

/* Infoabende */

ul.ec3_events {
	padding:  0 20px 20px;
} 

ul.ec3_events a:link,
ul.ec3_events a:visited {
	text-decoration: none;
	color: #666600;
}

ul.ec3_events a:focus,
ul.ec3_events a:hover {
	text-decoration: none;
	color: #ef530d;
}

ul.ec3_events li {
	margin: 3px 10px 0 0;
	color: #666600;
	font-weight: normal;
	width: 160px;
}

ul.ec3_events li.ec3_list_day {
	margin: 10px;
	font-weight: bold;
}

ul.ec3_events li.ec3_list ul {
	padding-bottom: 0;
}

/* Newsletter */

#newsletter input {
	margin: 0 0 10px;
}


body.page-slug-home .entry-content {
	margin-bottom: 40px;
}

* html body.page-slug-home .entry-content {
	margin-bottom: 40px;
}



/* Blog-Seite */

body.blog #rollingcontent {
	margin-top: 20px;
}

body.blog .post {
	padding-bottom: 10px;
	margin: 0;
	border-bottom: 1px dotted #99a215;
}

body.blog #post-1469 {
	border: none;
}



/* Ausblenden von Elementen
***********************************************************************************************/
#texttrimmer,
body.blog .entry-meta,
body.blog .entry-content,
#entry-comments {
	display:none;
}

