/*  
Theme Name: Blocky
Theme URI: http://fromthefoliage.com/blocky/
Description: A calm, simple, one column theme.
Version: 1.0
Author: Nick Dienstbier
Author URI: http://fromthefoliage.com/
background:#364370 url(/wp-content/themes/blocky-10-deutsch/images/parlament_background.jpg);
background-repeat:no-repeat; background-position:center center;
  background-attachment:fixed; <!-- ./images/stripes.png--> 
*/

/*************************************
 +Containers
 *************************************/

body{
	background:#FF00CC url(./images/stripes.png) repeat-x;
	color:#000;
 	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:77.5%;
	line-height:1.5;
	margin:0;
	padding:0;
   	text-align:center;
	height: 100%;
}
#wrap{
        background:#FF00CC;
	/*border-left:5px solid #eee; border-right:5px solid #eee; */
        border-left:5px solid #FF00CC;	
        border-right:5px solid ##FF00CC;
	margin:0 auto;
	padding:0 15px;
	text-align:left;	
	width:700px;
}
#content{
	font-size:0.9em;
	float:left;
	margin:0 5px;
	width:680px;
}
#sidebar{
	background:##FF00CC;
	border:5px solid #ddd;
	border-bottom:none;
	color:#000;
	float:right;
	margin:0 10px;
	padding:10px;
	width:660px;
}
#sidebar a{
color:#333;
}
#sidebar a:hover{
color:#777;
}
#sidebar .sec-a{
	float:left; 
	width:200px;
	padding:0 10px;
}
#sidebar .sec-b{
	float:right;
	width:200px;
	padding:0 10px;
}

#footer{
	background:##FF00CC;
	border-top:1px solid #777;
	clear:both;
	color:#000;
	font-size:0.9em;
	padding:5px;
}
.navigation{
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}

/*************************************
 +Header
 *************************************/
h1, h2, h3{
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
        display:block;
}
#header {
	height: 220px; <!-- vorher 197px-->
    width: 668px !important;
	width: 666px;
	color: #000;
	background: ##FF00CC;
	border: 3px solid #000;
	/*border-top: 0;*/
    margin: 0 auto;
	margin-left: 6px !important;
	margin-left: 10px;
}
#header a {
	color: #000;
}
#header .current_page_item{
	background: #000;
	color: #000;
}
#title{
	width: 670px;
	font-size: 12px;
	height: 50px;
}
#title a {
	width: 670px;
	height: 50px;
	line-height: 50px;
	padding: 35px 0 15px 0;
        font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#title h1 {
	padding-left: 10px;
	font-size: 3.8em;
	font-family: helvetica, arial, sans-serif;
}

#title img {
        padding:5px 5px 0px 5px; 
}


#title a img {
        border: 0px solid black;
}

#header table {
        width: 650px;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:15px;
padding:5px 10px;
font-size:1em;
}
.entry h3 {
	color:#6F6F6F;
	font-size:1.8em;
}
.entry blockquote {
	padding-left: 10px;
	border-left: 3px solid #2C5F3F;
}
.entrymeta{
	font-size:0.9em;
color:#000;
}
.entrymeta a{
color:#000;
}
.entrymeta a:hover{
color:#b3cFc1;
}
.entrytitle h2{
	color:#000;
	font-size:2.2em;
}
.entrytitle h2 a{
color:#000;
}
.entrytitle h2 a:hover{
	color:#C8A799;
}
.entrytitle h3{
	color:#000;
	font-size:1.8em;
}
.postedby{
}
.filedto{
	background:url("./images/file.gif") no-repeat 0 2px;
	padding-left:15px;
}
.commentslink{
	background:url("./images/comments.gif") no-repeat 0 3px;
	padding-left:15px;
}
body#home .entry-1
{
background:#F8C6FF;
border:1px solid #d8d9c8;
border:1px solid #fafbfa;
font-size:1em;
}
body#home .entry-1 .entrymeta{
background: #F8C6FF;
border-top:1px solid #d8d9c8;
margin:-5px -10px;
padding:5px 10px;
}
/*************************************
 +Sidebar
 * note: sidebar is actually featured 
 * on the bottom.
 *************************************/

#sidebar h3{
	color:#aaa;
	font-size:1.5em;
	font-weight:bold;
	margin:10px 0;
}
#sidebar ul li{
	border-bottom:1px dotted #414141;
	margin-bottom:3px;
	padding:3px;
}
#sidebar ul li:hover {
	background-color: #FFF;
	border-bottom:1px dotted #555;
}
/*************************************
 +Nav
 *************************************/
#menu{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	text-transform: lowercase;
	width: 670px;
	border-top: 1px solid #000;
}
#menu li {
	float: left;
	display: inline;
	width: 9em;
	border-right: 1px solid #000;
}
#menu a {
	display: block;
	height: 50px;
	width: 9em;
	line-height: 45px;
	padding: 45px 0 0 0;
	text-align: center;
	margin: 0;
        font-size: 1em;
        font-weight:bold;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;
	font-size:1.1em;
}
.commentsblock textarea{
	width:410px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#000;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.author{
	background-color:#f3f3f3;
	color: #000;
	border:1px solid #EEEEEE;
	padding:0.5em;
	color: #333;
}
.gravatar {
	float: right;
	padding: 3px;
	border: 1px solid #333;
	background-color: #eee;
}
h3#comments{
font-size:1.6em;
}
/*************************************
 +Misc
 *************************************/

ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
        text-decoration:underline;
}
.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}

#headmenu1 a{
background:#FFF600;
}

#headmenu1 a:hover{
background:#FFF600 url(/wp-content/uploads/2008/07/wahlkampf.png);
text-decoration:underline;
color:red;
}

#headmenu2 a:hover{
background:#FF00CC url(/wp-content/uploads/2008/07/kultur_medien.jpg);
text-decoration:underline;
}

#headmenu3 a:hover{
background:#FF00CC url(/wp-content/uploads/2008/06/anfragen.jpg);
text-decoration:underline;
}

#headmenu4 a:hover{
background:#FF00CC url(/wp-content/uploads/2008/06/ots.jpg);
text-decoration:underline;
}


