/*
Theme Name: Holliesoft  Theme
Theme URI: http://www.holliesoft.de

Description: Layout f&uuml;r Holliesoft
Version: 1.0
Author: Patrick Hollerbach
Author URI: http://www.holliesoft.de/
*/ 

body {
	font-family: Tahoma, Helvetica, Geneva, Arial, sans-serif;
	font-size: 0.9em;
}

#page 
{
	width: 900px;
	margin-left:auto;
	margin-right: auto;
	background-color: white;
}

a:hover {
	color: Red;
}


#header {
	margin:0;
	padding: 0;
	text-align: center;
	color: White;
	background-color: #D0E1EA;
	background-image: url(images/weblog_back.png);
	height: 135px;
	-moz-box-shadow: gray 5px 5px 5px;
	-moz-border-radius: 12px;
}

.mainheader
{
  text-shadow: #aaa 4px 4px 4px;	
}

#header a {
	text-decoration: none;
	color: #000066;
}

#header hr,#footer hr
{
	padding:1px;
	margin:0px;
	margin-left:4px;
	margin-right:4px;
	border: none;
	background-color: Silver;
} 

#content {
	width: 900px;
}

#inhalt 
{
	margin-left: 21%;
	margin-top: 0px;
} 

#ArchivUeberschrift
{
	margin-left: 21%;
}

#sidebar
{ 
	margin-top:5px;
	margin-left: 0px;
	width: 20%;
	border: 1px solid black;
	text-align:left;
	float: left;
	background-color: #E6E6E6;
	-moz-box-shadow: gray 5px 5px 5px;
	-moz-border-radius: 12px;
} 

#sidebar ul
{
	
   margin:0;
	padding:5px;
	padding-left: 10px;
	padding-right: 10px;
   list-style:none;
   white-space: normal;
}

#sidebar li
{
	list-style: none;
}

#sidebar li a
{
	display: block;
   color:#000099;
   background:#D0E1EA;
   padding:2px 10px 2px 10px; 
   border:1px solid black;
   text-align:center;
   text-decoration:none;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
}

#sidebar li.current-cat a{
	display: block;
	padding:2px 10px 2px 10px; 
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
	background-color: #90ee90;
	color: black;
	width: 140px;
	text-align: center;
}

#sidebar li a:hover{
	color:white;
background:#6869FF;
}

#footer
{ 
  clear: both;	
  color: black;
text-align: center;
  
} 


.beitrag {
	padding: 10px;
	margin-top:12px;
	margin-left: 5px;
	margin-bottom: 8px;
	border:1px solid black;
	background-color: transparent;
	-moz-box-shadow: gray 5px 5px 5px;
	-moz-border-radius: 12px;
}

.widgettitle
{
	text-align: center;
}

.suchergebnis {
	background-color: white;
	margin-left: 5px;
}

.description {
	color: black;
  font-weight: bold;
}

pre
{
	overflow-x: scroll;
}