* {
	margin:0;
	padding:0;
	}

body,html { min-height:101%; }
	
body {
	background: :#e4e2db;
	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;	
         font-size: 14px
}

.relatedposts p {
color:#808080;
}

hr {
	display: block;
	height:1px;
	background:#808080;
         color:#808080;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}

strong {
font-weight:normal;
border-bottom:1px dotted #E4E4E4;
}


/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited { 
	color:#000088;
	text-decoration: none;
         xxxborder-bottom:1px dotted #333;
	} 
.relatedposts a {
color:#808080;
}

.prolog a {
color:#808080;
}

.prolog {
border:1px solid #F5F5F5;
}

a:hover	{ 
	color:#000088;
         xxxborder-bottom:1px dotted #000088;         
	text-decoration: underline; 
	}

.blogtitle a { text-decoration: none; border:0;}

/* Title area links */
.title:link, .title:active, .title:visited { 
	color: #000080; 
	text-decoration: none;
	} 
.title:hover { 
	color: #000080; 
	text-decoration: underline;
	} 
	
/* 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  {color:#000088; text-decoration:none;}
h4 a:hover {text-decoration:none;}


/* 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:0;
	xxxborder-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;border:0;}
#sidelist a:hover {text-decoration:underline;}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#000;
	text-decoration:none!important;
         border:0;
	}

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */
.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* 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;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}



/******************************************
*   Images                         
******************************************/

/*** default image behaviour ***/
img { border:0px solid #999; padding:10px;}


/*** 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 {
   text-align: center;
   background-color: #fff;
   margin-top:5px;
   margin-right: 15px;
   margin-bottom:0px;
}

.wp-caption img{
   padding:2px;
   border:1px solid #999;
}

.wp-caption img:hover{
   border:1px solid #333;
}

.wp-caption p.wp-caption-text {
   color:#666;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
}


		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:970px;
	margin:0 auto;
	font-size:1em;
	background:#FFF;
	xxpadding: 10px 25px 35px 25px;
         padding: 10px 10px 35px 10px;
	border:1px solid #D3D3D3;
	}

#branding {/*where the logo sits*/
	width:968px;
	height:200px;
	padding-bottom:0px;
	background:url(images/backgrounds/bg_branding2.jpg) no-repeat;
         border:1px solid #F2F2F2;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: it´s the sidebar container*/
	width: 200px;
         overflow-x:hidden;
	float:right;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:410px;
	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:523px;
	padding-left:18px;
	text-align:left;
	}


		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

#sidelist li {
	list-style: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:#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: #000088;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 5px;
	}

h1 {
	color: #000088;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
xxh2 {
	color: #000088;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	xxxborder-bottom:1px solid #666;
	xxmargin: 20px 0;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:normal;
	color: #000088;
	letter-spacing:normal;
         border:0;}

h3 {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.1em;
	margin-bottom:8px;
	font-weight:normal;
	color:#808080;
	}

.pagetitle h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	margin-bottom:8px;
	font-weight:normal;
	color:#808080;
	}

.pagetitle a {
border:0;
	}

#sidebar h2a, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#808080;
	}

#sidebar h3, #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:#808080;
	}

h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	font-size:1.1em;
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #666;;
	}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
	color: #000088;
	letter-spacing:normal;
         border:0;
	}


	
	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:690px;
	float:left
	}

#content_start {
	width:970px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: normal; 
         width:250px;
         padding-left:10px;
	}

.description a {
	color: #000088;
	font-family: Georgia, "Times New Roman", Times, serif;
         text-decoration:none;
         border:0;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	xxxbackground: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
         background-color: #F9F9F9;
	padding:15px;
	border: 1px solid #ccc;
	}

#leftcol .feature a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
	color: #000088;
	letter-spacing:normal;
         border:0;
	}

#rightcol .feature a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
	color: #000088;
	letter-spacing:normal;
         border:0;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:10px;
	border:0px solid #999;
         float:left;
	}

#leftcol img a, #rightcol img a {
	border:0;
	}

#leftcol .feature {	margin-bottom: 15px; }
#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;
	}
		
#lead p {
	margin-bottom:10px;
	}

.read-on a { /* This can be used to format the "[...]" link in the lead story */
	color:#808080!important;
	text-decoration:none;
         float:right;
	}
	
.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 {
	margin-bottom: 4px;
	display:block;
	margin:3px 10px 4px 0;
	}

#leftcol .read-on a {
         font-size:12px;
         float:right;
}

#rightcol .read-on a {
         font-size:12px;
         float:right;
}

	
#rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
	}	
	


/* Post Formatting */

.entry {
	padding-bottom:28px;
	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:circle;
	margin-bottom:5px;
	margin-left:42px;
         font-size:14px;
	}

.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;
         color:#808080;	
	}

.postmetadata a{
         color:#808080;
         border:0;	
         text-align:left;
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

xxx#searchform { 	padding:16px 5px 0 0; 	}


#searchform {padding:16px 5px 0 0;}

.searchbutton {
	font-weight:bold;
	padding: 1px;
	background:#ffffff;
	color:#666;
	border:1px solid #ddd;
	}

.searchbutton:hover {
	color:#666;
	background:#eee;
	border:1px solid #999;
	text-decoration:none;
	}

.searchfield {
margin-top:-0.4em;
         width:150px;
	padding: 1px 1px 1px 20px;
	background: url(images/icons/search-16.png) no-repeat #fff;
	color:#666;
	border:1px solid #ddd;
         font-size:15pt;
         xxheight:2em;
	}

.searchfield:hover, .searchfield:focus {
	background: url(images/icons/search-16.png) no-repeat #eee;
	border:1px solid #999;
	text-decoration:none;
	}

.button {
	padding: 5px;
	background:#ffffff;
	color:#808080;
	border:1px solid #808080;
	}

.button:hover {
	background: #F2F2F2;
	color:#808080;
	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:#ffffff;
	background:#666;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	font-weight:normal;
	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;
         text-align:left;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 990px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
         margin-top:2px;
	color: #C8C8C8;
	border:1px solid #D3D3D3;
         background: #F2F2F2;
	}

#footer a {
	color: #C8C8C8;
	}

#footer p {
	color: #C8C8C8;
	}








/******************************************
*   Main or page navigation styles                       
******************************************/






/*Main Navbar */

#nav1 {
	background: #F9F9F9;
         xxxbackground: url(images/backgrounds/bg_nav.jpg) repeat-x #F4F4EC;
	font-size:1.1em;
         border:1px solid #F2F2F2;
	}
	
#nav1, #nav1 ul {
	list-style:none;
	line-height:22pt;
	}

#nav1 a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav1 li {
	float: left;
	list-style:none;
	border-right:1px solid #fff;
	}

#nav1 a, #nav1 a:visited {
	display:block;
	font-weight:bold;
	color: #C1C1C1;
	padding:6px 12px;
	}

#nav1 a:hover, #nav a:active {
	text-decoration:none;
         color: #808080;
         background-color:#F4F4F4;
	}	

.current_page_item	a, #home .on  {
background-color: #F5F5F5;
color:#808080;
}








#nav {
	background: #F7F7F7;
         xxxbackground: url(images/backgrounds/bg_nav.jpg) repeat-x #F4F4EC;
	font-size:1.1em;
         border-top:7px double #f2f2f2;
         border-bottom:2px solid #f2f2f2;
         border-left:2px solid #f2f2f2;
         border-right:2px solid #f2f2f2;
	}
	
#nav, #nav ul {
	list-style:none;
	line-height:26pt;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
	border-right:1px solid #fff;
	}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #808080;
	padding:6px 12px;
	}

#nav a:hover, #nav a:active {
	text-decoration:none;
         color: #000088;
         background-color:#F4F4F4;
	}	


	
	
	
/* Dropdown Menus for child pages */		

#nav li ul {/*first level dropdown*/
	position: absolute;
	line-height:16pt;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 174px;
	xxborder-bottom: 1px solid #666;
	}
	
#nav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 172px;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
background-color:#F4F4F4;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color: #808080;
	}

#nav li li a:hover, #nav li li a:active {
background-color:#E1E1E1;
}	
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}

a.main:hover {background:none;}





	

		





/*STYLES FOR USED PLUGINS */

/****** Images for flexible upload plugin *********/

.imageframe {  margin:5px 12px 5px 0; padding:4px; border:1px solid #999; }
.imgalignleft { float:left; margin:0 12px 5px 0; }
.imgalignright { float:right; margin:0 0 5px 12px; }
.imgaligncenter { display:block; margin:0 auto 5px auto; } 
.imagecaption {padding: 2px 2px 0 2px; text-align: left; font-size:10px!important; color:#666!important;}









/*****************************************************
*   Special styles for the various page templates                      
****************************************************/

/* Styles for the "3-columns-page template" */

#pageleft {
	float: left;
	width: 265px;
	margin: 20px 20px 0px 0px;
	padding: 0 20px 0 0;
	border-right: solid 1px #999;
	text-align:justify;
	}
	
#pagemiddle {
	float: left;
	width: 265px;
	margin: 20px 20px 0px 0px;
	padding: 0px;
	text-align:justify;
	}
	
#pageright {
	float: right;
	width: 265px;
	margin: 20px 0px 0px 0px;
	padding: 0 0 0 20px;
	border-left: solid 1px #999;
	text-align:justify;
	}

#pageleft .bullets li, #pagemiddle .bullets li, #pageright .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

/* Styles for the "featured-page template" */

#featured-top {
	width:880px;
	float:left;
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
	border-bottom: double 3px #999; 
	}

#featured-content {
	width:600px;
	float:left;
	}
	
	
#featured-sidebar {
	width: 250px;
	float:right;
	}
	
#featured-sidebar h3 {
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:0 0 20px 0;
	}	
	
#featured-sidebar .sidebar_widget {
	margin:0 0 20px 0;
	text-align:left;
	}

.sidebar_widget a {
color:#808080;
}
	
#featured-leftcol {
	width:600px;
	float:left;
	margin:20px 20px 0 0;
	padding: 0 25px 0 0;
	border-right: 1px solid #999;
	}

#featured-leftcol h2, #featured-rightcol h2, #featured-content h2{
	color: #840000;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	border:none;
	}

#featured-leftcol img{
	float:left;
	margin:0 20px 10px 0;
	padding:1px;
	border: 1px solid #999;
	}

#featured-rightcol{
	width:230px;
	float:right;
	margin-top:20px;
	}

#featured-rightcol li {
	list-style:none
	}

#featured-rightcol .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

.featured_post blockquote {
	color:#666;
	background: #F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.featured_post ul li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:42px;
	}

.featured_post ol li {
	margin-bottom:5px;
	
	margin-left:48px;
	}









/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none!important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none!important;
    }
}

/* Skin */
#container-4 { /* the whole container with all elements of the tabbed section */
	margin: 20px 0 20px 0!important;
	height:360px!important; /* defines a static height to the tabed section and avoids "jumping" - part 1 of 2 */
}

.ui-tabs-panel { /* the main content-section of the tabbed area NOT the tabs themselfes */
	width:848px!important;
    padding: 15px!important;
	border-top: 1px solid #ccc!important;
	border-left: 1px solid #ccc!important;
	border-right: 2px solid #999!important;
	border-bottom: 2px solid #999!important;
	background: url(../images/backgrounds/bg_leadarticle.jpg) repeat-x #F7F7F7!important; /* declare background color for container to avoid distorted fonts in IE while fading */
}

/* the "fragments" which are the single tab areas. each tab is defined by a fragment. 
you can add as many as you want following the scheme "#fragment-x" */
#fragment-1, #fragment-2, #fragment-3, #fragment-4, #fragment-5, #fragment-6, #fragment-7, #fragment-8, #fragment-9 {
	height:auto!important; /* defines a static height to the tabed section and avoids "jumping" - part 2 of 2 */
}


#fragment-1 {
border:1px solid #C0C0C0;
padding:1em;
background:#F9F9F9;
}


#fragment-1 .leadarticle {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1.5em;
font-weight:normal;
}

#fragment-1 p {
font-size:15px;
}

#fragment-4 .linkcat {
float:left;
padding-left:4em;
padding-right:4em;
list-style-type:none;
}

#fragment-4 .linkcat .xoxo {
height:170px;
overflow-y:scroll;
}

#fragment-4 a {
border:0;
}

#fragment-3 a {
border:0;
}

.ui-tabs-panel .title { /* for the headlines in the tabbed section */
	font:1.3em Georgia, "Times New Roman", Times, serif!important;
	line-height:100%!important;
	display:block!important;
	padding-bottom:7px!important;
	color: #000088!important;
	text-transform:none!important;
	letter-spacing:normal!important;

}

.ui-tabs-nav { /* the whole area of the tabs navigation above the tabbed-content */
    list-style:none!important;
    margin:0px!important;
    padding:0px!important;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block!important;
    clear: both!important;
    content: " "!important;
}
.ui-tabs-nav li {
    float: left!important;
    margin:0 1px 0 0!important;
    min-width: 85px!important; /* be nice to Opera */
}
.ui-tabs-nav .ui-tabs {
    display:block!important;
    padding:5px!important;
    background:#F2F2F2!important;
	xxxbackground: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	margin:1px 0 0 0!important; /* position: relative makes opacity fail for disabled tab in IE */
	position: relative!important;
    top:1px!important;
    z-index:2!important;
    color: #808080!important;
    font-weight:bold!important;
    line-height:1.2!important;
    text-align:center!important;
    text-decoration:none!important;
    border:1px solid #ccc!important;
    border-bottom:0;
    white-space:nowrap!important; /* required in IE 6 */    
    outline:0!important; /* prevent dotted border in Firefox */
}


.ui-tabs-nav .ui-tabs:hover { /* here´s to define the hover effect of the tabs */
    background:#F7F7F7!important;
	color:#000088!important;
}


.ui-tabs-selected .ui-tabs { /* the effects of the currently selected tab */
	background-color:#F7F7F7!important;
    color:#000088!important;
	border-bottom:1px solid #fff!important;
}

.ui-tabs-nav .ui-tabs-selected .ui-tabs, 
.ui-tabs-nav .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs a:active {
    background-position: 100% -150px!important;
}

.ui-tabs-nav .ui-tabs, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:active {
    background-position: 100% -100px!important;
}

.ui-tabs-nav .ui-tabs-selected .ui-tabs a:link, 
.ui-tabs-nav .ui-tabs-selected .ui-tabs a:visited, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:link, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text!important;
}

.ui-tabs-nav .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs a:active,
.ui-tabs-nav .ui-tabs-unselect .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs-unselect .ui-tabs a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer!important; 
	background-color:#333!important;
	color:#fff!important;
}

.ui-tabs-disabled {
    opacity: .4!important;
    filter: alpha(opacity=40)!important;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block!important;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block!important;
}





.pagebar 
	{ 
		font: 11px Arial, Helvetica, sans-serif; 
		padding-top: 20px; 
		padding-bottom: 10px; 
		margin: 0px; 
                text-align:center;
                color:#3d4e52;
	}

.pagebar a, .pageList .this-page 
	{color:#3d4e52;
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{color:#3d4e52;
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
			padding: 2px 6px; 
			border:none;
			background: #fff; 
			text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		background-color:#EAEAEA; 
		font-weight: normal; 
		font-size: 11px; 
		vertical-align: top; 
		background: #fff;
                color:#3d4e52;
	}

.pagebar a:hover 
	{
		color:#000040;
		background-color:#EAEAEA;
		border-color: #036; 
		text-decoration: none;
	}




.linklove p, .linklove a {
color: #C0C0C0;
font-size:10px;
}














/*  
Theme Name: PRiNZ BranfordMagazine 3.0
Theme URI: http://www.der-prinz.com/wordpress-theme-im-magazin-stil-branfordmagazine-wordpress-magazine-style-theme-branfordmagazine-63
Description: A premium magazine-style layout for Wordpress with multiple functionalities inspired by the great themes of Brian Gardner and Darren Hoyt
Version: 3.0 (released 2009-06.29)
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 again to Darren for the timthumb script: http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/ 
and thanks to SNIPPLR for the function to insert the images in a very easy way: http://snipplr.com/view/14280/get-wordpress-image-attachment-and-use-tim-thumb-to-crop/

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                         
******************************************/
