/*  
Theme Name: Popversammlung 2010
Theme URI: http://www.alexheitkamp.de
Description: Costum Wordpress Theme
Version: 1.0 beta
Author: Alexander Heitkamp
Author URI: http://www.alexheitkamp.de/

*/

/* ----------------- BROWSER RESET ------------------- */

* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul, ol {
list-style: none;
margin: 0;  /* IE fix*/
}

b, strong {
font-weight: bold;
}

img, a img {
border: none;
}

/* ----------------- TEXT FORMATTING ------------------- */


body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 75%;
	color: #000;
	background: #c8c8c8 url(http://www.popversammlung.de/kommt_zusammen/wp-content/themes/Popversammlung/pix/tile_betong.png) repeat left top fixed;
	line-height: 1.5em;
	text-align: center;   /* IE fix */
}

h1, h2 {
	font-family: 'Trebuchet MS', Palatino, Georgia, serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

h1 {
	font-size: 2.5em;
	color: #933;
}

h2 {
	font-size: 2.0em;
	color: #933;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #9F4024;
	margin-bottom: 0.3em;
	line-height: 1.1em;
}

a:link, a:visited {
	text-decoration: underline;
	color: #933;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #d25415;
}

p {
	padding-bottom: 12px;
}

/* ----------------- LAYOUT DIVS ------------------- */


#container{
	margin: 0 auto;         /* center website */
	width: 820px;
	text-align: left;
}

#header {
	width: 820px;
	height: 200px;
	background-color: transparent;
	background: transparent url(http://www.popversammlung.de/kommt_zusammen/wp-content/themes/Popversammlung/pix/bk_header.png) no-repeat left top;
}

.balken {
	width: 820px;
	height: 45px;
	padding: 5px 0 0 50px;
	position: relative;
	background: transparent url(http://www.popversammlung.de/kommt_zusammen/wp-content/themes/Popversammlung/pix/bk_blue.png) repeat-y left top;
}

.balken h1 {
	color: #d25415;
	font-weight: normal;
}

.main {
	width: 760px;
	padding: 20px 30px 10px 30px;
	background: transparent url(http://www.popversammlung.de/kommt_zusammen/wp-content/themes/Popversammlung/pix/bk_white.png) repeat-y left top;
}

.aktuell {
	position: relative;
	padding-left: 20px;
	height: 10px;
}	

.mehr {
	text-align: right;
	padding-right: 20px;
	font-size: 75%;
}	

.mehr a:link,
.mehr a:visited {
	color: #933;
	text-decoration: none;
}

.mehr a:hover,
.mehr a:focus,
.mehr a:active {
	color: #d25415;
}


#footer{
	width: 780px;
	padding: 20px 50px;
	background: transparent url(http://www.popversammlung.de/kommt_zusammen/wp-content/themes/Popversammlung/pix/bk_blue.png) repeat-y left top;
}

#footer p{
	line-height: 18px;
	color: #fff;
	line-height: 1.7em;
}


/* ----------------- MISC FORMATS ------------------- */


#navibox {
	position: absolute;
	top: 15px;
	left: 30px;
	font-size: 2em;
}	

#navibox ul li {
	display: inline;
}  

#navibox li a:link,
#navibox li a:visited {
	color: #d25415;
	text-decoration: none;
	padding: 3px 20px 5px 20px;
	font-size: 100%;
}

#navibox li a:hover,
#navibox li a:focus,
#navibox li a:active {
	color: #fff;
	font-size: 100%;
}

#socialbookmarks {
	position: absolute;
	top: -10px;
	right: 10px;
}	

.iconz {
	margin-right: 10px;
	width: 48px;
	height: 48px;
	float: right;
}  

.alignleft {
	float: left;
	padding-right: 1em;
}

.alignright {
	float: right;
	padding-left: 1em;
}

.clearfloat {
	clear: both;
}

.post {
	padding: 20px 20px;
	clear: both;
	min-height: 300px;
	background: transparent url(pix/bk_post.png) repeat left top;
	margin: 0 0 20px 0;
	font-size: 1.1em;
	line-height: 1.7em;
}	

.plakatwand {
	padding: 20px 0 0 20px;
	background: transparent url(pix/bk_kachel.png) repeat left top;
}	

.poster {
	width: 165px;
	height: 235px;
	float: left;
	margin: 0 20px 20px 0;
}	

.banner {
	width: 720px;
	height: 160px;
	float: left;
	margin: 0 20px 20px 0;
}

.post strong {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #fff;
	margin: 10px 0;
}	

.post a {
	font-weight: bold;
	margin-top: 10px;
	font-size: 1.1em;
	text-decoration: none;
}	

#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
	color: #fff;
	text-decoration: underline;
}


