/*  
Theme Name: SK
Theme URI: 
Description: Schnusekater Theme
Version: 2.1
Author: Schnusekater
Author URI: http://schnusekater.de

	
 */


body {
	background: #fff;
	width:100%;
	border: 0;
	font-size: 14px;
	color: #555;
}	

img {
	border:0
}

#wrapper{
	width: 990px;
	height: 600px;
	background: #fff;
	margin: auto;
}

#header{
	height:100px;
	width: 982px;
	background: #DDD;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-top: 10px;
	-webkit-box-shadow: 0 0 5px #339;
	-moz-box-shadow: 0 0 5px #339;
}

#header #sk {
float:left;
margin-left:100px;
margin-top:16px;
}

#header #a-logo {
margin-left:150px;
margin-top:24px;
position:relative;
-moz-box-shadow: 0 0 10px #339;
-webkit-box-shadow: 0 0 10px #339;
}

#header div {
float:left;
font-size:30px;
font-variant:small-caps;
font-weight:bold;
margin:37px 0 0 10px;
}

#side {
width: 180px;
float: left;
margin:15px 50px 0 0;
padding-left:0px;
-moz-box-shadow: 0 0 5px #339;
-webkit-box-shadow: 0 0 5px #339;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
}

#side h3 {
	font-size: large;
	font-style: bold;
	font-variant:small-caps;
	background: #DDD;
	text-align: center;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
}

#side ul{
list-style-type:none;
margin-left:-30px;
}


#side li{
list-style-type:none;
list-style-position: inside;
font-weight:normal;
font-variant:normal;
font-size:14px;
font-style:normal;
background:#fff;
}

#side a{
color:#555;
text-decoration:none;
}

#side a:hover{
color:#fff;
text-decoration:none;
background: #333;
}

#footer{
width: auto;
margin-top: 10px;
padding: 3px;
text-align:center;
font-size:small;
}

#content{
	width: 650px;
	margin-top: 5px;
	margin-left: 50px;
	padding: 0px;
	float: left;
	padding-top: 20px;
}

#main {
	width: 100%;
}

.navigation{
padding-bottom: 10px;
}

.post {
margin-top:10px;
}

.post, .comments {
	padding: 0;
}
.post {
	background: #fff;
	/*border: 1px solid;*/
	margin-top: 10px;
	-moz-box-shadow: 0 0 5px #339;
	-webkit-box-shadow: 0 0 5px #339;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
}

.post-title {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	border-bottom: 1px solid #999;
	background: #DDD;
	padding: 5px 10px 0 10px;
}

.post-title h2 a {
	font-variant:small-caps;
	text-decoration: none;
	color: #555;
}

.post-date {
	float: right;
	font-size: 12px;
	color: #666;

}

.entry {
	margin-top: 15px;
	padding: 0 10px 0 10px
}

.post-meta {
	margin: 0px 0 0px 0;
	padding: 0 10px 5px 10px;
	border-top: 3px double;
	/*border-bottom: 1px solid;*/
	font-size: 12px;
	background: #DDD;
	direction: rtl;
	text-align: right;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
}

a {
color: #888;
}

a:hover {
background: #333;
color: #fff;
}

.clear {
clear:both;
font-size:0;
}

.hidden {
	display: none;
}

}
.navigation{
padding-bottom: 10px;
}
.navigation a{
color:#777;
}

.text-left {
float: left;
}
.text-right {
float: right;
}

.cal a {
color: #000;
font-weight:bold;
}

.searchform {
max-width: 140px;
}
.searchbox, .s {
	max-width: 130px;
	margin-right: 10px;
	padding:0;
}
