/*
Theme Name: MR Weave Theme
Theme URI: http://fwolf.info/
Description: Based on Modicus-Remix. Rebuilt using <a href="http://blueprintcss.org/">blueprint CSS</a> (CSS Grid Framework), jQuery, XHTML 1.0 Strict and PHP 5.
Author: Fabian Wolf
Author URI: http://fwolf.info/
Version: 1.5
Licence: Closed Source
*/



/*
@import url("../modicus-remix/style.css");
*/

body {
	font-size: 12px;
	background-color: #fff;
	color: #444;
	/*font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;*/ /* looks like as if Helvetica harmful ... whyever .. */
	font-family: "Helvetica Neue", "Nimbus Sans L", Arial, Tahoma, Verdana, sans-serif;
	line-height: 20px;
	margin: 0 auto;
}

.home{
	margin: 0 auto;
}

hr {
	display: normal;
	color: #333;
	background-color: #333;
	height: 1px;
}

a {
	font-weight: bold;
	color: #000;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #0b9;/*#00ad92;*/
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, Garamond, serif;
	font-weight: normal;
}


h1, .content h2 {
	font-size: 26px;
}

h2, .content h3 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	margin-bottom: 20px;
}

h4, h5, h6 {
	font-size: 110%;
}

code {
	font-family: "Courier New", "Courier 10 Pitch", Courier, Terminal, monospace;
	color: #000;
	font-size: 1.1em;
}

#wrapper {
	margin: 0 auto;
}

/*
#weave-skyscraper, #weave-banner {
	text-align: right;
}*/

#header {
/* 	margin-top: 40px; */
}


#weave-banner {
/* 	margin-bottom: 10px; */
	padding-bottom: 0px;
	background-color: #fff;
/*	border-bottom: 1px solid #808080; */
/*	padding: 0px 10px 0px 10px; */
}


div.banner-leaderboard {
	clear: both;
	width: 100%;
/* 	margin-bottom: 10px; */
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}




div.banner-container {
	padding-bottom: 10px;
	text-align: left;
/* 	background: url("images/banner/text-anzeige.png") bottom left no-repeat; */
}

div.banner-container:last-child {
	background-position: bottom right;
}

div.banner-container .banner-fullsize {
	width: 100%;
	clear: both;
}

div.banner-container .banner-halfsize {
	width: 50%;
	float: left;
	text-align: right;
	margin-bottom: 10px;
}

div.banner-container:last-child, div.banner-container:last-child .banner-halfsize {
	text-align: left;
}

/*div.banner-container-skyscraper {
}*/

div.banner-container #banner-468-links {
	margin-left: 20px;
}

#header2009 {
	height: 55px;
	line-height: 55px;
	vertical-align: middle;
	background-color: #000;
}

#header {
	min-height: 190px;
	text-align: left;
	background-color: transparent;
}

#logo-spaceholder, #nav-header, #navigation {
	background-color: #fff;
}

#nav-header {
	height: 100%;
	background-color: #000;
}


#navigation, #nav-header, #nav-footer {
	text-transform: uppercase;
}

	#navigation ul, #nav-header ul, #nav-footer ul {
		list-style: none;
/* 		margin-left: 0; */
	}

	#nav-header ul, #nav-footer ul {
		margin-top: 5px;
	}

	#navigation li, #nav-header li, #nav-footer li {
		list-style-type: none;
		margin: 0 2px;
		display: inline;
	}

	#navigation li {
		padding: 2px 20px 2px 0px;
		margin:0px 5px 0px -5px ;
	}


	#navigation a, #nav-header a, #nav-footer a {
		text-decoration: none;
	}

	#nav-header a:link, #nav-header a:visited {
		color: #e9e9e9;
	}

	#nav-header a:hover, #nav-header a:active {
		color: #fff;
	}

	#navigation ul {
		border-top: 1px solid #333;
	}

	#navigation ul {
		text-align: left;
		height: 40px;
		line-height: 39px;
		padding: 0 5px;
		margin: 0 20px;
	}

	#navigation li.current_page_item {
		color: #808080;
		background-color: #fff;
	}

	#navigation li.current_page_item a:link, #navigation li.current_page_item a:visited {
		color: #808080;
	}
	#navigation li a {
		font-size: 1.1em;
	}

.stripe {
	background: url(../modicus-remix/images/headerstripes.gif) 0 0 repeat;
}

#stripe-header, hr#header-stripe {
	margin-top: 20px;
	margin-bottom: 10px;
	height: 20px;
	/*width: 100%;*/
}

#content{
	width:622px;
	border-top: 1px solid #333;
	padding-left:0px;
	padding-right:0px;
	margin-left: 20px;
	margin-right: 10px;
}

#content-gallery, body.category #content-blog, #content-archive {
	width:622px;
	border-top: 1px solid #333;
}

#content-gallery, body.category #content-blog, #content-archive {
	margin-left: 20px;
	margin-right: 10px;
	text-align:justify;
}

#content h2, #content-gallery h2, #content-blog h2, #content-archive h2 {
	padding-top: 10px;
}

body.paged #content h2, body.category #content-blog h2, #content-archive h2 {
	padding-top: 20px;
}

#content .post {
/* 	margin-left: 0 !important; */
	padding-right:48px;
	text-align:justify;
}

#content .post h2{
	padding-right:0px;
	text-align:left;
}

#sidebar {
	border-left: 1px solid #333;
	width: 310px;
	margin-right: 0px;
}

#sidebar ul li:first-child {
	border-top: 1px solid #333;
}

#sidebar li.widget, #sidebar li.widget li {
	border-top: 0;
}

#sidebar-content {
	padding-left: 10px;
}

#content, #content-archive, #content-category, #content-blog, #content-gallery, #sidebar, #weave-skyscraper {

/* 	margin-top: 30px; */
}

#content-wrapper {
	background-color: #fff;
}

#weave-skyscraper {
	text-align: center;
}

#content-wrapper2009, #weave-skyscraper2009 {
	margin-top: 30px;
}



#content-blog li {
	list-style-type: none;
}

#content-blog li .post li {
	list-style-type: circle;
}

#content-blog h2.blog-post-title small {
	display: block;
}

/*body.page #content-gallery, body.page #content {
	margin: 10px;
}*/

.content {
/* 	margin-top: 25px; */
}

	.container .post, .container .page {
		margin: 10px 0;
	}

	.content h2, .container .post h2, .container .page h2 {
		margin-bottom: 20px;
		color: #000;
	}


	.content h2 a {
		font-weight: normal;
	}

	.content p, .container .post p, .container .page p {
		margin: 15px 0;
	}

	.content ul, .content ol {
		margin: 10px;
		margin-left: 20px;
	}

	.content ul li {
		font-size: 1.2em;
	}

	.content li li {
		font-size: 0.9em;
	}



/** blog integration */

#content ul.blog-post-list, #content ul.blog-post-list .post  {
	margin: 0;
}

#content-blog ul.blog-post-list li {
	font-size: 1em;
}

#content .category-externe-feeds p, #content-blog .category-externe-feeds p {
	line-height: 1.2em;
}

.nav-post {
	margin: 10px 0;
	line-height: 40px;
	height: 40px;
}

.nav-post div:last-child {
	text-align: right;
}

	ul.nav-list {
		margin: 0;
	}

	.nav-post ul.nav-list li {
		display: inline;
		margin-right: 10px;
		font-size: 1em;
		width: 40%;
	}

	.nav-post ul.nav-list li:last-child {
		margin-right: 0;
	}

/** blog posts archive */

body.blog .paged div.span-12 img[width] {
	max-width: 570px;
	overflow: hidden;
}



#content-archive table, #content table {
	margin: 10px 0;
	min-width: 80%;
	color: #000;
}


	#content-archive thead, #content thead {
		background-color: #ddd;

		font-weight: bold;
		font-size: 110%;
		text-align: left;
	}

	#content-archive tbody, #content tbody {
		color: #000;
		font-size: 105%;
	}

		#content-archive tr.row-odd, #content tr.row-odd {
			background-color: #f0f0f0;
		}

		#content-archive th, #content-archive td,
		#content th, #content td
		{
			padding: 2px 3px;
		}

		#content td.table-col-question, #content-archive td.table-col-question {
			font-weight: bold;
		}


#content-archive li {
	list-style-type: none;

}

#content-archive .post-date {
	float: left;
}

.slideshow-list {
	list-style-type: none;
}

.slideshow-list-item {
	margin: 20px 0;
}

.slideshow-list-item ul li {
	display: inline;
	margin: 5px;
}

#sub-content-gallery {
	font-size: 2em;
	margin: 40px 0;
}

#frontpage-video {
	margin: 10px 0;
	min-width: 250px;
	min-height: 250px;
	text-align: center;
}

	.vimeo-header, .vimeo-content, .vimeo-description {
		text-align: left;
	}


.post h2, .page h2 {
	color: #000;
}

.post-tags {
	padding:5px;
	background:#f0f0f0;
	margin:5px 0px;
}

p.postmetadata {
	border-top:1px solid #999;
	color:#000;
	height:12px;
	line-height:10px;
	margin-bottom:25px;
	margin-top: 10px;
	padding:4px 0;
	text-transform:uppercase;
}

p.postmetadata span.alignright, p.postmetadata span.alignleft {
	margin: 0;
}

.comment-form {
	margin-top: 35px;
}

#commentform label {
	display: block;
}

.input-required {
	font-weight: bold;
	color: #600;
}

#commentform input.textinput, #commentform textarea {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
	font-family: "Helvetica Neue", "Nimbus Sans L", Arial, Tahoma, Verdana, sans-serif;
	font-size: 1.05em;
	line-height: 1.3em;
	width: 90%;
}


#sidebar2009 {
	margin-top: 20px;
}

/*
#sidebar ul {
	list-style: none;
}*/

#sidebar small, #sidebar2009 small  {
	font-size: 100%;
}

#sidebar li, #sidebar li li, #sidebar2009 li, #sidebar2009 li li {
	list-style-type: none;
}

#sidebar li li {
	padding: 2px 0;
}

#sidebar li li.cat-item {
	background: url("images/icons/icon_bullet.gif") no-repeat left center;
/* 	border-bottom: 1px dotted #999; */
	padding-left: 14px;
}


#sidebar li a, #sidebar2009 li a {
	text-decoration: none;
}


#sidebar2009 h3 {
	background-color: #333;
	color: #fff;
	/*height: 20px
	padding: 5px 5px 3px;*/
	padding: 7px 5px;
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

#sidebar h3 {
	margin: 10px 0;
	padding: 4px 3px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -0.025em;
}


#sidebar h3, #sidebar2009 h3, #sidebar-post-meta {
	text-transform: uppercase;
}

#sidebar2009 ul li:first-child h3 {
	margin-top: 0;
}

#sidebar ul li:first-child h3 {
	margin-top: 0;
	border-top: 0;
}


input#s {
	width: 90%;
	padding: 2px;
	background: url("images/icons/icon_search.gif") 95% center no-repeat;
}

.textwidget p {
	margin: 10px 0;
}

/*
#sidebar ul li {
	list-style-image: none;
	list-style-type: none;
	padding: 10px 0;
}*/

#footer {
/* 	margin-top: 30px; */
	padding-top: 30px;
	text-transform: uppercase;
	background-color: #fff;
	color: #999;
	padding-bottom: 15px;
}

#footer hr {
	text-align: center;
	margin: auto;
	width: 935px;
	margin-bottom: 20px;
}

#footer-copyright {
	margin-right: 0;
	margin-left: 14px;
}

#nav-footer {
	margin-left: -14px;
}

#footer-copyright, #nav-footer {
	padding-top: 15px;
}


#footer a:link, #footer a:visited {
	color: #666;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #111;
}

#footer p, #footer ul {
	padding: 0 10px;
}

#footer-copyright, #nav-footer {
/* 	margin-top: 25px; */
}

#nav-footer ul {
	text-align: right;
}

#skyscraper a img, #skyscraper a {
	border: 0;
	padding: 0;
	margin: auto;
}

/* plugins and widgets */

#sidebar li .wp-polls-ul li {
	background-image: none;
}

.widget_zp_page_cover {
	text-align: center;
}

#sidebar li.widget_zp_page_cover h3.widgettitle {
	display: none;
	background-color: #fc0;
}

.widget_zp_page_cover img {
	margin: 10px auto;
}

#sidebar .widget_links ul li {
	background: none;
/* 	padding-left: 5px; */
}


#sidebar #linkcat-154 li {
	text-align: center;
}


/* additional stuff */

.hideTag {
	display: none;
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 1;
}

.hideBackground {
	background: none !important;
}

.panel {
	background-color: #eee;
	border-top: 1px solid #000;
	width: 100%;
	min-height: 20px;
	line-height: 1.5em;
	position: fixed;
	bottom: 0;
	left: 0;
}
	.panel ul {
		list-style: none;
	}

	.panel li {
		display: inline;
		margin: auto 10px;
	}

/* wp-usual stuff */

h2, h3 {
	line-height: 1.1em;
}

.center {
	text-align:center;
}
.borderless img, img.borderless {
	border:medium none;
}
.imgleft {
	float:left;
}

em {
	font-style:italic;
}

.alignright {
	float:right;
	margin:5px 0px 10px 10px;
}

.alignleft {
	float:left;
	margin:5px 10px 10px 0px;
}

a.more-link {
	display: block;
}


/*
a.more-link {
background:transparent url(images/more-link.gif) no-repeat;
display:block;
width:78px;
height:23px;
border:0px;
margin-top:5px;
margin-bottom:2px;
outline:none;
}
.more-link:hover {
border:1px solid #fff;
margin-bottom:0px;
}
*/
div.bubble {
	margin-bottom:24px;
	width:auto;
}
div.bubble blockquote {
	border:1px solid #C9C2C1;
	margin:0px;
	padding:10px;
	background:#fff;
}
div.bubble blockquote p {
	line-height:1.3em;
	margin:0px;
	padding:0px;
}
div.bubble cite {
	background:transparent url(images/tip.gif) no-repeat scroll 20px 0pt;
	display:block;
	font-size:1em;
	font-style:normal;
	margin:-7px;
	padding:7px 0px 10px 15px;
	position:relative;
	top:5px;
}

.mmf-form label {
	font-weight: normal;
	color: #000;
}

.mmf-form .form-field-required label {
	color: #900;
	font-weight: bold;
}

a.button-download {
	margin-top: 30px;
	display: block;
	padding: 10px;
	max-width: 220px;
	border: 1px solid #aaa;
/* 	background-color: #fe3a24; */
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

a.button-download:link, a.button-download:visited {
	color: #eee;
}

a.button-download:hover, a.button-download:active {
	color: #fff;
	background-color: #0b9;
}

.hilite-advantage, .hilite-disadvantage {
	font-size: 1.1em;
	color: #000;
}

.hilite-advantage {
	background-color: #cfc;
}

.hilite-disadvantage {
	background-color: #fcc;
}

#footer-copyright-fwolf {
	margin: 10px 0;
	font-size: 80%;
}

li#virtualmagazine-promo {
	text-align: center;
}
	li#virtualmagazine-promo img {
		margin: 10px auto;
	}


iframe#virtualMagazineIframe {
	width: 100%;
	height: 500px;
	border: 0;
}

/* stellenmarkt format adaptions */

.stellenmarkt-pseudo-paragraph {
	display: block;
	margin: 5px 0;
}
#jobBoxSmall {
	margin-top: 17px;
/* 	padding-top: 10px; */
}

/** AddToAny */

.addtoany_share_save_container{
	margin:16px 0;
}

ul.addtoany_list{
	display:inline;
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
	text-indent:0 !important;
}
ul.addtoany_list li{
	background:none !important;
	border:0;
	display:inline !important;
	line-height:32px;
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
}
ul.addtoany_list li:before{content:"";}

ul.addtoany_list li a { /** changes the space between each icon */
	padding:0 1px;
}

ul.addtoany_list img{
	float:none;
	border:0;
	margin:0;
	padding:0;
	vertical-align:middle;
}
ul.addtoany_list a img{
	opacity:.7;
}
ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
	opacity:1;
}
a.addtoany_share_save img{border:0;width:auto;height:auto;}

.blogroll{
	text-align: center;
}
#linkcat-372{
/*	text-align: center; */
}

