/*  
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.5 (released 2008-04-05)
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!!!

leadimage 300x200px
featuredarticleimage  275x80px
rightcolimage 75x75px



/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	} 
 
body,html {
	min-height:101%;
	}
	
body {
	background: #f1eee8;
	color: #000000; 
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.4em;
	margin-bottom: 5px;

	}
	
p {	
	margin: 0px 0px 10px 0px;
	}

a:link, a:visited {
	color: #92876e;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	}

hr {
	display: block;
	height:3px;
	background:#F1EEE7;
	border:0;
	}
 
small {
	font-size: 0.8em; 
	margin: 6px 0px 0px 0px;
	color: #69A0B3 ;
	}

/****** Images ****************************/

img, a:link img, a:visited img{border:0px solid #999; padding:0px;margin-right:10px;margin-top:0px;margin-bottom:10px;float:left;}
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; }
img.center{ display:block; margin:0 auto 5px auto; float:none}
img.right{ float:right; margin:0 0 5px 12px; }
img.alignleft{ float:left; margin:0 12px 5px 0; }
img.alignright{ float:right; margin:0 20px 5px 0; }
img.aligncenter{ display:block; margin:0 auto 5px auto; float:none}	
img.alignlefft{ display:block;float:left; margin:0 630px 5px 0; }
 
		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:855px;
	margin:-10pt auto;
	
	background:#fff;
	padding: 0px 0px 10px 0px;
	border:0px double #333;
	}

#branding {/*where the logo sits*/
	width:930px;
	height:150px;
	padding-bottom:0px; 
	background:url(images/backgrounds/bg_branding.jpg) no-repeat;
	margin-bottom: -32px
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: it´s the sidebar container*/
	width: 200px;
	float:right;
	background: #fff;
	 
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
	border-right:0px solid #f1eee7;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:0px;
	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;

	}


		
/******************************************
*   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;
	padding: 5px;
	}
	
.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: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #225B87;
	background: #E1EEF4;
	font-size: 1em; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 20px 20px 5px 0px;
	padding: 5px 0px 05px 7px;
	}
	
h2 {
	color: #BDB49F;
	font: 3em Arial, Helvetica, sans-serif;
	padding-bottom:8px;
	border-bottom:3px solid #F1EEE7;
	margin-bottom: 10px ;
	margin-top: 20px;
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
	margin-bottom:8px;
	font-weight:bold;
	color:#c0b79f;  
	}

#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	padding:3px 5px 3px 6px;
	margin:15px 0 5px 3px;
	color:#ffffff; 
	background:#DDD7C9 
	}  

h3#respond {
	font-size:1.1em;
	border-top:3px solid #F1EEE7;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #a0b359;
	}
	
h3 a:hover {
	color: #6d7f2a;
	}

h4 {
	color:#BDB49F;
	font-size:1.5em;
	line-height: 1.1em;
	margin-bottom:6px;
	margin-top: 14px;
	} 
	  
h5 {
	font-size:0.8em;
	margin-bottom:3px;
	}
h6{
	color:#fff;
	background:   #e1eef4;
	font: 4em Arial, Helvetica, sans-serif;
	padding-left:15px;
	padding-bottom: 10px;
	padding-top:11px;
	border-bottom:0px solid  #afd1dd;
	margin-bottom: 0px ;
	margin-top: 20px;
	}
	
h7 {
	color:#BDB49F;
	font-size:1.4em;
	margin-bottom:6px;
	margin-top: 14px;
	} 
	
/******************************************
*   Content                        
******************************************/

#content {
	width:620px;
	float:left;
	background: #fff;
	padding-left: 20px;
	padding-bottom: 30px;
	padding-right:10px
	
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #fff;
	padding:10px;
	border: 1px solid #c8d78f;
	border-bottom: 3px solid #c8d78f
	}
 
.feature p, #rightcol p { margin:0 0 9px 0px	}

#leftcol img, #rightcol img {
	padding:0px;
	border:0px solid #fff;
	}

#leftcol .feature {	margin-bottom: 11px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 12px 0;
	padding:0px;
	border: 3px solid #F4F9FA; 
	}

.title, a.title  {
	font-family: Arial;
	font-size:11pt;
	font-weight:bold;
	color: #69a0b3;
	letter-spacing:normal;
	line-height: 1.2em; 

	
	 
	}
	
.title, a:hover  {
	color: #225B87
	}
		
#lead p {
	margin-bottom:10px;
	}


/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 0px 0;
	width: 75px;
	height:75px;
	overflow: hide;
	}

#leftcol img {
	margin-bottom:7px;
	display:block;
	width: 265px;
	height:80px;
	}
	
#rightcol .clearfloat {
	border-bottom:3px solid #C8D78F;
	padding-top:0px;
	padding-bottom: 0px;
	margin-bottom: 3px
	}	
	
 

/* Post Formatting */

.entry {
	padding-bottom:6px;
	text-align:left;
	font-size: 11pt;
	line-height:1.4em
	}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:12px 12px;
	margin:20px 20px;
	border-right:0px solid #DDD;
	border-bottom:0px solid #DDD;
	}	

.post ul li {
	list-style:dot;
	color: #C0B79F;
	margin-bottom:5px;
	
	margin-left:15px;
	font-weight: bold; 
	}

.post 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 */

select {
	background:#fff;
	width:100%
	}
	

#searchform { 	padding:0px 5px 0px 0; 	}

.button {
	width: 60px;
	padding: 1px;
	background:#bdb49f;
	color:#fff;
	border:none;
 	margin-bottom:5px;
	margin-right: -5px;
	}

.button:hover {
	background:#726850;
	color:#bdb49f;
	text-decoration:none
	}
	
.button2 {
	width: 164px;
	padding: 1px;
	background:#225B87;
	color:#fff;
	font-weight:bold;
	border:none;
 	margin-bottom:5px;
	margin-right: -5px;
	}

.button2:hover {
	background:#92a641;
	color:#fff;
		}

#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 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	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 {
	background: #f1eee7;
	margin: 0 auto;
	width: 855px;
	font-size:0.9em;
	text-align:center;
	margin-top: 10px;
	margin-bottom: -30px;
	padding-top:5px;
	padding-bottom: 5px;
	color:#69A0B3; 
	border-top: 5px solid #ddd7c9;
	}

#footer a {
	color:#69A0B3;
	}
	
#footer a:hover {
	color:#225B87;
	}
