/*  

Theme Name: Figurenkabarett

Description: Rundfunkanstalten Franken

Version: 0.1

Author: Florian Herrnleben

Author URI: http://www.complicated.info/

Tags:  white, two-columns, fixed-width, right-sidebar 

*/



/* CSS Document */

body {
  font-family: Arial, Helvetica;
  background: #D9C4A0;
  text-align: center;
  margin: 25px;
  padding: 0px;
}

img {
  border: none;
}

hr {
  margin-top: 4px;
  border-top: 1px solid #7B7A7B;
}


#news h1 {
  font-size: 16px;
  font-weight: bold;
  color: #387099;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  color: #D7102B;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  color: #387099;
}

h3#comments {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 3px;
}


* { /* Mit dem Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
  margin: 0;
  padding: 0;
}

div {
  text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

/* DIV-Boxen */

div#wrapper {
  width: 930px;
  background-image: url(../images/bg_content.jpg);
  background-repeat: repeat-y;
  margin: 0 auto; 
  margin-top: 4px;
}

div#leftCol {
  float: left;
  width: 602px;
  
}

div#centerCol {
	float: left;
  width: 192px;
  margin-right: 8px;
  margin-top: 7px;
}


div#rightCol {
	margin-top: 6px;
  float: left;
  width: 128px; 
  
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#outer {
  width: 930px;
  height: 700px;
  margin: auto;
}

#header {
  width: 930px;
  background-image: url(../images/header.jpg);
  height: 156px;
}

#headersearch {
  position: relative;
  left: 712px;
  top: 20px;
  width: 250px;
}

input.headersearchtext {
  font-size: 11px;
  color: #7B7A7B;
  width: 131px;
  height: 20px;
  background-image: url(../images/search.gif);
  border: none;
  padding-left: 10px;

}

input.headersearchbutton {
  text-transform: uppercase:
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  width: 70px;
  height: 20px;
  border: none;
  background: none;
  padding-left: -3px;
}

#headerlinks {
  width: 920px;
  text-align: right;
  font-size: 12px;
  height: 16px;
  padding-top: 110px;
  padding-right: 5px;
  font-family: Arial, Verdana, Helvetica;
  font-weight: bold;
}

#headerlinks a:link, #headerlinks a:visited {
  text-decoration: none;
  color: #CA7B0F;
}

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

#navi {
  width: 930px;
  height: 27px;
  border-top: 2px solid #387099;
  margin: 0px;
  padding-top: 0px;
  background: #ffffff;
}

#naviright {
  font-size: 12px;
  float:left;
  width: 250px;
  height: 22px;
  padding-left: 15px;
  padding-top: 5px;
  text-align: right;
}

#naviright img {
  padding-right: 6px;
}

#naviright a:link, #naviright a:visited {
  text-decoration: none;
  color: #7B7A7B;
}

#naviright a:hover, #naviright a:active {
  text-decoration: none;
  color: #000000;
}

#navileft ul#navicat li:hover {
  background-color: #eeeeee;
}

#navileft {
  font-size: 15px;
  width: 640px;
  height: 18px;
  margin-right: 15px;
  padding-left: 15px;
  padding:  0px;
  color: #7B7A7B;
  float: left;
}

#navileft ul#navicat {
  	list-style-type: none;
}

#navileft ul#navicat li {
  	float:left;
  	padding: 5px;
  	border-right: 1px solid #9999EE;
}

#navileft a:link, #navileft a:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #7B7A7B;
  font-size: 15px;
  font-weight: bold;
}

#navileft a:hover, #navileft a:active {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}

#info{
  width: 930px;
  height: 19px;
  background: #EAF5FC;
  font-family: arial, helvetica;
  font-size: 10px;
}

#inforight {
  font-size: 10px;
  float:left;
  width: 250px;
  height: 27px;
  text-align: right;
  padding-left: 35px;
  padding-top: 3px;
  color: #387099;
}

#inforight ul#navipages {
  	list-style-type: none;
  	text-align: right;
}

#inforight ul#navipages li {
  	float:left;
  	padding-right: 5px;
}

#inforight a:link, #inforight a:visited {
  text-decoration: none;
  color: #387099;
    font-size: 10px;
}

#inforight a:hover, #inforight a:active {
  text-decoration: underline;
  color: #000000;
    font-size: 10px;
}

#infoleft {
  font-size: 10px;
  width: 640px;
  height: 18px;
  margin-right: 0px;
  padding-left: 5px;
  padding-top: 3px;
  color: #387099;
  float: left;
}


#topnews {
	padding: 10px;
}

#topnews h1 a:link, #topnews h1 a:visited {
  font-size: 20px;
  color: #AA0000;
  font-weight: bold;
  text-decoration: none;
}

#topnews p {
  font-size: 13px;
  color: #000000;
  font-weight: normal;
}


#topnews p a:link, #news h2 a:visited {
  color: #cc0000;
  font-weight: bold;
  text-decoration: none;
}

#image_caption {
	margin: 10px;
}

#topnews ul, #topnews ol {
  margin-left: 50px;
  margin-right: 100px;
  list-style-image:url(../images/square.gif);
}

#topnews li {
  font-size: 13px;
  margin-bottom: 5px; margin-top: 5px;
  line-height: 18px;
  color: #000000;
  font-weight: normal;
}

#topnews p {
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  font-weight: normal;
  margin-top: 10px;
}

div.postmetadata {
	font-size: 10px; 
	font-weight: bold;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica;
	color: #333333;
	width: 100%;	
	padding: 2px; margin-top: 5px;
	margin-bottom:10px;
	border-bottom: 1px solid #888888;
}

div.postmetadata a:link, div.postmetadata a:visited {
	color: #cc0000;
	text-decoration: none;
}
div.postmetadata a:hover, div.postmetadata a:active {
	color: #000000;
	text-decoration: underline;
}

div.navigation {
  padding: 10px;	
  height: 20px;h2
}

div.navigation a:link, div.navigation a:visited {
	color: #cc0000;
	font-size: 13px; font-weight:bold;
	text-decoration: none;
}
div.navigation a:hover, div.navigation a:active {
	color: #000000;
	font-size: 13px; font-weight:bold;
	text-decoration: underline;
}


#news {
  font-size: 11px;
  color: #7B7A7B;
  padding: 10px;
  margin-bottom: 4px;
  border-bottom: 4px solid #DAC4A0;
}

#news ul, #news ol {
  margin-left: 50px;
  margin-right: 100px;
  list-style-image:url(../images/square.gif);
}

#news li {
  font-size: 13px;
  margin-bottom: 5px; margin-top: 5px;
  line-height: 18px;
  color: #000000;
  font-weight: normal;
}

#news h2 a:link, #news h2 a:visited {
  font-size: 16px;
  color: #4444DD;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 20px;
}

#news p {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  margin-top: 10px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




a.readon:link, a.readon:visited {
  text-decoration: none;
  color: #D7102B;
}

a.readon:hover, a.readon:active {
  text-decoration: none;
  color: #D7102B;
}

#categories {
  font-size: 12px;
  color: #387099;
  padding: 10px;
  border-bottom: 4px solid #DAC4A0;
}

#categories ul {
  color: #387099;
  text-decoration: none;
  list-style-type: none;
}

#categories ul a:link, a:visited{
  color: #387099;
  text-decoration: none;
  font-size: 12px;
}
#categories ul a:hover, a:active{
  color: #000000;
  text-decoration: underline;
  font-size: 12px;
}

#categories li {
  border-bottom: 1px solid #cccccc;
  padding-top: 5px; padding-bottom: 5px;
  color: #cc0000; font-size: 10px;
}

#morearticles {
  font-size: 12px;
  color: #387099;
  padding: 10px;
}

#morearticles div {
  padding-bottom: 5px; padding-top: 5px;
  border-bottom: 1px solid #cccccc;
   color: #cc0000; font-size: 10px;
}

#bottomnews {
  font-size: 10px;
  color: #387099;
  padding: 15px;
}

a.bluelinks:link, a.bluelinks:visited {
  font-size: 12px; color: #387099;
  text-decoration: none;
}

a.bluelinks:hover, a.bluelinks:active {
  font-size: 12px; text-decoration: underline;
  color: #000000;
}

img.dementis {
  height: 101px;
  border-bottom: 4px solid #DAC4A0;
  margin-top: -7px;
}

img.kulinarisches {
  height: 101px;
  border-bottom: 4px solid #DAC4A0;
  margin-top: -4px;
}

#comments {
  font-size: 10px;
  padding: 10px;
  color: #7B7A7B;
}

#comments a:link, #comments a:visited {
  text-decoration: none;
  color: #000000; 
}

#comments a:hover, #comments a:active {
  background: #E9E9E9;
}

div.lastcomments {
	padding-bottom: 5px; padding-top: 5px;
  border-bottom: 1px solid #cccccc;
  color: #7B7A7B;
}

#footer {
  width: 930px;
  height: 27px;
  background: white;
  margin: 4px 0px 4px;
}

div.links ul {
	list-style-type: none;
}
div.links ul li {
	float: left;
	margin-left: 20px; 
}


div.links ul li a:link, div.links ul li a:visited {
	font-size: 10px;
	color: #555555;
	text-decoration: none;
}

div.links ul li a:hover, div.links ul li a:active {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

div.copyright {
	padding: 6px;
}

div.copyright a:link, div.copyright  a:visited {
	font-size: 10px;
	color: #555555;
	text-decoration: none;
}

div.copyright a:hover, div.copyright a:active {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}


div.comment {
	padding: 10px;
	border: 2px solid #ffffff;
}

.commentlist div, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist div {
	font-weight: bold;
	background-color: #eeeeee;
	font-size: 11px;
	
}

.commentlist div a:link, .commentlist div a:visited {
	color: #cc0000;
}


.commentlist div .avatar { 
	float: right;
	border: 1px solid #ffffff;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 12px;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;

	}
	
	
#commentform {
	background-color: #eeeeee;
	padding: 10px;
	border: 2px solid #dddddd;
	}

.commentmetadata {
	font-weight: normal;
	}

.postlist {
	padding:10px;	
}

.postlist h2 a:link, .postlist h2 a:visited {
  font-size: 16px;
  color: #4444DD;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 10px;
  padding-top: 10px;
}
.postlist h2 a:hover, .postlist h2 a:active {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 10px;
  margin-top: 20px;
}

.postlist p {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  margin-top: 10px;
}

.postlist ul {
  margin-left: 50px;
  margin-right: 100px;
  list-style-image:url(../images/square.gif);
}

.postlist li {
  font-size: 13px;
  margin-bottom: 5px; margin-top: 5px;
  line-height: 18px;
  color: #000000;
  font-weight: normal;
}
