/*  
Theme Name: An black-red MR-EGO
Theme URI: http://www.MR-EGO.de
Description: Einfaches, 3-Spalten, WordPress-Theme, mit fertigen Widget und massgeschneiderten Beitragsauflistung und mehr...
Author: angy
Author URI: http://www.MR-EGO.de/
Version: 2.5
Tags: black, red, simple, dark, right sidebar, 3 columns, fixed width, valid xhtml, valid css, widgets, adsense ready, rounded, 1024
.
.
*/

/* Defaults */
/*  border-bottom: 1px solid #65191D; dunkelrote Balken*/
  /* fuer NEU / TEST;  !!!!!!!!!!!!!!!!!!!!!!!!!! */
  /* OK */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px;
  }

a {
  color: #65191D;
  text-decoration: none;
  }

a:hover {
  color: #65191D;
  text-decoration: underline;
  }

blockquote {
  background: url(images/bquotes.gif) left top no-repeat;
  padding-left: 35px;
  margin: 10px 0 0 10px;
  font-style: italic;
  }

code {
  color: #555;
  }

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 10px auto;
  width: 980px;
  font-family: 'trebuchet ms', arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #000000;
  }


/* Header and wrapper */
#wrapper {
  width: 980px;
  text-align: left; /* IE Centering Technique */
  background: url(images/topcurve.png) 40px 0 no-repeat;
  }

#headerwrapper {
  background: url(images/topsplatleft.png) left top no-repeat;
  }

#header {
  margin: 0 40px;
  padding-top: 46px;
  height: 125px;
  background: url(images/bgheader.jpg) left 55px repeat-x;
  }

#title {
  float: left;
  margin-left: 15px;
  width: 360px;
  display:inline;
  }
#header h1 {
  padding: 0;
  font-size: 18pt;
  }
#header h1 a {
  color: #65191D;
  font-size: 22pt;
  text-decoration: none;
  font-weight: bold;
  }
#header h1 a:hover {
  color: #FDC02D;
  text-decoration: none;
  }
#header h3 {
  padding: 0;
  color: #9B9595;
  font-size: 8pt;
  }

#topright {
  color: #4C0002;
  font-size: 10pt;
  float: right;
  margin-top: 6px;
  margin-bottom: 11px;
  margin-right: 3px;
  width: 435px;
  height: 30px;
  display:inline;
  }

#topright a {
  color: #B4B472;
  }


/* Menu and search */

#nav {
  clear: both;
  height: 26px;
  }

#header #searchform {
  float: right;
  margin-right: 1;
  }

#searchform {
  float: right;
  margin-top: 21px;
  margin-bottom: 1px;
  margin-right: 5px;
  width: 160px;
  height: 26px;
  display:inline;
  background: #ccc;
  background: url(images/bgsearch.jpg) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 1px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 1px 0;
  }

#searchbox {
  font-size: 8pt;
  margin-left: 9px;
  margin-bottom: 1px;
  width: 160px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 45px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#search_404 { float: right; width: 200px; margin: 0 10px 5px 0; }
#search form { float: right; margin: .5em 0 0 0; padding: 0 0 0; }
#search input#s { color: #797a52; width: 40%; margin: 0 5px 0 0; padding: 1px 3px; border: 1px solid #bab195; }
#search .search-submit { display: none; }

#nav ul {
  list-style: none;
  width: 600px;
  }

#nav li {
  float: left;
  }

#nav li a {
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  font-size: 11pt;
  color: #FFFFFF;
  text-transform: lowercase;
  }

#nav li a:hover {
  color: #F7BD41;
  text-decoration: none;
  }

#nav li.rssmenu a {
  color: #d3d082;
  }

#nav li.rssmenu a:hover {
  color: #fff;
  }



/* Content */

#main {
  clear: both;
  margin: 0 40px;
  width: 900px; /* Prevents IE6 miscalculation */
  background: #fff;
  }

#contentwrapper {
  width: 505px;
  float: left;
  padding-left: 5px;
  padding-right: 20px;
  }
#contentwrapper_fullwidth {
  width: 880px;
  float: left;
  padding-left: 5px;
  padding-right: 20px;
  }

#content {
  }

#content .pageTitle {
  font-size: 14pt;
  letter-spacing: -1px;
  color: #222;
  }

.post {
  margin-top: 6px;
  margin-bottom: 10px;
  /* margin-bottom: 10px; OK */
  border-bottom: 1px solid #65191D;
  /*  Beitrag */

  }

h2.postTitle {
  padding: 0 10px;
  letter-spacing: -1px;
  }

h2.postTitle a {
  color: #65191D;
  font-size: 15pt;
  text-decoration: none;
  font-weight: bold;
  }

#content p.postMeta {
  padding: 0 10px;
  font-size: 9px;
  color: #7b7b7b;
  }


.post img {
  margin: 8px;
  }

#content p, .postContent p {
  /* Beitragsschriftart  !!!!!!! NEU */
  font-size: 10pt;
  color: #333;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  /* font-size: 10pt; TEST */
  font-size: 8pt;
  color: #333;
  border-bottom: 1px solid #E0DCDC;
  }

.comment {
 /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
  border-bottom: 1px solid #E0DCDC;
	/* Author Comments Highlight */
       /* border-top: 1px solid #65191D; */
       /* border-bottom: 1px solid #65191D; */
  }

#commentslinks {
  float: right;
  text-align: right;
  padding: 5px 10px;
  width: 160px;
  color: #727248;
  font-size: 9pt;
  }

#commentslinks a {
  text-decoration: underline;
  }

#comments {
  margin: 0 10px;
  padding: 5px 10px;
  padding-left: 25px;
  font-size: 9pt;
  color: #727248;
  background: url(images/comment.jpg) left 5px no-repeat;
  }

p.comments {
  clear: both;
  padding: 5px 10px;
  }

p.comment {
  padding: 0 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

p.comments a:hover {
  text-decoration: underline;
  }

ol.commentlist {
	padding: 0px;
	margin: 10px 0px 10px 15px;
}

ol.commentlist li {
	list-style-type: none;
	font: 11px "Lucida Grande", Lucida, Verdana, Arial, Helvetica;
	padding: 5px;
	margin: 0 0 10px;
	color: #363636;
} 
.alt {
	background: #FAFAFA;
}

.authorcomment {
	/* Author Comments Highlight - OK */
	background: #A4A4B2;
	border: 1px solid #cecece;
	font: 10px "Lucida Grande", Lucida, Verdana, Arial, Helvetica;

}

.commentlist {
  margin: 10px 25px;
  padding: 0 10px;
  font-size: 10pt;
  list-style: none;
 
  }

.commentlist li {
  margin: 0 0 5px -25px;
  padding-bottom: 5px;
  }

.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  }

.commentlist cite a {
  }

.comment .commentmetadata a {
  color: #333;
  }

.commentlist p {
  padding: 10px 0;
  }

.comment h3 {
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  }

p.comment a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 8pt;
  }

textarea {
  width: 320px;
  }

.comment #submit {
  width: 158px;
  height: 30px;
  background: url(images/commentbutton.jpg) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #fff;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.commentbody {
  float:right;
  width: 450px;
  margin: 10px 0 15px 0;
  padding-bottom: 18px;
  /* padding-bottom: 18px; OK */
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:39px;
  }

#nextprevious {
  margin: 10px;
  }



/* Sidebars */
#sidebars {
  float: right;
  margin-top: 0px;
  margin-left: 15px;
  padding-top: 5px;
  width: 350px;
  }

#sidebar0 {
  padding: 0 12px 0 0;
  }

#sidebar1 {
  float: left;
  width: 150px;
  }

#sidebar2 {
  float: right;
  padding-right: 13px;
  width: 180px;
  }

#sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 10pt;
  color: #333;
  letter-spacing: -1px;
  border-bottom: 1px solid #BEBEBE;
  }

#sidebars table {
  width: 160px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #333;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #333;
  text-decoration: none;
  }
#sidebars a.showit {
  color: #65191D;
  }
#sidebars a:hover {
  color: #65191D;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #333;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:-5px;}



/* footer*/

#footerwrapper {
  clear: both;
  height: 158px;
  background: url(images/bottomsplatright.png) right bottom no-repeat;
  }

#footer {
  margin: 0 40px;
  background: #fff url(images/bgfooter.png) left top repeat-x;
  }

#footerleft {
  float: left;
  margin-top: 70px;
  margin-left: 15px;
  width: 400px;
  display: inline;
  }

#footerleft p a {
  color: #E1C461;
  }

#footerleft p {
  padding: 0;
  line-height: 16px;
  }

#footer p {
  font-size: 8pt;
  color: #65191D;
  }

a img {
  border: none;  
  }

#bottomcurve {
  clear: both;
  width: 900px;
  height: 49px;
  background: url(images/bottomcurve.png) left bottom no-repeat;
  }
#bottomcurve span{
  float: right;
  width: 125px;
  height: 14px;
  }
#bottomcurve span:hover{
  cursor: pointer;
  }

.highlight {
  color: #D9D688;
  font-weight: bold;




  }


/* Misc */
.cleared {
  clear: both;
  }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }

/* Widgets */
.rsswidget {
	border: 0px;
	vertical-align: bottom;
}

/* Widgets */
.textwidget, .widget_delicious {
	padding: 0 10px 5px 10px;
	margin-bottom: 10px;
}

.textwidget a, .textwidget a:hover {
	text-decoration: none; 
	background: transparent; 
	padding-right: 0px;
}

.widget {
	margin-bottom: 10px;
}

#categories-1 li, #archives li {
	border: none;
	background: none;
  border-bottom: 1px solid #65191D;
/*  border-bottom: 1px solid #65191D; */

}

/* SCHRIFTART von 10 auf 8 */

#categories-1 li a, #archives li a {
	border: none;
	margin-top: 0px;
	padding: 1px 10px 1px 10px;
	width: 140px;
	display: block;

	color: #000000;
	font-weight: normal;
	text-transform: capitalize;
	position: relative;
	text-decoration: none;
}

#categories-1 li a:hover, #archives li a:hover {
	border: none;
	background: #940C0E;
	color: #FFFFFF;
	text-decoration: none;
}

#categories-1 ul.children, #archives ul.children {
	padding: 0;
	width: 135px;
	font-size: 8px;
	letter-spacing: 0px;
}

#categories-1 ul.children li a, #archives ul.children li a {
	margin: 3px 0 2px 10px;
	padding: 1px 10px 1px 10px;
	width: 130px;
	color: #000000;
	font-size: 8px;
	letter-spacing: 0px;
}

#categories-1 ul.children li a:hover, #archives ul.children li a:hover {
	width: 120px;
	color: #FFFFFF;
}

#categories-1 ul.children li li, #archives ul.children li li {
	padding-left: 10px;
}

#categories-1 ul.children li li a, #archives ul.children li li a {
	width: 120px;
}


/*---| Kalender |---*/

#wp-calendar {
border-collapse: collapse;
line-height: 1.3em;
margin-bottom: 15px;
}
#wp-calendar caption {
text-align: left;
font-weight: bold;
font-size: 1.2em;
margin-bottom: 5px;
}
#wp-calendar th {
text-align: center;
}
#wp-calendar table.nav, 
#wp-calendar th, 
#wp-calendar td {
padding: 1px 3px;
}
#wp-calendar td {
text-align: center;
}
#wp-calendar #next a {
padding-left: 1px;
text-align: right;
}
#wp-calendar #prev a {
padding-right: 1px;
text-align: left;
}
#wp-calendar a {
display: block;
text-decoration: none;
}
#wp-calendar tbody td a:link,
#wp-calendar tbody td a:visited {
color: #8C0000;
background: inherit;
}
#wp-calendar tbody td a:hover,
#wp-calendar tbody td a:active,
#wp-calendar tbody td a:focus {
color: #108600;
background: inherit;
}
#wp-calendar #today {
font-weight: bold;
background: inherit;
color: #8C00000;
}
#wp-calendar #today a:link,
#wp-calendar #today a:visited
{
background: inherit;
color: #108600;
}
#wp-calendar #today a:hover,
#wp-calendar #today a:active,
#wp-calendar #today a:focus {
font-weight: bold;
background: inherit;
color: #8C0000;
}


/*---| Navigation |---*/

#suckerfishnav {
    background:#65191D url("../../plugins/multi-level-navigation-plugin/images/suckerfish_red.png") repeat-x;
    font-size:12px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    border:1px solid #aaa;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:101px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:99px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:helvetica,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:80px;
    font-size:10px;
    color:#fff;
    }
#suckerfishnav li ul ul {
    margin:-19px 0 0 100px;
    }
#suckerfishnav li li:hover {
    background:#fff;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#FDC02D ;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#FDC02D ;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#fff;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#000000;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#ffffff;
    }
