/*  
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, Darren Hoyt and Justin Tadlock
Version: 1.3
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.

I�d also like to thank Justin Tadlock and his "Structure" theme
from which I took the tabbed interface. Of course you can find tons of sources for 
tabbed interfaces but the one from Justin worked fine for me.

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: #333 url(http://www.noisevere.net/wp-content/themes/branfordmagazine/images/backgrounds/fondo.gif) top left repeat;
	color: #333;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font-size: 11px; 
        font-family: Lucida Sans Unicode, Helvetica, sans-serif !important;
	line-height:1.5em;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #1c6f79;
	text-decoration:none;
	}

a:hover, a:active {
	color:#1b8e9c;
	text-decoration:none;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}


/****** Images ****************************/

img, a:link img, a:visited img{border: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; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
/******************************************
*   Structure                         
******************************************/

#page {
	width:880px;
	margin:0 auto;
	font-size:1em;
	background:#FFF;
	padding: 10px 25px 35px 25px;
	border:3px double #333;
	}
/******************************************
*   Content                        
******************************************/

#content {
	width:605px;
	float:left
	}

.feature {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #ccc;
	width: 260px;
	}

.feature:hover { background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC; }
	
.feature p, #rightcol p { margin:0;	}

#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}
.title, a.title  {
	font: bold 1em, Helvetica, sans-serif !important;
	color: #c40641;
	margin-bottom:15px;
	}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block;
	}
