/*  
Theme Name: PRiNZ BranfordMagazine 3.0
Theme URI: http://www.der-prinz.com/wordpress-theme-im-magazin-stil-branfordmagazine-wordpress-magazine-style-theme-branfordmagazine-63
Description: A premium magazine-style layout for Wordpress with multiple functionalities inspired by the great themes of Brian Gardner and Darren Hoyt
Version: 3.0 (released 2009-06.29)
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

Credits
=======

Thanks to Darren Hoyt and his "Mimbo" theme which has been a great inspiration
and a good source for lots of the code I used for this theme especially the intensive
use of custom fields. 

Thanks again to Darren for the timthumb script: http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/ 
and thanks to SNIPPLR for the function to insert the images in a very easy way: http://snipplr.com/view/14280/get-wordpress-image-attachment-and-use-tim-thumb-to-crop/

Thanks to Brian Gardner and "Revolution" which inspired me to put the two additional
page layouts "Featured Page" and "3-Column-Page" into the theme.

Thanks to Patrick Griffiths who delivered the script for the dropdown menues. http://www.htmldog.com/articles/suckerfish/dropdowns/

I´d also like to thank Klaus Hartl (stilbuero.de) for the brilliant script I used 
for the tabbed section with the fade effect.

And last but not least my very special thanks go out to all of you out there
using the theme and sending me tons of emails telling me how great this theme is.

THANK YOU ALL!!!



/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html { min-height:101%; }
	
body {
	background: #0B8D7E;
	color: #333;
	padding: 0 0 25px 0;
	font:0.81em Georgia, "Times New Roman", Times, serif;;
	line-height:140%;
	}

select, input, textarea {
	font: 1em Georgia, "Times New Roman", Times, serif;
	line-height:1.29em;
	}
	
p {	margin: 0 0 10px;	}


hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}


/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited { 
	color:#0B8C7E;
	text-decoration: underline; 
	} 
a:hover	{ 
	color:#333;
	text-decoration: underline; 
	}

.blogtitle a { text-decoration: none; }

/* Title area links */
.title:link, .title:active, .title:visited { 
	color: #0B8C7E; 
	text-decoration: none;
	} 
.title:hover { 
	color: #0B8C7E; 
	text-decoration: underline;
	} 
	
/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}
h3 a:hover {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  {color:#666; text-decoration:none;}
h4 a:hover {text-decoration:underline;}


/* Links in the sidebar */
.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none!important;
	}

#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none;}
#sidelist a:hover {text-decoration:underline;}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#000;
	text-decoration:none!important;
	}

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */

.tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}


a.thesaurus_link{
	background:transparent url(images/thesaurus-thumb.gif) no-repeat 0 0;
	display:block;
	width:245px;
	height:234px;
	text-indent:-9999px;
}
/******************************************
*   Images                         
******************************************/

/*** default image behaviour ***/
img { border:1px solid #999; padding:1px; }


/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 4px 15px 5px 0;
}

.alignright {
float: right;
}

.wp-caption {
   text-align: center;
   background-color: #fff;
   margin-top:5px;
   margin-right: 15px;
   margin-bottom:0px;
}

.wp-caption img{
   padding:2px;
   border:1px solid #999;
}

.wp-caption img:hover{
   border:1px solid #333;
}

.wp-caption p.wp-caption-text {
   color:#666;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
}

ul.startnews{
	list-style:none;
	border-bottom:1px dotted #000;
	padding-bottom:10px;
	margin-bottom:15px;
	clear:both;}
		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	padding:0 0 35px;
	margin:0 auto;
	font-size:1em;
	background: #FFF url(images/bg-line_bottom.gif) repeat-x left bottom;
	
	
	}
.header {background: #0B8D7E url(images/bg-line.gif) repeat-x left bottom;
}

#wrapper{
	padding:35px 0;
width:960px;
margin:0 auto;}

.left {
	float:left;
	}

#branding {/*where the logo sits*/
height:225px;
width:960px;
margin:0 auto;
float:none;
position:relative;
	}
	
.navigation {
position:absolute;
right:0;
top:0;
z-index:100;
}



.right {
bottom:30px;
position:absolute;
right:0;
	}

#sidebar {/*you guessed it: it´s the sidebar container*/
width:32%;
	float:right;
	padding:0 0 0 1%;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
	
	padding-right:18px;
	}

#leftcol, #rightcol {
	float:left
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	text-align:justify;
	}

.home #leftcol, .home #rightcol, .home #centercol{
width:31.75%;}

.home #leftcol{
padding:0 1.6% 0 0;}


.home #rightcol{
padding:0 0 0 1.6%;}

.home #centercol{
float:left;
padding:0 0.7%;}
		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}
.widgetcontent{
	clear:both;
padding:0 22px;	}

#sidelist li {
	list-style:none;
	font-size:0.92em;
	border-bottom: 1px dotted #999;
	padding:3px 0;
	}
#sidelist li:last-child {
	list-style:none;
	font-size:0.92em;
	border-bottom: none;
	padding:3px 0;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle{
	padding: 10px 0px;
	}
	
.blogtitle a {
background:transparent url(images/logo.png) no-repeat scroll 0 0;
color:#FFFFFF;
display:block;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:3.21em;
height:80px;
text-indent:-9999px;
width:231px;
	}

h1 {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.54em;
font-weight:bold;
margin:0 10px 0 0;
padding:20px 0 5px;
	}
	
h2 {
	font-size:1.38em;
	font-weight:normal}
.hidden{
	display:none;}
	
h3{
	font-size:1.23em;}
	
em{
	color:#999;}
.entry h2, .entry h3{
background:transparent none repeat scroll 0 0;
float:none;
font-weight:bold;
height:auto;
margin-bottom:5px;
padding:0;}

iframe{
	border:none;}

h3 {
margin-bottom:25px;
font-weight:normal;
display:block;
color:#fff;
height:25px;
line-height:25px;
text-align:center;
	}
	
.post .entry h3{
text-align:left;
font-size:1.23em;
margin-bottom:5px;
color:#000;
line-height:110%;
margin-top:25px;
	}
.PostHead h3, .post h3{
text-align:left;
font-size:1.54em;
color:#000;
font-weight:normal;
margin-bottom:0;
	}
	
.PostHead h3 a.title{
color:#000;

	}


#quotearea {
background:transparent none repeat scroll 0 0;
height:80px;
margin:0;
padding:0;
width:600px;
position:absolute;
bottom:-30px;
}

.testimonial{
background:transparent url(images/testi_bubble.gif) no-repeat scroll 0 0;
bottom:23px;
font-size:11px;
left:116px;
padding:7px 15px 7px 35px;
position:absolute;
text-align:center;
width:469px;
height:70px;
}

blockquote{
	padding:0;
	margin:0;}

#quoterotator a, #quoterotator a:hover{
text-decoration:none;
color:#0B8C7E}

#quoterotator a address, #quoterotator a:hover address{
color:#999;}

.testimonialimageborder {
	background:transparent url(images/image-bg.png) no-repeat scroll 0 0;
display:block;
height:67px;
width:67px;
}

.testimonialimage{
height:65px;
width:65px;

position:relative;
left:38px;}



#searchform #s {
width:161px;}



#sidebar h2 {
	margin-bottom:4px;
	font-weight:bold;
	color:#fff;
	}
#sidebar h3 a {
	color:#fff;
	}
.sidebar_widget{
	clear:both;}

#sidebar h3, #sidebar h2, h2, #rightcol h3.suche {
background:transparent url(images/widget-h-l.gif) no-repeat scroll 0 2px;
height:26px;
padding:2px 0 0 23px;
display:inline-block;
float:left;
margin:15px 0;
font-size:1.23em;

	}
#sidebar h3 span, #sidebar h2 span, h2 span, #rightcol h3.suche span {
background:transparent url(images/widget-h-r.gif) no-repeat scroll right top;
border:0 none;
color:#FFFFFF;
display:-moz-inline-block;
display:inline-block;
height:23px;
line-height:23px;
margin:0;
padding:3px 23px 0 0;
text-decoration:none;
width:auto;
	}
	
	#sidebar h3.suche, #rightcol h3.suche{
	background:transparent url(images/head-bg.gif) no-repeat scroll 0 2px;
	margin:-4px 5px 15px 0;
}

#sidebar h3.suche span, #rightcol h3.suche span{
background:transparent url(images/head-bg.gif) no-repeat scroll right top;
}
	
#sidebar  ul.termine p {
	width:59%;}
	
h2 {
background:transparent url(images/head-bg.gif) no-repeat scroll 0 2px;
margin:0 0 15px;
	}
h2 span {
background:transparent url(images/head-bg.gif) no-repeat scroll right top;
	}


h3#respond {
	font-size:16px;
	margin:25px 0 0 0 ;
	padding-top:20px
	height:auto;
	line-height:130%;
	text-align:left;
	color:#000000;
	height:auto;
	}

h3#comments {
color:#000000;
font-size:16px;
height:auto;
line-height:130%;
margin-top:32px;
text-align:left;
height:auto;
	}
h3#comments a {
font-size:13px;
	}

#commentform p{
	color:#999;}

h4 {
font-size:1em;
margin-bottom:6px;
margin-top:20px;
	}
	
	
	
/******************************************
*   Content                        
******************************************/
.PostHead {
clear:left;
margin-left:55px;
position:relative;
}
.PostDate {
background:transparent url(images/date.gif) no-repeat scroll center center;
color:#fff;
height:47px;
font-size:0.71em;
left:-55px;
margin:0;
padding:3px 0 0 2px;
position:absolute;
text-align:center;
top:0;
width:41px;
line-height:1em;
}

.PostDate .datetop{
font-size:1.6em;
line-height:0.9em;}

.PostInfo{
	color:#999;}
	
.PostCom {
padding-bottom:25px;
}
	
.PostCom li.kommentarinfo {
background:transparent url(images/kommentar-icon.gif) no-repeat scroll left center;
}

.PostCom li.tags {
background:transparent url(images/tag-icon.gif) no-repeat scroll 3px center;
}

.PostCom li.TrackBack{
background:transparent url(images/trackback-icon.gif) no-repeat scroll 3px center;
}


.PostCom li.RSS {
background:transparent url(images/rss-icon.gif) no-repeat scroll 3px center;
}

.PostNote li.tags, .PostCom li, .post ul.PostCom li {
list-style:none;
padding:3px 0 4px 27px;
margin:0;
}

#content {
	width:65%;
	float:left;
	padding:0 1% 0 0;
	}
	
.description {
	font-size: 1.17em;
	color:#fff;
	width:307px;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #ccc;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	border:1px solid #999;
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #840000;
	letter-spacing:normal;
	}
	
#leftcol a.title{
	font-weight:bold;}
		
#lead p {
	margin-bottom:10px;
	}

.read-on a, a.allnews { /* This can be used to format the "[...]" link in the lead story */
	color:#0B8C7E;
	text-decoration:none;
	}
	
.read-on a:hover, a.allnews:hover {
	text-decoration:underline;
	}


/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	padding:12px 0;
	}	
	


/* Post Formatting */

.entry {
	padding-bottom:15px;
	clear:both;
	}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.entry ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.entry ol li {
	margin-bottom:5px;
	
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}
				

/* Form Elements */

div.wpcf7{
	text-align:right;
	clear:both;}
.page-id-385 div.wpcf7{
	text-align:left;}


div.wpcf7 label{
	font-weight:bold;}
	
.page-id-385 div.wpcf7 label{
display:inline-block;
font-weight:normal;
text-align:right;
vertical-align:top;
width:85px;
line-height:25px;}
select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { 	padding:16px 0 0 0; 	}

.testimonials_manager_widget{
	background:none;
	border:none;}
	
.testimonials_manager_widget .avatar {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #DDDDDD;
float:left;
margin-right:5px;
margin-top:0;
padding:2px;
position:relative;
}
geschich...r-zukunft (Zeile 16)


#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	
	}
	
.commentlist li {
	margin: 15px 0 3px;
	list-style:none;

	}
.comment{
	margin-left:61px;}
.ListUserImage{
	float:left;}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}
.commentmiddle p{
margin:0;
padding-bottom:5px;
	}

.commentlist small {
padding:15px 0 0;
	}
.commenttop {
background:transparent url(images/comment_top.gif) no-repeat scroll 0 0;
font-size:1px;
height:55px;
margin:0;
padding:0;
}

.commentmiddle {
background-color:#E6E6E6;
height:auto !important;
margin:-33px 12px 0 28px;
min-height:30px;
padding:0 15px;
}

.commentbottom {
background:transparent url(images/comment_bottom.gif) no-repeat scroll 0 0;
height:54px;
margin-bottom:5px;
padding:0 26px 0 43px;
}


.testimonialtop {
background:transparent url(images/testi_oben.gif) no-repeat scroll 0 0;
font-size:1px;
height:53px;
margin:0;
padding:0;
}

.testimonialmiddle {
background-color:#0B8D7E;
color:#FFFFFF;
height:auto !important;
margin:-15px 12px -31px 3px;
min-height:30px;
padding:0 15px;
width:211px;
text-align:left;
font-size:12px;
}

.testimonialbottom {
background:transparent url(images/testi_unten.gif) no-repeat scroll 0 0;
color:#FFFFFF;
height:34px;
margin-bottom:0;
padding:36px 16px 0 19px;
font-size:12px;
}

.post{
	clear:both;}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}


ul.termine li {
border-bottom:1px dotted;
position:relative;
list-style:none;
}

ul.termine span.titel {
border-right:1px dotted;
margin:3px 0;
padding-right:5px;
width:63%;
display:block;
}


ul.termine span.date {
color:#0B8D7E;
font-size:10px;
font-weight:bold;
position:absolute;
right:0;
text-align:left;
top:0;
}




input.newsletter{
width:166px;}

input.button, input[type=submit]{
background:transparent url(images/submit.gif) no-repeat scroll 0 0;
border:medium none;
height:21px;
margin-left:5px;
text-indent:-9999px;
width:33px;}

input.button:hover{
background:transparent url(images/submit-hover.gif) no-repeat scroll 0 0;
cursor:pointer;}

input.senden{
background-position:right 3px;
color:#FF6600;
display:block;
font-size:1.1em;
font-weight:bold;
height:24px;
line-height:21px;
margin:0;
padding-right:35px;
text-indent:0;
width:auto;}

.wpcf7-form input.senden{
	margin-left:85px;}

input.senden:hover{
background:transparent url(images/submit-hover.gif) no-repeat scroll right 3px;
cursor:pointer;
color:#cc3300;}
	
div.postit{
margin-top:-102px;
position:relative;
right:-102px;
top:0;}
.postit img, #rightcol .postit img{
	border:none;
	z-index:1000;
	float:none;
	margin:0;
	padding:0;}
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#ededed;
	}

