/*
Theme Name: SPI Theme 1.0
Theme URI: http://www.gridzel.com/
Author: Tina Steffan
Author URI: http://www.gridzel.com/
Description: A minimalistic theme with 3 columns
Version: 1.0
Tags: orange, black, three-columns, fixed-width, left-sidebar, right-sidebar, white
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
*/

@import "ff/fonts.css";
@import"menu.css";
@import"text.css";

* {

    /*box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*-webkit-box-sizing: border-box;*/
    color: #333;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p, ul, li {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: "MetaWeb-Normal", Helvetica, Tahoma, _sans;
	font-size: 13px;
    line-height: 17px;
	text-align: center;
	vertical-align: top;
    background: url(images/stripe-body-bg.png) repeat;
}


body.single-mistel,
body.single-siz {
    /*background: #fff !important;*/
}


h1, h1 a {
	font-family: "MetaWeb-Normal", Helvetica, Tahoma, _sans;
	/**/
	/*color: #333;*/
	text-decoration: none;
	padding: 0;
}

h2, h2 a {
	font-family: "MetaWeb-Normal", Helvetica, Tahoma, _sans;
    font-weight: normal;
	/**/
	/*color: #171717;*/
	text-decoration: none;
	padding: 0;
}

h3, h3 a {
	font-family: "MetaWeb-NormalIta", Helvetica, Tahoma, _sans;
    font-weight: normal;
	text-decoration: none;
	padding: 0;
	font-size: 16px;
}

h4, h4 {
	font-family: "MetaWeb-Normal", Helvetica, Tahoma, _sans;
    font-weight: normal;
	text-decoration: none;
	padding: 0;
	font-size: 15px;
}

a, a img {border: none; outline: none; }

a {
    color: #cd2020;
}

a:link, a:visited{
	text-decoration: none;
	/*color: #d63c00;*/
}

a:hover{
	text-decoration: underline;
}

p {
	margin: 0px 0 10px 0;
}



#wrapper{
	margin: 20px auto 0 auto;
	width: 960px;
    padding: 0 20px 20px 20px;
	text-align: left;
	background: #fff;
    min-height: 800px;
    border: none;
    padding-top: 0px;
}


#header {
    margin: 20px 0 0 0;
}

.single-mistel #wrapper {
    border: none !important;
}

.single-siz #wrapper {
    /*border: 1px solid #ccc !important;*/
}


.botnav {
    border-top: 1px dotted #bebebe !important;
    border-bottom: 1px dotted #bebebe !important;
    background: white;
    border-right: none;
    border-left: none;
    padding-left: 20px !important;
}


#header{
	float: left;
	width: 940px;
	padding: 10px 0 20px 0;
	background: #fff;
    position: relative;
}

/************************************************
*	Banner  									*
************************************************/

#header{
	float: left;
	width: 960px;
	height: 81px;
    background: url(images/spi-banner-neu.jpg) no-repeat 0px 0px;
	border-top: 0px solid #c0c0c0;
	border-bottom: 0px solid #c0c0c0;
}

#site-title {
        font-size: 28px !important; 
        margin: 20px 0 8px;
        font-family: "MetaWeb-Normal", Helvetica, Tahoma, _sans;
}

#site-title a {
        font-size: 28px !important; 
        margin: 20px 0 8px;
        color: #000;
        font-family: "MetaWeb-BoldIta", Helvetica, Tahoma, _sans;
}

#desc {
        font-size: 14px; 
}

/************************************************
*	Content  									*
************************************************/

#container{
	float: left;
	width: 490px;
	margin: 0;
	border: none;
    padding: 7px 0 0 0;
}

.page-template-default #container,
.category-aktuelles #container {
    padding-top: 0;
    width: 690px;
}

#extrawide{
	float: right;
	width: 710px;
	margin: 20px 30px 15px 30px;
	border-top: 1px solid #000;
}

.post{
	/*padding: 5px 0 20px 0;*/
}

.post a:hover, .siz a:hover, .mistel a:hover, .spi-forschung a:hover {
	text-decoration: underline;
}

.post h1, .post h1 a:visited, .siz h1, .post h1 a:visited, .mistel h1, .post h1 a:visited, .spi-forschung h1, .post h1 a:visited {
	font-family: "MetaWeb-Normal", Helvetica, Tahoma, _sans;
	font-size: 20px;
	/*color: #171717;*/
	padding: 0px 0 0 0;
}

.post h2, .post h2 a:visited, .siz h2, .post h2 a:visited, .mistel h2, .post h2 a:visited, .spi-forschung h2, .post h2 a:visited {
	font-family: "MetaWeb-Normal", Helvetica, Tahoma, _sans;
	font-size: 20px;
	/*color: #171717;*/
	padding: 0px 0 0 0;
}

.post h3, .siz h3, .mistel h3, .spi-forschung h3 {
	font-family: "MetaWeb-Normal", Helvetica, Tahoma, _sans;
	font-size: 16px;
	/*color: #171717;*/
	padding: 10px 0 0 0;
}

.post h4, .siz h4, .mistel h4, .spi-forschung h4 {
	font-family: "MetaWeb-Normal", Helvetica, Tahoma, _sans;
	font-size: 15px;
	/*color: #171717;*/
	padding: 0px 0 0 0;
}

.post img , .siz img , .mistel img , .spi-forschung img  {

}

p img:first-of-type {
    margin-left: 0;
}

p img:last-of-type {
    margin-right: 0;
}

p img {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.postthumb {
        float: left;
        margin: 0 10px 10px 0px;
}

.wp-caption-text {
        font-size: 11px; 
        font-weight: normal;
}

.entry{
	line-height: 19px;
}

.entry a:visited{
	color: #d63c00;
}


p.postmetadata{
	font-size: 12px;
	color: #606060;
	background-color: #efefef;
	margin: 10px 0 10px 0;
	padding: 7px 10px 7px 10px;
}

p.postmetadata a:link, a:visited{
	color: #d63c00;
	font-weight: normal;
}

.navigation{
	padding: 10px 10px 0 10px;
	font-size: 14px;
	line-height: 18px;
    font-family: "MetaWeb-Bold", Helvetica, Tahoma, _sans;
}

#container .gallery .gallery-caption {
	color: #888;
	font-size: 11px;
	margin: 0 0 12px;
}

#container .sticky {
	background: #eee;
        padding: 0px 15px;
}

/************************************************
*	Sidebars  									*
************************************************/

.sidebar1{
	float: left;
	width: 150px;
	padding: 0;
	display: inline;
	border-bottom: 1px dotted;
	border-top: 1px dotted;
    margin: 0px 40px 0 0;
    margin-left: 10px !important;
}

.sidebar2{
	float: right;
	width: 230px;
	margin: 20px 10px 10px 10px;
	padding: 0;
	display: inline;
	border-top: 1px dotted #898989;
}

.sidebar1 h4, .sidebar2 h4 {
        font-family: "MetaScWeb-Bold", Helvetica, Tahoma, _sans;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        margin:5px 0;
        padding:5px 0 1px;
}

.sidebar1 ul, .sidebar2 ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar1 ul li, .sidebar2 ul li{
	display: block;
	padding: 0;
	margin: 0;
}

.sidebar1 h2, .sidebar2 h2{
	font-family: "MetaWeb-Normal", Helvetica, Tahoma, _sans;
	font-size: 14px;
    line-height: 14px;
    padding: 10px 0;
	color: #171717;
	background-color: #fff;
    border-bottom: 1px dotted;
}

.sidebar1 ul li, .sidebar2 ul li {

}

.sidebar1 ul li a, .sidebar2 ul li a{
	display: block;
	color: #171717;
	font-size: 13px;
    line-height: 14px;
	text-decoration: none;
	margin: 0;
	border-top: 1px dotted;
    padding: 10px 0 8px 15px;
    font-family: "MetaScWeb-Normal", Helvetica, Tahoma, sans-serif;
}


.section-menu .sub-menu a {
    font-size: 12px;
    font-family: "MetaScWeb-Normal", Helvetica, Tahoma, sans-serif;
}

.section-menu .sub-menu li a {
    padding-left: 15px;
}

.section-menu .sub-menu .sub-menu li a {
    padding-left: 30px;
}

.sidebar1 ul li a:hover, .sidebar2 ul li a:hover{
	background: #ccc;
	color: #000;
}

.sidebar1 a:visited, .sidebar2 a:visited{
	font-weight: normal;
}

.sidebar1 p, .sidebar2 p {
        padding: 0px 0px 10px 0px;
}

/************************************************
*	Search  									*
************************************************/

.searchform{
	font-size: 8px;
	margin: 15px 0 15px 0;
	padding: 0;
}

/************************************************
*	Subscribe  									*
************************************************/

.subscribe{
	font-size: 10px;
	margin: 0;
	padding: 0;
}

/************************************************
*	Calendar  									*
************************************************/

table#wp-calendar{
	padding: 10px 10px 0 0;
	width: 100%;
}

/************************************************
*	Comments  									*
************************************************/

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 18px;
    font-family: "MetaWeb-Bold", Helvetica, Tahoma, _sans;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 18px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
        padding: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 14px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
        padding-left: 0px !important;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
    font-family: "MetaWeb-Bold", Helvetica, Tahoma, _sans;
}
.comment-author .says {
	font-family: "MetaWeb-NormalIta", Helvetica, Tahoma, _sans;

}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.commentlist li.depth-2 {
	margin-left: 50px;
}

.commentlist li.depth-3 {
	margin-left: 100px;
}


.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-family: "MetaWeb-NormalIta", Helvetica, Tahoma, _sans;
}


/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
    font-family: "MetaWeb-Bold", Helvetica, Tahoma, _sans;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/************************************************
*	Footer  									*
************************************************/

#footer{
	clear: both;
	width: 940px;
	height: 25px;
	border-top: 1px dotted #898989;
	padding: 5px 10px 15px 10px;
	background-color: #fff;
    margin: 30px 0 0 0;
}

#footbanner{
	float: left;
	width: 960px;
	height: 100px;
	clear: both;
	/*background: url(images/banner-knockout-bottom.gif);*/
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

/************************************************
*	Alignment  									*
************************************************/

div.row span.left {
	float: left;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: left;
	width: 48%;
}

div.row span.right {
	float: right;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: right;
	width: 48%;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/* qtranslate widget */

.widget_qtranslate {
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: auto;
}

.widget_qtranslate ul {
    list-style: none;
}

.widget_qtranslate ul li {
    float: left;
    margin: 0 0 0 10px;
    font-size: 10px;
}

.widget_qtranslate ul li a {
    /* todo: farbcode language menu */
    color: #888;
}

.qtrans_language_chooser a {
    font-size: 12px;
}

.qtrans_language_chooser .active a {
    font-family: "MetaWeb-Bold";
}


#box-left {
    width: 690px;
    float: left;
    margin: 0 40px 0 0;
}

#box-left .body {
    padding: 40px 0 0 0px;
    overflow: hidden;
    min-height: 320px;
}

body {
}


.single-siz .body {
    /*background: url(images/stripe-body-bg.png) repeat !important;*/
}


#box-left .body:after {
    clear: both;
}

#box-right {
    width: 230px;
    float: left;
}


.tax-spi-tax .sidebar1, .tax-spi-tax a, .single-spi-forschung .sidebar1 a, .single-spi-forschung .sidebar1 {
    border-color: rgb(0,70,140);
}

/*.single-spi-forschung .sidebar1 h4 {*/
    /*color: rgb(0,70,140);*/
/*}*/

/*.single-mistel .sidebar1 h4 {*/
    /*color: rgb(0,132,131);*/
/*}*/

/*.single-siz .sidebar1 h4 {*/
    /*color: rgb(228,0,95);*/
/*}*/

.tax-spi-tax a, .tax-spi-tax h2 a, .tax-spi-tax h3 a, .tax-spi-tax h1 a {
    color: #00468c;
}

.single-spi-forschung .sidebar1,
.single-spi-forschung .sidebar1 li a {
    border-color: rgb(0,70,140) !important;
}

.single-spi-forschung .section-menu .sub-menu a {
    /*color: #171717;*/
}

.single-mistel .section-menu a {
    /*color: rgb(0,132,131);*/
}

.single-mistel .sidebar1,
.single-mistel .sidebar1 li a {
    border-color: rgb(0,132,131) !important;
}

.single-mistel .section-menu .sub-menu a {
    /*color: #171717;*/
}

.single-siz .sidebar1,
.single-siz .sidebar1 li a {
    border-color: rgb(228,0,95) !important;
}

.single-siz .section-menu .sub-menu a {
    /*color: #171717;*/
}



.current-cat a {
    background: #eee;
}

dfn {
    display: none;
}


/************************************************
*	WP Stats  									*
************************************************/

img#wpstats{width:0px;height:0px;overflow:hidden}