/*
Theme Name: Thirteen
Theme URI: http://beccary.com/goodies/wordpress-themes/
Description: A stylish theme in green. Two columns, fixed width.
Version: 1.2
Author: Becca Wei
Author URI: http://beccary.com
*/

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #0636C0;
	color: #000;
	font-size: x-small;
	font-family: Verdana,Arial, sans-serif;
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
p {
	margin: 1.2em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}
ol, ul {
	margin: 1.2em 0 1.2em 2.4em;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0em 0 1.2em 0;
	padding: 0;
	color: #000000;
	font-family: Verdana,Arial, sans-serif;
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
span {
	color:#FF0000;
}
a {
	text-decoration: none;
}
a:link {
	color: #C86C00;
}
a:visited, a:active {
	color: #B26A16;
}
a:hover {
	background-color: #4E5706;
	color: #FFF;
}
#links a:link{
	color:#0000FF;
}
#links a:visited{
	color:#0000FF;
}
#links a:hover{
	
	background-color: #FFFFFF;
	text-decoration: underline;
}

#sidebar a:link {
	color: #000000;
}
#footer a:link {
	color: #C79A65;
}
#footer a:visited, #footer a:active {
	color: #C0996C;
}
#sidebar a:visited, #sidebar a:active{
	color:#000000;
}
#sidebar a:hover, #footer a:hover {
	background-color: #DDDDDD;
	color: #000;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #4E5706;
	font-size: 0.92em;
}
code {
	color: #333;
	font-family: monospace;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
input, textarea {
	border-style:inset;
	font-size:8pt;
	font-weight:bold;
	border-color:#000000;
	border-width:2px;
	text-align:left;
	font-family: Verdana,Arial, sans-serif;
}

.button {
	border-style:outset;
	font-size:8pt;
	font-weight:bold;
	border-color:#000000;
	background-color:#999999;
	border-width:1px;
	text-align:center;
	font-family: Verdana,Arial, sans-serif;
}


/* The Layout */

#headwrapper {
	height: 350px;
}
#header {
	margin: 0 auto;
	width: 779px;
	height: 100px;
	background: url(images/balken.gif) no-repeat;
	text-align: left;
	overflow: hidden;
}

	/* Header Styles */

	#title {
		margin: 0;
		padding: 10px 0 0 237px;
		font-size: 2.6em;
		font-variant: small-caps;
	}
	#title a {
		display: block;
		float: left;
		padding: 10px 25px 0 25px;
		height: 55px;
		
		color: #2C3101;
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 45px;
	}
	html>body #title a {
		height: 45px;
	}

#wrapper {
	margin: -250px auto 0 auto;
	width: 779px;
        background:#ffffff url(images/weg.gif) repeat-y;
	text-align: left;
	font-size: 0.92em;
}
#content {
	float: right;
	padding: 50px 38px 0 10px;
	background: url(images/logo.gif) top right no-repeat;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
	
}
html>body #content {
	width: 520px;
}
#spalte
{
         background:transparent url(images/spalte.gif) no-repeat;
         }

#sidebar {
         float: right;
	padding: 265px 20px 0 0;
         color: #E5E6C2;
	font-size: 0.92em;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 130px;
        filter:alpha(opacity=80);
	
}
html>body #sidebar {
	width: 130px;
}
* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
#footer {
	clear: both;
	color: #999999;
	font-size: 0.92em;
	position: relative; /* IE disappearing background fix */

}

	/* Footer Styles */

	#footer p {
		margin: 0;
		padding: 2em 0 1em 205px;
	}
	* html #footer p {
		padding-top: 1em; /* IE doubles top padding, reason unknown */
	}

/* Sidebar Styles */

#sidebar ul {
	margin: 0;
	list-style-type: none;
}
#sidebar ul li {
margin:0 0 5px 0;
}
#sidebar ul li a {
width:100px;
height:20px;
display:block;
text-align:center;
-background:#FFFFFF;
}
#sidebar ul li a.current {
background:#FAA64A;
position:relative;
}

html>body ul li a{
background: url(images/weiss.png);
}
#sidebar ul li a:hover {
background:#FAA64A;
}

/* Blog and Comments */

.post {
	margin: 0 0 1em 0;
	padding: 0.1em 0 18px 0;
}
.posttitle {
	margin: 0.6em 0 0 0;
	padding: 0 0 0.1em 0;
}
.postdate {
	margin: 0.1em 0 1.2em 0;
	color: #7C7D66;
	font-size: 0.92em;
}
.postmeta {
}
.commentlist {
	margin: 0 0 0 1.2em;
	padding: 0 0 0.4em 0;
}
.commentauthor {
	margin: 0;
	padding: 0 0 0.1em 0;
	font-size: 1.1em;
}
.commentauthor a {
	text-decoration: none;
}
.commentdate {
	margin-top: 0.2em;
	color: #7C7D66;
	font-size: 0.92em;
}
#comment {
	width: 98%;
}

/* Widgets and Etc */

.widget_search div {
	margin: 0.6em 0;
}
#sidebar #s {
	margin-bottom: 2px;
	width: 180px;
}

/* Calendar */

#wp-calendar {
	margin: 0 0 1.2em 0;
	width: 185px;
	border: 1px solid #000;
	background: #4E5706;
	line-height: 1.2em;
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 183px;
}
html>body #wp-calendar {
	width: 183px;
}
#wp-calendar caption {
	margin: 1.2em 0 0 0;
	padding: 0.4em 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	color: #212503;;
	font-weight: bold;
}
#wp-calendar td {
	border: 0;
	border-collapse: collapse;
}
#wp-calendar td a {
	display: block;
	width: 100%;
}
#wp-calendar td.pad {
	background: transparent;
}
#wp-calendar td#next, #wp-calendar td#prev {
	padding: 0.1em 2px;
	background: transparent;
}
#wp-calendar td#next a, #wp-calendar td#prev a {
	display: inline;
}
#wp-calendar td#next {
	text-align: right;
}
#wp-calendar td#prev {
	text-align: left;
}