/*  
Theme Name: SiM
Theme URI: http://www.schlaflosinmuenchen.com
Description: WordPress theme f&uuml;r "Schlaflos in M&uuml;nchen"
Version: 1.1.1
Author: Ascari
Author URI: http://www.henriettezirl.com
*/

* {
	margin:0;
	padding:0;
}

body {
	background: #0D1B5C;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:0.9em;
	text-align:center;
	color: #0D1B5C;
}


/* --- wrapper --- */

#wrapper {
	background: #fff;
	width:970px;
	margin:20px auto;
}


/* --- header --- */

#header {
	height:283px;
	background:url(images/leup.gif) no-repeat left top;
}
	
#header span {
	display:block;
	background:url(images/reup.gif) no-repeat right top;
}	

#header h1 {
	display:none;
}

#header img {
	border:none;
	margin-top:7px;
}

/* --- menu --- */

#menu {
        background:#AAB6EA;
	margin:0 26px 0 26px;
}

#menu ul {
        list-style:none;
	margin-left:7px;
	padding:8px 0 4px 0;
}

* html #menu ul {
        padding:8px 0;
}

*+html #menu ul {
        padding:8px 0;
}

#menu ul li {
        float:left;
	padding:0 7px;
	border-left:1px solid #4457B3;
}

li.first {
	border-left:none !important;
}

#menu ul li a {
	color:#0D1B5C;
	text-decoration:none;
}

#searchform input {
	float:right;
        border:1px solid #4457B3;
	background: #fff url(images/magnifier.gif) no-repeat right center;
	padding:2px;
        margin:-7px 6px 5px 0;	
}

* html #searchform input {
        margin-top:-11px;
}

*+html #searchform input {
        margin-top:-11px;
}

/* --- content --- */

#content {
        float:left;
	width:490px;
	text-align:justify;
	padding:26px;
	/*background:#ddd;*/
}

* html #content {
        padding-right:0px;
}

.entry {
	margin-bottom:50px;
}

.entry h2 {
	background:url(images/paw.gif) no-repeat left center;
	padding-left:25px;
	margin-bottom:13px;
        font-size:1.5em;
}

.entry h4 {
	margin-top:25px;
	font-size:1.2em;
	margin-bottom:12px;
}

span.entrymeta {
	color:#888;
}

.entry ul,ol {
	line-height:1.3em;
	padding-left:20px;
}

/* --- navi (former entries) --- */

#navi {
	display:block;
	font-size:1.1em;
}

span.prev {
	margin-right:80px;
	border:none !important;
}

span.prev:hover {
	background:#fff !important;
}

span.next {
	border:none !important;
}

span.next:hover {
	background:#fff !important;
}


/* --- sidebar (general) --- */

#sidebar {
	float:right;
	/*background:#ccc;*/
	width:400px;
	text-align:left;
        font-size:0.9em;
	padding-left:26px;
}

#sidebar ul {
	list-style-type:none;
}

#sidebar h2 {
	background:url(images/star_yellow.gif) no-repeat left center;
	padding-left:18px;
	margin-bottom:8px;
	font-size:1.1em;
}

#sidebar ul li ul li {
	background:url(images/star_blue.gif) no-repeat left center;
	margin-left:3px;
	padding:1px 0 1px 15px;
}

/* --- sidebar (top) --- */

#sb_top {
	padding-top:26px;
}

/* --- sidebar (left) --- */

#sb_left {
	float:left;
	width:170px;
	/*background:#aaa;*/
	padding-right:26px;
}

/* --- sidebar (right) --- */

#sb_right {
	float:right;
	width:170px;
	/*background:#999;*/
	padding-right:26px;
}

/* --- footer --- */

#footer {
	clear:both;
    text-align:center;
	height:21px;
	background:url(images/ledo.gif) no-repeat left bottom;
	padding:11px 0 5px 0;
}

#footer span {
	background:url(images/redo.gif) no-repeat right bottom;
	display:block;
	height:21px;
	padding-bottom:5px;
}


/*--------------------textgestaltung--------------------*/

p {
	margin:13px 0;
	line-height:1.5em;
}

h1,h2,h3,h4,h5,h6 {
	color: #0D1B5C;
	font-weight:normal;
}

acronym, abbr, span.caps {
	cursor: help;
}

blockquote {
	font-style:italic;
	color:#888;
}

img {
	padding:5px;
}

img.alignleft {
	margin-right:10px;
}

img[align="left"] {
    margin-right:10px;
}

img.alignright {
	margin-left:10px;
}

img[align="right"] {
    margin-right:10px;
}


/*--------------------linkgestaltung--------------------*/

a {
	color:#4457B3;
	text-decoration:none;
}

a:hover {
	color:#4457B3;
	text-decoration:underline;
}

/*--------------------bilder als links--------------------*/
a img{
	padding:5px;
	border:1px solid #4457B3;
}

a img.alignleft {
	margin-right:10px;
}

a img.alignright {
	margin-left:10px;
}

a img[align="left"] {
    margin-right:10px;
}

a img[align="right"] {
    margin-left:10px;
}


/*--------------------fuer den wp kalender--------------------*/
 
div#calendar_wrap {
	border:1px solid #AAB6EA;
	margin-bottom:10px;
	margin-top:0;
	text-align:center;
	width:157px;
}

#wp-calendar {
	empty-cells: show;
	}

#wp-calendar #next a {
	font-weight:normal;
	}

#wp-calendar #prev a {
	font-weight:normal;
	}

#wp-calendar a {
	font-weight:bold;
	}

#wp-calendar caption {
	border-bottom:1px solid #AAB6EA;
	font-size:1.1em;
	padding:2px 0;
	}

#wp-calendar td {
	padding:2px;
	}


/*-------------------- widgets---------------------*/
h2.widgettitle {
        font-weight:normal !important;
     }
.widget {
        margin:23px 0;
     }

.widget:first-child {
	margin-top:13px !important;
}

/*--------------------Archive--------------------*/

h3.archive {
        margin-top:8px;
        margin-bottom:30px;
}

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }

/*--------------------text widget--------------------*/
li.widget_text{
     padding-right:15px;
     }

/* --- flickr widget ---*/
li#flickrrss img {
     margin-right:15px;	
}

/* --- twitter widget ---*/
ul#twitter-list li {
     background:none !important;
     padding:0 !important; 
}

/* ----- Kommentare ----- */

h3#respond, h3#comments {
      background:url(images/star_yellow.gif) no-repeat left center;
      padding-left:18px;
      margin-bottom:20px;
      font-size:1.1em;
}

ol.commentlist {
      list-style-type:none;
      margin-left:-18px;
}

ol.commentlist li {
      padding-bottom:15px;
      border-top:1px solid #AAB6EA;
      padding-top:20px;
}

ol.commentlist li:first-child {
      padding-top:0;
      border-top:none;
}

ol.commentlist li cite {
      font-style:normal;
}

ol.commentlist span.commentcounter {
      float:right;
      color:#ccc;
      font-size:25px;
}

ol.commentlist li img.wp-smiley {
      padding:0;
      margin:0;
}