/* 
	Theme Name: Digitalwerkstatt Stuttgart
	Theme URI: http://www.michaelreichart.de/stuff/themes/
	Description: The Michael Reichart corporate theme for WordPress
	Author: Michael Reichart
	Author URI: http://www.michaelreichart.de
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin Typography & Colors */
	div { border: 0px dotted red; }
	#page {
		background-image:		url(-lines.gif);
		background-position:	10px 12px;

	}
/*	----------------------------------------
 *	Begin mr_cloud
 *	---------------------------------------- */
	#mr_cloud {
		position:		static;
		width:			100%;
		min-height:		18.2em;
		text-align:		right;
 		border:			1px solid white;
		margin:			0 0 0 0;
		padding:		0;
		clear:			both;
	}
 
	#mr_cloud div.mr_word {
 		border:			0px solid lightgrey;
		float:			right;
 		margin:			-0.1em;
		padding:		0;
		text-align:		right;
	}
/*	----------------------------------------
 *	End mr_cloud
 *	---------------------------------------- */

/*	----------------------------------------
 *	Begin overall styles
 *	---------------------------------------- */
html {
	height:					100%;
	margin:					0 0 0 0;
}

body {
	font-size:				76.5%; /* 62.5%; /* Resets 1em to 10px */
	font-family:			Georgia, serif;
	color:					#333;
	text-align:				center;
	background-color:		white;
	}

div, p, ol, ul, li, a, hr {
	padding:				0 0 0 0;
	margin-bottom:			1.85em;
}

html, content, div, p, h1, h2, h3, ol, ul, li, a, hr, #searchsubmit, input, textarea {
	font-family:			Georgia;
	font-size:				1.0em;
	line-height:			1.85em;
}
/*	----------------------------------------
 *	End overall style
 *	---------------------------------------- */

#page {
	background-color:		white;
	text-align:				left;
	}

#header a{
	color:					#333333;
	}

#blog_title_hide {
	display:				none;
}

#content {
	float:					right;
	width:					520px;
	}

.narrowcolumn .postmetadata {
	text-align:				left;
	}

.alt {
	background-color:		#f8f8f8;
	border-top:				1px solid #ddd;
	border-bottom:			1px solid #ddd;
	}

small {
	font-size:				0.85em;
	font-weight:			normal;
	}

#headerimg {
	background-image:		url(mreichartLogo.gif);
	background-repeat:		no-repeat;
	background-position:	center;
	height:					100px;
}

#header a{
	color:					#333333;
	margin-left:			220px;
}

#header p {
	margin-bottom:			0 0 0 0;
	}
	
.description {
	color:					#333333;
	margin-left:			220px;
	}

.description {
	text-decoration:		none;
	}

#wp-calendar caption, cite {
	text-decoration:		none;
	padding-bottom:			0.25em;
}

.entry p a:link {
	color:					#FF9900;
}

.entry p a:visited {
	color:					#CC0000;
	}

.commentlist li, #commentform input, #commentform textarea {
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}


.nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
acronym, abbr, span.caps
{
	letter-spacing: .07em;
	}

a {
	color: #777;
	text-decoration: none;
	}

a:hover {
	color: #777;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin:				0 0 0 0;
	padding:			0 0 0 0; 
	}

#page {
	margin:				20px auto;
	padding:			0 0 0 0;
	width:				800px;
	background-color:	white;
	}
	
#header {
	padding:			0 0 0 0;
	margin:				0 auto;
	width:				100%;
	margin-bottom:		1em;
	}

#header p{
	margin-left:		220px;
	margin-top:			0;
}

.narrowcolumn {
	float:				left;
	padding:			1.2em 0 0 0;
	margin:				0 0 0 0;
	}

.widecolumn {
	padding:			0 0 0 0;
	margin:				0 0 0 0;
	width:				450px;
	}
	
#footer {
	padding:			0 0 0 0;
	margin:				0 auto;
	width:				100%;
	clear:				both;
	text-align:			center;
	}

#footer p {
	margin-left:		220px;
	margin-top:			0px;
	}
/* End Structure */

hr {
	width:				360px;
	margin-left:		0px;
}

/* Begin Images */
p img {
	padding:			0 0 0 0;
	max-width:			100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display:			block;
	margin-left:		auto;
	margin-right:		auto;
	}
	
img.alignright {
	padding:			0 0 0 0;
	margin:				0 0 0 0;
	display:			inline;
	}

img.alignleft {
	padding:		0 0 0 0;
	margin:			0 0 0 0;
	display:		inline;
	}

.alignright {
	float:			right;
	}
	
.alignleft {
	float:			left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left:	 0 0 0 0;
	padding:		 0 0 0 0;
	list-style:		 none;
	padding-left:	 10px;
	text-indent:	-10px;
	} 

html>body .entry li {
	margin:			0 0 0 0;
	}

.entry ul li:before {
	content:		"\00BB \0020";
	}

.entry ol {
	padding:		0 0 0 0;
	margin:			0 0 0 0;
	}

.entry ol li {
	margin:			0 0 0 0;
	padding:		0 0 0 0;
	}

/*
Eine Angabe = alle vier Ränder des Elements erhalten den gleichen Außenabstand.
Zwei Angaben = erste für oben/unten, zweite für rechts/links.
Drei Angaben = erste für oben, zweite für rechts/links, dritte für unten.
Vier Angaben = erste für oben, zweite für rechts, dritte für unten, vierte für links.
*/

/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:		left;
	}

select {
	width:			130px;
	}

#commentform input {
	width:			170px;
	padding:		0 0 0 0;
	margin:			0 0 0 0;
	}

#commentform textarea {
	width:			100%;
	padding:		0 0 0 0;
	}

#commentform #submit {
	margin:			0 0 0 0;
	float:			right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin:			0 0 0 0;
	padding:		0 0 0 0;
	}

.commentlist {
	padding:		0;
	text-align:		justify;
	}

.commentlist li {
	margin:			0 0 0 0;
	padding:		0 0 0 0;
	list-style:		none;
	}

.commentlist p {
	margin:			0 0 0 0;
	}

#commentform p {
	margin:			0 0 0 0;
	}

.nocomments {
	text-align:		center;
	margin:			0;
	padding:		0;
	}

.commentmetadata {
	margin:			0;
	display:		block;
	}
/* End Comments */



/*	----------------------------------------
 *	Begin searchform
 *	oben, rechts, unten, links
 *	---------------------------------------- */
	#searchform {
		margin:			0 0 -1.85em 0;
		padding:		0 0 0 0; 
		text-align:		right;
		}
	#searchform #s {
		margin:			1em 0 0 0;
		width:			150px;
		border:			1px dotted #777;
	}
	#searchform #searchsubmit {
		margin:				-0.2em 0 0;
		padding:			1em 0 0 0; 
		background-color:	transparent;
		border:				0;
		text-align:			right;
		color:				#777;
	}
/*	----------------------------------------
 *	End searchform
 *	---------------------------------------- */

/*	----------------------------------------
 *	Begin headlines
 *	---------------------------------------- */
	h1, h2, h3 {
		margin:					0 0 1.85em 0;
		padding:				0 0 0 0;
		font-weight:			bold;
		text-align:				left;

	}
	h1 a, h1 a:hover, h1 a:visited {
		text-decoration:		none;
	}
	h2 a, h2 a:visited, h3 a, h3 a:visited {
		color:					#333;
	}
	h2 a, h2 a:hover, h2 a:visited,
	h3 a, h3 a:hover, h3 a:visited {
		text-decoration:		none;
	}
	h2 a:hover, 
	h3 a:hover {
		color:					#777;
		text-decoration: 		none;
	}
	h3.comments {
		margin:					0 auto 0 ;
	}

/*	----------------------------------------
 *	End headlines
 *	---------------------------------------- */

/*	----------------------------------------
 *	Begin posts
 *	---------------------------------------- */
	.navigation {
		text-align:				center;
		margin:					0 0 1.85em 0;
		padding:				0 0 0 0;
		height: 1.85em
	}
	.post {
		clear:					both;
		margin:					0 0 0 0;
		padding:				0 0 3.7em 0;
	}
	.post h2 a:hover {
		color:					#cc0000;
	}

	.widecolumn .post {
		margin:					0 0 0 0;
	}

	.narrowcolumn .postmetadata {
		padding:				0 0 0 0;
	}

	.widecolumn .postmetadata {
		margin:					0 0 0 0;
	}
	.postmetadata ul, .postmetadata li {
		display:				inline;
		list-style-type:		none;
		list-style-image:		none;
	}
/*	----------------------------------------
 *	End posts
 *	---------------------------------------- */

/*	----------------------------------------
 *	Begin sidebar
 *	oben, rechts, unten, links
 *	---------------------------------------- */
	#sidebar {
		text-align: 	 right;
		width:			 18.5em;
		float:			 left;
	}
	#sidebar ul, #sidebar ol, #sidebar li {
		margin:				0 0 0 0;
		padding:			0 0 0 0;
		list-style-image:	url(1x1.gif);
		list-style-position:inside;
		line-height: 1em;
	}
	#sidebar li.widget {
		margin:			0 0 0 0;
	}
	#sidebar li ul li ul li a {
		padding:		0 0 0 10Px;
	}
	#pagenav {
		margin:			0 0 0 0;
	}
	
	#archives ul {
		margin:			0.35em 0 0  0;
		line-height:	1.85em;
	}
/*	----------------------------------------
 *	End sidebar
 *	---------------------------------------- */

/* Begin Various Tags & Classes */
	acronym, abbr, span.caps {
		cursor:				help;
	}

	acronym, abbr {
		border-bottom:		1px dashed #999;
	}

	blockquote {
		margin:				0 0 0 0;
		padding:			0 0 0 0;
		border-left:		5px solid #ddd;
	}

	blockquote cite {
		margin:				0 0 0 0;
		display:			block;
	}

	.center {
		text-align:			center;
	}

	.hrhide {
		display:			none;
	}

	a img {
		border:				none;
	}

/* End Various Tags & Classes*/

	
/* Begin Calendar */
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-weight: bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
/* CSS Document */

