/*
Theme Name: Christiane Windhausen Default Theme II
Theme URI: http://christianewindhausen.de/
Description: Das Standard-Theme f&uuml;r christianewindhausen.de
Version: 0.3.2a
Author: Moritz B&ouml;hm
Author URI: http://cobalt.cc/
*/

/* ## Basic Layout ## */

body {
	background: white;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5c5c5c;
	line-height: 18px;
}

#logo {
	background: url(gfx/logo.png) no-repeat;
	width: 478px;
	height: 138px;
	margin: 42px 0 30px 73px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

#leftsidebar {
	float: left;
	width: 250px;
}

#page {
	width: 467px;
	float: left;
	margin: 0px 61px 50px 29px;
}

.bottomborder {
	border-bottom: 1px solid #484544;
}

/* ## Navigation ## */

ul#navigation {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
	width: 250px;
}

ul#navigation li {
	height: 13px;
	width: 240px;
	margin: 0 10px 9px 0;
	padding: 0;
}

ul#navigation li a {
	height: 13px;
	display: block;
	background-position: left;
	color: grey;
	overflow: hidden;
	float: right;
	text-indent: -9999px;
	text-decoration: none;
}

ul#navigation li a:hover {
	background-position: center;
}

ul#navigation li a.current {
	background-position: right !important;
}

ul#navigation li a.inactive {
	background-position: left !important;
}

.navi_startseite { background: url(gfx/navi_startseite.png); width: 98px; }
.navi_uebermich { background: url(gfx/navi_uebermich.png); width: 101px; }
.navi_blog { background: url(gfx/navi_blog.png); width: 68px; }
.navi_coaching { background: url(gfx/navi_coaching.png); width: 97px; }
.navi_training { background: url(gfx/navi_training.png); width: 93px; }
.navi_ausbildung { background: url(gfx/navi_ausbildung.png); width: 112px; }
.navi_vortraege { background: url(gfx/navi_vortraege.png); width: 96px; }
.navi_kontakt { background: url(gfx/navi_kontakt.png); width: 169px; }

ul#navigation li.kontakt {
	margin: 31px 0 0 0 !important;
}

/* Social Media */

ul#socialmedia {
	list-style: none;
	border-top: 1px solid #484544;
	margin: 11px 0 0 0;
	padding: 8px 0 0 49px;
	width: 151px;
}

ul#socialmedia li {
	height: 16px;
	display: block;
	float: left;
}

ul#socialmedia li a {
	width: 16px;
	height: 16px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 0 0 8px;
}

.icon_mail { background: url(gfx/icon_mail.png) no-repeat; width: 22px !important; }
.icon_rss { background: url(gfx/icon_rss.png) no-repeat; }
.icon_twitter { background: url(gfx/icon_twitter.png) no-repeat; }
.icon_facebook { background: url(gfx/icon_facebook.png) no-repeat; }
.icon_xing { background: url(gfx/icon_xing.png) no-repeat; }
.icon_delicious { background: url(gfx/icon_delicious.png) no-repeat; }

/* ## Typography ## */

h1, h2, h3, h4, h5, h6, p, cite, blockquote, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

blockquote {
	border-left: 4px solid #a7a7a7;
	padding: 0 0 0 10px;
	margin-left: 5px;
}

#page ol {
	padding: 0;
	margin: 0 0 10px 18px;
}

#page ol li {
	margin: 0 0 7px 0;
}

#page ul {
	padding: 0;
	margin: 0 0 10px 0;
}

#page ul li {
	background: url(gfx/liststyle.png) no-repeat 0px 6px;
	padding: 0 0 0 12px;
	margin: 0 0 7px 0;
}

/* ## Blog ## */

h1, .start > p {
	font-size: 18px;
	color: #C43234;
	text-transform: uppercase;
	margin: 0px 0 10px 0 !important;
	line-height: 26px;
	clear: both;
}

h1.title {
	margin: 0 0 10px 0;
}

.start > p {
	margin: 0 0 10px 0;
	text-transform: none;
}

h2 {
	font-size: 13px;
	margin: 0 0 18px 0;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	margin: 0 0 7px 0;
	text-transform: uppercase;
	font-weight: bold;
	background: url(gfx/sliderbg.png) no-repeat 0px 4px;
	padding: 0 0 0 13px;
}

h3.toggler {
	cursor: pointer;
}

h3.toggler:hover {
	color: #c43234;
}

.post {
	border-bottom: 1px solid #484544;
	margin: 3px 0 42px 0;
}

.post a, #page p a {
	color: #C43234;
	text-decoration: none;
}

.post a:hover, #page p a:hover {
	color: white;
	background: #666666;
}

.post p, #page p {
	margin: 0 0 18px 0;
}

.post h1 a, .post p.meta a {
}

.post h1 a:hover, .post p.meta a:hover {
	color: white;
	background: #666666;
}

a.comments {
	width: 28px;
	height: 29px;
	float: left;
	color: white !important;
	background: url(gfx/commentbubble.png) no-repeat !important;
	margin: 4px 8px 0 0;
	text-align: center;
	font-size: 13px;
	line-height: 23px;
	text-decoration: none;
	border: none;
}

p.meta {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px !important;
}

p.more {
	text-align: right;
	margin: 0 !important;
}

p.more a {
	border: none !important;
	text-decoration: none !important;
}

.blognavigation div a {
	color: #5c5c5c;
	border: none;
	text-decoration: none;
	font-size: 13px;
} 

.blognavigation div a:hover {
	color: #C43234;
} 

/* Sidebar */

#sidebar {
	padding: 7px 0 0 0;
	width: 200px;
	float: left;
}

#sidebar > h4, #sidebar > a {
	height: 11px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	margin: 0 0 10px 0;
}

ul#themenliste {
	list-style: none;
	margin: 0 0 35px 0;
	padding: 0;
	line-height: 17px;
}

ul#themenliste li {
}

ul#themenliste li a {
	color: #C43234;
	border: none;
	text-decoration: none;
	font-size: 12px;
}

ul#themenliste li a:hover {
	color: white;
	background: #666666;
}

h4.themen {
	background: url(gfx/sidebar_themen.png) no-repeat;
	border-bottom: 1px solid #5c5c5c;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0 !important;
}
a.tags { background: url(gfx/sidebar_tags.png) no-repeat; width: 26px; }
a.blogroll { background: url(gfx/sidebar_blogroll.png) no-repeat; width: 54px; }
a.rss { background: url(gfx/sidebar_rss.png) no-repeat; width: 114px; }
a.rss_comments { background: url(gfx/sidebar_rsscomments.png) no-repeat; width: 141px; }

/* Tags */

.tagcloud {
	text-align: justify;
	line-height: 22px;
}

.tagcloud a {
    color: #5C5C5C;
    text-decoration: none;
	background: white !important;
}

.tagcloud a:hover {
    color: #C43234;
	background: white !important;
}

/* Blogroll */

ul.blogroll_listing {
	list-style: none !important;
	margin: 0;
	padding: 0 !important;
}

ul.blogroll_listing li {
	background: none !important;
	padding: 0 !important;
}

ul.blogroll_listing li h2 {
	margin: 10px 0 0 0 !important;
	padding: 0;
}

ul.blogroll_listing li ul {
	list-style: none !important;
	margin: 5px 0 35px 0 !important;
}

ul.blogroll_listing li ul li {
	background: none !important;
}

ul.blogroll_listing li ul li a {
    color: #C43234;
}

/* Kommentare */

.single_post {
	margin: 3px 0 33px 0 !important;
}

h1#comments {
	margin-bottom: 27px !important;
}

ul.commentlist {
	list-style: none;
	margin: 0 0 0 0 !important;
	padding: 0 0 1px 0 !important;
}

ul.commentlist li {
	background: none !important;
	margin: 0 !important;
	padding: 0 0 11px 0 !important;
}

ul.commentlist li img {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 6px 0 0;
}

ul.commentlist li h5.comment_name {
	color: #C43234;
	font-size: 13px;
	padding: 7px 0 1px 0;
}

ul.commentlist li h5.comment_name a {
	color: #C43234;
	text-decoration: none;
}

ul.commentlist li h5.comment_name a:hover {
	color: white;
	background: #666666;
}

ul.commentlist li h6.comment_date {
	color: #5c5c5c;
	font-size: 11px;
}

ul.commentlist li .comment_content {
	clear: left;
	margin: 3px 0 0 0;
}

form#commentform {
	padding: 12px 0 0 0;
}

form#commentform input, form#commentform textarea {
	background: #f4f6f6;
	border: 1px solid #a3b1ae;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

form#commentform input {
	height: 20px;
	line-height: 20px;
	padding: 0 3px 0 3px;
	width: 187px;
	margin: 0 5px 0 0;
}

form#commentform textarea {
	width: 456px;
	height: 152px;
	padding: 3px;
	line-height: 18px;
}

form#commentform input#submit {
	text-transform: uppercase;
	background: #f4f6f6;
	border-color: #f4f6f6;
	cursor: pointer;
	font-size: 11px;
}

form#commentform input#submit:hover, form#commentform input#submit:active {
	background: #a3b1ae;
	color: white;
}

form#commentform p {
	color: #5c5c5c;
	font-size: 13px;
	margin: 0 0 12px 0;
}

/* ## Aktuell im Blog ## */

h4.aktuellimblog {
	height: 11px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: url(gfx/aktuellimblog.png) no-repeat;
	border-bottom: 1px solid #5c5c5c;
	padding: 0 0 1px 0;
	margin: 36px 0 14px 0;
}

.start_img {
	float: left;
	width: 200px;
	margin: 7px 0 0 -19px;
}

/* ## Beratung ## */

h4.beispiele {
	height: 11px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: url(gfx/beispiele.png) no-repeat;
	border-bottom: 1px solid #5c5c5c;
	padding: 0 0 1px 0;
	margin: 24px 0 23px 0;
}

.post-preview {
	margin: 5px 0 19px 0;
}

a.titlelink {
	font-size: 13px;
	text-transform: uppercase;
}

.page_beratung {
	padding-bottom: 9px;
}

/* ## Various ## */

.audio {
	font-size: 11px;
}

.audioplayer {
	padding: 5px 0 0 0;
	margin: 0 0 15px 0;	
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	margin: 3px 10px 2px 0;
}

/* TweetMe */

.socialmedia {
	border-top: 1px solid #484544;
	padding: 6px 0 6px 1px;
	margin: -5px 0 0 0;
}

.tweetmeme_button {
	float: left;
	margin: 0 24px 0 0;
}

.facebook_button {
	float: left;
	width: 370px;
}

/*
...
*/
