/*   
Theme Name: Rockfun24 Blog
Theme URI: www.rockfun24stunden.de
Author: Julian Wagner
Version: 1.0
*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	background-position: center top;
	font-size: 16px:
	color: #000;
	font-family: Arial;
}

a {
	color: #0076e3;
	text-decoration: none;
}

a:hover {
	color: #333;
}

#page {
	position: relative;
	margin: 0 auto;
	margin-top: 5px;
	height: auto;
	width: 800px;
	min-height: 500px;
}

#top {
	position: relative;
	width: 800px;
	height: 200px;
	margin: 0px;
	background-image: url('images/banner.png');
	background-repeat: no-repeat;
}

#title {
	position: absolute;
	width: 280px;
	height: 40px;
	color: #fff;
	font-size: 35px;
	font-weight: normal;
	margin-top: 2px;
	z-index: 30;
}
	

#logo {
	position: absolute;
	margin-top: 0px;
	margin-left: 300px;
	width: 200px;
	height: 200px;
	background-image: url('images/logo.png');
	z-index: 20;
}

a.home {
	position: absolute;
	width: 200px;
	height: 200px;
	margin: 0px;
}

#maincontent_top {
	position: relative;
	width: 800px;
	height: 10px;
	margin-left: 0px;
	margin-top: -20px;
	padding: 0px;
	background-image: url('images/maincontent_top.png');
	background-repeat: no-repeat;
}

#maincontent_center {
	position: relative;
	width: 780px;
	height: auto;
	min-height: 550px;
	padding: 10px;
	margin: 0px;
	background-image: url('images/maincontent_center.png');
	background-repeat: repeat;
}

#maincontent_bottom {
	position: relative;
	width: 800px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	background-image: url('images/maincontent_bottom.png');
}

#text {
	position: relative;
	margin: 0px;
	width: 580px;
	height: auto;
	min-height: 380px;
}

#sidebarcontent {
	position: absolute;
	width: 180px;
	height: 380px;
	margin-top: 0px;
	margin-left: 600px;
}

#copyright {
	position: relative;
	width: 800px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 14px;
}

#copyright a {
	color: #0076e3;
	text-decoration: none;
}

#copyright a:hover {
	color: #333;
}

#time {
	position: absolute;
	width: 300px;
	height: 56px;
	margin-left: 495px;
	margin-top: 70px;
	font-size: 56px;
	color: #fff;
	z-index: 25;
}

#date {
	position: absolute;
	width: 200px;
	height: 56px;
	margin-left: 50px;
	margin-top: 70px;
	font-size: 56px;
	color: #fff;
}

/*Search*/

#search {
	position: absolute;
	width: 250px;
	height: 30px;
	margin-top: 10px;
	margin-left: 550px;
}

.searchfield {
	border: 1px solid #252525;
	background-color: #fff;
	font-size: 16px;
	outline: 0;
}

.searchbutton {
	border: 0px;
	background: transparent;
	font-size: 16px;
	color: #000;
	cursor: pointer;
	margin: 0px;
}

.searchbutton:hover {
	background-color: #dbdbdb;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*Post*/

#post {
	position: relative;
	width: 580px;
	height: auto;
	margin-left: 0px;
	margin-top: 10px;
	color: #333;
}

h1, h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

h1 a:hover {
	color: #333;
}

p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

img.thumb {
	border: 1px solid #333;
	width: 98px;
	height: 98px;
	margin-top: 6px;
	margin-right: 8px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#post_bottom {
	position: relative;
	width: 568px;
	height: auto;
	background-color: #dbdbdb;
	padding: 2px 5px 2px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #999;
}

#post_bottom a {
	color: #0076e3;
	text-decoration: none;
}

#post_bottom a:hover {
	color: #333;
}

/*Single*/

h1 small {
	font-size: 18px;
	color: #666;
}

#single p img.thumb {
	border: 1px solid #333;
	width: 98px;
	height: 98px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*Commments*/

.textfield {
	border: 1px solid #333;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	resize: none;
	width: 580px;
	outline: 0;
}

label {
	color: #333;
	font-size: 14px;
	cursor: pointer;
}

.button {
	border: 0px;
	background: transparent;
	font-size: 16px;
	color: #000;
	cursor: pointer;
	margin: 0px;
}

.button:hover {
	background-color: #dbdbdb;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

cite {
	font-size: 14px;
	color: #333;
}

cite a {
	color: #0076e3;
	text-decoration: none;
}

cite a:hover {
	color: #333;
}

ol li {
	border-bottom: 1px solid #999;
}
