/*
Theme Name: Innovationswegweiser
Theme URI: 
Description: 300er Layout f&uuml;r die Web-User
Version: 1.0
Author: Gerhard Brauckmann
Author URI: 
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/core-images/grid.gif');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	width: 350px;
	min-height: 99%;
	}

#header
{
	height: 45px;
	background-color: #000;
	background-image: url('images/core-images/head-fade-bk.png');
	background-repeat: repeat-x;
}
* html #header {
	height: 45px;
	background-color: #000;
}
#header h1 {
	padding-left: 10px;
}
#headerimg 	{
	margin: 7px 9px 0;
	height: 45px;
	}
#topnav {
	float: right;
	margin-top: 3px;
	padding-right: 10px;
	color: #fff;
}
#topnav a, #topnav a:visited, #topnav a:active {
	color: #fff;
	text-decoration: none;
}
#topnav a:hover {
	color: #fff;
	text-decoration: underline;
}
#content {
	font-size: 1.2em;
	}

.navigation {
	padding: 10px;
}

#footer {
	background: #e7e7e7;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.25em;
	text-align: left;
	}


h2 {
	font-size: 1em;
	}
	
h4 {
	font-size: 1em;
}
.pagetitle {
	margin-left: 10px;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.25em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

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


small {
	color: #777;
	}



a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}


/* End Typography & Colors */



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

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	border: 1px solid #959596;
	}

#header {
	background-color: #000;
	margin: 0 0 0 0px;
	padding: 0;
	height: 45px;
	}

#headerimg {
	margin: 0;
	width: 100%;
	}
.topline
{
	background-color: #0094AC;
	height: 15px;
	margin: 0 10px 0 10px;
	padding-left: 10px;
}
.topline a, .topline a:visited, .topline a:active {
	color: #fff;
	text-decoration: none;
}
.topline a:hover {
	color: #fff;
	text-decoration: underline;
}
.post
{
	padding: 10px;
	margin: 0 10px 10px 10px;
	text-align: left;
	border: 1px solid #ccc;
}
.post-page
{
	padding: 10px;
	margin: 10px 10px 10px 10px;
	text-align: left;
	border: 1px solid #ccc;
}


.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h3 {
	padding: 0;
	margin: 0 0 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 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: 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;
	}
/* End Images */







/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}


/* End Form Elements */





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

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

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

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



