/*
Design by ProWerb 64
Author Nik Hobohm
http://www.prowerb64.de
*/

body {
	margin: 1em;
	padding: 0;
	background: #666666 url(images/img1.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-style: normal;
}

a {
	color: Black;
}

a:hover {
	text-decoration: none;
}

p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 160%;
}

blockquote {
	font-style: italic;
}

/* Wrapper */

#wrapper {
	width: 760px;
	margin: 0 auto;
}

/* Header */

#header {
	height: 160px;
	background: url(images/img2.jpg);
}

#header h1 {
	padding: 40px 0 0 30px;
	letter-spacing: -2px;
	font-size: 3em;
}

#header h2 {
	width: 335px;
	margin-top: -8px;
	text-align: right;
	font-size: 1.6em
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	padding: 10px 0;
}

/* Posts */

#posts {
	float: right;
	width: 500px;
}

/* Post */

.post {
}

.post .title {
	height: 33px;
	padding: 7px 0 0 10px;
	margin-bottom: 1px;
	background: #414141 url(images/img3.jpg) no-repeat;
	font-size: 1.2em;
	color: #FFFFFF;
}

.post .posted {
	padding: 5px 10px;
	background: #FFFFFF url(images/img5.jpg) no-repeat left bottom;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
}

.post .story {
	padding: 20px 20px 10px 20px;
	background: #FFFFFF url(images/img4.jpg) no-repeat right bottom;
}

.post .meta {
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.post .meta a {
	color: #FFFFFF;
}

/* Boxed */

.boxed {
	width: 250px;
}

.boxed .heading {
	height: 33px;
	padding: 7px 0 0 10px;
	margin-bottom: 1px;
	background: #414141 url(images/img3.jpg) no-repeat;
	font-size: 1.1em;
	color: #FFFFFF;
}

.boxed .content {
	margin-bottom: 10px;
	padding: 10px;
	background: #FFFFFF url(images/img4.jpg) no-repeat right bottom;
	font-size: x-small;
	color: Black;
}

.boxed .links {
	margin: 0;
	padding: 0;
	list-style: square inside;
	font-family: Arial, Helvetica, sans-serif;
}

/* Footer */

#footer {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #FFFFFF;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

img.right {
	float: right;
	margin: 5px 40px 10px 10px;
}

/* Inner footer */

#innerfooter {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #FFFFFF;
	height: 20px;
	background: White url(images/img6.jpg) no-repeat right;
}
.Special_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	font-style: normal;
}
.Special_big_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
.Special_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

