/* 
Theme Name: Oulipo
Theme URI: http://andreamignolo.com/oulipo
Description: A grid-based, black and white WordPress theme
Version: 1.0.6
Author: A. Mignolo 
Author URI: http://andreamignolo.com
Tags: white, three-columns, fixed-width, threaded-comments, sticky-post

License: GNU General Public License (GPL) version 3

SOCIAL MEDIA SCHMIEDE

wichtige Farben:
grün: #89ba16

*/

/* =Global
------------------------------------------------------------------*/
center, isindex, menu, dir,
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 101%;
	font-family: inherit;
	font-variant: inherit;
	vertical-align: baseline;
}

a, a:link, a:visited {
	outline: none;
	text-decoration: none;
	color: #444;
	}
a, a:hover {
	color: #89BA16;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.headlineprefix {
	clear: both;
	padding: 0;
	margin: 0;
}
blockquote:before, blockquote:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @group Layout */

/* =Layout
------------------------------------------------------------------*/
#container {
	width: 100%;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url(images/skizze.png) no-repeat left 0px;
	overflow: hidden;
	position: relative;
}

#main_nav {
	bottom:10px;
	/*display:inline;*/
	float:left;
	position:fixed;
	z-index: 0;
	margin:0 0 0 40em;
}

#content {
	display:inline;
	float:left;
	margin:43px 0 0;
	min-height:30em;
	position:relative;
	width:59em;
	z-index:99;
}

#entry_content {
	display:inline;
	float:left;
	width:500px;
}
.entry_content {
	margin:0 2em 0 1em;
}
.page-content {
	margin:0 0 0 11.5em;
}
#supplementary {
	display:inline;
	float:left;
	margin:0 0 0 1em;
	width:6em;
}

.footer_contact {
	border-left:1px dotted #CCCCCC;
	display:block;
	float:left;
	max-width:228px;
}
.col1 {
	width:225px;
}
.col2 {
	width:148px;
}
.col3 {
	width:228px;
}


#footer_info {
	float: left;
	display: inline;
}

#main_nav ul {
	margin: 2.5em 0 0 0;
}



ul#categories li, ul#archives li {
	border-bottom: 0;
}

#footer {
	clear: both;
}

.date, .description {
	margin: .1em 0 1.5em 0;
	padding: 0;
}


.header {
	margin: 0 0 1.5em 0;
}

.entry {
	margin:0 0 4em 0.1em;
}
.entry-closer {
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.entry img.alignright {
	margin: 0 0 .5em .5em;
}

.entry img.alignleft {
	margin: 0 .5em .5em 0;
}

.offsite img {
	margin-top: 1em;
	border: 0;
}

#main_nav h1.masthead a {
	line-height: 1em;
}

dd.gallery-caption {
	font-size: 11px;
	color: #CCC;
	line-height: 12px;
	margin-top: .5em;
}

.entry .gallery {
	margin-top: 0;
	padding-top: 0;
}
#logo {
	margin:13px 0 0 138px;
	float: left;
}
.bringmehomebaby {
	height:155px;
	left:1px;
	position:absolute;
	text-indent:-10000px;
	top:0;
	width:126px;
}
.bringmehomebaby a {
	display: block;
	width:126px;
	height:155px;
}
.twitterbutton {
	float: right;
	margin: 5px 0 5px 5px;
}

/* @end */

/* @group #globalnaav */

#globalnav {
	width:  495px;
	float: right;
	height: 35px;
}

#globalnav .pre,
#globalnav .last {
	background: url(images/nav_pre.png) no-repeat left top;
	height: 36px;
	float: left;
}

#globalnav .pre {
	width: 13px;
}

#globalnav .last {
	background: url(images/nav_pre.png) no-repeat -15px top;
	width: 15px;
}
#globalnav ul {
	float: left;
}
#globalnav ul li {
	background: url(images/nav.png) no-repeat 0 0;
	height: 36px;
	float: left;
	list-style-type: none;
}

#globalnav ul li a {
	display: block;
	height: 36px;
	width: 100%;
}
#globalnav ul li a span {
	display: none;
}

#globalnav ul li.home 				{ width: 70px; background-position: 0 0; }
#globalnav ul li.home:hover			{ width: 70px; background-position: 0 -36px; }

#globalnav ul li.leistungen 		{ width: 152px; background-position: -70px 0; }
#globalnav ul li.leistungen:hover 	{ width: 152px; background-position: -70px -36px; }

#globalnav ul li.wir				{ width: 162px; background-position: -222px 0; }
#globalnav ul li.wir:hover				{ width: 162px; background-position: -222px -36px; }

#globalnav ul li.kontakt			{ width: 83px; background-position: -384px 0; }
#globalnav ul li.kontakt:hover			{ width: 83px; background-position: -384px -36px; }

#globalnav #fb-like {
	float:right;
	margin:0 15px;
	overflow:hidden;
	position:relative;
	width:465px;
}

/* @end */

/* @group #social-header */

#social-header {
	background: url(images/social-header-bg.png) no-repeat 0px 0px;
	height:67px;
	left:173px;
	position:relative;
	top:-5px;
	width:380px;
}

#social-header #twitter {
	font-size:11px;
	height:26px;
	left:40px;
	line-height:1.1em;
	position:relative;
	top:19px;
	width:338px;
}
	#social-header #twitter a,
	#social-header #facebook a { color: #888; }
	#social-header #twitter a:hover,
	#social-header #facebook a:hover { color: #89ba16; }

#social-header #facebook {
	font-size:11px;
	height:11px;
	left:35px;
	position:relative;
	top:9px;
	width:91px;
}

#social-header #search {
	height:25px;
	left:156px;
	position:relative;
	top:8px;
	width:192px;
}
	
	#social-header .search {
		text-transform: uppercase;
		font-size: .7em;
		padding-right: .5em;
	}
	
	#social-header #searchform {
		margin-top: -1em;
		text-align: right;
		padding: 0 0 1em 0;
		}



/* @end */

/* @group Index Content Teaser */

#content-teaser {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#F7F7F7;
	float:left;
	left:73px;
	margin:16px 0 30px;
	padding:10px 0;
	position:relative;
}

#content-teaser ul li {
	list-style-type: none;
	float: left;
	margin: 0 10px;
	font-size: .8em;
	width: 220px;
}
	#content-teaser ul li span {
		padding:0 5px 0 10px;
		display: block;
		line-height: 1.3em;
	}
	#content-teaser ul li span strong {
		font-weight: normal;
		color: #444;
	}

/* @end */

/* @group Index Blog Teaser */

/*#blog-teaser {
	float:left;
	left:120px;
	position:relative;
	top:-72px;
	width:376px;
	font-size: 0.9em;
	line-height: 1.6em;
}*/

#blog-teaser {
	line-height:1.6em;
	margin:-72px 30px 35px;
	float:right;
	font-size:0.9em;
	width:376px;
}

#blog-teaser h2.blogteaser,
#blog-teaser h3.blogteaser {
	margin: 5px 0;
}
#blog-teaser h2 span,
#blog-teaser h3 span {
	display: none;
}
#blog-teaser p {
	
}
#blog-teaser ul.morearticles h3 {
	margin:5px 0 0;
}
#blog-teaser ul.morearticles {
	margin: 10px 0 0;
	padding: 0;
	border-top: 1px dotted #CCCCCC;
}
#blog-teaser ul.morearticles li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	display: inline;
	width: 175px;
}
#blog-teaser ul.morearticles li:last-child {
	border-left: 1px dotted #CCCCCC;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
}

#blog-teaser ul.morearticles li .postmeta {
	color:#999999;
	font-size:0.7em;
	line-height:1em;
	margin:7px 0 3px;
	padding:0;
}

/* @end */

/* @group Index Secondteaser */

#secondteaser {
	clear: both;
	float: left;
	margin:0 0 50px 96px;
	border-top: 1px dotted #CCCCCC;
	padding: 30px 0 0;
	width:100%;
}

#blog-teaserlist {
	font-size: 0.7em;
	float: left;
	margin:0;
	padding: 0 30px 0 0;
	border-right: 1px dotted #CCCCCC;
}

#blog-teaserlist h3,
#eventlist h3 {
	margin: 5px 0 0;	
}
#blog-teaserlist h3 span,
#secondteaser h3 span {
	display: none;
}

#blog-teaserlist ul li {
	width:427px;
	list-style-type: none;
	margin:10px 0 0;
	line-height: 1.5em;
}

#blog-teaserlist ul li .postmetablock {
	clear:both;
	float:left;
	margin:0 0 10px;
	width:100%;
}
	#blog-teaserlist ul li p.postmeta{
		display:block;
		font-size:0.9em;
		width: 350px;
		float: left;
	}
	#blog-teaserlist ul li p.postcommentmeta{
		display:block;
		font-size:.9em;
		margin:0;
		width: 50px;
		float: right;
	}
		#blog-teaserlist ul li p.postcommentmeta span.comments {
			background: url(images/comments.gif) no-repeat left 50%;
			margin:0 3px;
			padding:0 0 0 14px;
		}
		#blog-teaserlist ul li p.postcommentmeta span.twitter {
			background: url(images/twitter.png) no-repeat left 50%;
			padding: 0 0 0 12px;
			clear: right;
		}
		
#eventlist {
	float:left;
	font-size:0.7em;
	margin:0 0 0 15px;
	width:380px;
}
#eventlist ul li {
	background:url("images/kringel.png") no-repeat scroll 0 1px transparent;
	list-style-type:none;
	margin:10px 0 0 10px;
	padding:0 0 0 13px;
	width:360px;
}
	#eventlist ul li p.eventdate {
		color: #444444;
		font-size: 0.8em;
		width: 100%;
		clear: both;
	}
	#eventlist ul li p.eventtitle {
		font-size:1.2em;
		line-height:1.5em;
		margin:1px 0;
	}
		#eventlist ul li p.eventtitle a {
			color: #999999;
		}
		#eventlist ul li p.eventtitle a:hover {
			color: #89ba16;
		}
	#eventlist ul li p.eventlocation {
		font-size: 0.8em;
	}

	#eventlist .tagcloud {
		margin: 15px 0 0;
		padding: 15px 0 0;
		border-top: 1px dotted #CCCCCC;
	}
	#eventlist .tagcloud p.newtagcloud {
		text-align: center;
		padding: 15px;
	}
		#eventlist .tagcloud p.newtagcloud a:link,
		#eventlist .tagcloud p.newtagcloud a:visited {
		color: #999999;
		}
		#eventlist .tagcloud p.newtagcloud a:hover {
		color: #89ba16;
		}


/* @end */

/* @group Typography
 */

/* =Typography
------------------------------------------------------------------*/

#entry_content .sticky {
	border: 1px dotted #CCC;
	padding: 15px;
	margin-bottom: 20px;
	color: #555;
}


/* =Typography
------------------------------------------------------------------*/

body, .delicious-desc {
	background: #FFF;
	font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	color: #999;
}

h1, h2, h3, h4, h5, #main_nav ul, .date, .description, .ctitle, .fin,
 	.entry > p:first-child:first-line, .error, .navigation, .more-link, .comment-author, .comment-meta {
	/*font-family: "Hoefler Text", "Constantia", Georgia, "Times New Roman", Times, serif;*/
}

h1, .date, .description {
	font-variant: small-caps;
}

h1 {
	font-size: 1.5em;
}
h1.article-headline {
	display: none;
}
h2 {
	font-size:1.4em;
	font-weight:normal;
	margin: 0 0 1em;
}

#entry_content .ttf {
	border: none;
	margin:0 0 0.5em;
}

h3 {
	font-size: 1.2em;
	margin: 1em 0 0 0;
}

#supplementary h3,
h2.widgettitle,
.post_nav #new-tag-cloud h2 {
	border-bottom:medium none;
	font-family:Tahoma;
	font-size:14px;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 0.5em;
	padding:2px 0 5px 12px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px
	/*display: inline;*/
}

.related-posts h2.widgettitle,
.widget_recent_entries h2.widgettitle {
	color:#fff;	
	background-color: #89BA16;
}
.widget_pages h2.widgettitle {
	color:#fff;
	background-color: #999999;
}

.post_nav h2.widgettitle.clean-title {
	color:#89BA16;
	background-color: none;
	padding: 0;
	display:block;
}

/* @end */



.widget li {
	border-bottom: 0;
}

h4 {
	font-size: 1.4em;
	margin: 2em 0 0 0;
	font-variant: small-caps;
}

h5 {
	font-size: 1.3em;
	margin: .8em 0;
}

#main_nav ul {
	text-transform: uppercase;
	font-size: .75em;
	list-style-type: none;
}

/* @group Post Style */

.entry {
	line-height: 1.9em;
}

#entry_content p {
	margin:0 0 2em;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size:14px;
	line-height:23px;
}
#entry_content em {
	font-style: italic;
}
#entry_content strong {
	font-weight: bold;
}
#entry_content span.prefix {
	font-weight: bold;
	display: block;
	float: left;
	width: 150px;
	color:#777777;
}
#entry_content .tags {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px 4px;
	background-color:#F4F4F4;
	border:1px solid #CCCCCC;
	padding:10px;
}
#entry_content .tags p {
	font-size: 0.7em;
	line-height: 1em;
	margin: 5px 0;
}
.description, .date  {
	font-size: .8em;
	color: #aaa;
}

.commentcount {
	color: #aaa ;
	background: url(images/comments.gif) no-repeat left center;
	padding-left: 13px;
}

#entry_content .date {
	margin:0 0 0.5em;
	text-align:left;
}

.entry ul, .entry ol {
	margin:0.5em 0 0;
	padding-left: 2.2em;
}
.entry ul li, .entry ol li {
	margin: 0 0 0.5em;
	font-size:14px;
	line-height:23px;
}
.entry ul li:last-child, .entry ol li:last-child {
	margin: 0 0 1.5em;
}
#entry_content .searchresults li {
	background:url("images/kringel.png") no-repeat scroll 0 4px transparent;
	line-height:1em;
	list-style-type:none;
	margin:20px 0;
	padding:0 0 0 19px;
}
#entry_content .searchresults li .date {
	font-weight: normal;
	color: #bbb;
}
#entry_content .searchresults li .tags {
	font-weight: normal;
	color: #bbb;
	text-transform: lowercase;
	font-size: 0.8em;
}
#entry_content .searchresults li .tags a:link,
#entry_content .searchresults li .tags a:visited {
	color: #ccc;
	text-transform: lowercase;
}
#entry_content .searchresults li .tags a:hover {
	color: #555;
	text-transform: lowercase;
}
.entry #newtagcloud {
	text-align: center;
	line-height: 1em;
}
.entry #newtagcloud a {
	font-weight: normal;
	text-transform: lowercase;
	border: none;
	color:#89BA16;
}
.entry #newtagcloud a:hover {
	color: #999;
}

.entry img {
	/*padding: 3px;*/
}

.entry img.wp-smiley {
	display: inline;
	border: 0;
	padding: 0;
	margin: 0;
}

#entry_content .caption {
	margin: -2.4em 2em 1.5em 0;
	font-size: .85em;
	color: #666;
	text-align: center;
}

#entry_content .caption a, ol.footnotes a {
	font-size: 1.0em;
}

#entry_content h3 a {
	font-weight: normal;
	font-size: .7em;
}
.entry h3 a, .entry h3 a:hover {
	text-decoration: none;
	border: 0;
}
#entry_content .fin {
	text-align: center;
	font-size: 1.3em;
	margin: 3em 0 4em 0;
}

#entry_content #authorinfo {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px 4px;
	background-color:#F4F4F4;
	border:1px solid #CCCCCC;
	padding:10px;
	margin: 0 0 10px;
}
#entry_content #authorinfo h4 {
	color:#444444;
	font-size:14px;
	font-variant:normal;
	font-weight:bold;
	margin:0;
	padding:0;
}
#entry_content #authorinfo img.userpic {
	border:1px solid #CCCCCC;
	float:left;
	margin:0 5px 2px 0;
	padding:2px;

}
#entry_content #authorinfo p.authorname,
#entry_content #authorinfo p.authormeta,
#entry_content #authorinfo p.authordescription {
	font-weight: normal;
	font-size: 13px;
	margin: 0 0 10px;
	font-variant: normal;
	line-height: 17px;
}

#entry_content #authorinfo p.authormeta {
	font-style: italic;
}

/* @end */



input {
	border:1px solid #DDDDDD;
	}

blockquote {
	background-color: #F9F9F9;
    border-left: 4px solid #89BA15;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    margin: 2em auto;
    padding: 0.5em 0.5em 0.5em 1em;
    width: 85%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#supplementary ul {
	list-style-type: none;
}

#supplementary ul.single_post_meta {
	list-style-type:none;
	margin:0 0 1em;
}

#supplementary ul li ul li,
#supplementary .related-posts ul li,
#supplementary .single_post_meta li {
	background:transparent url(images/kringel.png) no-repeat scroll left 4px;
	font-size:13px;
	margin:0 0 8px 10px;
	padding:0 0 3px 13px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#f4f4f4, offX=0, offY=0, positive=true, enabled=false);
}
#supplementary ul li ul li:last-child,
#supplementary .related-posts ul li:last-child,
#supplementary .single_post_meta li:last-child {
	border-bottom:none;
	margin: 0 0 0px 10px;
}
ul.single_post_meta .art_navi {
	font-size: 20px;
	font-weight: bold;
	vertical-align:-1px;
}
.post-meta ul li {
	font-size:12px;
	padding:0 3px 3px 14px;
}

#supplementary p {
	line-height: 1.5em;
}
#supplementary p#sidebartagcloud {
	line-height:1.4em;
	margin:15px 0;
	text-align:center;
}
.meta {
	margin: 0;
	font-size: .7em;
	line-height: 1.9em;
}

.meta {
	margin: 0;
	font-size: .7em;
	line-height: 1.9em;
}

.footnotes {
	margin: 3em 0 0 0;
	padding-left: 2.2em;
	border-top: 1px dotted #999;
	font-size: .85em;
	line-height: 1.2em;
}

li.footnote {
	margin-top: .5em;
}

.wp-tag-cloud {
	padding-left: 0;
}

.highlight {
	color: #89BA16;
}

.error {
	font-size: 5em;
	text-align: center;
}

/* @group Footer Style */

#footer {
	border-top:1px dotted #CCCCCC;
	float:left;
	font-size:0.7em;
	line-height:1.7em;
	margin:2em 0 1.3em;
	padding:3em 0 0;
	width:1000px;
}

#footer p {
	margin: 0;
	padding: 0;
}

.footer_contact {
	padding: 1em 0 1em 1em;
	margin-right: 1em;
	height:14em;
}

#footer_info {
}
#footer .go-top {
	float: left;
	margin-right: 1em;
}
#footer .go-top a {
	width: 10px;
	height: 10px;
	display: block;
}

/* @group Footer-Navi
 */

#footer .footer-navi {
	clear:both;
	float:left;
	font-size:0.9em;
	height:200px;
	margin:15px 0 0 21px;
}
#footer .footer-navi a:link,
#footer .footer-navi a:visited {
	color: #ccc;
}
#footer .footer-navi a:hover {
	color: #89ba16;
}
#footer .footer-navi ul {
}
#footer .footer-navi ul li {
	border-left:1px dotted #DDDDDD;
	float:left;
	list-style-type:none;
	margin-right:15px;
	padding-left:7px;
}
#footer .footer-navi ul li ul {
	margin: 5px 0 0 10px;
}
#footer .footer-navi ul li ul li{
	float: none;
	display: block;
	list-style-type: none;
	background:transparent url(images/kringel_min.png) no-repeat scroll left 7px;
	padding:0 0 1px 10px;
	border: none;
	max-width:135px;
	height: auto;
}

/* @end */
/* @end */

.more-link .bracket {
	line-height: 5em;
	font-size: 1.5em;
	color: #f7ffec;
}

.post_nav {
	z-index:99;
}
.widget {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:10px;
	margin-bottom:10px;
	width:188px;
}
.blog-highlight,
.widget_recent_entries {

}

/* @group Post Meta */

.post-meta {
	float: left;
	margin-top:4em;
	width:200px;
}

.post-meta ul li {
	line-height:1.3em;
	margin:0.3em 0 1em;
	padding: 0 0 0 20px;
	list-style-type: none;
}
.post-meta ul li.meta-date {
	background: url(images/famfamfam_mini_icons/calendar.gif) no-repeat left center;
}
.post-meta ul li.meta-comment {
	background: url(images/famfamfam_mini_icons/comment_blue.gif) no-repeat left center;
}
.post-meta ul li.meta-category {
	background: url(images/famfamfam_mini_icons/folder_page.gif) no-repeat left center;
}
.post-meta ul li.meta-edit {
	background: url(images/famfamfam_mini_icons/page_edit.gif) no-repeat left center;
}
.post-meta ul li.meta-author {
	background: url(images/famfamfam_mini_icons/user.png) no-repeat left center;
}
.post-meta ul li.meta-tags {
	background: url(images/famfamfam_mini_icons/tag.png) no-repeat left 1px;
}
.post-meta ul li.meta-visits {
	background: url(images/famfamfam_mini_icons/eye.png) no-repeat left center;
}

.meta ul {
	margin: 0;
}
.meta ul li ul {
	margin:1.25em 0 0;
}
.meta {
	color:#444444;
}
.meta li,
.blog-highlight, .widget_recent_entries {
	color:#444444;
	font-size:11px;
	line-height:1.3em;
	margin:0.3em 0 2em;
	box-shadow: 0px 0px 8px #e0e0e0;
	-webkit-box-shadow: 0px 0px 8px #e0e0e0;
	-moz-box-shadow: 0px 0px 8px #e0e0e0;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#f4f4f4, offX=0, offY=0, positive=true);
}
.meta li a {
	color:#666;
}

/* @end */
code {
	font-size: 1.2em;
}

.navigation {
	font-size: .9em;
	font-variant: small-caps;
}

.spacer {
	height: 2em;
	background: url(./images/spacer.png) top center no-repeat;
	padding-right: 1em;
}

/* @group Link Styles */

/* =Link Styles
------------------------------------------------------------------*/


#main_nav h1.masthead a {
	color: #89BA16;
}
#main_nav h1.masthead a:hover {
	border-right: none;
}

h2 a, #main_nav a {
	color: #444444;
}

h2 a:hover {
	color: #CCC;
}

h3 {
	margin:1.3em 0 0.3em;
}

img a, img a:hover {
	text-decoration: none;
}

.entry a, .navigation a,
ul.single_post_meta a {
	color: #89BA16;
}

.entry a:hover, .navigation a:hover,
ul.single_post_meta a:hover {
	color: #555;
}

.entry sup {
	font-size: 11px;
	color: #aaa;
}

.entry sup a {
	border: 0;
	color: #89BA16;
	margin: 0;
	font-weight: normal;
	font-size: 10px;
}

#supplementary .post_nav ul.about_nav li a, #supplementary .post_nav ul.single_post_meta a, #supplementary ul.contact_key li a {
	border-bottom: 0;
}

#main_nav li {
	
}

#main_nav a {
	display: block;
	width: 100%;
	line-height: 1.6em;	
	padding-top: .3em;
}
#footer img {
	border: none;
}
/*#main_nav a:hover, .current_page_item, .current {
	width: 100%;
}*/

#footer a {
	color: #999;
}

#footer a:hover {
	color: #89BA16;
}

#supplementary a {
	color:#666;
}
#supplementary a:visited {
	color:#999999;
}
#supplementary a:hover {
	color: #89BA16;
}

#supplementary .offsite a, .offsite a img {
	border: 0;
}

.entry a.more-link {
	color: #666;
	font-variant: small-caps;
	font-size: 1.2em;
	border: 0;
	text-align: center;
	display: block;
	margin: 1em auto;
	text-transform: none;
	font-weight: normal;
	clear: both;
	
}
.entry a.glossar,
.glossaryLink {
	background: url(images/famfamfam_mini_icons/book_open.png) no-repeat 2px;
	padding-left: 20px;
}

/* @end */

/* @group PlugIn-Styles */

/* =Plug-in Styles
------------------------------------------------------------------*/

ul.delicious {
	list-style-type: none;
}

ul.delicious li {
	margin: 1em 0;
	line-height: 1.5em;
	padding-bottom: .8em;
}

a.twitterbox {
	display: block;
}
.twitter {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/tweeter_16x16.png) no-repeat scroll left center;
	color:#999999;
	min-height:12px;
	padding:4px 0 0 22px;
}

.smartarchives {
	margin: 2em 0 3em 0;
	font-size: .8em;
}

.smartarchives ul {
	margin: 0 0 1.5em 0;
	list-style-type: none;
}
	
.smartarchives h2 {
	margin: 0 0 0 0;
}

.smartarchives h2 a {
	text-decoration: none;
	color: #000;
	border: 0;
}

.smartarchives h2 a:hover {
	text-decoration: none;
	border: 0;
}

.monthly {
	clear: both;
	padding-top: 3em;
}

ul.archive_block {
	padding-left: 0;
	width: 100%;
	overflow: hidden;
	padding-bottom: 2em;
}

#content .archive_block li {
	float: left;
	display: inline;
	padding: 5px 7px;
	background: #000;
	color: #FFF;
	font-size: 11px;
	margin-left: .2em;
	margin-bottom: .2em;
}

#content .archive_block li.empty {
	font-size: 11px;
	color: #333;
}

#content .smartarchives .archive_block li a {
	color: #CCC;
	font-weight: normal;
	font-size: 11px;
	
}

.contactform {
	margin: 2em 0;
}

.contactform label {
	font-weight: bold;
}

.contactleft {
	margin: 1em 0 0 0;
}

#contactsubmit {
	margin: 1em 0 0 0;
}

/* @end */

/* @group Thread Styles */

/* =Threaded Styles
------------------------------------------------------------------*/

.rss-comments {
	background: url(images/rss_16x16.png) no-repeat left center;
	padding: 0 0 0 20px;
	margin: 10px 0;
}
ul.commentlist cite {
	font-style: normal;
	font-weight: bold;
}

ul.commentlist span.says {
	display: none;
}

ul.commentlist .comment-author, ul.commentlist .comment-meta {
	font-variant: small-caps;
}

ul.commentlist .comment-meta {
	margin-top: -.5em;
}

ul.children {
	list-style-type: none;
}

h3#comments {
	margin-bottom: 1em;
	clear: both;
}

ul.commentlist .navigation {
	border: 0;
}

ul.commentlist .comment .comment-author.vcard img{
	border:1px solid #CCCCCC;
}

.depth-2 {
	margin-top: 2em;
}

/* @end */

/* @group Comment Styles */

/* =Comment Styles
------------------------------------------------------------------*/
ul.commentlist, ul.commentmeta {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.commentlist li {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#F0F0F0;
	border:1px solid #CCCCCC;
	margin:1em 0;
	padding:20px;
}
ul.commentlist li.bypostauthor {
	border-left:4px solid #89BA15;
}

ul.commentmeta {
	margin-top: 2em;
}

img.avatar {
	margin:0.3em 1em 0 0;
	float: left;
	display: inline;
}

.commenttext {
	margin-left: 4.4em;
	border-bottom: 1px dotted #000;
	padding-bottom: 1.5em;
}

#comments, #respond {
	margin:1.5em 0 0;
	border: 0;
}

.moderation {
	margin-left: 4.4em;
}

.ctitle {
	font-variant: small-caps;
}
#commentform,
.wpcf7-form {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px 4px;
	overflow: hidden;
}
#commentform p,
.wpcf7-form p {
	clear:both;
	float:left;
	line-height:1em;
	margin:0.5em 0;
	width:100%;
}
#commentform label,
.wpcf7-form label {
	/*clear:left;
	display:block;*/
	float:left;
	width:150px;
}
#commentform .subscribe-to-comments label {
	width: 300px !important;
	margin:2px 0 0 5px;
}
#commentform .subscribe-to-comments #subscribe {
	float: left;
}
#commentform small,
.wpcf7-form small {
	font-size: 0.7em;
}
#commentform span.required,
.wpcf7-form span.required {
	font-size: 0.7em;
	float: right;
	margin:0 0.3em;
}
#commentform input,
#commentform textarea,
.wpcf7-form input,
.wpcf7-form textarea {
	float: left;
	clear: right;
	border: 1px solid #ccc;
	background-color: #fff;
}
#commentform input,
.wpcf7-form input {
	width:300px;
	padding:4px 5px;
}
.wpcf7-form span.captcha-309 input {
	width: 80px !important;
}
.wpcf7-form span.wpcf7-list-item input,
input.checkbox {
	width: 20px;
	height:20px;
}
#commentform input#submit,
.wpcf7-form inpu#submit {
	width:150px;
}
#commentform textarea,
.wpcf7-form textarea {
	width: 450px;
	padding:4px 5px;
}

/* @end */

/* =Better image scaling in IE
------------------------------------------------------------------*/

img { -ms-interpolation-mode:bicubic; }


/* =Required 
------------------------------------------------------------------*/
.wp-caption {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px 4px;
	background-color:#F4F4F4;
	border:1px solid #CCCCCC;
	padding:5px;
	margin:7px 0 15px;
	
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

#entry_content .entry p.wp-caption-text {
	font-size:14px;
	font-style:italic;
	line-height:1em;
	margin:0 0.3em 0.3em;
	text-align:center;
}

/* =Widget
------------------------------------------------------------------*/
.textwidget {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}

/* @group Table fuer Workshop - bearbeitet Andreas K. @ 02.12.2009 */
#workshop  {
  vertical-align: middle;
  text-align: center;
  margin:0 0 30px;
}
#workshop td, #workshop th  { 
	border-bottom:1px dotted #CCCCCC;
	font-size:0.8em;
	height:45px;
	vertical-align:middle;
}
#workshop th {
  line-height: 1.3em;
  font-weight: normal;
}
#workshop td strong {
	font-weight: bold;
}
#workshop td del
del.workshop {
	color: #bf1010 !important;
	text-decoration: line-through;
}
#workshop caption { display: none; }
#workshop .green {
  font-size: 1.4em;
  color: #89ba16;
}
#workshop img { padding-top: 10px; }
#workshop .left { 
  text-align: left;
  line-height: 1.3em;
 }
#workshop img.calendar {
	padding: 0 5px 0;
	margin: 0;
}

/* @end */

/* @group Seminarbutton */

.seminarbutton,
.terminbutton {
	display:block;
	/*float:left;*/
	height:66px;
	margin:25px auto;
	width:211px;
}
.seminarbutton:hover,
.terminbutton:hover {
	width: 211px;
	height: 66px;
}
.seminarbutton span,
.terminbutton span {
	display: none;
}

.seminarbutton {
	background: url(images/seminare-button.png) no-repeat left top;
}
.seminarbutton:hover {
	background: url(images/seminare-button.png) no-repeat left -66px;
}
.terminbutton {
	background: url(images/termine-button.png) no-repeat left top;
}
.terminbutton:hover {
	background: url(images/termine-button.png) no-repeat left -66px;
}
/* @end */

