/* 
	Theme Name: de.abk-stuttgart.de
	Theme URI: http://www.michaelreichart.de/stuff/themes/
	Description: ABK Stuttgart Klasse Digitales Entwerfen
	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
*/
#status{
	text-align:center;
	display:none;
	width:450px;
	background-color:#CCCCCC;
	border:1px solid #666666;
	position:fixed;
	left: 600px;
	top:200px;
}
/* Begin Typography & Colors */
	div { border: 0px dotted lightgrey; }
	#page {
		background-image:		url(-lines.gif);
		background-position:	10px 12px;

	}
/*	----------------------------------------
 *	Begin overall styles
 *	---------------------------------------- */
	html {
		height:					100%;
		margin:					0 0 0 0;
	}
/*	----------------------------------------
 *	MEASURES AND FLOATS
 *	---------------------------------------- */
	#page {					width: 1257px;	}																		/* was 1220px */
	#content {				width: 887px;	float: left; }															/* was  850px */

	.widecolumn {			width: 600px;}																			/* was  563px */
	.narrowcolumn {			width: 600px;	}																		/* was  563px */
	.post {					width: 600px;	float: right;		margin: 0 0 0 0;	padding: 0 0 0 0; }				/* was  563px */

	#header {				width: 100%;	}
	#footer {				width: 100%;	}
	#commentform textarea {	width: 100%;	}

	select {				width: 120px;	}
	#commentform input {	width: 120px;	}
	#searchform #s {		width: 130px;	float: left;	}
	#footer p {													margin-left: 100px;	}
	#header p{													margin-left: 120px;	}
	#header a{													margin-left: 120px;	}
	.description {												margin-left: 120px;	}

	#sidebar {				width: 350px;	float: right;		margin-left: 15px;	}
	#sidebar2 {				width: 270px;	float: left;	}
/*	----------------------------------------
 *	end MEASURES
 *	---------------------------------------- */


/*	----------------------------------------
 *	TYPOGRAPHY
 *	---------------------------------------- */
	body {
		font-size:				100%; /* 62.5%; /* Resets 1em to 10px */
		font-family:			Verdana, Arial, sans-serif;
		color:					#333;
		text-align:				center;
		background-color:		white;
	}
	html, content, div, p, h1, h2, h3, ol, ul, li, a, hr, #searchsubmit, input, textarea {
		font-family:			Verdana, Arial, sans-serif;
		font-size:				0.97em;
		color:					#727272;
	}
	#newsbar {
		font-size: 				0.8em;
	}
	#newsbar .td {
		padding: 0 0 25px 0;
	}
	#newsbar .title {
		font-variant: uppercase;
		background-color: #999;
		color: white;
		font-size: 1.5em;
		padding: 0 0 2px 0;
	}
	div, p, ol, ul, li, a, hr {
		padding:				0 0 0 0;
		margin:					0 0 0 0;
	}

	p, #sidebar li, #sidebar h2 {
		font-size:				1.0em;
		margin:					0 0 0 0;
		padding:				0 0 0 0;
	}
	p {
		font-size:				1.0em;
		margin:					0 0 1em 0;
		padding:				0 0 0 0;
	}
	h1, h2, h3 {
		font-size:				1.5em;
		line-height:			1.5em;
		font-weight:			bold;
		margin:					0 0 1em 0;
		padding:				0 0 0 0;
	}
	small {
		font-size:				0.85em;
		font-weight:			normal;
	}
/*	----------------------------------------
 *	end TYPOGRAPHY
 *	---------------------------------------- */


/*	----------------------------------------
 *	IMAGE STYLES
 *	---------------------------------------- */
	img {
		margin:				0.4em 0 0.4em 0;
	}
	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 IMAGE STYLES
 *	---------------------------------------- */


/*	----------------------------------------
 *	HEADER STYLES
 *	---------------------------------------- */
	#header {
		padding:				0 0 0 0;
		margin:					0 auto;
		width:					100%;
		margin-bottom:			1em;
	}
	#headerimg {
		background-image:		url(deAbkLogo.gif);
		background-repeat:		no-repeat;
		background-position:	left;
		height:					160px;
	}
	#header a{
		color:					#333333;
	}
	#header p {
		margin:					0 0 0 0;
		}
	#blog_title_hide {
		display:				none;
	}
/*	----------------------------------------
 *	end HEADER STYLES
 *	---------------------------------------- */


/*	----------------------------------------
 *	FOOTER STYLES
 *	---------------------------------------- */
	#footer {
		padding:			0 0 0 0;
		margin:				0 auto;
		margin-left:		225px;
		width:				560px;
		clear:				both;
		text-align:			left;
	}

	#footer p {
		margin:				0 0 0 0;
	}
/*	----------------------------------------
 *	end FOOTER STYLES
 *	---------------------------------------- */


/*	----------------------------------------
 *	PAGE STYLES
 *	---------------------------------------- */
	#page {
		margin:					20px auto;
		padding:				0 0 0 0;
		background-color:		white;
		text-align:				left;
		background-image:		url(logo.gif);
		background-repeat:		no-repeat;
		background-position:	10px 65px;
	}
/*	----------------------------------------
 *	end PAGE STYLES
 *	---------------------------------------- */


.narrowcolumn{
	text-align:				left;
	font-size:				1em;
	}
	
	.postmetadata {
	text-align:				right;
	font-size:				0.8em;
	}

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


.description {
	color:					#333333;
	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 {
	text-decoration: underline;
	}

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



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

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

.widecolumn {
	padding:			0 0 0 0;
	margin:				0 0 0 0;
	}
/* End Structure */

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

/* 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 */



/*	----------------------------------------
 *	SEARCHFORM
 *	---------------------------------------- */
	#search {
		margin:			0 0 0 0;
		padding:		0 0 0 0;
	}
	#searchform {
		margin:			0 0 0 0;
		padding:		0 0 0 0; 
		}
	#search #s {
		width:			180px;
		height:			20px; 
		margin:			0 0 0 0;
		border:			1px solid #666666;
		display: block; 
	}
	#searchform #searchsubmit {
		margin:				0 0 0 0;
		padding:			0 0 0 0; 
		background-color:	transparent;
		border:				0;
	}
/*	----------------------------------------
 *	end SEARCHFORM
 *	---------------------------------------- */


/*	----------------------------------------
 *	HEADLINES
 *	---------------------------------------- */
	h1, h2, h3 {
		font-size:				1.5em;
	}
	h1, h2, h3 {
		margin:					0 0 0 0;
		padding:				0 0 0 0;
		font-weight:			normal;
		text-transform:			uppercase;
	}
	h1 a, h1 a:link, h1 a:hover, h1 a:visited,
	h2 a, h2 a:link, h2 a:hover, h2 a:visited,
	h3 a, h3 a:link, h3 a:hover, h3 a:visited {
		text-transform:			uppercase;
		color:					#000000;
		text-decoration:		none;
	}
	h1 a:hover, h1 a:active, 
	h2 a:hover, h2 a:active, 
	h3 a:hover, h3 a:active {
		text-decoration: 		underline;
		color:					#ff9933;
	}
	h3.comments {
		margin:					0 auto 0 ;
	}
	h1 small, h2 small, h3 small {
		font-size:				0.5em;
	}
/*	----------------------------------------
 *	end HEADLINES
 *	---------------------------------------- */


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

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

	.narrowcolumn .postmetadata {
		padding:				5pt 0 15pt;
	}

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


/*	----------------------------------------
 *	SIDEBAR
 *	---------------------------------------- */
	#sidebar2 {
		height:					100px;
	}
	#sidebar {
		font-size:				1em;
		font-size:				1.4em;
		text-transform:			uppercase;
		font-weight:			normal;
	}
	#sidebar ul, #sidebar ol, #sidebar li {
		margin:					0 0 0 0;
		padding:				0 0 0 0;
		line-height:			1em;
		list-style-image:		url(1x1.gif);
		list-style-position:	outside;
	}
	#sidebar ul , #sidebar li {
		color:					#666;
	}
	#pages a,
	#pages a:link, #pages a:visited, 
	#pages a:hover, #pages a:active, {
		text-decoration:		none;
		color:					#69e041;
	}
	#search a,
	#search a:link, #search a:visited, 
	#search a:hover, #search a:active, {
		text-decoration:		none;
		color:					#111111;
	}
	#categories a,
	#categories a:link, #categories a:visited, 
	#categories a:hover, #categories a:active, {
		text-decoration:		none;
		color:					#999999;
	}
	#meta a,
	#meta a:link, #meta a:visited, 
	#meta a:hover, #meta a:active, {
		text-decoration:		none;
		color:					#f93;
	}
	#archives a,
	#archives a:link, #archives a:visited, 
	#archives a:hover, #archives a:active, {
		text-decoration:		none;
		color:					#999999;
	}
	#sidebar #categories {
		margin: 0 0 0 34px;
	}
	#sidebar #meta {
		margin: 1em 0 0 0;
	}
	#sidebar #search {
		margin:				0em 0 0 34px;
	}
	#sidebar #archives {
		margin:				1em 0 0 0;
	}
	.page_item{
		color:				#69e041; !important	
	}
/*	----------------------------------------
 *	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 */