/*  
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/

Id 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: #D9D9D4 url(http://rachitdayal.com/images/top_bg.jpg) repeat-x;
	color: #333;
	padding: 0px 0 0px 0;
	}

body, select, input, textarea {
	font: 12px "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	line-height:1.5em;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #333;
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}

.posts {
	list-style:square;
	margin-bottom:10px;	
	margin-left:20px;
	}

.posts li{
	margin-bottom:5px;	
	}


/****** 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; }
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:900px;
	margin:0 auto;
	font-size:1em;
	background: #FFF url(http://rachitdayal.com/images/page_bg.jpg) repeat-y;
	padding: 10px 25px 35px 25px;
	}

#pagetop { /*the top of the main container*/
	width:950px;
	height:28px;
	background: #FFF url(http://rachitdayal.com/images/page_top.jpg) no-repeat;
	margin: -10px -25px -35px -25px;
	}

#empty20 {
	height:20px;
	}

#pagebottom { /*the bottom of the main container*/
	width:950px;
	height:28px;
	padding: 0;
	margin:0 auto;
	background: #FFF url(http://rachitdayal.com/images/page_bottom.jpg) no-repeat;
	}

#brandhome { /*the container for logo and navigation*/
	width:940px;
	margin:0 auto;
	}

#branding {/*where the logo sits*/
	width:317px;
	height:92px;
	padding-bottom:15px;
	background:url(http://rachitdayal.com/images/top_logo.png) no-repeat;
	text-indent:-9999px;
	}

#brandnav {/*where the navigation sits*/
	width:600px;
	height:92px;
	float:right;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: it is the sidebar container*/
	width: 250px;
	float:right;
	color:#666;
	font-size:10px;
	}

#sidebar img, #sidebar a:link img, #sidebar a:visited img{border:0px; padding:0px;}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:282px;
	border-right:1px solid #b6b6b6;
	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:282px;
	padding-left:18px;
	}


		
/******************************************
*   Sidebar                         
******************************************/

.subnav {
	font-size:10px;
}
.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}


.subnav li a:link, .subnav li a:visited {
	background:#fff;
	color: #7e7e9b;
	display:block;
	padding:4px 4px 4px 4px;
	text-decoration:none
	line-height:5px;
	}
		
.subnav li a:hover, .subnav li a:active {
	text-decoration:none;
	}

.subnav ul {
	background:#fff;
	margin-left: -20px;
	}

.subnav ol {
	margin-left: 0px;
	}
		
#sidelist li {
	list-style:none;
	}

#sidelist li a {
	text-decoration: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:#fff;
	}

#sidelist .children li {
	background: #fff;
	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:#fff;
	color: #666;
	text-decoration:none
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#000;
	text-decoration:none
	}

#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;
	text-decoration:none
	}


h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-family: Arial, Helvetica, sans-serif;}

h1 {
	color: #840000;
	font-size: 1.8em;
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}

h1 a:link a:visited {
	text-decoration:none
}
	
h2 {
	color: #840000;
	font: 1.8em "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin: 20px 0;
	}

h2 a:link a:visited {
	text-decoration:none
}

h3 {
	font: 1.3em "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	margin-bottom:4px;
	padding-top:16px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h2, #sidebar h3 a {
	font: 16px "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h3, #sidebar h2 {
	font-size:13px;
	border-top:3px double #999;
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#840000;
	}

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: #666;
	text-decoration:none
	}

h2 a:link, h3 a:visited {
	color: #666;
	text-decoration:none
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	
h4 a:link a:visited {
	text-decoration:none
}
	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:605px;
	float:left
	}

#content ul {
	margin-left: 15px;
	}

#content  ol {
	margin-left: 15px;
	}
		
.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 #ccc;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	border:1px solid #999;
	}

#leftcol .feature, #rightcol .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;
	}

.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #840000;
	letter-spacing:normal;
	text-decoration:none
	}
		
#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:1px solid #999;
	padding:12px 0;
	}	
	


/* Post Formatting */

.entry {
	padding-bottom:28px;
	
	text-align:justify;
	}

.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:22px;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:28px;
	}
	
#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:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { 	padding:16px 5px 0 0; 	}

.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#666;
	color:#FFF;
	text-decoration: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 15px;
	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: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 {
	margin: 20px auto 0px;
	width: 100%;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	background: #FFF url(http://rachitdayal.com/images/page_bottom.jpg) no-repeat;
	border-top: 1px solid #000;
	background: #303030;
	text-align: center;
	color: #AAA;
	}

#footer a {
	color:#ededed;
	}




/******************************************
*   Home Introduction
******************************************/

#homeintro {
	width:897px;
	height:300px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	align: left;
	padding:0px;
	margin-top:20px;
	background:url(images/backgrounds/bg_party.jpg) no-repeat;
}

#homeintrotext {
	width:440px;
	float:right;
}

#homeintro h1 {
	font: 32px Georgia, "Times New Roman", Times, serif;
	margin-top:-10px;
	margin-left:-10px;
}

#homeintro p {
	font: 12px Verdana, "Segui UI", "Cambri", Arial, sans serif;
	margin-left:5px;
	margin-right:15px;
}


/* Links
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a, a:link, a:visited, a:hover {}
a:link { text-decoration: none; color : #317dc9; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #317dc9; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #317dc9; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: underline; color : #000033; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}




/* Post 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.post h1 { font: bold 28px/32px 'Arial'; letter-spacing: -1px; color:#B32426; padding: 0px 0px 0px 0px; }
.post h2 { font: bold 24px/28px 'Arial'; letter-spacing: -1px; color:#000033; padding: 0px 0px 10px 0px; }
.post h3 { font: 18px/22px "Lucida Sans Unicode", Arial; letter-spacing: -1px; color:#669900; padding: 30px 0px 10px 0px; }
.post h4 { font: 16px/18px "Lucida Sans Unicode", Arial; letter-spacing: -1px; color:#B32426; padding: 0px 0px 10px 0px; }
.post .p-date {  font: bold 11px/11px 'Arial'; color:#b1b1ae; border-bottom: solid 1px #e6e6e2; padding: 0px 0px 5px 0px; margin-bottom: 2px; }

.post .p-con h2 { padding: 24px 0px 0px 0px; }
.post .p-con h3 { font: bold italic 14px/18px 'Arial'; padding: 24px 0px 0px 0px; }
.post img { margin: 0px; border: 0px; }




/* LEFT SIDEBAR -----------------------------------------------------------------------*/
#l_sidebar {
	float: left;
	display: block;
	width: 110px;
	font-size: 10px;
	margin: 0; padding: 0;
clear:right;
}



/* RIGHT SIDEBAR -----------------------------------------------------------------------*/
#r_sidebar {
	float: right;
	display: block;
	width: 110px;
	font-size: 10px;
	margin: 0; padding: 0;
}


.clearboth {
	clear: both;
}

/*

P.I.E. FLOAT CLEARING

See http://www.positioniseverything.net/easyclearing.html 

--------------------- */



.clearfix:after {

  content: ".";

  clear: both;

  height: 0;

  visibility: hidden;

  display: block;

}

.clearfix {

  display: inline-block; /* Fixes IE/Mac */

}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */		


.wp-caption-text {
font-size:10px;
}
