/*über LivingLines Coachit. Die Hauptänderungen haben im Header und im Stylesheet stattgefunden. Außerdem wurden Elemente aus dem Standardtheme wie vorige Seite, nächste Seite hinzugefügt. A 2 or 3 column magazine style theme with a fully customizable layout. Theme options include site width, 1 or 2 sidebars, header alignment, logo uploader, home page number of posts and more. Also includes two extremely useful widgets. Tested on WP 2.7.x using Firefox, IE6 and IE7. 100% xHTML valid. Designed by <a href="http://www.augenzwinkern.net">Karin Buchholz</a>.
Version: 1.1
Author: Karen Buchholz
Author URI: http://www.augenzwinkern.net/
Tags: right-sidebar,left-sidebar,fixed-width,three-columns,two-columns,white,custom-header,theme-options

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Basic Tag Elements */

/*Farben für Coachit
blau: #0099CC
rot: #CC0033

Farben von Karen Buchholz:
helles Grau: #cccccc
dunkles Grau: #666666
blau: #3399cc

*/


a {
	text-decoration: none;
	outline: none;
	color: #666666;
	}
	
	a:hover {
		color: #3399cc;
		text-decoration: underline;
		}
	
img { 
	border: 0;
	padding: 12px;
	}

body {
	color: #666666;
 	margin: auto; 
	font-size: 13px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFF;
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #0099CC;
	text-transform: capitalize;
	}

	.entry h2 {
		font-size: 15px;
	}

	.entry h3 {
		font-size: 14px;
	}

textarea {
	width: 97%;
	}

/* Header Elements */

#header{
	float: left;
	width: 100%;
	}

#search-header {
	width: 180px;
	}	

#login {
	height: 10px;
	font-size: 10px;
	color: #cccccc;
	text-align: right;
	}
	
	#login a {
		color: #cccccc;
		}
	
	#login ul {
		padding: 0;
		margin: 0;
		}
	
	#login ul li {
		display: inline;
		}
	
.dot:before {
	content: url(images/whitedot.png) " ";
	}

#title {
	clear: both;
	font-size: 48px;
	padding: 0;
	line-height: 34px;
	background: white;
	width: 100%;
	}

	#title img {
		padding: 0;
	}
	
	#title a {
		color: #0099CC; 
		}		
	
	#title a:hover {
		color: #cc0000;
		text-decoration: none;
		}

#subtitle {
	font-size: 11px;
	color: #cccccc;
}	

#subtitle img {
	padding: 0;
	vertical-align: text-top;
}

#description {
	font-size: 14px;
	margin: 10px 0 20px;
	padding: 0;
	display: none;
	}		
	
#navigation {
	clear: left;
	margin: 0 0 20px 300px;
	height: 20px;	
	}

ul.menu * {
	margin:0; 
	padding:0
	}

	ul.menu {
		list-style:none;
		padding: 0;
		margin: 0;
		}
	
	ul.menu li {
		position:relative;
		list-style-type: none;
		float: left;
		font-size: 11px;
		padding: 0;
		margin: 0;
		}
	
	ul.menu a {
		display: block;
		color: #999999;
		border-left: 1px solid #cccccc;
		padding: 0px 3px; 
		}
		
		ul.menu a:hover {
			color: #3399cc;
			text-decoration: none;
			}
		
	ul.menu .menulink:hover, ul.menu .menuhover { 
		color: #444; 
		background-color:#c5c5c5;
		}		
			

/* Main Elements */
	
#mainwrapper {
	clear: both;
	margin-top: 50px;
	}

#sidebar {
	float: left;
	padding: 5px 0 0;
	color: #3399cc;
	}

	#sidebar h1.catheader {
		font-size: 15px;
		padding-left: 15px;
		color: #0099CC;
		}

#secondsidebar {
	float: left;
	padding: 5px 0 0;
	font-size: 11px;
	}
	
.side {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 0;
	}	
	
.side-widget {
	float: left;
	margin: 0 0 10px;
	padding: 0 0px 15px;
	text-align: left;
	}
	
	.side-widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}

	.side-widget ul li {
		padding: 0;
		margin: 0;		
		}
		
	.side-widget ul li {
		padding-left: 15px;
		margin: 2px 0;
		}
	
	.side-widget h2 {
		font-size: 14px;
		border-bottom: 1px solid #ddd;
		padding: 10px 0 5px;
		margin-top: 0;
		text-align: center;
		text-transform: uppercase;
		display: none;
		}
		
	.side-widget .storycontent {
		border-bottom: 1px solid #ddd;
		}
		
	.storycontent img {
		padding: 20px 5px 0 0;
		width: 100px;		
		}
		
	.side-widget .noline {
		border-bottom: 0;
		}		

.posts {
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	}
	
	.posts h2 {
		margin: 10px 0 0;
		}
		
.readmore {
	color: #cc0000;
	}
		
#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #cccccc;
	font-size: 11px;
	}
	
	#footer a {
		color: #cccccc;
	}
	
.post-meta li {
	font-size: 14px;
	font-weight: bold; 
	color:#666666;
	list-style:none;
}
.post-meta-key {
	font-size: 12px; 
	font-weight: normal; 
	color: #cccccc;
	display: none;
	}

	

/* Left Content Elements */

#leftcontent {
	float: left;
	}

	#leftcontent h5 {
		margin: 0;
		padding: 0;
		color: #0099CC;
		margin-bottom: 5px;
		font-size: 14px;
		}

	#leftcontent h1 {
		color: #0099CC;
		margin: 0;
		padding: 0;
		font-size: 24px;
		line-height: 26px;
		}

.more-link {
	font-size: 11px;
	text-align: right;
	color: #cc0000;
	}

.tags a {
	color: #cc0000;
	}
	
.meta {
	font-size: 11px;
	color: #888;
	}	

.post {
	float: left;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#twocol {
	float: left;
	margin-bottom: 3px;
	padding: 10px 0 0;
	background: url(images/line.png) repeat-y 50% 0;
	}
	
	#twocol img {
		width: 80px;
		float: left;
		padding: 20px 5px 0 0;
		margin: 0 10px 5px 0;
		}
		
	#twocol h1 {
		font-size: 18px;
		line-height: 20px;
		}
	
.mainhr {
	float: left;
	background: #aaa;
	clear: both;
	width: 100%;
	height: 1px;
	border: 0;
}	
	
.twopost {
	width: 46%;
	float: left;
	}	

	.twopost2 {
		margin-left: 7.5%;
		}
		
#threecol {
	float: left;
	background: url(images/line.png) repeat-y 31.5% 0;
	margin-top: 3px;
	}

#threecol2 {
	float: left;
	padding: 0;
	background: url(images/line.png) repeat-y 67% 0;
	font-size: 10px;
}

	#threecol img {
		width: 80px;
		float: left;
		padding: 0px;
		margin: 0 10px 2px 0;
		}

.threepost {
	width: 29%;
	float: left;
	border-top: 1px solid #aaa;
	padding-top: 10px;
	}
	
	.threepost h2, .twopost h2 {
		margin: 0;
		font-size: 14px;
		line-height: 18px;
		}

	.threepost2, .threepost5 {
		padding: 10px 0 0;
		margin: 0 6%;
		}
		
	.threepost1, .threepost2, .threepost3 {
		border-top: 0;
		}
		
	.threepost1, .threepost4 {
		clear: left;
		}
		
	

/* Other Elements */

blockquote{
	background:SeaShell url(images/blockquote.gif) no-repeat left top;
	font-size:11px;
	margin:0;
	padding:0 50px;
	}

.entry ul{
	font-size:12px;
	line-height:16px;
	padding-left: 15px;
	}

#leftcontent h1.entryheader {
	color: #0099CC;
	display: none;
	}

#leftcontent h1.catheader {
	color: #0099CC;
	text-align: right;
	display: none;
	}
	
	#leftcontent .post h1 {
		margin-top: 3px;
		}
.newshead {
	margin-top: 10px;
}

.newshead a {
	font-size: 14px;
	font-weight: bold;		
	color: #3399cc;
}


.news {
	font-size:11px;
	color: #3399cc;
}
	
	.news img {
		float: left;
		padding: 0 5px 5px 0px;
		margin: 0;
		width: 100px;
	}


.red, .entry a {
	color: #cc0000;
	}
	
#tagcloud {
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
	}	
	
#tagcloud a {
	color: #cc0000;
	}
/* Comment Elements */

h3#comments {
	text-transform: none;
	padding-bottom: 5px;
	}

#postcomments {
	padding-top: 20px;
	}
			
			
	 h4#comments, #respond h3 { color:#333; font:normal 120%; margin:0 0 .1em; padding:0 0 .1em; }

	 #respond p { font-size:11px; margin:0 0 1em; }	

	 ol.commentlist { list-style:none; margin:0; padding:0; }

	 ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 64px; position:relative; }

	 ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }

	 ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; }

	 ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; }

	 ol.commentlist li div.vcard cite.fn a.url, .cancel-comment-reply a { color:#cc0000; text-decoration:none; }

	 ol.commentlist li div.vcard cite.fn a.url:hover, .cancel-comment-reply a:hover { color:#000; }

	 ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; }

	 ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; position:absolute; right:10px; text-align:right; top:5px; }

	 ol.commentlist li div.comment-meta a { color:#205B87; text-decoration:none; }

	 ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; margin:5px 0 12px; }

	 ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; list-style:square; margin:0 0 12px; padding:0; }

	 ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }

	 ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }

	 ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }

	 ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }

	 ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }

	 ol.commentlist ul.children li.odd { background:#fff; }

	 ol.commentlist ul.children li.even { background:#f6f6f6; }

	 ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
			
.commentnumber {
		position: absolute;
		left: 7px;
		bottom: 3px;
		font-size: 14px;
		color: #ccc;
		}
/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft, div.alignleft {
   float: left;
   margin-right: 10px;
}

.alignright, div.alignright {
   float: right;
	margin-left: 10px;
}

.wp-caption {
   text-align: center;
   padding: 10px 5px;
   margin: 0;
}

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

.wp-caption p.wp-caption-text {
   color: #888888;
   font-size: 10px;
   line-height: 17px;
   padding: 5px 10px;
   margin: 0;
}

#today {
	color: #cc0000;
	}

#wp-calendar {
	margin: auto;
	}
	
.posts {
	float: left;	
	}
	
	.posts img {
		margin: 10px 10px 10px 0;
		float: left;
		width: 100px;		
		}
		
small {
		font-family:Arial,Helvetica,Sans-Serif;
		font-size:0.9em;
		line-height:1.5em;
		}
