﻿/*  
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:#999999 url(images/back.png) center repeat-y;
color: #414141;
	padding: 0px 0 0px 0;
	}

body, select, input, textarea {
	font: 10px Verdana,Arial, Helvetica, sans-serif;
	line-height:1.5em;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #778866;
	text-decoration:none
	}

a:hover, a:active {
	color:#D5593A;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 10px;
	padding:0 0px 0px;
	}

/****** Images ****************************/

img, a:link img, a:visited img{border:1px solid #f0f0f0; padding:1px;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:1px solid #f0f0f0; padding:1px;}
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
img align left{ float:left; margin:0 12px 5px 0; }
	
		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:880px;
	margin:0 auto;
	font-size:1em;
	background:#FFF;
	padding: 0px 25px 10px 25px;
	border:1px #778866;
	}

#branding {/*where the logo sits*/
	width:880px;
	height:170px;
	padding-bottom:0px;
	background:url(images/backgrounds/header.png) no-repeat;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: it�s the sidebar container*/
	width: 220px;
	float:right;	border-left:1px dotted #d9d9d9;
	padding-left:18px;margin-top:10px;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
	border-right:1px dotted #d9d9d9;
	padding-right:18px;
	}

#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:277px;
	padding-left:18px;
	margin-top: -2px;
	text-align:justify;
	}

#fragment {margin-top:20px;margin-bottom:20px;}
 #fragment p {margin:5px;}
		
/******************************************
*   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 {
	list-style:none;
	}



#sidelist .textwidget img {border: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 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#000;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #D5593A;
	font-size: 12px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #D5593A;
	font: 12px Verdana,Arial, Helvetica, sans-serif;
	padding-bottom:2px;
	border-bottom:1px dotted #d9d9d9;
	margin: 20px 0 5px 0;
	}

h3 {
	font: 11px Verdana,Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	color:#D5593A;
	}

#sidebar h2, #sidebar h3 a {
	font: 11px Verdana,Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#D5593A;
	}

#sidebar h3, #sidebar h2 {
	font-size:12px;
	border-top:0px double #999;
	border-bottom:1px dotted #d9d9d9;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#D5593A;
	}

h3#respond {
	margin-top:25px;
	padding-top:20px
	}

h3#comments a:link{
	margin-top:5px; font: 11px Verdana,Arial, Helvetica, sans-serif;font-weight:normal;
	}

h3 a:link, h3 a:visited {
	color: #000000;padding-bottom:5px;font-weight:bold;
	}

h4, h4 a:link, h4 a:visited {
	font-size:1.2em;
	margin-bottom:6px;
color:#D5593A;
	font: 12px Verdana,Arial, Helvetica, sans-serif;
	}
	
.rssimporttwo h5 a{color:#D5593A;font-weight:normal;font: 11px Verdana,Arial, Helvetica, sans-serif;}
	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:605px;
	float:left
	}
	
#contenteinzeln { width:465px;float:left;}

#beitrag {float:left;width:120px;margin:50px 0 10px 10px;padding:0 0 10px 10px;border-left:1px dotted #d9d9d9;clear:right;}

.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #f0f0f0;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	border:1px solid #f0f0f0;
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 10px 18px 10px 0;
	padding:1px;
	border: 0px solid #f0f0f0;
	}

.title, a.title  {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #D5593A;
	letter-spacing:normal;
	}
		
#lead p {
	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 {
	border-bottom:0px dotted #d9d9d9;
	padding:10px 0;
	}	
#rightcol .werbung{border-bottom:1px dotted #d9d9d9;border-top:1px dotted #d9d9d9;padding-bottom:5px;padding-top:5px;}


/* Post Formatting */

.entry {
	padding-bottom:10px;
	text-align:justify;
	}

#content ul li {margin-left:15px;}

.post{padding-bottom:20px;}

.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:disc;
	margin-bottom:0px;
	
	margin-left:15px;
	}

#beitrag ul li {margin-left:15px;list-style:disc;}

.post ol li {
	margin-bottom:5px;
	
	margin-left:48px;
	}






.archiv li {list-style:none;}




.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 */

select {
	background:#f2f2f2;
	border-bottom:1px dotted #d9d9d9;
	width:100%
	}
#searchbutton {
  height:22px;
  width:22px;
  margin-left:10px;
  border:0px solid;
background-image:url(images/such2.png); 
color:#000000;
background-color:transparent;
}

fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:0px;
  border:0 solid; /* Opera */
}


#searchform { 	padding:16px 5px 0 0; border:none;	}

#submit {
 background-image:url(images/such2.png); 
color:#000000;background-color:transparent;
 width:22px !important;height:22px;
  padding:5px;
}

#s {float:left;border:white;padding-top:5px;border-top:0px solid;border-right:0px solid;border-left:0px solid;border-bottom:1px dotted #d9d9d9;}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;border-color:#000000;
	margin-top:5px;border-top:0px solid;border-right:0px solid;border-left:0px solid;border-bottom:1px dotted #d9d9d9;
	}

#author, #email, #url {border-color:white;border-top:0px solid;border-right:0px solid;border-left:0px solid;border-bottom:1px dotted #d9d9d9;}

#subscribe, #submit {border:0px solid;}

/* Comments*/

#kommentar {float:left;}

.commentlist {
	padding-left:0px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f0f0f0;
	border:1px solid #E6E3D3;list-style:none;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	color:#414141;
	padding:0;
	}
	

.commentmetadata {
	padding:2px;display:block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}

.landingsites {
	margin: 40px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f0f0f0;
	border:1px solid #E6E3D3;
	}

.landingsites li {list-style:disc;margin-left:10px;}

.feature li {margin-left:15px;}


/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {background:#666;
	margin: 0 auto;
	width: 930px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;padding-bottom:10px;
	color:#FFF;
	}

#footer img, a:link img, a:visited img{border:0px solid #f0f0f0; padding:0px;}

.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 4.0em;
	border: 0px solid #fff;
	background: #ffffff;
	text-decoration: none;
  text-align: left;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #d9d9d9;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #d9d9d9;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #d9d9d9;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #d9d9d9;
	color: #ffffff;
}

.pagebar a:hover {
	border-color: #d9d9d9;background: #f0f0f0;
}

.pagebar .inactive
{
   border: 1px solid #ecdcda;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}