/*
Theme Name: Sirius
Theme URI: http://blogshop.de
Description: It must be sirius.
Version: 1.0
Author: Olaf A. Schmitz
Author URI: http://blogshop.de
*/


body {
  background: #f2f4ef url("./images/titel_schierker.jpg") no-repeat;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
 	margin: 0;
	padding: 0;
  }



#rap {
  margin-top: 240px;
  margin-left:140px;
	padding: 0;
  }




/*---------------------------- Topmenu -------------------------------*/


#nav {
	list-style:  none;
	margin: 0;
	padding: 0;
}

#home, #archives, #about, #contact {
	position: absolute;
	left: 490px;
  top: 300px;	
}

#home a, #archives a, #about a, #contact a {
	display: block;
	height: 45px;
	width: 120px;
	text-indent: -9000px;
  border: 0px rgb(51,102,102) solid;	
}

#home a:hover, #archives a:hover, #about a:hover, #contact a:hover {
border-bottom: 0px rgb(255,102,0) dotted;
}

#home {
	top: 420px;
	margin-left: 0px;
}

#about {
	top: 400px;
	margin-left: 126px;
}

#contact {
  top: 410px;
	margin-left: 256px;
}

#archives {
	top: 400px;
	margin-left: 400px;
}


  
/*---------------------------- linklog/Asides -------------------------------*/

ul.linklog li {
 list-style-type: none;
 list-style-image: url("./images/pfeil.gif");
 font-size: 1em;
 color: #777777;
 margin-left: 30px;
}

.linklogpost {
  margin: 0 0 2.5em 0;
}

.linklogpost em{
 color: #888888;
 font-size:1em;
}

.linklogmeta  {
  margin: 0 0 3em 0;
 	font-size: 1em;
	color: #666;
  }	
  
/* Header  -------------------------------------------- */

#headlinks {
	margin: 0;
	padding: 5px 0 5px 10px;
  color: #555555;	
  }


#header {
	width:565px;
	margin: 0;
	height: 134px;
  display: block;	
  }

#headertext {
	width: 340px;
	height: 70px;
	margin-top: 100px;
	margin-left:50px;
  color: #ffffff;	
  }

#headertext h1, #headertext h1 a{
	font-size: 1.1em;
  color: #fff;	
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
  }

#headertext h3, #headertext h3 a{
	font-size: 1.1em;
  color: #A8DBFA;	
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
  }

/* Comments  -------------------------------------------- */


#commentform {
  margin-left: 5px;
  padding-bottom:5px;
  }

#respond {
  margin-left: 5px;
  }

.commentlist {
  margin: 0;
  padding: 0;
 	list-style: none;	
  }

.altone {
	padding: 5px;
  }
  
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	}


.where p {
  background: transparent url("./images/bgw.png");
  width: 560px;
  margin: 0px 5px 5px 0px;
  padding-left: 10px;
  font-family: georgia, palatino, "Times New Roman", serif;
  font-weight: normal;
	font-size: 1.9em;
	color: #6F1C14;
 	}



/* Various Tags & Classes */

.hilite {
	color: #fff;
	background-color: #f93;
}

blockquote {
 margin: 10px 10px;
 padding: 10px 40px;
 border: 0;
 font-size: 0.9em;
 background: transparent url("./images/blockquote.gif") no-repeat left top;
}

.alignleft {
  float:left;
  padding-left:5px;
  }

.alignright {
  float:right;
  padding-right:5px;
  }
 
 
.postmetadata  {
  padding: 3px 6px 3px 6px;
  margin: 10px 0 20px 0;
  }


/* Footer  -------------------------------------------- */
.footer {
	margin: 20px 0 20px 50px;
	color: #666666;
	font-size: 1.0em;
  }

.footer a{
	color: #666666;
  }
  
/* Sidebar  -------------------------------------------- */
	
#menu {
  background: transparent;
  background-image: url(./images/sidebar_back.gif);
  background-repeat: repeat-y;
	position: absolute;
	left: 750px;
	top: 480px;
	width: 220px;
/*	clear:both;*/
}

#sidebarHeader{
  position: relative;
  width: 260px;
  height: 80px;
  right: 21px;
  background: transparent;
  background-image: url(./images/sideHead2.png);
  background-repeat: no-repeat;
  background-position: left top;

}

#sidebarFooter{
  position: relative;
  width: 260px;
  height: 10px;
  background: transparent;
  background-image: url(./images/sideFoot.png);
  background-repeat: no-repeat;
  background-position: left top;
}

* html #menu { /* make IE put it in the right place */
	right: 0;
  }


#searchform {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
 	margin: 0;
	padding: 0;

}

#menu ul {
	margin-left: 20px;
	padding: 0 0 5px 0;
	list-style: none;	
	color: #111111;
  }

#menu ul.comment  {
  margin: 0;
  padding: 0 0 0 0px;	
  }
  
#menu ul.comment li {
  margin: 0;
  padding: 0 0 0 0px;
  background: transparent url("./images/listpoint-small-orange.gif") no-repeat top left;	
  /* color: #0066CC; */
  font-size: 2em;
  }


#menu a:link, #menu a:visited {
	color: #111111;
	border: none;
  }

#menu a:hover{
	color: #FF8C00;
	border: none;
  }

#menu ul ul {
	margin: 0;
	list-style: none;
	padding-left: 0px;
	text-indent: 0;	
  color: #111111;
  }

#menu ul ul li {
  font-size: 1.1em;
  margin-left: 0px;
  padding-left: 15px;
  line-height: 2em;
  background: transparent url("./images/listpoint-small.gif") no-repeat top left;	
  }
  

#menu form{
	margin: 0;
  padding: 0;	
  }

#menu input {
  background: #eeeeee;
  border: 1px solid #aaaaaa;
  }

#menu searchsubmit {
	margin: 0;
	padding: 0;
  }

#menu h2{
  font-family: georgia, palatino, "Times New Roman", serif;
  font-weight: normal;
	font-size: 1.8em;
	line-height: 2.2em;
	margin: 0;
	padding: 0;
  }
 
 #menu ul li h2{
  font-family: georgia, palatino, "Times New Roman", serif;
  font-weight: normal;
	font-size: 1.8em;
	line-height: 2.2em;
	margin: 0;
	padding: 0;
  }
 
 
/* Content  -------------------------------------------- */

#bgwrap {
  background: transparent url("./images/bgw.png");	
  width: 570px;
  padding-top: 10px;
  padding-left: 0px;
}


#content {
  width: 545px;
  position: relative;
  background: transparent;
	color: #333333;
	padding: 0px;
	margin-left:15px;
  }

#content h2 {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 0;
	margin-top: 0;
  }

.navigation, navigation a {	
  font-size : 1.3em;
  position:relative;
  text-decoration : none;
  width:550px;
  padding-top:5px;
  padding-right:10px;
  margin-left:-5px;
  border-bottom: 0px #ffffff solid;
  }

#navbtn_l  {
  color: #A1DBDF;
  position:relative;
  float:left;
  display: block;
  width: 100px;
  padding-right: 400px;
}

#navbtn_l a:hover {
  color: #FF8C00;
  border-bottom: 0px #ffffff solid;
} 
  

#navbtn_r, navbutton_r a  {
  width: 100px;
  text-align: right; 
  border-botttom: 0px #ffffff solid;
} 




.excerpt {	
  font-size : 1.2em;
 	margin: 0;
	padding: 0 0 10px 0;
  }


.storytitle {	
  font-family: georgia, palatino, "Times New Roman", serif;
  font-size : 20px;
  font-weight : normal;
  text-decoration : none;
	margin-left: 5px;
  }

.storytitle-page {	
  font-family: georgia, palatino, "Times New Roman", serif;
  font-size : 20px;
  font-weight : normal;
  text-decoration : none;
	margin-left: 5px;
	padding-top: 10px;
	clear: both;
  }


.storycontent {
  font-size : 1.3em;
  }

.post-categories {
	display: inline;
	margin: 0;
	padding: 0;
  }

.post-categories li {
	display: inline;
	margin-left: 0;
	padding: 0;
  }

.post .meta {
	font-size: 0.85em;
	line-height: 130%;
	color: #666;
  }

.meta  {
  margin: 0.9em 0 1em 0;
  }	

.post .feedback {
	margin-bottom: 5px;
	padding-bottom: 5px;
  }

/* Kalenderdings    -------------------------------------------- */

.calPage {
  background-image: url(./images/cal_bg_sm.gif);
	height: 59px;
	width: 46px;
	margin-right: 5px;
	line-height: 1.1em;
	display: block;
	font-family: georgia, palatino, "Times New Roman", serif;
	font-size: 1em;
	text-align: center;
	color: #fafafa;
	float: left;
	text-transform: uppercase;
	border: 1px solid #ccc;
}

.calPage .day {
	font-size: 26px;
  line-height: 1.1em;
  display: block;
  height: 30px;
/*		letter-spacing: -2px;
	text-indent: -3px;*/
	color: #fafafa;	
}

.calPage .year {
	padding-top: 4px;
  font-size: 0.75em;
  line-height: 1.1em;
	display: block;
	letter-spacing: -2px;
	text-indent: -3px;
	color: #ccc;	
}


/* Credit    -------------------------------------------- */
	 
p.credit {	
	margin-right: 20em;
	margin-left: 40px;
	padding: 0.5em;
	font-size: 90%;
  }
  
p.credit a:visited, p.credit a:link {
	border: none;
  }
	




/* Basic typography
   -------------------------------------------- */


p, td, th, li {
	font-size: 0.9em;
	line-height: 1.65em;
  }


a { /* color: #06c; */ text-decoration: none; border-bottom: 1px dotted;}
a img { border: none; text-decoration: none; border: 0px solid; }
a:visited {color: /* #06c; */ text-decoration: none; border-bottom: 1px dotted;}
a:hover {color: #FF8C00; text-decoration: none; border-bottom: 1px dotted;}

/* Podpress
   -------------------------------------------- */
.podPress_content {
  font-size: 1em;
	line-height: 1.2em;
	clear: left;
  }

#podPressPlayerSpace {
  height: 28px;
}



/* Calendar
   -------------------------------------------- */

#wp-calendar {
  font-size: 10px;
  margin: 0;
  width: 100%;
  }

#wp-calendar a, #wp-calendar a:visited {
  /* color: #06c; */
  font-size: 11px;
  display: block;
  text-decoration: none;
  }

#wp-calendar a:hover {
  color: #FF6600;
  }

#wp-calendar caption {
  color: #666666;
  font-size: 13px;
  text-align: left;
  }

#wp-calendar td {
  color: #111111;
  font-size: 10px;
  letter-spacing: normal;
  padding: 0;
  text-align: center;
  }

#wp-calendar #today {
  /* color : #06c; */
  font-size : 13px;
  font-weight : bold;
  }

#wp-calendar th {
  font-size : 10px;
  font-style : normal;
  text-transform : capitalize;
  }

#wp-calendar #next a {
  padding-right : 10px;
  text-align : right;
  }

#wp-calendar #prev a {
  padding-left : 10px;
  text-align : left;
  }

/*email*/
.contactform {width: 84%; position: relative; margin:4px auto 4px 20px;font-size:0.9em; }
.contactleft {width: 25%; text-align: right; clear: both; float: left; display: inline;
	padding: 4px; margin: 4px 0;}
.contactright {	width: 70%; float: right; display: inline; 	padding: 4px; margin: 4px 0;}
.contacterror {border: 1px solid #ff0000;}
