﻿/*
Theme Name: MistyLook
Theme URI: http://wpthemes.info
Description: A real clean template by <a href="http://wpthemes.info" title="Sadish">Sadish Bala</a> , influenced by <a href="http://reorganize.ca" target="_blank">ReOrganize</a>
Version: 2.0
Author: Sadish
Author URI: http://simpleinside.com
*/
* {
	padding: 0px;
	margin:0px;
}
p {
	margin: 0.7em 0px;
	line-height:1.4em;
}
dl {
     	margin:1em 0px;
}
dt
{
	font-weight:bold;
}
dd
{
	margin:0.5em 1em;
	padding:0;
}
a img {
	border:0;
}
.clear {
	clear:both;
	height:20px;
}
blockquote
{
    margin:10px;
    padding-left:10px;
    border-left:#ccc 2px solid;
    color:#666;
}
fieldset
{
	border:none;
}
body
{
	background: #f9f8f4;
        background:url(http://www.mofodesign.de/bilder/bg2.gif);
	margin: 0px 20px;
	font: 76%/1.6em verdana, tahoma, "lucida grande",  sans-serif;
	color: #333;
	text-align: center;
}
a
{
    text-decoration:none;
}
a:link {
	color: #265e15;
}
a:visited {
	color: #265e15;
}
a:hover, a:active {
	color: #265888;
        text-decoration:underline;
	}
h1
{
	font-family:Tahoma, Verdana, Arial, Serif;
}
h2, h3, h4, h5, h6
{
	font-family:Tahoma, Verdana, Arial, Serif;
}

#container {
	border: #ddd 1px solid;
	background: #fff;
	margin: 0px auto;
	width: 800px;
	position: relative;
	text-align: left;
}
#navigation {
	background: transparent;
	margin: 20px auto 0px;
	overflow: hidden;
	width: 760px;
	position: relative;
	text-align: left;
	font-family:Tahoma, Verdana, Arial, Serif;
}
 html #navigation {
	height: 1%;
}
#navigation ul li {
	float: left;
	margin: 0px 5px 0px 0px;
	list-style-type: none;
}
#navigation ul li a {
	border: #ddd 1px solid;
	border-bottom:none;
	padding: 0 10px 2px 10px;
	display: block;
	background: #ededed;
	text-decoration: none;
}
#navigation ul li a:hover {
	background: #fafafa;
}
#navigation ul li a:active {
	background: #fafafa;
}
#navigation ul li.current_page_item a {
	background: #fff;
	color: #333;
	border: #ccc 1px solid;
	border-bottom:none;
}
#navigation ul li.search {
	font-size: 0.9em;
	right: 0px;
	position: absolute;
	top: 0px;
}
#navigation ul li.search input#s {
	border: #999 1px solid;
	font-size: 0.9em;
	width: 100px;
	padding: 2px;
	background:#fff;
}
#navigation ul li.search input#searchsubmit {
	border: #999 1px solid;
	font-size: 0.9em;
	background: #e6e6e6;
	margin: 0px 0px 0px 2px;
	color: #265e15;
	padding: 2px;
}
#header {
	clear: both;
	float: left;
	margin: 10px 5px;
	width: 450px;
}
#header h1
{
	font-size:1.8em;
	margin:10px 0 0 10px;
	font-variant:small-caps;
	letter-spacing:1px;
}
#header h1 a {
	display: block;
	text-decoration:none;
}
#header h2
{
	margin:5px 0 0 10px;
	font-size:0.9em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
	letter-spacing:1px;
}
#feedarea {
	padding:10px 10px 0 0;
	float: right;
	text-align: right;
}
html #feedarea {
	padding-top: 10px;
}
#feedarea dl dt {
	display: inline;
	margin-right: 5px;
	height: 45px;
}
#feedarea dl dd {
	display: inline;
	margin-right: 5px;
	height: 45px;
	background:url(img/feed.png) no-repeat left center;
	padding-left:16px;
}
#headerimage {
	clear: both;
	background: #fff url(img/arriving2.jpg) no-repeat 0px 0px;
	margin: 10px;
	color: #fff;
	height: 200px;
}
 html #headerimage {
	margin-top: 0px;
}

#content {
	margin: 10px 10px 10px 30px;
	overflow: auto;
}
 html #content {
	height: 1%;
}

#content h3 {
	font-size: 1.2em;
	margin: 1em 0px 0px;
}
#content h4 {
	font-size: 1.1em;
	margin: 1em 0px 0 0;
}
#content h5 {
	font-size: 1em;
	margin: 1em 0px;
}




#content-main ul
{
    margin:1em;
    padding:0 1em;
}
#content ol
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}
#content-main {
	float: left;
	width: 520px;
	margin-right: 20px;
}

#content-main
h2.pagetitle {
	color: #265888;
	font-size:1.5em;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	letter-spacing:2px;
	padding:0 0 0 0;
	border-bottom:#265888 1px dashed;
}

 html #section-index #content-main {
	margin-right: 20px;
}

#content-main-ohne {
	width: 760px;
	margin-left: 1px;
}
 html #section-index #content-main-ohne {
	margin-right: 20px;
}
#content .post
{
	padding:3px 0 10px 0;
	border-bottom:#CCCCCC 1px dashed;
}

#content p img.right {
	float: right; margin:10px 0 0 10px;
}
#content p img.left {
	float: left; margin:0 10px 10px 0;
}
#content .post h2
{
	font-size: 1.4em;
	margin: 1em 0px 0px;
	letter-spacing:1px;
	font-weight:normal;
}

#content .entry
{
		margin:1em 0;
/*  margin:-2% 0 0 0;  das w�re eine L�sung, um Eintr�ge n�her an die
�berschrift zu r�cken, f�hrt aber zu Fehlern auf den pictures-Seiten*/
    padding-right:1em;
}

#content .entry a
{
    border-bottom:#265e15 1px dashed;
    text-decoration:none;
    margin:0 0 0 0;
}


#content .alignleft
{
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0;
}


#content .alignright
{
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0;
}


#content .post-info
{
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0;
}

#content .postmetadata
{
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0;
	text-align:right;
	background:url(img/underline2.jpg) no-repeat right bottom;
	padding-bottom:12px;
}

#content .postmetadataleft
{
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0;
	text-align:left;
	background:url(img/underline2.jpg) no-repeat right bottom;
	padding-bottom:12px;
}

#content .post-info
{
	background:url(img/underline1.jpg) no-repeat left bottom;
	padding-bottom:12px;
}

#rsstable {
        margin:10px;
}

#rssbar {
	float: left;
	width: 240px;
	font-size:0.8em;
        line-height:1.4em;
}

li.rssbox {
	font-weight: normal;
        font-size:0.8em;
        line-height:1.4em;
        padding-left:10px;
        padding-top:1px;
        padding-bottom:1px;
	background-color:#EED2EE;
	margin-bottom: 2px;
        margin-top: 2px;
}

li.rssbox h2 {
	font-weight: bolder;
	font-size: 1.1em;
        text-decoration:underline;
	text-align: left;
	color:#265888;
        border:1px;
}


#sidebar {
	float: left;
	width: 200px;
	font-size:0.9em;
        line-height:1.4em;

}
#sidebar ul
{
	list-style:none;
	margin:0;
	padding:0;

}
#sidebar ul ul
{
	list-style:none;
	margin:0.0em 0 0 1em;
	padding:0;

}
li.sidebox {
	padding:10px;
	background: url(img/sideheadtop.gif) #ededed no-repeat left top;
	margin-bottom: 10px;

}
html li.sidebox {
	padding-bottom: 10px;
}
li.sidebox h2 {
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	margin:0 0 0.5em 0;
	color:#265888;

}

li.sidebox h3 {
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	color:#265888;


}
#sidebar li.sidebox p img {
	float: left; margin: 0px 10px 10px 0px;
}

#footer {
	clear: both;
	background: transparent;
	margin: 0px auto;
	overflow: auto;
	width: 760px;
	color: #999;
	text-align: left;
}
 html #footer {
	height: 1%;
}
#footer p {
	float: left; width: 40%; line-height: 1.2em;
}
#footer p img {
	vertical-align: text-bottom;
}
#footer ul {
	float: right;
	margin: 1em 0px;
	width: 50%;
	text-align: right;
	font-size: 0.9em;
}
#footer ul li {
	display: inline;
	margin-left: 5px;
	list-style-type: none;
}
#comments, #respond{
	margin: 2em 0 0 5px;
}
#commentform
{
	margin:10px;
	padding:10px;
}
#container .commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li
{
	list-style:none;
	margin: 1.5em 0;
	padding: 0.5em;
	background:#f6f6f6;
}
.commentlist li.alt
{
    background:#fafafa;
}
.commentlist li .cmtinfo
{
	font-size:1em;
	border-bottom: #eee 1px solid;
}
.commentlist li cite
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;
	background:#f9f8f4;
}
input.textbox
{
	background:#f9f8f4;
	padding:1px;
	border:#ccc 1px solid;
}
.post h4
{
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}

/*mo-musik*/
#mo-musik table.cd_martin
{ border-collapse: collapse;
  width:740px;
  border: 1px solid #0080FF;
  background-color:#FFFFCC;
  table-layout:fixed;
  overflow:hidden;
}
#mo-musik td
{ font-family: Verdana;
  font-size: 10px;
  color:#00008B;
  border-top: 0px solid #0080FF;
  white-space:nowrap;
  padding-bottom:5px;
}
#mo-musik th.interpret
{ font-family: Verdana;
  font-size: 14px;
  color:#00008B;
  border-top: 0px solid #0080FF;
  white-space:nowrap;
  background-color:transparent;
  padding-top:15px;
  padding-bottom:2px;
}
#mo-musik th
{ font-family: Verdana;
  font-size: 14px;
  font-weight:bold;
  color:#0080FF;
  white-space:nowrap;
  padding-top:5px;
  text-shadow: #c0c0c0 2px 2px 3px;
}
h6
{ font-family: Verdana;
  font-size: 10px;
  font-weight:normal;
  color:#000000;
}

#mo-musik table.stabe
{
  width:450px;
  text-align:center;
  background-color:#FFFFCC;

}
#mo-musik td.stabe
{
  text-align:center;
  border: 1px solid #0080FF;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:1px;
  padding-top:1px;

}
#mo-musik td.stabe_hervor
{ background-color:#6bb5ff;
  text-align:center;
  text-decoration:none;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:1px;
  padding-top:1px;
}

#mo-musik td.stabe:hover
{ background-color:#6bb5ff;
}

#mo-musik a.stabe
{ font-family: Verdana;
  font-size: 12px;
  font-weight:bold;
  color:#00008B;
  white-space:nowrap;
  text-decoration:none;
  border-bottom: 0px;
}

#mo-musik a.stabe_hervor
{ font-family: Verdana;
  font-size: 16px;
  font-weight:bold;
  color:red;
  background-color:#6bb5ff;
  white-space:nowrap;
  text-decoration:none;
  border-bottom: 0px;
}

#mo-musik table.cd_martin_start
{ border-collapse: collapse;
  width:500px;
  border: 1px solid #0080FF;
  background-color:#FFFFCC;
  table-layout:fixed;
  overflow:hidden;
  text-align:center;
  margin-left:10px;
}
#mo-musik font.start
{ font-size: 10px;
  font-weight:normal;
  color:red;
}

/*mo-filme*/
#mo-filme table
{ border-collapse: collapse;
  width:740px;
  border: 1px solid #0080FF;
  background-color:#FFFFCC;
  table-layout:fixed;
  overflow:hidden;
}
#mo-filme td
{ font-family: Verdana;
  font-size: 10px;
  color:#00008B;
  border-top: 1px solid #0080FF;
  white-space:;
  line-height:2;
  vertical-align:middle;
  padding-left:2px;
}
mo-filme th
{ font-family: Verdana;
  font-size: 10px;
  font-weight:bold;
  color:#000000;
  white-space:;
}
h6
{ font-family: Verdana;
  font-size: 10px;
  font-weight:normal;
  color:#000000;
}


/*mo-xml*/

#mo-xml td
{ font-family: Verdana;
  font-size: 10px;
  color:#00008B;
  border-top: 0px solid #0080FF;
  padding:5px;
  white-space:nowrap;
  padding-bottom:5px;
}

#mo-xml th
{ font-family: Verdana;
  font-size: 10px;
  font-weight:normal;
  color:#0080FF;
  white-space:nowrap;
  padding-top:5px;
  text-shadow: #c0c0c0 2px 2px 3px;
}

#mo-xml table
{ text-align:center;
  width:500px;
  border: 2px solid #0000FF;
  background-color:#FFFFCC;
  table-layout:fixed;
  overflow:hidden;
}

/* ------ AMAZON WISHLIST ------ */
ul.wishlist {
	list-style-type: none;
        list-style-image: none;
	margin: 0;
	padding: 0;
}

li.wishlistitem {
	border-top: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	background: #E9E9E9;
	height: 70px;
	padding: 10px;
	margin: 0 0 5px 5px;
	clear: both !important;
}
li.wishlistitem a { vertical-align: top; }
li.wishlistitem img {
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
}
span.wishlistadded { font-size: 8pt; }
br.amazonbr { clear: both !important; }
ul.wishlistnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

.alignright { float: right; }
.alignleft { float: left; }

h2.gruen {
	color: #265888;
	font-size:1.5em;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	letter-spacing:2px;
	padding:0 0 0 0;
	border-bottom:#265888 1px dashed;
}
