/*  
Theme Name: FinanceManger Meets BranfordMagazine
Theme URI: 
Description: A modification of Michael Oeser's premium magazine-style layout for Wordpress with multiple functionalities inspired by the great themes of Brian Gardner and Darren Hoyt
Version: 1.0 (released 2010-02-24)
Author: Jeremy Tyarks / Michael Oeser
Author URI: 

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/articlese/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: #FFF url(images/bg/global-bg.png) repeat-x; border-top: 25px solid #003366; color: #333; padding: 0 0 25px 0; }

body, select, input, textarea { font: 12px Arial, Verdana, sans-serif; line-height:1.5em; }
	
p {	margin: 10px 0;	}


hr {
	display: 	block;
	height:		1px;
	background:	#333;
	border:		0; }

small { font-size: 0.9em; padding:3px 0; }

.clr{ clear: both; }

.divider{ background-color: #e4e4e4; height: 1px; margin: 15px 0; width: 100%; }

/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited { color: #1a1a5f; text-decoration: underline; } 
a:hover	{ text-decoration: none; }

/* Title area links */
a.title:link, a.title:active, a.title:visited { text-decoration: none; } 
a.title:hover { color: #0000ff; } 
	
/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}
h3 a:hover {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  { text-decoration:none;}
h4 a:hover {text-decoration:underline;}

#share, #share1, #shareLarge{ display: block; height: 31px; text-indent: -9999px; }

#share, #share1{ background: url("images/share-btn-small.png") no-repeat; width: 33px; }
	
#shareLarge{ background: url("images/share-btn-large.png") no-repeat; width: 130px; }	


/* Links in the sidebar */
.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
	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!important; }

#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none;}
#sidelist a:hover {text-decoration:underline;}
#sidelist .children li a, #sidelist .children li a:visited { background: #F4F4EC; border: 0; padding: 2px 2px 2px 0px; }
#sidelist .children li a:hover, #sidelist .children li a:active	{ color:#000; text-decoration:none!important; }

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}



/******************************************
*   Images                         
******************************************/

/*** default image behaviour ***/
img { border:1px solid #999; padding:1px; }
div.clearfloat div.right img{ border: none; padding: 0; }

/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.alignleft { float: left; margin: 4px 15px 5px 0; }

.alignright { float: right; }

.wp-caption { background-color: #fff; margin: 5px 15px 0 0; text-align: center; }

.wp-caption img{  border:1px solid #999; padding:2px; }

.wp-caption img:hover{ border:1px solid #333; }

.wp-caption p.wp-caption-text {
   color:		#666;
   font-size: 	10px;
   line-height:	12px; 
   margin:	 	0!important;
   padding: 	7px 4px 2px 5px!important; }


		
/******************************************
*   General Structure                         
******************************************/

#page { 
	background:		#FFF;
	border-left:	1px solid #ccc;
	border-right:	1px solid #ccc;
	font-size:		1em;
	margin:			0 auto;
	padding: 		10px 25px 35px 25px;
	width:			880px; }

#headFlash{ margin-top: 18px; }

#branding {/*where the logo sits*/
	background:	url(images/bg/bg_branding.png) no-repeat;
	cursor:		pointer;
	height:		64px;
	margin:		18px 0 0 11px;
	width:		518px; }

.left { float:left; }

.right { float:right; }

#sidebar { float:right; width: 250px; }

#home #sidebar{ margin-top: 30px; }

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
border-right: 1px solid #b6b6b6; padding-right: 18px; width: 287px; }

#leftcol, #rightcol { float:left;  margin-top: 10px; }	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	margin-top:		-2px;
	padding-left:	18px;
	text-align:		justify;
	width:			277px; }


		
/******************************************
*   Sidebar                         
******************************************/

#sidebar #archives a{ display: block; }

.subnav li {/*.subnav is mainly the categories list*/ list-style:none; }

#sidelist li { list-style:none; }
	
.bullets li { list-style:square; margin:0 0 5px 15px; }
	
#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 .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat; }

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a { color: #000; font: 1.8em Arial, Verdana, sans-serif; padding: 20px 0px 10px 0px; }

h1 {
	color:	#000000;
	font:	bold  1.8em Georgia, "Times New Roman", Times, serif;
	margin: 0px 10px 0px 0px;
	padding:20px 0px 0px 10px; }
	
h2 {
	border-bottom:	1px solid #666;
	color: 			#000000;
	font: 			1.8em Georgia, "Times New Roman", Times, serif;
	margin: 		20px 0;
	padding-bottom:	8px; }

h3 {
	color: 			#000000;
	font:			bold 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:	0.3em;
	margin-bottom:	4px;
	text-transform:	uppercase; }

h3.ui-tabs-panel.title{ color:#1a1a5f!important; }

h3#featuredArticle{
	background:		#336699 url(images/bg/featured-article-bg.png) right top no-repeat;
	color: 			#FFFFFF!important;
	font:			bold 0.9em Arial, Helvetica, sans-serif;
	height:			13px;
	letter-spacing:	0.3em;
	padding:		2px 0 2px 5px;
}
h3#featuredArticle a{ color: #FFFFFF!important; }

#sidebar h3, #sidebar h2 {
	background:		url(images/bg/column-bg.png) no-repeat;
	color: 			#000000;
	border-top:		1px solid #999;
	border-bottom:	1px solid #999;
	font: 			bold 0.9em Arial, Helvetica, sans-serif;
	margin:			20px 0 15px 0;
	padding:		3px 0 3px 25px; }

#sidebar h3 a{ color: #000000; text-decoration: none; }

h3#respond {
	border-top:	1px solid #666;
	font-size:	1.1em;
	margin-top:	25px;
	padding-top:20px; }

h3#comments { margin-top:32px; }

h3 a:link, h3 a:visited { color: #666; }

h4, h4 a { font-size: 1.2em; font-weight: bold; margin: 6px 0; }
	
	
	
/******************************************
*   Content                        
******************************************/

#content { float:left; width:605px; }
	
.description { color:#999; font-size: 1.3em; font-weight: bold; }

/* Featured Articles formatting "leftcol" */

.feature {
	background: url(images/bg/bg_featured.jpg) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #ccc; }

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img { border: 1px solid #999; padding: 1px; }

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic { 
	border: 1px solid #999;
	float:	left;
	margin: 0 18px 8px 0;
	padding:1px; }

.title, a.title  { color: #000000; font: normal 1.5em Arial, Verdana, sans-serif; letter-spacing:normal; }
		
#lead p { margin-bottom:10px; }

.read-on a { 
	background: url("images/keep-reading-left.png") 0 50% no-repeat;
	display: block;
	color: #336699; 
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	padding-left: 29px;
	text-decoration: none; }
	
.read-on a:hover { text-decoration:underline; }

/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img { float:left; margin:3px 10px 4px 0; }

#leftcol img { display:block; margin-bottom: 4px; }
	
#rightcol .clearfloat { border-bottom:1px solid #999; padding:12px 0; }	
	


/* Post Formatting */

.entry { padding-bottom:28px; text-align:justify; }

.post blockquote {
	background:		#F4F4EC;
	color:			#666;
	border-right:	1px solid #DDD;
	border-bottom:	1px solid #DDD;
	padding:		6px 14px;
	margin:			18px 35px; }	

.post ul li { list-style:square; margin-left:42px; margin-bottom:5px; }

.post ol li { margin-left:48px; margin-bottom:5px; }
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD; }	
	
.postmetadata {
	background:		#F4F4EC;
	border-top:		1px solid #E6E3D3;	
	border-bottom:	1px solid #E6E3D3;
	margin:			0 0 10px 0;
	padding:		5px 10px; }

p.postmetadata { font-size: 0.9em; }

/* Form Elements */

select { background: #f2f2f2; border: 1px solid #9c9c9c; width: 100% }
	
#searchform { padding: 16px 5px 0 0; }

input#s{ width: 180px; }
input#searchsubmit{ width: 58px; }

.button, .btn{
	background:	#1a1a5f;
	cursor:		pointer;
	border:		none;
	color:		#fff;
	padding: 	1px; }

.button:hover, .btn:hover { background:#7581b1; color:#FFF; text-decoration:none }

#commentform input { margin: 5px 5px 1px 0; width: 170px; }

#commentform textarea { margin-top:5px; width: 100%; }



/* Comments*/

.commentlist { padding-left:30px; }
	
.commentlist li {
	border:		1px solid #E6E3D3;
	margin: 	15px 0 3px;
	padding: 	8px 15px 10px 15px; }

.commentlist blockquote {
	background:		#fff;
	border-right:	1px solid #ccc;
	border-bottom:	1px solid #ccc;
	color:			#666;
	padding:		6px 14px;
	margin:			18px 35px; }	

#commentform small { background:#FFF; font-weight:bold; padding:0; }
	
.commentmetadata { display: block; }

.commentlist small { background:#fff; border: 1px solid #E6E3D3; padding-left: 5px; }



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:"."; }
	
.clearfloat { display:inline-block; }	

.clearfloat { display:block; }
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	border-top:	25px solid #003366;
	clear:			both;
	color:			#333;
	font-size:		1em;
	margin: 		0 auto;
	padding:		15px 0;
	text-align:		center;
	width: 			100%; }