/*  
Theme Name: unterrichtsblog.de
Theme URI: http://www.unterrichtsblog.de
Description: Dreispaltiges Layout.
Author: Gernot Hoffmann
Author URI: http://www.ghsoft.de
*/

/* -------------------------------------------------------- body */
body {
	background-color: #FFDA69; /*#FFC001;*/
	margin: 0px;
	padding: 0px;
	font : normal 65.5% Arial, Helvetica, sans-serif;
}

/* -------------------------------------------------------- Header Elements */

div.headerbg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  background-color: white;
}

div.headerimage {
  position: absolute;
  top: 15px;
}

div.searchbar {
	background-color: #90B5EC;
  width: 100%;
  height: 26px;
  overflow: hidden;
  position: absolute;
  top: 117px;
  left: 0px;
  vertical-align: top;
	border : 1px none #5891E6;
  border-style : solid none solid none;
}

div.searchform {
  font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
  position: absolute;
  top: 120px;
  left: 200px;
}

div.searchinfo {
  font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
  position: absolute;
  top: 122px;
  left: 430px;
}

span.topnav {
  color: white; 
  background-color: black; 
  position: absolute; 
  top: 0px; 
  left: 0px;
  height: 14px;
  overflow: hidden;
}

a.topnav {
  font: normal 10px Tahoma, Arial, Helvetica, sans-serif;
  background-color: black;
	color: white;
	text-decoration: none;
  position: relative;
  top: -4px;
}
  
a.topnav:HOVER {
	color: white;
	text-decoration: underline;
}

/* -------------------------------------------------------- Left Menu */

div.sidebarleft {
  position: absolute;
  top: 144px;
  left: 0px;
  width: 200px;
	background-color: #FFDA69;
  float: left;
}

DIV.sidebarinside {
	padding : 5px 15px 5px 5px;
}

/* -------------------------------------------------------- Content */
div.content {
	font-size: 1.2em;
  line-height : 1.2em;
	text-align: left;
  width: auto;
  margin-left: 200px;
  margin-right: 220px;
  margin-top: 143px;
  border:1px none #FFC001;
  border-right-style: solid;
}

div.shop_content {
	font-size: 1.2em;
  line-height : 1.2em;
	text-align: left;
  width: 100%;
  padding-top: 143px;
  background: white;
}

div.post {
  padding : 5px 15px 10px 20px;
	background-color: white;
  background-image: url(images/blog_left.jpg);
	background-repeat : repeat-y;
}

div.excerpt {
  width: 98%;  
  padding: 5px; 
	font-style: italic;
}

div.comment {
	padding: 5px;
	border: 1px dashed silver;
	background: #FFE59F;
}

div.scrollbox {
	padding: 5px;
  height: 220px;
  border: 1px solid #DDDDDD;
  overflow-y: auto;
  text-align: left;
	scrollbar-3dlight-color : #F1F1F1;
	scrollbar-arrow-color : Black;
	scrollbar-base-color : #DDDDDD;
	scrollbar-darkshadow-color : #DDDDDD;
	scrollbar-face-color : #DDDDDD;
	scrollbar-highlight-color : #DDDDDD;
	scrollbar-shadow-color : #F1F1F1;
	scrollbar-track-color : #F1F1F1;
}

span.alignleft {
	text-align: left;
	padding-right: 20px;
}

span.alignright {
	text-align: right;
}

/* -------------------------------------------------------- Right Menu */

div.sidebarright {
  position: absolute;
  top: 144px;
  right: 0px;
  width: 210px;
	background-color: #FFDA69;
}

/* -------------------------------------------------------- Footer */

div.footer {
  font-size: 1.1em;
  background-color: #FFC001;
  text-align: center;
  padding: 10px;
  width: auto;
  margin-left: 200px;
  margin-right: 220px;  
}

/* -------------------------------------------------------- td */
td {
	vertical-align: top;
}

td.booklistheader {
	font-weight : bold;
	background-color: white;
}

td.booklistcategory {
	font-weight : bold;
	background-color: white;
  padding-top: 30px;
}


/* -------------------------------------------------------- ul */
ul {
	margin : 0px 0px 0px 20px;
  font-size: 1em;
}

ul.lists {
	margin : 0px 0px 0px 15px;
	padding : 0px 0px 0px 0px;
	text-indent: 0px;
}

ul.listsnobullet {
  font-size: 1.1em;
  line-height: 1.2em;
	list-style-type: none;
	margin : 0px 0px 0px 2px;
	padding : 0px 0px 0px 0px;
	text-indent: 0px;
}

/* -------------------------------------------------------- li */
li {
	margin : 3px 1px 1px 1px;
}

/* -------------------------------------------------------- h2 */
h2 {
  font-weight: normal;
	font-size : 2em;
  line-height : 1em;
	text-align: left;
  margin : 5px 0px 15px 0px;
}

/* -------------------------------------------------------- h3 */
h3 {
  font-weight: bold;
	font-size : 1.2em;
  line-height : 1em;
	margin : 12px 0px 2px 0px;
}

/* -------------------------------------------------------- h4 */
h4 {
  font-weight: bold;
	font-size : 1.2em;
  line-height : 1em;
	margin : 5px 0px 2px 0px;
}

/* -------------------------------------------------------- a */
a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
  color: #1E56AA;
	text-decoration: underline;
}

a:HOVER {
	color: #C00000;
	text-decoration: underline;
}


/* -------------------------------------------------------- p.postmetadata */
p.postmetadata {
	font-size : 1.2em;
  line-height : 1em;
  border: 1px solid silver;
	padding: 4px;
	background: #FFE59F;
}

/* -------------------------------------------------------- DIV.navigation */
div.navigation {
	text-align: left;
	width: 100%;
}

/* -------------------------------------------------------- #searchform */
#searchform {
	margin: 0px;
}

/* -------------------------------------------------------- #INPUT */
INPUT {
	font-size : 1.1em;
}

INPUT.search {
	width: 150px;
}

textarea {
	font-size : 1.1em;
  width: 400px;
  height: 100px;
}

/* -------------------------------------------------------- #wp-calendar */
#wp-calendar {
	empty-cells: show;
	width: 150px;
	border: 1px solid #FFC001;
	border-left-style: none;
	border-right-style: none;
	background: #FFDA69;
	margin-bottom: 10px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background: none;
	font-size: 1.1em;
	color: black;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background: none;
	font-size: 1.1em;
	color: black;
}

#wp-calendar a {
	display: block;
	font : bold;
	background: #A70B0B;
	color: white;
}

#wp-calendar caption {
	font-size: 1.2em;
  text-align: left;
	font-weight: bold;
	width: 100%;
}
	
#wp-calendar th {
	padding: 1px 0;
	text-align: center;
	font-size: 1em;
}
	
#wp-calendar td {
	padding: 1px;
	text-align: center;
	font-size: 1.1em;
}


	

