/*
Theme Name: PRiNZ BranfordMagazine
Theme URI: http://www.der-prinz.com/2008/01/20/wordpress-magazine-style-theme-branfordmagazine/
Description: A premium magazine-style layout for Wordpress with multiple functionalities inspired by the great themes of Brian Gardner and Darren Hoyt
Version: 2.51 (released 2008-04-20)
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 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:#132442;
	color:#333;
	padding:0 0 20px;
}

body,select,input,textarea
{
	font:12px Arial, Helvetica, sans-serif;
	line-height:1.3em;
}

p
{
	margin:15px 0;
}

a:link,a:visited
{
	text-decoration:none;
	color:#333;
}

a:hover,a:active
{
	text-decoration:underline;
}

.entry a,.entry a:visited,.comment_link,.comment_link:visited
{
	color: #840000;
}

hr
{
	display:block;
	height:1px;
	background:#333;
	border:0;
}

small
{
	font-size:.9em;
	padding:3px 6px;
}

/****** Images ****************************/
img,a:link img,a:visited img
{
	border:1px solid #999;
	padding:1px;
}

img.left,img.center,img.right,img.norm
{
	margin:5px 12px 5px 0;
	border:1px solid #999;
	padding:1px;
}

img.left
{
	float:left;
/*	margin:0 12px 5px 0; */
	margin:0;
}

img.center
{
	display:block;
	margin:0 auto 5px;
}

img.right
{
	float:right;
	margin:0 0 5px 12px;
}

.wp-caption
{
	border:1px solid #DDD;
	text-align:center;
	background-color:#F3F3F3;
	padding:5px;
	margin:10px;
/*optional rounded corners for browsers that support it*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px
}

.wp-caption img
{
	margin:0;
	padding:0;
	border:0 none;
}

.wp-caption p.wp-caption-text
{
	font-size:11px;
	line-height:17px;
	padding:0 5px 5px;
	margin:0;
}

img.alignleft,div.alignleft
{
	float:left;
*	margin:0 .5em .5em 0;
}

img.alignright,div.alignright
{
	float:right;
	margin:0 0 .5em .5em;
}

img.aligncenter,div.aligncenter
{
	text-align:center;
	margin:0 auto;
}

/******************************************
*   General Structure
******************************************/
#page
{
/*the main container*/
	width:930px;
	margin:0 auto;
	font-size:1em;
	background:#D4DFE4 url(images/slices/header.jpg) no-repeat;
	padding:0;
}
/* GriStuF 2010 Header: background:#D4DFE4 url(images/slices/header_gristuf_2010.jpg) no-repeat; */

#branding
{
/*where the logo sits*/
	width:625px;
	height:121px;
}

.left
{
	float:left;
}

.right
{
	float:right;
	color:#FFF;
}

.right .topfeed a:link,.right .topfeed a:visited {
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	color:#C2E2F2;
	padding-left:20px;
	margin-left:8px;
	background:url(images/rss.gif) no-repeat;
}

#sidebar
{
/*you guessed it: it's the sidebar container*/
	width:269px;
	float:right;
	padding:0 8px;
	background:#D4DFE4;
	border-top:10px solid #D4DFE4;
}

#leftcol
{
/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
	border-right:1px solid #B6B6B6;
	padding-right:15px;
}

#leftcol,#rightcol
{
	margin-top:10px;
	float:left;
}

#rightcol
{
/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:283px;
	padding-left:15px;
	text-align:justify;
}

/******************************************
*   Sidebar
******************************************/
.subnav li
{
/*.subnav is mainly the categories list*/
	list-style:none;
}

.subnav li a:link,.subnav li a:visited
{
	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;
}

#sidelist li ul
{
	background:#fff;
	padding: 0 5px;
	list-style: none;
}

.sidebar_widget
{
	background:#fff;
        /* margin-top:5px; */
	/* padding: 7px; */
}

#sidelist a:link,#sidelist a:visited
{
	text-decoration:underline;
}

#sidelist ul#license
{
	background:#eef2f4 url(images/slices/license_bg.gif) bottom left repeat-x;
	padding-bottom:30px;
}

#sidelist li
{
	list-style:none;
}

.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 .children li a,#sidelist .children li a:visited
{
	padding:2px 2px 2px 0;
	border:0;
	background:#F4F4EC;
	color:#666;
}

#sidelist .children li a:hover,#sidelist .children li a:active
{
	color:#000;
}

.feed li
{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	list-style-type: none;
}

.twitter_feed li
{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/twitter.gif) no-repeat;
	list-style-type: none;
}

/******************************************
*   Sidebar Neuergänzung für Widgets
******************************************/
.sidebar {
	background:#D4DFE4;
}

.widget {
	background:#fff;
	/* padding: 12px 7px 7px 7px; */
	margin:0 8px;
}

.widget h3 {
	background:#fff url(../../images/sidebar_ueberschrift.png) repeat-x;
	/* images/sidebar_box.gif muss mit obigen Bild verbunden werden und padding-bottom angepasst werden */
	font-size:13.2px;
	font-family:Arial, Helvetica, sans-serif!important;
	font-weight:bold;
	color:#005CA9;
	margin:5px 0 0;
	padding:10px;
	text-transform:uppercase;
}

.widget p {
	margin-bottom: 0; /* wegen des unteren Randes der einzelnen Widgets */
}

.widget_content {
	padding: 7px;
}

.ngg-widget img {
	margin: 0 !important;
}

.widget_twitter {
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: 1px;
	background: #fff;
}


.widget_twitter h3 a {
	display:block;
	font-size:0;
	height:75px;
	left:5px;
	position:relative;
	top:36px;
	width:230px;
}

.widget_twitter h3 {
	background: url(images/twitterwidget_head.png) top center no-repeat !important;
	height: 197px;
}

.widget_twitter .widget_content {
	background: url(images/twitterwidget_foot.png) bottom center no-repeat;
	padding: 0 0px 10px 0px;
}

ul.twitter {
	background: transparent !important;
	margin:-85px 0 0;
	padding: 0 8px;
	border-style: solid;
	border-color: #019fd2;
	border-width: 0 3px;
	list-style-type: none;
}

.twitter-item {
	border-bottom:1px solid #D4DFE4;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin-right: 0.8em;
	padding: 8px 0;
}

.twitter li:last-child {
	border-bottom: none;
}

.twitter-timestamp abbr {
	letter-spacing: normal;
	border-bottom: none;
	font-style: italic;
	white-space: nowrap;
}

/*
.sidebar .bullets li {
	list-style-type:disc;
	margin-left:20px;
}

.sidebar .bullets li li {
	list-style-type:circle;
} */

/******************************************
*   Headlines
******************************************/
.blogtitle,.blogtitle a
{
	color:#000;
	font-size:1.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	padding:20px 0 10px;
}

h1
{
	color:#191970;
	font-size:1.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	margin:0 10px 0 0;
	padding:20px 0 0 10px;
}

h2
{
	color:#191970;
	font:1.8em Arial, Helvetica, sans-serif;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin:20px 0;
}

h3
{
	font:1.1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
/*	letter-spacing: .2em;
	margin-bottom: 4px;   */
	font-weight:700;
	color:#191970;
}

#sidebar h2,#sidebar h3 a:link,#sidebar h3 a:visited
{
	color:#005ca9;
}

#sidebar h3,#sidebar h2
{
	border:none;
	background:#fff url(images/slices/ueberschrift_sidebar.jpg) bottom left repeat-x;
	font:bold 14px;
	text-transform:uppercase;
	padding:12px 0 17px 10px;
	margin:5px 0 0;
	color:#005ca9;
}

#leftcol h3
{
	height:14px;
	color:#fff;
	padding:7px 34px;
	background:url(images/slices/topthemen_ueberschrift.jpg) no-repeat;
}

#rightcol h3
{
	color:#fff;
	margin:0 -6px 6px;
	padding:7px 38px;
	background:url(images/slices/eigenersache_ueberschrift.jpg) no-repeat;
}

h3#respond
{
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px;
}

h3#comments
{
	margin-top:32px;
}

h3 a:link,h3 a:visited
{
	color:#191970;
}

#home #leftcol h3 a:link,#home #leftcol h3 a:visited,
#home #rightcol h3 a:link,#home #rightcol h3 a:visited {
	color:#fff;
}

h4
{
	font-size:1.2em;
	margin-bottom:6px;
}

/******************************************
*   Content
******************************************/
#content
{
	width:602px;
	float:left;
	padding:0 18px 0 25px;
	background:#fff url(images/slices/schatten_sidebar.jpg) repeat-y right;
	border-top:1px solid #e7e8ea;
/* fuer Abgrenzung zur Navigationsleiste */
}

#home #content
{
	background-color:#e3e3e3!important;
}

#content.forenpage,#content.forenpage2,#content.magazin,#content.radio98eins,#sforum
{
	width:900px;
/* = volle Breite (930) minus Padding (2 x 15px) */
	padding:15px;
	background:#fff none;
}

#sforum {
	padding: 0;
}

.description
{
	font-size:1.3em;
	font-weight:700;
	color:#999;
}

/*Featured Articles formatting "leftcol"*/
.feature
{
	background:#FAFAFA url(images/slices/topthema_kommentar_bg.gif) no-repeat bottom;
	padding:15px 15px 6px;
	margin-bottom:10px;
}

.feature p,#rightcol p
{
	margin:0;
}

.feature p
{
	margin-bottom:15px;
}

#leftcol img,#rightcol img
{
	padding:0;
	border:1px solid #7C7C7C;
}

/*
#leftcol .feature
{
	margin-bottom: 0;
}
*/
/*Formating of the Leadstory stuff in the tabbed section*/
#leadpic
{	
	border:2px solid #C2E2F2;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}

#leadpiccont {
	margin:0 18px 8px 0;
	padding:0;
    float:left;
	position:relative;
}

#leadpiccont #ganzerartpic {
	position:absolute;
    bottom:10px;
    left:10px;
}

.title,a.title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:700;
	color:#333;
	letter-spacing:normal;
}

#lead p
{
	color:#fff;
	margin-bottom:10px;
}

/*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
{
	width:269px;
	padding:12px 0;
	background:#FAFAFA;
	margin-bottom:10px;
}

#rightcol .ausserdem
{
	background:url(images/slices/ausserdem_bg.gif) no-repeat;
	margin:-6px;
	padding:1px 8px;
}

#rightcol .ausserdem + ul {
	margin:6px -6px 0;
	padding:4px 15px;
	background:#F2F2F2;
}

#rightcol .clearfloat
{
	padding:0 6px;
}

/*Post Formatting*/
.entry
{
	padding-bottom:28px;
	text-align:left;
	font-size:13px;
	line-height:18px;
}

.post blockquote
{
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}

.post ul li
{
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
}

.post ol li
{
	margin-bottom:5px;
	margin-left:48px;
}

.post h3
{
	color: #333;
}

#tags
{
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
}

.postmetadata
{
	font-size:.9em;
	margin:0 0 10px;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;
	border-bottom:1px solid #E6E3D3;
}

/*Form Elements*/
select
{
	background:#F2F2F2;
	border:1px solid #9C9C9C;
	width:100%;
}

#searchform
{
	padding:6px;
}

.button
{
	padding:0;
	background:#666 /* url(images/backgrounds/bg_suche.gif) center center no-repeat */;
	color:#FFF;
	border:none;
}

#commentform input
{
	width:170px;
	margin:5px 5px 1px 0;
}

#commentform textarea
{
	width:100%;
	margin-top:5px;
}

/*Comments*/
.commentlist
{
	padding-left:30px;
}

.commentlist li
{
	margin:15px 0 3px;
	padding:8px 15px 10px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
}

.commentlist blockquote
{
	color:#666;
	background:#FFF;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

#commentform small
{
	background:#FFF;
	font-weight:700;
	padding:0;
}

.commentmetadata
{
	display:block;
}

.commentlist small
{
	background:#FFF;
	border:1px solid #E6E3D3;
}

/*Float Properties*/
.clearfloat:after
{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}

.clearfloat
{
	display:inline-block;
}

.clearfloat
{
	display:block;
}

/******************************************
*   Footer
******************************************/
#footer
{
	margin:0 auto;
	padding:3px 0;
	width:930px;
	font-size:.8em;
	text-align:center;
	line-height:1.2em;
	color:#FFF;
	background:url(images/slices/footer_bg.jpg) repeat-y;
}

#footer a
{
	color:#EDEDED;
}