/*
Theme Name: O2 Surfstickblog
Theme URI: http://surfstickblog.de/
Description: A special theme only for O2.
Version: 1.0
Author: Markus Lauks & Alexander Pfeiffer
Author URI: http://www.ethority.de/
Tags: o2
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #FFFFFF url('images/page_back.gif') repeat-x;
	color: #666;
	margin: 0;
	padding: 0;
line-height: 2em;
	}

a img {
	border:none;
}

a:link, a:visited {
	color: #284379;
text-decoration:none;
font-weight:bold;
}

a:hover {
	color: #990000;
}

h1, h2, h3, h4, h5 {
margin:0;
padding:0;
}

h3 {
font-size: 1em;
color: #284c79;
font-weight: bold;
}

li {
list-style-image:url(images/li.gif);
}

#page {
	margin: 0 auto;
	padding: 2px 0 0 0;
	width: 1000px;
	}

#footer {
width: 100%;
text-align: center;
}

#header {
position: relative;
	height: 168px;
	width: 1000px;
	}

#header .button {
position: absolute;
top: 24px;
left: 514px;
}

#content {
	position: relative;
	width: 494px;
float: left;
margin-left: 155px;
}

* html #content {
	margin-left:80px;
}

#content .post {
	position: relative;
	width: 494px;
	padding: 0 0 16px 0;
	background: url('images/post_bottom.gif') no-repeat bottom;
}

#content .post h2 {
	position: relative;
	width: 448px;
	height: 12px;
	padding: 14px 23px 18px 23px;
	background: url('images/post_top.gif') no-repeat top;
	font-size: 1.2em;
	color: #284379;
}

#content .post .post_content {
	position: relative;
	width: 448px;
	padding: 0 23px 0 23px;
	background: url('images/post_back.gif') repeat-y;
	font-size: 1.2em;
	color: #333;
}

#content .post .post_content img {
	text-align: center;
}

#sidebar {
position:relative;
width: 215px;
float: left;
margin: 18px 0 0 20px;
overflow: hidden;
}

#s {
width: 139px;
height: 19px;
background: url('images/search.gif') no-repeat;
border: none;
padding: 5px 7px 0 7px;
}

.cat_liste a:link, .cat_liste a:visited {
font-weight: normal;
}

.tw_top {
width: 204px;
height: 15px;
background: url('images/tw_top.gif') no-repeat;
}

.tw_back {
width: 194px;
padding: 0 5px 0 5px;
background: url('images/tw_back.gif') repeat-y;
}

.tw_back ul, .tw_back ul li {
padding:0 0 5px 0;
margin:0 0 0 10px;
}

.tw_bottom {
width: 204px;
height: 15px;
background: url('images/tw_bottom.gif') no-repeat;
}

.linkcat h2 {
display:none;
}

.linkcat {
list-style:none;
}

.linkcat a:link, .linkcat a:visited {
font-weight: normal;
}

/* End Structure */