/*   
Theme Name: public link
Theme URI: 
Description: Blog Theme für public link
Author: publicgarden
Author URI: http://www.publicgarden.de
Template: thematic
Version: 0.1
Tags: public link
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #E1E1E1 url(../../../../_img/p/bg.png) repeat-x;
}

/* General */
a, a:link, a:visited {
	color: #83B13D;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #83B13D;
}
p, ul, ol, dd, pre {
	margin-bottom: 1.4em;
	line-height: 1.5em;
}
blockquote {
	font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	color: #83B13D;
}
input, textarea {
	font: .9em/1.3 Arial, Helvetica, sans-serif;
	color: #666;
}
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
/* Languages */
#above-header {
	margin: 0;
	position: absolute;
	z-index: 3;
	right: 0px;
}
#above-header .widget_qtranslate {
	margin: 0;
	padding: 0;	
}
	#above-header .xoxo {
		margin: 0;
	}
	#above-header .qtrans_language_chooser {
		list-style: none;
		margin: 0;
	}
		#above-header .qtrans_language_chooser li {
			float: left;
			margin-right: 0.15em;
			font-weight: bold;
			font-size: .9em;
			text-transform: uppercase;
			border-right: 1px solid #E0E0E0;
		}
		#above-header .qtrans_language_chooser li:first-child {
			border-right: 1px solid #fff;
		}
				#above-header .qtrans_language_chooser li a {
					padding: 2em 0.25em 0.25em;
					display: block;
					color: #5C5C5C;
				}
	#above-header .widget_qtranslate .active, #above-header .widget_qtranslate li:hover, #above-header .widget_qtranslate li:active  {
		background: #A5C474 url(../../../../_img/sprites/sprache.png) repeat-x;
		border-right: 1px solid #fff;
	}
		#above-header .widget_qtranslate .active a, #above-header .widget_qtranslate li:hover a, #above-header .widget_qtranslate li:active a {
			color: #fff;
			text-decoration: none;
		}


/* Header */
#header {
	width: 900px;
	margin: 0 auto;
}
#kopf {
	clear:both;
	margin-bottom:1.5em;
	position:relative;
	width:918px;
	margin: 0 auto;
	left: -9px;
}
	#kopf div {
		padding-left:9px;
		width: 909px;
	}
		#kopf div img {
			display:block;
		}
		#kopf #schattenKopfLinks {
			height:100%;
			left:0;
			position:absolute;
			top:0;
			width:9px;
		}
		#kopf #schattenKopfRechts {
			height:100%;
			position:absolute;
			right:0;
			top:0;
			width: 9px;
		}

/* Logo */
#branding {
	padding: 15px 0 0px;
}
#blog-title {
	
}
	#blog-title span a {
		display: block;
		/*width: 226px;
		height: 116px;
		background: url(../../../../_img/signet.png) no-repeat;*/
		background: url(images/100-prozent-neu-logo.jpg) no-repeat; 
		width: 305px;
		height: 157px;
		text-indent: -9999px;
	}
	#blog-description {
		display: none;
	}

/* Navigation */
#access {
	height: 2em;
	border-bottom: 3px solid #A0C26E;
}
.sf-menu {
	font-size: 1.2em;
	border-right: none;
}
	.sf-menu li {
		margin-right: 1px;
	}
		.sf-menu li a, .sf-menu li a:visited  {
			color: #000;
			display: block;
			font-weight: bold;
			padding: 0.3em 0.7em;
			text-decoration: none;
			text-transform: uppercase;
			white-space: nowrap;
			border-top:	1px solid #E0E0E0;
			border-right: 1px solid #E0E0E0;
		}
	.sf-menu li.current_page_item {
		background: url(../../../../_img/sprites/navigation.png) repeat-x;
	}
		.sf-menu li.current_page_item a {
			color: #fff;
		}
		.sf-menu li.current_page_item a:hover {
			background: url(../../../../_img/sprites/navigation.png) repeat-x;
			color: #fff;
		}
		.sf-menu .current_page_item a, 
		.sf-menu .current_page_ancestor a, 
		.sf-menu .current_page_parent a,
		.sf-menu .current_page_item a:visited {
			border-top-color: #A0C26E;
			border-left-color: #A0C26E;
			border-right-color: #A0C26E;
			border-bottom-color: #A0C26E;
		}		
		
/* Content */
#main {
	width: 900px;
	padding-top: 30px;
	overflow: visible;
}
	#container {
		width: 600px;
		-moz-box-shadow:3px 3px 10px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow:3px 3px 10px rgba(0, 0, 0, 0.2);
		background:none repeat scroll 0 0 #FEFEFE;
		border:1px solid #FFFFFF;
		margin-bottom: 30px;
	}
#content {
	font-size: .8em;
	width: 540px;
	padding: 20px 30px;
	margin: 0;
	overflow: visible;
}		
	.page-title {
		font-size: 12px;
		line-height: 18px;
		padding: 0;
		margin-bottom: 10px;
		border-bottom: 1px dotted #bbb;
		color: #666666;
		font-weight: bold;
		text-transform: uppercase;
	}
		.page-title span {
			font-weight: normal;
			font-style: normal;
		}
	.post {
		border-top: 1px dotted #bbb;
		padding-top: 20px;
	}
	.p1 {
		border-top: none;
	}
	.entry-title {
		font-size: 1.7em;
		line-height: 1.2em;
	}
	h2.entry-title {
		/*font-size: 1.7em;
		line-height: 1.2em;*/
	}
		.entry-title a:hover,
		.entry-title a:active {
			color: #83B13D;
		}

/* Post */
.entry-meta {
	color: #666666;
	font-size: .85em;
	line-height: 1.2em;
	font-style: normal;
	letter-spacing: 0.05em;
	margin-top: -.4em;
}
	.entry-meta .n {
		font-size: 1em;
		font-style: normal;
		letter-spacing: 0em;
		text-transform: none;
	}
	.entry-meta abbr {
		border: none;
		cursor: text;
		font-size: 1em;
		font-style: normal;
		text-transform: none;
	}
	.entry-utility {
		color: #666666;
		font-size: 1em;
		line-height: 1.2em;
		margin: 0 0 5px;
	}
	.entry-content {
		position: relative;
		padding: 20px 0 0 0;
		text-align: justify;
	}
	.entry-content,
	.entry-content p {
		line-height: 1.7em;
		margin-bottom: 1em;
	}
		

/* Comments */
#respond {
	background: #f5f5f5;
	margin-bottom: 22px;
	overflow: hidden;
	padding: 18px 20px 20px;
	position: relative;
}
	#comments-list ol {
		border: none;
		margin: 0 0 18px;
	}
	#comments-list li { 
		background-color: #f5f5f5;
		border-bottom-color: #fff;
		padding-top: 10px;
	}
	#comments-list li.alt { 
		background-color: #f7f7f7;
	}
	#comments-list li.bypostauthor {
		background: #f2f2f2;
	}
	#comments-list .comment-meta,
	#comments-list .comment-author,
	#comments-list .comment-content {
		padding-left: 65px;
	}
	#comments-list li .avatar,
	.comment img.photo {
		height: 50px;
		left: 20px;
		position: absolute;
		top: 22px;
		width: 50px;
	}
	.post {
		position: relative;
	}
	.comment-badge {
		display: block;
		position: absolute;
		width: 48px;
		height: 62px;
		top: 20px;
		left: -55px;
		background: url(images/comments.png);
		text-align: center;
	}
		.comment-badge a {
			display: block;
			padding-top: 30px;
			color: #fff;
			font-size: 16px;
			font-weight: bold;
			text-decoration: none;
			text-shadow: 0px 0px 3px #888;
		}
		.comment-badge a:hover {
			text-shadow: 0px 0px 3px #fff;
		}

/* Footer */
#footer {
	width: 900px;
	margin: 0 auto;
	border-top: 1px solid #CECECE;
}
#subsidiary {
	padding-top: 1em;
	width: 900px;
}
	#subsidiary ul {
	
	}
		#subsidiary ul li {
			list-style: none;
			display: inline;
			margin-right: 1em;
		}
	#subsidiary .widgettitle {
		display: none;
	}
#subsidiary #first {
	width: 450px;
}
#subsidiary #third {
	font-size: .7em;
	width: 420px;
	text-align: right;
}
#subsidiary #second {
	display: none;
}


/* Sidebar */
#primary, #secondary {
	border: 1px solid #fff;
	margin-bottom: 22px;
	margin-right: -10px;
	padding: 10px 0 0;
	background: #fefefe;
	width: 280px;
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}
.aside ul li {
	/*border-top: 1px solid #fff;*/
	border-bottom: 1px dotted #ccc;
	padding-top: 10px;
}
.aside ul li:last-child { border-bottom: none; }

	.aside ul li > div {
		padding-bottom: 10px;
	}
	.aside ul ul {
		list-style:disc outside none;
		margin: 10px 0 10px 20px;
	}
		.aside ul ul li {
			border: none;
		}
.aside h3 {
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3em;
	}
.widget_tag_cloud {
	margin: 0;
}
.aside form, .aside table {
	margin-bottom: 10px;
}


/* Author Widget */
.widget_authors {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.aside .widget_authors ul li a {
	display: block;
	color: #fff;
	line-height: 0px;
}
.aside .widget_authors ul {
	float: left;
	margin-left: 0;
}
.aside .widget_authors ul li {
	list-style: none;
	float: left;
	padding: 0;
}
.aside .widget_authors ul li a {
	position: relative;
	text-decoration: none;
}
.aside .widget_authors ul li img.photo {
	width: 75px;
	height: 75px;
}
.widget_authors .widgettitle {
	display: none;
}
 
/* Pagination */
#nav-above, #nav-below {
	
}
.wp-pagenavi {
	margin: 0 0 0 0;
	padding: 0.5em 0;
}

/* Sidebar Tooltip */
#tool-tip {
	background: url(images/tooltip-bg-left_trans.png) no-repeat left bottom;
	position: absolute;
	bottom: -35px;
	left: -12px;
	height: 46px;
	padding: 0;
	z-index: 99;
	text-decoration: none;
}
	#tool-tip .tool-tip-inner {
		height: 46px;
		background: url(images/tooltip-bg-right_trans.png) no-repeat right bottom;
	}
	#tool-tip .tool-tip-inner span.tool-tip-text {
		padding-top: 29px;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		margin-left: 26px;
		margin-right: 9px;
		padding-right: 5px;
		height: 26px;
		display: block;
		background: url(images/tooltip-bg-repeat-x_trans.png) repeat-x left top;
		white-space: nowrap;
	}






.sociable.vertical {
	position: fixed;
	left: 0;
	top: 285px;
	background:#fff;
	background:rgba(255,255,255,.9);
	padding: 12px 9px;
	box-shadow: -2px 0 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: -2px 0 4px rgba(0,0,0,0.1);
	-moz-box-shadow: -2px 0 4px rgba(0,0,0,0.1);
}
	.sociable.vertical li {
		float:none;
		clear:both;
		display:block!important;
	}


	

