/*  
Theme Name: Sonnendeck-Augsburg-Open - deutsche version
Author: Aron Link

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

***********************************************************************************/

/* HINTERGRUND-BILDER UND FARBEN */
/*********************************/

#m_head			{ background: #FFF url(images/m_head.jpg) no-repeat; }
#m_content		{ background: #FFF url(images/m_content.jpg) no-repeat; }
#m_foot			{ background: #FFF url(images/m_foot.jpg) no-repeat; }
#n_head			{ background: #030 url(images/n_head.jpg) no-repeat; }
#n_content		{ background: #030 url(images/n_content.jpg) repeat-y; }
#n_foot			{ background: #333 }

/* PFLICHTPROGRAMM */
/*******************/

body {
	font: normal 12px Arial, sans-serif;
	color: #000;
	background: #333 url(images/BG.jpg) no-repeat;
	background-position: center top;
	margin: 0px;
}
div {
	position: relative; 
	margin: 0px;
}

/* LINKS */
/*********/

a {
	color: #333; 
	text-decoration: none;
}
a:hover {
	color: #9C0;
	text-decoration: none;
}
/* link layout fuer die navigationsleiste */
#nav a {
	color: #FFF;
}
#nav a:hover {
	color: #333;
	text-decoration: none;
}
/* link layout fuer den footer und header */
#m_foot_title a, #m_title a {
	color: #333;
	font-weight: bold;
}
#m_foot_title a:hover, #m_title a:hover {
	color: #9C0;
	font-weight: bold;
}
/* link layout fuer die ueberschriften der beitraege in bunt */
.post h1 a {
	color: #333;
}
.post h1 a:hover {
	color: #9C0;
	text-decoration: none;
}
/* link layout fuer den karocard link */
#karocard a {
	color: #FFF;
}
#karocard a:hover {
	color: #333;
}

/* TEXT */
/********/

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
h1, h2, h3 {
	font: bold 17px Arial, sans-serif;
	margin: 0 0 15px 0;
}
p {
	margin-bottom: 15px;
}
/* wie pack ich das datum direkt unter eine ueberschrift? */
.post h1 {
	margin: 0px;
}
.post div.entry {
	margin-top: 15px;
}

/* GRAFIKEN */
/************/

/* max-width wird nich vom ie6 interpretiert, deshalb trotzdem auf max 450px bilder-breite achten */
a img, img {
	border: 0px;
	max-width: 100%;
}
.post img {
	margin: 0 10px 10px 0;
}
/* als extra-klasse fuer lustige kleine bildchen */
.postimg {
	float: left;
}

/* DIVS */
/********/

div.post { 
	margin-bottom: 15px;
	text-align: justify;
}
div.meta, small {
	font-size: 10px;
	text-align: right;
}
div.center {
	text-align: center;
}
div.line {
	height: 0px;
	font-size: 0px; /* IE bug */
	width: 180px;
	margin: 20px 0 20px 0;
	border-bottom: 1px dashed #FFF;
}

/* FORMULARE */
/*************/

#commentform input, #commentform textarea {
	font: normal 12px Arial, sans-serif;
	background: transparent;
	border: 1px solid #000;
}
#commentform textarea {
	width: 510px;
	height: 200px;
}
#searchform input {
	font: normal 12px Arial, sans-serif;
	color: #FFF;
	background: transparent;
	border: 1px solid #FFF;
	margin: 0 0 5px
}
#newsletter input {
	font: normal 12px Arial, sans-serif;
	color: #FFF;
	margin: 0 0 5px 0;
	background: transparent;
	border: 1px solid #FFF;
}

/* NAVIGATIONSLISTEN */
/*********************/

#nav ul, #nav li {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li ul {
	padding-bottom: 10px;
	padding-left: 5px;
}
#nav h1, #nav h2, #nav h3 {
	margin: 0px;
	color:#FFF;
}
#nav .page_item {
	font: bold 17px Arial, sans-serif;
	margin: 0px;
	color:#FFF;
}

/* KOMMENTARLISTEN */
/*******************/

#main ol li {
	margin: 0 20px 10px 0;
}

/* NAVIGATION IM ARCHIV */
/************************/

.alignright {
	float: right;
}
.alignleft {
	float: left
}

/* DAS EIGENTLICHE DESIGN, BABY */
/********************************/
#container {
	width: 950px;
	margin: 0 auto 20px auto;
}

/* die links im Header */

#riegele {
	z-index: 5;
	background: url(images/head_riegele.png) no-repeat;
	position: absolute;
	top: 5px;
	left: 5px;
	float:left;
	height:105px;
	width:90px;
}

#karocard_top {
	z-index: 5;
	background: url(images/head_karocard.png) no-repeat;
	position: absolute;
	top: 5px;
	left: 450px;
	float:right;
	height:60px;
	width:95px;
}

#facebook {
	z-index: 5;
	background: url(images/head_facebook.png) no-repeat;
	position: absolute;
	top: 408px;
	left: 18px;
	float:left;
	height:64px;
	width:64px;
}

/* für den ie */
* html #container {
	margin-top: 20px;
}
/* die m_-divs, der inhalt auf der linken seite */
#m_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 610px;
}
#m_head {
	left: 50px;
	width: 550px;
	height: 477px;
}
#m_title {
	font: normal 16px Arial, sans-serif;
	text-align: center;
	color: #FFF;
	left: 347px;
	top: 70px;
	width: 120px;
	z-index: 2;
}
#m_content {
	left: 50px;
	width: 550px;
	padding-bottom: 50px;
}
#m_foot {
	left: 50px;
	margin: 0px;
	margin-bottom: 20px;
	width: 550px;
	height: 297px;
	z-index: 1;
}
#m_foot_title {
	font: normal 12px Arial, sans-serif;
	text-align: center;
	left: 30px;
	top: 50px;
	width: 90px;
	z-index: 2;
}
#karocard {
	font: bold 13px Arial, sans-serif;
	text-align: right;
	top: 250px;
	width: 450px;
	z-index: 2;
}
/* hier kommt letztendlich alles rein */
#main {
	text-align: justify;
	margin-bottom: 20px;
	width: 510px;
	left: 20px;
	top: 20px;
}		
/* und die n_-divs, die navigation auf der rechten seite */
#n_container {
	position: absolute;
	top: 0px;
	left: 610px;
	width: 245px;
}
#n_head {
	width: 240px;
	height: 205px;
}
#n_content {
	width: 240px;
	padding-bottom: 60px;
}
#n_foot {
	width: 240px;
	height: 1px;
}
/* hier kommt letztendlich die navigation (sidebar) rein */
#nav {
	text-transform: lowercase;
	width: 180px;
	top: 10px;
	left: 30px;
}

/* jo, das wars. viel spass damit */


