/*  
Theme Name: pechakucha
Theme URI: http://www.pechakucha.at
Description: Wordpress Theme fuer PechaKucha Nicht Vienna
Version: 1.0
Author: Christian Stoerzer 
Author URI: http://www.brainiacs.at
*/

/*************************************
 +Containers
 *************************************/

/* braucht man immer*/
acronym, abbr, span.caps {
	cursor: help;
	}


/* CSS Document */

html {
 	margin:auto;
	height:100%;
}

body{
 	margin:auto;
	height:100%;
	min-height:100%;
	text-align:center;
	background:#AFAEA2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#wrapper{
	margin:auto;
	text-align:center;
	width:802px;
	min-height:100%;
}

a {
	color:#FFC500;
}

a:hover{
	color:#FFA609;
}

#header_box{
	float:none;
	height:140px;
	width:802px;
	background:url(images/header.jpg);
	margin-top:0px;
	text-align:left;
}

#header_box2{
	float:none;
	height:244px;
	width:802px;
	background:url(petition/img/header.gif);
	margin-top:0px;
	text-align:left;
}

#content_box{
	clear:both;
	margin-top:20px;	
	width:802px;
}

#content_top{
	clear:both;
	background:url(images/content_top.gif) no-repeat;
	height:40px;
}

#content_middle{
	clear:both;
	background:url(images/content_middle.gif) repeat-y;
	height:100%;
}

#content_bottom{
	clear:both;
	background:url(images/content_bottom.gif) no-repeat;
	height:30px;
}

#content{
	float:left;
	padding-left:18px;
	width:600px;
	height:inherit;
	text-align:left;
}

#navi{
	float:left;
	width:184px;
	text-align:left;
}

a.nav_element{
	background:none;
	padding-left:0px;
	text-decoration:none;
	color:#000000;
}

a.nav_element:hover{
	color:#FFC500;
}

.news{
	clear:both;
	border-bottom:dotted;
	border-bottom-width:1px;
	border-color:#BAB3A3;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:20px;
	padding-right:40px;	
	padding-bottom:10px;
	height:auto;
}

.ncomment{
	clear:both;
	border-top:dotted;
	border-top-width:1px;
	border-color:#BAB3A3;
	margin-bottom:10px;
	margin-top:10px;
}

.cauthor{	
	clear:both;
	color:#FFFFFF;
	text-transform: uppercase;
	margin-top:10px;
	margin-bottom:10px;	
	font-size:10px;
	background:#53575C;
}

.newstext{
	clear:both;
}

.date{
	color:#FFFFFF;
	text-transform: uppercase;
	margin-bottom:10px;	
	font-size:10px;
}

a.date{
	clear:both;
	color:#FFC500;
}

a.date:hover{
	color:#BAB3A3;
}

.thumb{
	clear:both;
	border:1px;
	border-color:#FFFFFF;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

.pfeil{
	clear:both;
	height:15px;
	width:85px;
	line-height:15px;
	padding-left:15px;
	margin-top:10px;
	margin-bottom:10px;
	background:url(images/pfeil.gif) no-repeat;
	background-color:#FFC500;
	text-transform: uppercase;
	font-size:10px;
}

a.pfeil{
	background:transparent;
	padding:0;
	text-decoration:none;
	color:#000000;
}

a.pfeil:hover{
	color:#FFA609;
}

.heading{	
	clear:both;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	color:#FFC500;
}

.icon{
	float:left;
	margin-left:10px;
	margin-top:4px;
}

/* list styles */

.nav_head{
	height:24px;
	background:url(images/balken_navi.jpg) repeat-x;
	margin-left:2px;
	margin-right:1px;
	margin-top:10px;
	padding-left:20px;
	line-height:24px;
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
}

.tdodd{
	background-color:#00B1E8;
}

.navcontainer{
	clear:both;
	margin-bottom:20px;
}

.navcontainer ul
{
	margin-top:0px;
	margin-left: 2px;
	margin-right: 1px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height:19px;
}

.navcontainer li
{
	margin-top:0;
	border-bottom:solid 1px #231F20;
}

.navcontainer a
{
	text-decoration:none;
	display: block;
	padding: 0px 20px 0px 20px;
	background-color: #53575C;
	color:#FFFFFF;
}

.navcontainer a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.navcontainer li.current_page_item a, .navcontainer a:hover
{
	background:url(images/nav_pfeil.gif) no-repeat #231F20;
	color: #FFFFFF;
}

.pagenav {
	margin-left: 2px;
	margin-right: 1px;
	margin-bottom:0px;
	line-height:19px;
	list-style-type: none;
	background:url(images/balken_navi.jpg) repeat-x;
	text-transform:uppercase;
	font-weight:bold;
}

#footer{
	clear:both;
}

#footer a{
	color:#FFFFFF;
}

#footer a:hover{
	color:#FFA609;
}