@import url("./style.css");

/*
Theme Name: Sirius Jupiter
Theme URI: http://blogshop.de
Description: It must be serius.
Version: 1.0
Author: Olaf A. Schmitz
Author URI: http://blogshop.de
*/

body {
	background: #f0e2b3;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

#header {
	background: url("./images/xmas/logo.jpg") no-repeat top left;
	cursor: hand;
}
#menu ul.comment li {color:#801a18;}
#menu h2 {color:#801a18;}

/* Post - links neben Überschrift */
/*
h1.storytitle {
	background: url("./images/xmas/auflistung_klein.jpg") no-repeat;
	padding: 0 0 5px 18px;
	font-family: Georgia;
}
*/

/* Post - unten rechts */
/*
div.post {
	background: url("./images/xmas/auflistung_gross.gif") no-repeat bottom right;
	background-position: 0px 1px;
	padding: 22px 0 0 0;
	margin: 2px 0 0 0px;
}
*/

/* Aufzählungen */
div#menu ul li ul li {
	background: transparent url("./images/xmas/auflistung_klein.gif") no-repeat top left;
	background-position: 0px 1px;
	padding: 0 0 0 18px;
	margin: 2px 0 0 -6px;
}

/* Kommentare */
div#menu ul.comment li {
	background: transparent url("./images/xmas/auflistung_klein2.gif") no-repeat top left;	
	background-position: 0px 1px;
	padding: 0 0 0 18px;
	margin: 2px 0 0 -16px;
}

/* Teilnehmer */
div#menu ul li#linkcat-1 ul li {
	background: url("./images/xmas/auflistung_gross.gif") no-repeat bottom right;
	background-position: -2px 2px;
	padding: -2px 0 0 0px;
	margin: 2px 0 0 -6px;
}

/* Olis Folge
div#post-27 div.storycontent {
	background: url("./images/xmas/auflistung_gross_ani.gif") no-repeat bottom right;
	background-position: 2px 1px;
	padding: 0 0 0 22px;
	margin: 0 0 0 0px;
}
*/

/* Seiten (X-Mas) */
#menu a:link, #menu a:visited {
	color: #801a18;
	border: none;
}
#menu a:hover{
	color: #801a18;
	border: none;
}

h3 {color:#801a18;}
.storytitle {color:#801a18;}
a {color:#801a18;}
#wp-calendar a:link, #wp-calendar a:visited {color: #801a18;}
#wp-calendar #today {color:#801a18;}


/* Veröffentlicht-Fuß */
.postmetadata {
	color:#801a18;
}
.alt {
	background-color: #e4d9a7;
		padding: 5px;
}
