/*  
In this CSS file you can define custom styles without touching the regular stylesheet. 
So if you want to change fonts, colors etc. then you just need to change and uncomment 
the prepared lines below or add new lines.

In the example I have just switched some colors from dark red to blue.
This feature is experimental and I guarantee for nothing ;-)
*/

/*************************************************************
* Individualisierung geekNEWS | R. Tiefenthäler | 300310_0140*
* 100410_1534|                                               *
*************************************************************/

.current_page_item	a, #home .on {background:#6699CC;}
#nav	li li a:hover, #nav li li a:active {background:#6699CC;}

/* Category navigation in Navbar */

#catnav {
	margin-top:0px;
	background:#6699CC;
	font-size:1em;
	border-top:none;
	}

#featured-leftcol h2, #featured-rightcol h2, #featured-content h2{
	color: #6699CC;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	border:none;
	}

.ui-tabs-panel .title { /* for the headlines in the tabbed section */
	font:1.8em Georgia, "Times New Roman", Times, serif!important;
	line-height:100%!important;
	display:block!important;
	padding-bottom:7px!important;
	color: #6699CC!important;
	text-transform:none!important;
	letter-spacing:normal!important;
	}

/* Title area links */
.title:link, .title:active, .title:visited { 
	color: #6699CC; 
	text-decoration: none;
	}
	
.title:hover { 
	color: #6699CC; 
	text-decoration: underline;
	}

h1 {
	color: #6699CC;
	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: #6699CC;
	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:#6699CC;
	}

#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:#6699CC;
	}

#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:#6699CC;
	}

.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #6699CC;
	letter-spacing:normal;
	}

.read-on a { /* This can be used to format the "[...]" link in the lead story */
	color:#6699CC!important;
	text-decoration:none;
	}

/* "more" Links in the excerpts */
.excerpt_more a { 
	color:#6699CC!important;
	}

.category-img-590 {
	/* Zentriert den Container in die Mitte der Seite */
	margin:0 auto;
	/* Breite auf 590 Pixel setzen */
	margin-top:5px;
    }
	
.schlagzeile {
	/* Innenabstand nach oben */
	padding-top:0px;
	/* Zeigt die Elemente nebeneinander an, beginnend von Links */
	float:left;
    }
/*
div.postdata {
	background:#E6F0FB;
    }
*/
/* Pro / Kontra*/

div.bewertung {
	float: left;
	width: 250px;
	}

div.stars {
	margin-left: 300px;
	width: 250px;
	padding: 20px;
	}
	
.pro li{
	list-style-image: url(../images/plus.gif)!important;
	height:0.9em!important;
	vertical-align:middle!important;
	}

.kontra li{
	list-style-image: url(../images/minus.gif)!important;
	height:0.9em!important;
	vertical-align:middle!important;
	}


.star {
	border:none!important;
	list-style:none!important;
	vertical-align:middle!important;
	height:1.5em!important;
	}

.labelstar {
	padding:0 10px 0 0;
	}


	
/******************************************
*   HTML Elements                         
******************************************/
/*
body {
	background: #eee;
	color: #666;
	}
*/

/******* Hyperlinks ********************/

/* standard link behaviour */
/*
a:link, a:active, a:visited { 
	color:#003399;
	} 
a:hover	{ 
	color:#003399;
	}
*/

/* Title area links */
/*
.title:link, .title:active, .title:visited { 
	color: #003399; 
	} 
.title:hover { 
	color: #003399; 
	} 
*/

/* Links in the sidebar */
/*
#sidelist .children li a, #sidelist .children li a:visited {
	color: #003399;
	}
*/
	
/******************************************
*   Headlines                         
******************************************/
/*
.blogtitle, .blogtitle a {
	color: #000;
	}

h1 {
	color: #003399;
	}
	
h2 {
	color: #003399;
	}

h3 {
	color:#003399;
	}

#sidebar h2, #sidebar h3 a {
	color:#003399;
	}

#sidebar h3, #sidebar h2 {
	color:#003399;
	}
*/
/******************************************
*   Content                        
******************************************/

/* 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: #003399;
	letter-spacing:normal;
	}
*/
/* for the headlines in the tabbed section */
/*
.ui-tabs-panel .title { 
	color: #003399!important;
}
*/
/* This can be used to format the "[...]" link in the lead story */
/*
.read-on a { 
	color:#003399!important;
	text-decoration:none;
	}
*/
