/*  
Theme Name: PRiNZ BranfordMagazine PRO
Theme URI: http://www.der-prinz.com/branfordmagazine-wordpress-magazine-style-theme-63
Description: A premium Magazine Theme for Wordpress with multiple Functionalities, custom Widgets, an Options Panel and additional Page Templates. It supports all the nice WordPress 3.x features like custom menus, custom header and background etc.
Version: 6.1.2
Author: Michael Oeser
Author URI: http://www.der-prinz.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

******************************************************************************
** Styles can be edited in the specific CSS files of the used color schemes **
******************************************************************************
*/
.searchcontainer {
    float: right;
    margin-top: -125px;
	position:relative;
	z-index:999;
}

p {
	//*font: 14px/1.3 Georgia, Palatino, Palatino Linotype, FreeSerif, serif;*/
	font-family: 13px/1.1 'Source Sans Pro', sans-serif;
	padding-top: 3px;
	line-height: 1.5em!important;
}

body {
	background: url('https://monstersofgoe.de/images-oldblog/body_bg.png') fixed!important;
	background-repeat: repeat-x!important;
	background-position: left top!important;
	background-color: #999!important;
}

#page {
	border: 1px #777 solid !important;
}

/* eigene Styles */

.topics a:link, .topics a:active, .topics a:visited{
	font-weight: bold;
	font-size: 1.5em;
	padding-left: 4px;
	padding-right: 4px;
	color: white;
	background-color:#c10557;
	text-decoration:none!important;
	}

.topics li{
	margin:2px;
	padding:5px;
	line-height:1.2em; 
	float: left;
}
.topics a:hover{
	color: #000000;
	text-decoration:none!important;
}

.subtopics a:link, .subtopics a:active, .subtopics a:visited{
	font-weight: bold;
	font-size: 0.8em;
	padding-left: 4px;
	padding-right: 4px;
	color: #666;
	background-color: rgb(230, 227, 211); /* #e6e3d3 */
	text-decoration:none!important;
	}

.subtopics li{
	margin:2px;
	padding:2px;
	padding-left:5px;
	line-height:0.8em; 
	float: left;
}
.subtopics a:hover{
	color: #000000;
	text-decoration:none!important;
}


.featuretitle{
	font-size:1.3em;
	font-weight: bold;
}

.featureteaser{
	font-family: 0.5em 'Source Sans Pro', sans-serif;
}

img.artikelthumb{
	width:120px;
	border:1px;
	padding:3px;
	float:left;
	}

/* Styles übernommen aus dem alten Layout */


/* text box in article: */
div.textbox {
        margin-right: 10px;
        padding: 5px 10px;
        width: 40%;
        background-color: rgb(230, 227, 211);
        float: left;
        font-size: 93%;
        /*line-height: 130%;*/
}

div.imgbox {
        margin-right: 10px;
        padding: 0 10px;
        float: left;
}

/* komentar-kasten: */
div.commentbox {
        margin-right: 10px;
        padding: 5px 10px;
        width: 55%;
        background-color: rgb(230, 227, 211);
        float: left;
        font-size: 93%;
        /*line-height: 120%;
         text-align: left;*/
        }

div.zitatbox {
        margin-left: 10px;
        padding: 5px 10px;
        width: 45%;
        background-color: white;
        float: right;
        font-size: 17pt;
		font-style:italic;
        line-height: 120%;
         text-align: right;
        }

div.noborder img{
	border:none!important;
}

/* Ähnliche Artikel */
div.wp_rp_content h3{
	margin-top: 20px!important;
}
small.metasmall{
	margin-left:0px;
	color: #666!important;
}
small.metasmall a{
	color: #666!important;
}


#nazitool{
	background:#e6e3d3;
	padding:5px;
	border:1px solid;
	border-color:#666;
	-moz-border-radius:7px; /* Firefox */
	-webkit-border-radius:7px; /* Safari, Chrome */
	-khtml-border-radius:7px; /* Konqueror */
	border-radius:7px; /* CSS3 */
}
#nazitool h3{
	font: bold 0.9em 'Source Sans Pro',sans-serif!important;
	text-transform: uppercase;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:10px;
}
#nazitool h4{
	margin-top:0px;
	padding-top:0px;
	padding-left:10px;
	padding-bottom:3px!important;
	margin-bottom:3px!important;
	font: bold 1.8em 'Source Sans Pro',sans-serif;
}
#nazitool p
{
	margin-top:-2px;
}
a.greylink{
	color:#666!important;
}
