/*  
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%;
	}
	
body {
	background: #333;
	color: #333;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #666;
	text-decoration:none
	}

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;
background:#ece8ee;
display:block;
margin:0px 0px 10px 0px;
	}
.invis {
display:none;
}
/****** 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:880px;
	margin:0 auto;
	font-size:1em;
	background:#FFF;
	padding: 10px 25px 35px 25px;
	border:3px double #333;
	}

#branding {/*where the logo sits*/
	width:625px;
	height:100px;
padding-top:5px;
	padding-bottom:25px;
	background:url(http://www.pressclub.org.sg/images/logo/bg_branding2.png) no-repeat;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: it is the sidebar container*/
	width: 250px;
	float:right;
	}
#sidebar a:link, #sidebar a:visited {
        font-weight:bold;
	color: #666;
	text-decoration:none
	}
#sidebar a:hover, #sidebar a:active {
	color:#333;
	text-decoration:underline;
	}

#leftcol {
	width:290px;
	}

#leftcol, #rightcol {
	margin-top:-2px;
	float:left
	}	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:290px;
	padding-left:12px;
	margin-top: -2px;
	text-align:left;
	}


		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

.subnav li a:link, .subnav li a:visited {
	
background: #baeb52;
	display:block;
	padding:4px 4px 4px 15px;
	border-bottom: 1px solid #999;
margin:3px 0px;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #baeb52;
	text-decoration:none;
	}
	
#sidelist li {
	list-style:none;
	}
	
.bullets li {
	margin:0 0 5px 10px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:17px;
	}

#sidelist .children {
	background:#dcf5a9;
	}

#sidelist .children li {
	list-style: none;
	margin-left:15px;
	padding-left:15px;
margin-right:15px;
margin-top:3px;
margin-bottom:3px;
	border-bottom:1px solid #999999;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#dcf5a9;
	color: #666;
margin-top:3px;
margin-bottom:3px;
	}

#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: #521173;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #521173;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin: 20px 0;
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-bottom:4px;
	font-weight:bold;
	color:#521173;
	}
h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0; 
	font-weight:bold;
 letter-spacing:0px;
padding: 9px 3px 3px 6px; font-size:11px; color:#ccc; display:block;border-top:3px solid #9C0; background-color:#333;
	}
#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:#521173;
	}
#sidebar h2 {
	font-size:0.9em;
	border-top:3px double #999;
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#521173;
	}
#sidebar h3 {
	font-size:0.9em;
	padding: 9px 3px 3px 6px; 
	margin:20px 0 15px 0;
	color:#ccc;
border-top:3px solid #9C0; background-color:#333;
	}
h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a {display:block;  text-decoration:none; color:#ccc;}

h3 a:link, h3 a:visited {
	background-color:#333;  text-decoration:none; color:#ccc;
	}
h3 a:hover, h3 a:active {
	color:#9C0;  text-decoration:none;
}
h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	
	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:605px;
	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:10px;
	border: 1px solid #ccc;
	}

.feature p, #rightcol p { margin:0;	}

.mtrends {
margin:0px 0px 10px 0px;
padding: 0px 0px 10px 0px;
border-bottom: 3px double #ff9c00;
	}
.mtrends ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color: #521173;
	letter-spacing:normal;
display:block;
	}
.mtrends .bullets li {
	list-style:none;
	}
.mtrends p { margin:0;	}


#leftcol img, #rightcol img {
	padding:1px;
	border:1px solid #999;
	}

#leftcol .feature, #rightcol .feature {	margin-bottom: 9px; }

/* 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:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color: #521173;
	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:3px double #FF9C00;
	padding:12px 0;
	}	
	


/* Post Formatting */

.entry {
	padding-bottom:28px;
	
	text-align:left;
	}
.entry a:link, .entry a:visited {
font-weight:bold;
	color: #74a015;
	text-decoration:none
	}
.entry a:hover, .entry a:active {
font-weight:bold;
	color: #333;
	text-decoration:none
	}
.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:42px;
	}

.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:#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: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#ededed;
	}
/******************************************
*   Self                        
******************************************/
.eventdetail {
font-weight:bold;
font-size:13px;
}
.eventdetail a:link, .eventdetail a:visited {
border-left:16px solid #4c4c4c;
padding:0px 10px 0px 6px;
font-weight:bold;
	color: #74a015;
	text-decoration:none
font-size:0.9em;
}
.eventdetail a:hover, .eventdetail a:active {
border-left:16px solid #4c4c4c;
text-decoration:underline;
color:#74a015;
}
.tabstitle, a.tabstitle, a:visited.tabstitle  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	color: #FF9C00;
	letter-spacing:normal;
line-height:120%;
	}
a:hover.tabstitle, a:active.tabstitle  {
	color: #dcf5a9;
text-decoration:none;
	}
.tabstext {
color:#fff;}
.home_clubnews {
background:url(images/home_clubnews.gif) no-repeat;
height:42px;
display:block;
}
.home_events {
background:url(http://www.pressclub.org.sg/images/home_events.gif) no-repeat;
height:42px;
display:block;
}
.home_mediatrends {
background:url(images/home_mediatrends.gif) no-repeat;
height:30px;
display:block;
}
#mem2
{  display: block;
  width: 250px;
  height: 54px;
  background: url("http://www.pressclub.org.sg/mem/membership_02.gif") no-repeat 0 0;
  
}
#mem3
{  display: block;
color:#d3c5d2;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
  width: 192px;
  height: 20px;
  background: url("http://www.pressclub.org.sg/mem/membership_03.gif") no-repeat 0 0;
  padding:32px 3px 2px 55px;
}
#mem4
{  display: block;
color:#d3c5d2;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
  width: 192px;
  height: 20px;
  background: url("http://www.pressclub.org.sg/mem/membership_04.gif") no-repeat 0 0;
  padding:32px 3px 2px 55px;
}
#mem5
{  display: block;
color:#d3c5d2;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
  width: 192px;
  height: 26px;
  background: url("http://www.pressclub.org.sg/mem/membership_05.gif") no-repeat 0 0;
  padding:32px 3px 2px 55px;
}
#mem2:link, #mem3:link, #mem4:link, #mem2:visited, #mem3:visited, #mem4:visited
{   color:#d3c5d2;
outline:none;}
#mem5:link, #mem5:visited
{   color:#d3c5d2;
outline:none;}

#mem2:hover, #mem3:hover, #mem4:hover, #mem2:active, #mem3:active, #mem4:active
{   background-position: 0 -54px;
color:#FFF;
outline:none;}
#mem5:hover, #mem:active
{   background-position: 0 -60px;
color:#FFF;
outline:none;}

#mem2 span, #mem3 span, #mem4 span, #mem5 span
{color:#d3c5d2;
outline:none;}

.btn_online a{
background-image:url(images/online.gif);
background-repeat:no-repeat;
background-position:10px 10px;

padding:40px 5px 5px 90px;
width:120px;
height:50px;
border:3px double #AAA;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
text-decoration:none;
display:block;
margin:3px 10px 10px 0px;
}
.btn_online a:link, .btn_online a:visited {
color:#666666;
text-decoration:none;

}
.btn_online a:hover, .btn_online a:active {
color:#333333;border:3px double #333;
text-decoration:none;
}

.btn_download a{
background-image:url(images/download.gif);
background-repeat:no-repeat;
background-position:10px 10px;
padding:40px 5px 5px 90px;
width:120px;
height:50px;
border:3px double #AAA;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
text-decoration:none;
display:block;
margin:0px 10px 10px 0px;
}
.btn_download a:link, .btn_download a:visited {
color:#666666;
text-decoration:none;

}
.btn_download a:hover, .btn_download a:active {
color:#333333;border:3px double #333;
text-decoration:none;
}
table {
	background-color: #FFFFFF;
	border: none;
	color: #495E49;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

table a:link, table a:visited, table a:active {
	background-color: transparent;
	color: #0096BD;
	text-decoration: none;
}

table a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

table caption {
	background-color: transparent;
	color: #67BD2A;
	font-family: Georgia, serif;
	font-size: 24px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: left;
}

table, td, th {
	margin: 0;
	padding: 0;
}

tbody td, tbody th {
	background-color: #FFF;
	border-bottom: 2px solid #B3DE94;
	border-top: 3px solid #FFFFFF;
	padding: 7px;
}

tbody tr.odd th, tbody tr.odd td {
	background-color: #C8EDAE;
	border-bottom: 2px solid #67BD2A;
}

tbody tr:hover td, tbody tr:hover th {
	background-color: #dcf5a9;
}

td, th {
	vertical-align: top;
}

tfoot td, tfoot th {
	font-weight: bold;
	padding: 3px 8px 5px 9px;
}

thead th {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 0 8px 2px 8px;
	white-space: nowrap;
}
.morebtn a {
display:block;
width: 120px;
height:27px;
padding:0px;
color:#333;
background: url(http://www.pressclub.org.sg/images/morebtn.gif) 0 0 no-repeat;
text-decoration: none;
}
.morebtn a:link, .morebtn a:visited { 
background-position: 0 0px;
height:27px;
}
.morebtn a:hover, .morebtn a:active {
background-position: 0 -27px;
height:27px;
}

#flickr {
 width:270px;
 height:190px;
width:180px;
 height:300px;
 padding:0 0 0 0px;
 margin-top:10px;
  }
#flickr2 { /* this is for PHOTOS page */
 width:540px;
 height:250px;
 padding:0 0 0 0px;
 margin-top:10px;
  }
#flickr a img {
float:left;
margin:0 0px 4px 4px;
background:#fff;
padding:1px;
width:80px;
height:80px;
 }
#flickr2 a img {
float:left;
margin:0 0px 4px 4px;
background:#fff;
padding:1px;
width:100px;
height:100px;
 }

.th80	{ 
float:left;
width:80px;
margin:0px 9px 0px 0px;
padding:1px;
border:1px solid #c8c1ad;
}
.clear0 			{ clear:both; }

.czechtrip	{
	background-image:url(http://www.pressclub.org.sg/images/tripbg.gif);
background-repeat:no-repeat;
width:328px;
height:41px;
padding: 16px 12px 8px 270px;
background-color:#930;
color:#333;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;}
.czechtrip a:link, .czechtrip a:visited	{
	text-decoration: underline;
	color:#333;
}
.czechtrip a:hover, .czechtrip a:active	{
	text-decoration: none;
	color:#333;
}

/*css for front page 3 panels*/
.fcol, .fcolflickr {
	
	float:left; margin:12px 10px 0px 0px;
		display:block;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
	
}
.fcolflickr {width:192px; height:400px;}
.fcol img	{border:1px solid #999; padding:1px; margin-bottom:6px; width:172px;}
.fcol h1, .fcolflickr h1	{margin:0px 0 6px 0; padding:0; font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:-1px; font-weight:normal; color:#306; line-height:120%;}
.fcol h2	{margin:0px 0 6px 0; padding:0; font-size:28px; font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:-1px; font-weight:normal; color:#306; line-height:120%; border-bottom:0px;}
.fcol h4	{ font-style:italic; background-image:url(http://www.pressclub.org.sg/pc/wp-content/uploads/2010/07/calendar-32.png); background-repeat:no-repeat; padding:6px 0px 0px 35px; height:30px; margin-top:6px;}
.fcol h6	{margin:0; padding:0; font-size:11px; color:#999;}
.fcol h6 a, .fcol h6 a:link, .fcol h6 a:visited, .fcolflickr h6 a, .fcolflickr h6 a:link, .fcolflickr h6 a:visited	{color:#ccc; display:block;border-top:3px solid #9C0; background-color:#333; }
.fcolflickr h6 {color:#ccc; display:block;border-top:3px solid #9C0; background-color:#333;font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding: 7px 3px 1px 6px; }
.fcol h6 a:hover, .fcol h6 a:active, .fcolflickr h6 a:hover, .fcolflickr h6 a:active	{color:#9C0; background-color:#222; }
.fcol a	{ color:#333; display:block; width:177px; padding:7px; height:400px;}
.fcol h6 a, .fcolflickr h6 a	{height:10px;}
.fcol a:link, .fcolflickr a:link 	{text-decoration:none; color:#333;}
.fcol a:visited, .fcolflickr a:visited{text-decoration:none; }
.fcol a:hover, .fcolflickr a:hover	{text-decoration:none; background-color:#efefef;}
.fcol a:active, .fcolflickr a:active{text-decoration:none;}
.fcol h5	{ margin:0; font-style:italic; font-size:14px; font-weight:bold;}