/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Theme für grafikwissen.de. Sandbox Modifikationen von Erik Keller
VERSION: 1.2
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('sandbox-layouts/2c-l.css');

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	background: white;
}

div#ekheadwrap {
	/*background: red;*/
	/*height: 250px;*/
}
div#header{
	text-align:center;
	height: 100px;
}

div#gwlogo {
	background: #009966 url('images/kopflogo.png') no-repeat right;
	padding: 0 0 0 30px;
	position: absolute;
	float: left;
	height: 100px;
	width: 350px;
}

div#headbanner {
	/*background: green;*/
	height: 65;
	width: 470px;
	float: right;
	vertical-align: middle;
}

div#headbanner img {
	border-style: none;
}

div#blog-description {
	background: url('images/tastatur_gr.jpg') no-repeat left;
	height: 150px;
}

div.skip-link {
	display: none;
}
div#access div.skip-link{position:absolute;top:1em;right:1em;}
div#menu{font-size:0.9em;height:1.5em;padding-top:0.3em;background:#eee;width:100%;}
div#menu ul a{font-weight:700;text-decoration:none;}
div#menu ul,div#menu ul ul,div#menu ul li{list-style:none;margin:0;padding:0;}
div#menu ul li{float:left;}
div#menu ul li a{background:#eee;padding:0.3em 0.5em;}
div#menu ul ul{display:none;}
div#menu ul ul li{float:none;}
div#menu ul ul li a{margin:0;padding:0;}
div#menu ul li:hover ul{display:block;font-size:0.9em;padding-top:0.5em;position:absolute;}
div#menu ul li:hover ul li a{background:#f5f5f5;border:none;display:block;padding:0.1em;width:10em;}

.entry-title{clear:both;}
div#container,div.sidebar{/*margin-top:0.1em;*/}
div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
div.comments ol li{margin:0 0 3.5em;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}

div#content {
	line-height: 150%;
}

div#content h2, div#content h3, div#content h4 {
	font-weight: bold;
	color: #003300;
}

div#content h2 {
	font-size: 1.2em;
}

div#content h3 {
	font-size: 1.0em;
}

div#content img {
	border-style: none;
}

div#content a, div#content a:visited {
	color: #030;
	text-decoration: underline;
}

div#content a:hover {
	color: silver;
	text-decoration: none;
}

/* sidebar */
/* div.sidebar {
	background: #009966;
	padding: 5px;
} */

div.sidebar {
	background: #009966;
	padding: 10px 5px 5px;
	bottom: 1px;
	position: absolute;
	top: 257px;
	/* height: 100%; */
}

div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{margin:0;padding:0;}
div.sidebar h3{font-size:1.2em;}
div.sidebar input#s{width:7em;}
div.sidebar li{list-style:none;margin:0 0 1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin:0 0 0 1em; color: white;}
div.sidebar ul ul li{list-style:disc;margin:0;}
div.sidebar ul ul ul{margin:0 0 0 0.5em;}
div.sidebar ul ul ul li{
	list-style:circle;
	margin: 0 0 0 0.5em;
}

div.sidebar a, div.sidebar a:visited {
	text-decoration: none;
	color: white;
	font-weight: normal;
}

div.sidebar a:hover {
	color: silver;
}

div#footer{
	text-align: center;
	padding-top: 30px;
}

div#footer img {
	padding-left: 20px;
	padding-right: 20px;
	border-style: none;
}

div#footer a, div#footer a:visited {
	color: #030;
	text-decoration: none;
}

div#footer a:hover {
	color: silver;
}

/* special typography*/

kbd{
	background-color: #D0D8D8;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	font-size: inherit;
	font-family: monospace;
	font-weight: bold;
	padding: 0 3px 2px 4px;
}

img.wp-smiley{
	border: none;
	padding: none;
	margin: 0 0 -5px 0;
	}

div#post-9 ul ul li{
	list-style: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div.entry-content acronym {
	border-bottom: 1px dotted #030;
}

div.entry-content abbr {
	border-bottom: 1px dotted #030;
}

/* required starting with wp 2.5 */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}