/*
Theme Name: p02DE
Description: Theme for p02.de
Author: Jochen Schaeuble
Author URL : http://www.schaeuble.info
*/


html, body{
  margin:0; 
  padding:0;
  background-color:#f5f5f5;
  font: 20px Arial, Helvetica, Verdana, sans-serif;
} 

a {
    color:#000088;
}

a:visited {
    color:#000088;
}

h1 {
    font-size:1.2em;
    font-weight:bold;
}
    
h2 {
    font-size:1.0em;
    font-weight:bold;
}

h3 {
    font-size:0.8em;
    font-weight:bold;
}

#pagewidth{
  width:100%;
  min-width: 500px;
} 
 
#header{
  background-image:url(images/header.gif);
  background-repeat:no-repeat;
  background-color:#006699;
  height:120px;
  width:auto;
  border:1px solid black;
  color:#C3DEE4;
} 

#header .title {
  background-image:url(images/title.gif);
  background-repeat:no-repeat;
  background-position:right;
  margin-top:12px;
  margin-right:120px;
  margin-left:0px;
  height:25px;
  text-align:center;
  vertical-align:middle;
  background-color:#000000;
  font-weight:bold;
}

#header #logo {
  position:absolute;
  top:4px;
  right:0px;
}

#outer {
  border:0px solid white;
  padding-left:190px;
  background-image:url(images/outer.gif);
  background-repeat:repeat-y;
  width: auto;
} 

#inner{
  margin:0;
  width:100%;
}

#outer>#inner {
  border-bottom:1px solid #FFF9FF;
}

#sidebar {
  width:160px;
  float:left;
  position:relative;
  margin-left:-160px;
  margin-right:1px;
  text-align:left;
}

#sidebar ul {
  list-style-type:none;
  margin:0px;
  padding:0px 0px 0px 10px;
}

#sidebar h1 {
	padding-top:15px;
}

#sidebar a:hover {
	text-transform:uppercase;
}

#sidebar table caption {
	background-color:#f5f5f5;
}

#relais {
  font-size:0.9em;
}

#maincol{
  width:99%;
  margin:0 -8px 0 5px;
}
 
#footer{
  background-image:url(images/footer.gif);
  background-repeat:no-repeat;
  background-color:#000000;
  font-size:1.0em;
  font-weight:bold;
  text-align:right;
  vertical-align:top;
  height:25px;
  margin:0px;
  padding-right:10px;
  padding-bottom:0px;
  color:#C3DEE4;
}

#footer a {
  color:#C3DEE4;
  text-decoration:none;
}

#footer a:visited {
  color:#C3DEE4;
  text-decoration:none;
}

.clr {
  clear:both;
}

.content{
  padding:5px;
  height:100%;
  font-size:0.75em;
}

img {
  border:0px;
} 

.content h1 {
  width:100%;
  text-align:left;
}

#searchform {
	margin-left: 20px;
}

/*post stylng*/
.post {
	margin: 25px 15px 25px 10px;
}

.post a {
	color: #000088;
}

.post h1 {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.post .info {
	padding: 2px 3px 3px 8px;
	text-align: right;
	font-size: 0.9em;
	color: #bfa48e;
}

.post .info a {
	color: #6688ee;
}

/* Comments Styling */
#commentlist li {
	margin-left: 20px;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}
#commentform {
	margin: 1em 0;
	margin-left: 20px;
}

#commentform textarea {
	width: 600px;
}

#commentform #email, #commentform #author, #commentform #url {
	margin-top: 2px;
	margin-left: 20px;
	width: 400px;
}

#wpg2content{
  width:99%;
  margin:0 -8px 0 5px;
}

/* WPG2 alignment classes */

.g2image_normal {
   margin: 4px;
}

.g2image_float_left {
   float: left;
   clear: left;
   margin: 4px;
}

.g2image_float_right {
   float: right;
   clear: right;
   margin: 4px;
}

.g2image_centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

#wp-calendar table {
    font-size:0.8em;
}

