/*
	Theme Name: Ra1dN
	Theme URI: http://www.ra1dn.de
	Version: 1.1
	Author: Ra1dN
	Author URI: http://www.ra1dn.de
*/

/* Typography & Colors */

body {
	font-size: 100%; /* Resets 1em to 10px */
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	color: #303030;
}

a {
	text-decoration: none;
	color: #a07000;
}

a:hover {
	color: #d08000;
}

h2 a, #content h2, .post h3 {
	color: #a07000;
	font-family: Georgia, Times;
	font-style: italic;	
}

blockquote {
	background-color: #FAFAF6;
	border: 1px solid #ddd;
	padding: 0px 8px;
	margin: 10px;
	font-size: 13px;
}

.postmetadata {
	background-color: #FAFAF6;
	border: 1px solid #ddd;
	padding: 0px 8px;
	margin: 10px 0 30px 0;
	font-size: 12px;
}

p {
	line-height: 150%;
	margin: 0px;
	padding: 5px 0px;
}

h2 {
	margin: 0px;
	padding: 5px 0px;
}

h3 {
	margin: 0px;
	padding: 15px 0px 5px 0px;
}

#footer {
	color: #d0d0d0;
	font-size: 12px;
}

/* Layout */

html,body {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
	text-align: left;
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffffff url("images/bg_body.png") 0px 3px;
	overflow: -moz-scrollbars-vertical; 
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
}

#header {
	background: #303030 url("images/baa_header.jpg") center no-repeat;
	height: 108px;
	border-bottom: solid #a07000 1px;
}

.container {
	width: 800px;
}

#content {
	width: 500px;
	margin: 10px 20px 80px 20px;
	float: left;
	text-align: left;
}

#sidebar {
	width: 259px;
	margin: 20px 0px 80px 0px;
	float:left;
	text-align: left;
	border-left: solid #c0c0c0 1px;
}

#footer {
	position: absolute;
	bottom: 0;
	left:0;
	background: #303030;
	width: 100%;
	height: 52px;
	border-top: solid #a07000 1px;
}

#footer .alignleft {
	margin: 10px 20px 0px 20px;
}

#footer .alignright {
	margin: 10px 280px 0px 20px;
}

/* Seitenbalken */

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0 0 3px 8px;
	font-size: 12px;	
}

#sidebar h2 {
	font-size: 12px;
}


/* Inhalte */


.alignright {
	float: right;
	text-align: left;
}

.alignleft {
	float: left;
	text-align: left;
}

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

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

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

p img {
	max-width: 100%;
	padding: 0;
}

/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 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 */

