/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/


/*** ganze Seite ***/
body {
	font-family:verdana, arial, sans-serif;
	font-size: 10pt;
}
div#wrapper {
	min-width:35em; width:80%; max-width:60em;
	margin:0 auto;
}

/*** Titel und Beschreibung ***/
h1#blog-title {

}
div#blog-description {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 0 10px 0;
}

/*** Links ***/
a, a:link {
	color: #444;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.entry-content a, .entry-content a:link {
	color: #222;
	text-decoration: underline;
}
.entry-content a:visited {
	color: #333;
}
.entry-content a:active {
	color: #888;
}
.entry-content a:hover {
	color: #444;
	text-decoration: none;
}
.sidebar a {
	text-decoration: none;
}
.sidebar a:hover {
	background-color: #ccc;
}

/*
 * LAYOUT: Two-Column (Right)
 * DESCRIPTION: Two-column fluid layout with one sidebars right of content
 * */
div#container {
	float:left;
	margin:0 -200px 0 0;
	width:100%;
}
div#content {
	margin:0 200px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #000;
}
div.sidebar {
	float:right;
	overflow:hidden;
	width:190px;
}
div#secondary {
	clear:right;
}
div#footer {
	clear:both;
	width:100%;
}

/*** Beitragstitel ***/
h2 {
	margin:0;
	font-weight:bold;
	font-size: 1.2em;
	color: #555;
}

/*** Untertitel in Beiträgen und Sidebar ***/
h3 {
	margin:0;
	font-weight:bold;
	font-size: 1.1em;
}

/*** Beitragstext ***/
.entry-content {
	font-family: georgia, times, serif;
	text-align: justify;
}
.entry-content p {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

/*** Bilder ***/
img {
	border-style: none;
}

/*** Captions ***/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	margin: 0.3em;
}

/*** Meta-Bar ***/
div.entry-meta {
	text-align: center;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0 0 1.5em 0;
}

/*** Kommentare ***/
.comment {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.comment p {
	font-family: georgia, times, serif;
}

.entry-title,.entry-meta {
clear:both;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

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%;
}

/*** Ausrichtung von Elementen im Text ***/
.alignright,img.alignright{
float:right;
margin:0 0 0 0.5em;
}
.alignleft,img.alignleft{
float:left;
margin:0 0.5em 0 0;
}
.aligncenter,img.aligncenter{
display:block;
margin:0 auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

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;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

