/*
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 does harm ... whyever .. */
	font-family: "Helvetica Neue", "Nimbus Sans L", Arial, Tahoma, Verdana, sans-serif;
	line-height: 20px;
}

hr {
	display: normal;
	color: #000;
}

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: auto;
}

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

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


#weave-banner {
	margin-bottom: 10px;
}


div.banner-leaderboard {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

div.banner-container {
	padding-bottom: 20px;
	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: left;
	margin-bottom: 10px;
}

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

div.banner-container-skyscraper {
	/*background: url("images/banner/text-anzeige-hochkant.png") top left no-repeat;*/
}

	/*
	#weave-banner ul {
		list-style: none:
	}

	#weave-banner li {
		display: inline;
	}


	#weave-banner li:last-child {
		margin-left: 40px;
	}*/


/*
#header h1, #header h1 a:link, #header h1 a:visited {
	font-family: Georgia, "Times New Roman", Times, Garamond, serif;
	font-size:24px;
}

#header h1 a {
	background:#000;
	color:#fff;
}
*/

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

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


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

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

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


	#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;
	}

.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, #content-archive, #content-category, #content-blog, #content-gallery, #sidebar, #weave-skyscraper {
/* 	margin-top: 30px; */
}

#content-wrapper {
	background-color: #fff;
	margin-top: 30px;
}

#weave-skyscraper {
	margin-top: 30px;
	text-align: center;
}



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

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


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

.content {
	margin-top: 25px;
}


	.post {
		margin: 10px;
	}

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


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

	.content p, .post 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;
	}


#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 {
	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;
}



.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, Tahoma, Arial, sans-serif;
	font-size: 11px;
	width: 90%;
}


#sidebar {
	margin-top: 20px;
}

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

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

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

#sidebar li li {
	background: url(../modicus-remix/images/icon_bullet.gif) no-repeat left center;
	border-bottom: 1px dotted #999;
	padding: 2px 0 2px 14px;
}

#sidebar li li:last-child {
	border-bottom: 0;
}



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


#sidebar 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, #sidebar-post-meta {
	text-transform: uppercase;
}

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



input#s {
	width: 180px;
	padding: 2px;
	background: url(/wp-content/themes/modicus-remix/images/icon_search.gif) 168px 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: 15px;
	text-transform: uppercase;
	background-color: #333;
	color: #ccc;
}

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

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

#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;
}

.widget_zp_page_cover .widgettitle {
	text-align: left;
}

.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 {
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: 7px;
}