/*
Theme Name: Shredsup 2010
Theme URI: http://www.freeridershop.de/shredsup
Description: The theme for the shredsup blog. Based on the default Wordpress theme.
Version: 0.1
Author: Jakob Kristoferitsch
Tags: fixed width, two columns, widgets
*/

/* Begin Structure */
body{
	margin: 0;
	padding: 0;
	background: #3c362f url('images/bg_tile.jpg');
}
body, a{
	color: white;
}
a img {
	border: 0;
}
a:hover {
	color: #00adef;
}
#content {
	width: 500px;
	float: left;
	padding: 30px 42px 0px 5px;

}
#content,#sidebar {
	padding-top: 30px;
}
#wrapper{
	margin: 0px auto;
	width: 820px;
	border-left: 1px solid #a09b95;
	background: #3c362f;
	padding-left: 22px;
}
h1 {
	display: none; /*hide tagline*/
}

#header{
	background: url(images/header_800.jpg) no-repeat bottom left;
	height: 308px;
	width: 800px;
	top: 0px;
}

#headerimg {
	position: relative;
	top: -45px;
	right: -3px;
	/*margin: 18px 0 0 3px;*/
}
#shoplogo {
	padding: 17px 24px 0px 0px;
	text-align: right;
	position: relative;
	z-index: 10;
}
#content {
}
.accessibility , #searchform  label {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

/* Navigation & sidebar*/
#nav .widget-title {
	display: none;
}
#nav {
	position: relative;
	top: 100px;
}
#nav a {
	color: #00adef;
}
#nav a:hover {
	color: white;
}

#nav  ul, #nav  li {
	display: inline;
}
#nav li, #nav ul, #sidebar li, #sidebar ul {
	padding-left: 0px;
}
#nav ul ul {
	padding-left: float;
}
#nav li li {
	padding: 0px 30px 0px 3px;
}
#sidebar {
	width: 231px;
	overflow: hidden;
	padding-right: 23px;
	float: right;
}
#sidebar li {
	list-style: none inside;
}
#sidebar h3 {
	border-bottom: 1px solid #a09b95;
}
#sidebar  li li {
	padding-left: 6px;
}

/* Other */
div.feedback {
	border-top: 1px solid #a09b95;
	padding-top: 5px;
}
.credit {
	clear: both;
	text-align: center;
	width: 986px;
	height: 73px;
	background: url(images/bg_footer.jpg) repeat-x bottom;
	position: relative;
	left: -22px;
}
.credit div {
	padding-top: 30px;
}
#searchform  input {
	background-color: #605b55;
	color: #95918b;
}
#searchform #searchsubmit {
	color: white;
}
div.feedback div.post-commentlink {
	float: right;
}
/* FONTS */
body, h2.post-title {
	font: normal 12px verdana,helvetica,arial,serif;
}
#nav li li {
	font-size: 20px;
}
h2.post-title, #sidebar-3 h2 {
	font-weight: normal;
}
h2.post-title {
	font-size: 22px;	
       text-transform: uppercase;
       padding-top: 25px;
}
h2.post-title a {
       text-decoration: none;
//       color: #00adef;
}
//h2.post-title a:hover {
//	color: white;
//}
#sidebar h3 {
	font-size: 15px;
       text-transform: uppercase;
       font-weight: normal;
       padding-top: 30px;    
}
div.post-meta, .credit, div.feedback {
	font-size: 10px;
}
div.feedback div.post-commentlink {
	float: right;
}