/*  
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%;
	}


.post-meta {
font: 12px arial,sans-serif;
	text-align:left;

	line-height:1.5em;
	}

	
body {
 background: #FFFFFF url(http://www.budskapet.no/rising/wp-content/themes/branfordmagazine2/images/backgrounds/stripe_silver.png) top center repeat; 
	color: #333;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 12px arial,sans-serif;
	line-height:1.5em;
	text-align:justify;

	}
	
p {	
	margin: 15px 0;
	font: 13px arial,sans-serif;
	line-height:1.3em;
	text-align:justify;

	}



/******************************************
*   Dette stiller inn eventlist CSSen                      
******************************************/
pevent {	
	margin: 15px 0;
	font: 12px arial,sans-serif;
	line-height:1.2em;
	text-align:left;

	}



/******************************************
*   Her er Bibelvers css'en                        
******************************************/

p.quote {	
	margin: 15px 0;
	font: 13px georgia, times, arial,sans-serif;
	line-height:1.5em;
        font-style: italic; 
	text-align:justified;

	}



pblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;	
	text-align:left;
	text-decoration:none;
	color: #FFF;
	padding:2px 2px 3px 7px; 
	height:17px;
	background-color: #a67300;
}

p.block {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;	
	text-align:left;
	text-decoration:none;
	color: #FFF;
	padding:2px 2px 3px 7px; 
	height:17px;
	background-color: #a67300;
}

psmall {	
	margin: 15px 0;
	font: 10px arial,sans-serif;
font-weight:bold;
color:#777;
	line-height:18px;
	text-transform:uppercase;

	}

.smalls {	
	margin: 15px 0;
	font: 10px arial,sans-serif;
font-weight:bold;
color:#777;
	line-height:18px;
	text-transform:uppercase;

	}


p.first{ color: blue;
}

a:link, a:visited {
	color: #777;
	text-decoration:underline;
	}

a:hover, a:active {
	color:#444;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#000001;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 0px;
color:#000001;
	}

xsmall {
	font-size: 0.8em;
	padding:3px 0px;
color:#000001;
	}

/****** Images ****************************/

img, a:link img, a:visited img{border:0px solid #999; padding:0px;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:0px solid #999; padding:0px;}
img.left{ float:right; 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 1em .5em 0; }
	
		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:880px;
min-height:100%;
   /*     height:630px; */
	margin:0 auto;
	font-size:1em;
	background:#FFFFFF;

	padding: 1px 15px 5px 15px;
/*	border:5px double #663311;  */



	}

#branding {/*where the logo sits*/
	width:880px;
	height:150;
	padding-bottom:0px;
	/*background:url(images/backgrounds/bg_branding.png) no-repeat;*/
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: itï¿½s the sidebar container*/
	width: 225px;
	margin-top:11px;

	float:right;
border: 1px solid #CCC; padding: 10px;padding-Bottom: 0px;margin-bottom:10px;
/* background: #FFFFFF url(http://www.budskapet.no/rising/wp-content/themes/branfordmagazine2/images/backgrounds/stripe_silver2.png) top center repeat; */
background: #EEEEEE



	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
	border-right:1px solid #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:-5px;
	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: -19px;
	text-align:justify;
	}


		
/******************************************
*   Sidebar                         
******************************************/






.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;


	}

.subnav li a:link, .subnav li a:visited {
	background: #000001;

	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 0.5px solid #000001;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #000001;

	text-decoration:none;
	}
	
#sidelist li {
	list-style:none;
	font-size: 1.0em;
	padding:10px 0px 0px 0px;

color: #888;

	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:none;
	}
	
#sidelist .bullets li {
	list-style:none;
	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: #999;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#000001;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #FFFFFF;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	font-family:arial, Helvetica, sans-serif;
	font-weight: regular;
	font-size:13px;
	display:block;	
	text-align:left;
	text-decoration:none;
	color: #FFF;
	padding:4px 2px 2px 7px; 
	height:17px;
	background-color: #a67300;
	}
	
h2 {
	color: #a67300;
	font: 2.0em georgia, times, Arial, Helvetica, sans-serif;
        font-style: italic; 


/*	letter-spacing:0.1em;
        font-style: italic; 

	text-transform:uppercase;    */
	padding-bottom:1px;
	border-bottom:1px solid #a67300;
	margin: -2px 0;
	}

h3 {

	font: 1.1em Georgia, Times, Arial, Helvetica, sans-serif;
        font-style: italic; 

	text-align:center;
	margin-bottom:4px;
/*	font-weight:bold;  */
	color:#840000;
	}


h3bull {
	font: 1.2em Arial, Helvetica, sans-serif;
	color:#840000;

	}

h4 {
	color: #000001;
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
        font-style: italic; 
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 00px;
	}
h5 {
	color: #000001;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 00px;
	}

slidetext {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	text-align:center;

	margin-bottom:4px;
/*	font-weight:bold;  */
	color:#840000;
	}

#sidebar h2, #sidebar h3 a {
	font: 1em georgia, times, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#a67300;
	}

#sidebar h3, #sidebar h2 {
font-family: georgia, times;
	font-size: 13px;

display:block;
width:241px;
background-color: #ddd;
	margin-top:-10px;
margin-left:-10px;
border-bottom: 1px solid #CCC;

	padding:7px 2px 6px 2px;
	color:#a67300;
/*height:40px;
		background:url("knapp2.png") 10px 30px no-repeat;
*/
	}


.speciallist A:link, .speciallist  A:visited, .speciallist  A:active {
	font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
position: relative;
padding:3px;
margin-bottom:-5px;
 		text-align:center;
		display:block;
		text-decoration:none;
		color: #FFF; 
background:#d59f26;
	border-top: 2px solid #a67300;
	border-bottom: 2px solid #a67300;
    text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;

	font-weight: bold; 

	}

.speciallist A:hover {
	font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
position: relative;
padding:3px;
margin-bottom:-5px;
 		text-align:center;
		display:block;
		text-decoration:none;
		color: #000; 
background:#aaa;
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
	font-weight: bold; 
    text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;


	}




.speciallist2 A:link, .speciallist2  A:visited, .speciallist2  A:active, .speciallist2  A:hover  {	font-family: Arial, Helvetica, sans-serif;
; font-size:11px; display:block;	text-align:left;
text-decoration:none;color: #FFF; background-color: #a67300;}



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: #000001;;
	}


	
	
	
/******************************************
*   Content          

HER KAN BREDDEN PÅ VENSTRE SPALTE ENDRES


              
******************************************/

#content {
	width:620px;
	margin:15px 0 18px 0;

	float:left
	}
	
.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 {	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;
	}
		
#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 {
	color: #000001;

	font: 1 em arial;
        line-height: 1.3;
	text-align:left;
	}

.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:none;
	
	margin-left:0px;
	}

.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:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { 	padding:16px 5px 0 0;
 	}

.button {
	padding: 1px;
	background:#000001;
	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: 0 auto;
	width: 930px;
	font-size:0.9em;
	text-align:center;
	color:#a67300; 
opacity:0.5;
	}

#footerskygge {
	margin: 0 auto;
	width: 930px;
	font-size:0.9em;
	text-align:center;
	color:#fff; 
	}

#footer2 {
	margin: 0 auto;
	width: 910px;
	font-size:0.9em;
	text-align:center;
	color:#fff; 
	line-height:1.5em;
	padding:5px 0 7px 0;


background: #a67300	}


#footer3 {
	margin: 0 auto;
	width: 930px;
	font-size:0.9em;
	text-align:center;
	color:#000; 
	line-height:1.5em;
opacity:0.7;
	}

#footer3 a:link {
		color:#000; 
opacity:0.7;
	text-decoration:none;
	}

#footer3 a:visited {
		color:#000; 
opacity:0.7;
	text-decoration:none;
	}

#footer2 a {
		color:#fff; 
opacity:0.7;	}

#footer2 a:link {
		color:#fff; 
opacity:0.7;
	text-decoration:none;
	}

#footer2 a:visited {
		color:#fff; 
opacity:0.7;
	text-decoration:none;
	}

#footer2 a:active {
		color:#fff; 
opacity:0.7;
	text-decoration:underline;
	}

#footer3 a:hover {
		color:#000; 
opacity:0.7;
	text-decoration:underline;
	}

#footer2 a:hover {
		color:#fff; 
opacity:0.7;
	text-decoration:underline;
	}



	.teaser {
		width:254px;
		height:89px;
		background:url("tsr.gif") bottom left no-repeat;
	}
	.teaser h3 {
		margin:0;
		padding:7px 10px 3px 10px;
		background:url("tsr.gif") top left no-repeat;
	}
	.teaser p, .teaser a.more {
		margin:0;
	line-height:1.5em;

		padding:10px 10px 5px;


	}
	.teaser a.more {
		display:block;
		text-align:right;
		padding:0 24px 0 0;
		text-decoration:none;
		color:#44a;
	}
	.teaser a.more:hover {
		text-decoration:underline;
	}


table.text p,  table.text a
{ 
font-size:12px; 
}


/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/link-icon_external_01.gif) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/link-icon_imdb.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 12px; background: url(images/link-icon_mail_03.gif) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link-icon_pdf.png) no-repeat right;  }
a.limp3 { padding-right: 22px; background: url(images/mp3.gif) no-repeat right;  }
a.liradio { padding-right: 18px; background: url(images/itunes.png) no-repeat right;  }


