/*
Theme Name: Mainstage-Blog
Description: Der Danny baut ein Design fuer das Mainstage-Blog
Version: beta
Author: Danny B. - http://herr-b.de


*/

html, body { height: 100%; }

body {
        background: #444444;
	background-position: top center;
	color: #333333;
	text-align: center;
	font-family: "Trebuchet MS", helvetica, verdana, sans-serif;
	font-size: 13px;
	padding:0 0 0 0px;
}

* {
	padding: 0;
	margin: 0;
}

#container {
	background: #FFF url(images/repeat.png) repeat;
	min-height: 100%;
	_height: 100%;
	width: 1007px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */

h1#header {
	margin: 0 0 0 0;
	height: 250px;
	background: url(images/header.jpg) 0 no-repeat;
	text-indent: -1234em;
	position: relative;
	z-index: 1001;
}

#header a {
	position: absolute;
	left: 25px;
	top: 66px;
	height: 60px;
	width: 950px;
	text-decoration: none;
	background-color: #ffeedd;
}

#header em {
	display: none;
}


#mid {
	background: #FFF url(images/mid.png) repeat;
	width: 1007px;
	height: 86px;
	margin: 0 auto;
	_margin: -4px auto;
	text-align: left;
	position: relative;
}


/* Sidebar Positioning */

#sidebar {
	position: relative;
	float: right;
	margin: -35px 8px 0 0px;
    _margin: -35px 4px 0 0px;
	width: 233px;
	display: inline;
        font-size: 12px;
	z-index: 1002;
    }

/* Content */

#wrapper {
	width: 750px;
	position: relative;
	float: left;
	text-align: justify;
	z-index: 12001;
}

#wrapper #content {
	margin: 0 49px 0 51px;
}


#blog_name {
	position: absolute;
	top: 90px;
	left: 400px;
	color: #ffffff;
	font-weight: bold;
	font-size: 33px;
	z-index: 9999;
}

#blog_slogan {
	position: absolute;
	top: 130px;
	left: 400px;
	color: #D1D3EF;
	font-weight: bold;
	font-size: 15px;
	z-index: 9999;
}

#menu_too {
	position: absolute;
	left: 12px;
	top: 255px;
	height: 28px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	z-index: 12002;
	font-weight: bold;
    text-transform: uppercase;
}

#menu_to {
	position: absolute;
	left: 64.5em;
	top: 255px;
	height: 28px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	z-index: 12002;
	font-weight: bold;
    text-transform: uppercase;
}

#menu_too ul,
#menu_to ul {
	list-style: none;
	margin: 0 5px 6px 0;
}

#menu_too li,
#menu_to li {
	line-height: 18px;
	margin: 0 4px 0 0;
        float: left;
	padding: 6px 0px 4px 9px;
	_padding: 6px 0 4px 6px;
        background: url(images/navi.jpg) no-repeat 0 100%;
}

#menu_too li.current_page_item,
#menu_to li.current_page_item {
	margin: 0 4px 0 0;
        float: left;
	padding: 6px 0px 4px 9px;
	_padding: 6px 0 4px 6px;
        background: url(images/navi.jpg) no-repeat 0 0;
}

#menu_too li.current_page_item a,
#menu_to li.current_page_item a {
	margin: 0 0 0 0;
	color: black;
	padding: 6px 9px 4px 0px;
        background: url(images/navi.jpg) no-repeat 100% 0;
}

#menu_to li.current_page_item #neu {
	padding: 25px 5px 0px 5px;
}

#menu_too li.page_item #extra {
	padding: 23px 5px 0px 5px;
	position: relative;
	z-index: 12002;
}

#menu_too li a,
#menu_to li a {
	line-height: 18px;
	color: #444;
	padding: 6px 9px 4px 0px;
        background: url(images/navi.jpg) no-repeat 100% 100%;
}

#menu_too li a:visited,
#menu_to li a:visited {
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
}

#menu_too li a:hover,
#menu_to li a:hover {
	color: #cc3333;
	background-color: transparent;
	text-decoration: none;
}

#menu_too li.current_page_item a:hover,
#menu_to li.current_page_item a:hover {
	color: black;
	background-color: transparent;
	text-decoration: none;
}

hr#clear {
	clear: both;
	height: 110px;
	visibility: hidden;
}


.post {
	position: relative;
}

.post .date {

	width: 40px;
	font-size: 26px;
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	padding: 2px 5px 2px 5px;
	margin: 10px 0 10px 0;
	border-right: solid 1px #7f7f7f;
}

.post .date span {
	display: block;
	border-top: 1px solid #666;
	font-size: 13px;
	text-align: center;
}

.post .title {
	background: #eee url(images/mainstage_orange.png) no-repeat;
	background-position: 400px 0px;
	padding: 5px 5px 5px 50px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	height: 64px;	
	border: #666 1px solid;
}


.page .title {
	background: #eee url(images/mainstage_orange.png) no-repeat;
	background-position: 475px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	height: 64px;	
	border: #666 1px solid;
}

.postdata .category {
	padding: 0 0 0 5px;
	height: 17px;
	float: left;
}

.post img.avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
        margin: -3px 0 0 0;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5 {
	color: #990000;
	font-weight: bold;
}

h6 {
	color: #990000;
	font-size: 13px;
	font-weight: bold;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0 0 0 0;
}

p,
pre,
blockquote,
form,
label,
dl,
fieldset,
address {
	margin: 10px 0;
}

fieldset {
	padding: 10px;
}
h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}


/* Word Press Stuff */

small {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 2px;
}

.more-link {
	font-weight: bold;
	font-size: 12px;
}

.postmetadata {
	color: #990000;
	padding: 0 0 3px 2px;
	margin: 10px 0 50px 0;
	background: url(images/line1.png) 0 no-repeat;
	background-position: bottom left;
}

.button {
	margin-top: 7px;
	margin-left: 97px;
}

.entry {
	padding-top: 5px;

}

.entry .ngg-gallery-thumbnail img {
	background: #FFF;
}

ul,
ol {
	margin: 6px 0 21px 0px;
	list-style-type: none;
}

li,
dd{
	margin-left: 6px;
	list-style-type: none;
}

#content ul {
	list-style-type: disc;
	margin-left: 21px;
}

blockquote {
	background: #E4F3FF;
	padding: 0 12px 0 6px;
	margin: 9px 9px 6px 9px;
        border: solid 1px #dddddd; 
        border-left: solid 5px #dddddd;
}


.navigation {
	display: block;
	text-align: center;
	font-weight: bold;	
	margin: -30px 0 0 0;
	height: 13px;
}

/* Begin Images */

.entry img {
	background: url(images/shadow.gif) no-repeat right bottom;
	padding: 4px 10px 10px 4px;	
	border: none;
	border-top: #eee 1px solid;
	border-left: #eee 1px solid;
        max-width: 650px
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
}

/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background: url(images/shadow.gif) no-repeat right bottom;
	padding: 10px 10px 10px 4px;	
	border: none;
	border-top: #eee 1px solid;
	border-left: #eee 1px solid;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*  All of the sidebar H2s */

#sidebar ul li h2 {
	color:	#990000;
	font-weight: bold;
	vertical-align: middle;
	padding: 3px 0 1px 12px;
	margin: 15px 0 3px 0;
    position: relative;
	background: url(images/line2.png) 0 no-repeat;
	background-position: bottom left;
}



#sidebar h2.Praesentationen {
    background: url(images/Praesentationen.png) 0 no-repeat;
	background-position: top left;
    padding: 0 0 6px 45px;
    position: relative;
}

#sidebar h2.Verlosungen {
    background: url(images/Gewinn.png) 0 no-repeat;
	background-position: top left;
    padding: 12px 0 12px 45px;
    position: relative;
}

#sidebar h2.Galerie {
    background: url(images/Galerie.png) 0 no-repeat;
	background-position: top left;
    padding: 12px 0 12px 45px;
    position: relative;
}

#sidebar h2.Live {
    background: url(images/Live.png) 0 no-repeat;
	background-position: top left;
    padding: 12px 0 12px 45px;
    position: relative;
}

#sidebar h2.Interviews {
    background: url(images/Interviews.png) 0 no-repeat;
	background-position: top left;
    padding: 12px 0 12px 45px;
    position: relative;
}

#sidebar h2.Feeds {
    background: url(images/feed32.png) 0 no-repeat;
	background-position: 2px 0;
    padding: 10px 0 6px 40px;
    position: relative;
}

/*  All of the sidebar lists */

#sidebar ul li ul li {
	margin: 0px;
	padding: 0 4px 6px 18px;
	line-height: 99%;
	font-weight: bold;
}

#sidebar img.feed {
	float: right;
	border: none;
}

#sidebar li.ADM {
	text-align: center;
	margin: 0px;
	padding: 10px 4px 6px 0px;
	line-height: 99%;
	font-weight: bold;
}

#sidebar ul li ul li ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sidebar img.ADM {
	background: url(images/shadow.gif) no-repeat right bottom;
	padding: 4px 10px 10px 4px;	
	border: none;
	border-top: #eee 1px solid;
	border-left: #eee 1px solid;
	margin: 0 10px 0 30px;
	max-width: 160px;
	_width: 160px;
}

/*  All of the sidebar H2's no margins */

#sidebar li {
	margin: 0 0 0 0;
}

#sidebar li ul {
	margin: 0 0 0 0;
}

.page h2,
.post h2 {
	color: #990000;
	font-size: 20px;
	padding: 8px 0 6px 5px;
	position: relative;
}

ul#recentcomments li {
	margin: 0 0 7px 0;
}

li#recent-posts  ul li{
	margin: 0 0 7px 0;
}

#searchform .buttons {
	 border: 0px;
	 margin: 0 0 15px 0;
}

#searchform {
	margin: 12px 18px 0 18px;
	padding: 0 0 0 0;
	font-size: 11.5px;
	color: #AB324C;
}


#sidebar ul li ul li object#player {
	margin: 0 0 0 -15px;
}


/* Link Stuff */

#sidebar a {
	color: #293A6F;
	font-size: 11.5px;
 	text-decoration: none;
}

#sidebar a:visited {
	color: #293A6F;
	font-size: 11.5px;
 	text-decoration: none;
}

#sidebar a:hover {
	color: #cc3333;
	font-size: 11.5px;
	text-decoration: underline;
}

a:link {
	color: #293A6F;
	text-decoration: none;
}

a:visited {
	color: #293A6F;
	text-decoration: none;
}
a:hover, a:active {
	color: #cc3333;
	text-decoration: underline;
}

.post h2 a {
	color: #990000;
	text-decoration: none;
}

.post h2 a:visited {
	color: #990000;
	text-decoration: none;
}

.post h2 a:hover {
	color: #cc3333;
	text-decoration: underline;
}

.buttons_no_b {
	margin-top: 3px;
	border: none;
	background: none;
	height: 24px;
	width: 100px;
}

.search_no_b {
	margin: 3px 0 10px 0;
	border: none;
	background: none;
	height: 23px;
	width: 53px;
}

#postcomment {
	padding-left: 20px;
}

.comments_links {
	padding-left: 20px;
}

.read_more {
	margin: 0 40px 10px 0px;
	text-align: right;
}

.post_image {
	margin-right: 6px;
}

.post ul li{
	list-style-type: disc;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.post ol li{
	list-style-type: decimal;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.meta {
	background-color: #E4F3FF;
	border: 2px solid #eee;
	margin: 0;
	padding: 10px 21px 10px 0;
	clear: both;
}

.post-meta span,
.post-meta,
.PostNote { 
	font-size: 13px;
        margin: 0 0 0 0; 
	padding: 0 0 0 0;
	background-color: #E4F3FF;
}

ul.post-meta li,
ul.PostNote li { 
        margin: 0 0 0 0;
	padding: 2px 0px 2px 23px; 
        list-style-type: none; 
}

.post-meta ul {
        list-style-type: none; 
}

.post-meta li {
	background: url(images/link.png) no-repeat left center;
}

.PostNote .taggit {
	background: url(images/tag.png) no-repeat left center;
        color: #333333;
}

.PostNote .TrackBack { 
        background: url(./images/trackback16.png) no-repeat left center; 
}

.PostNote .RSS { 
        background: url(./images/feed16.png) no-repeat left center; 
}

/* Footer*/

#footer {
	font-weight: bold;
	background: url(images/footer.png) 0 0 no-repeat;
	color: #ffffff;
	min-height: 95px;
	  _height: 95px;
	width: 1007px;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: -95px auto 0 auto;
	text-align: center;
 }

 #footer_text {
    padding-top: 51px;
  }

#footer_text img {
    margin: 0 3px -3px 0;
    border: none;
  }

.image_buttons {
	margin-top: 10px;
	margin-bottom: 10px;
  }

.buttons_no_b {
     height: 23px;
     width: 100px;
     border: none;
     background: none;
}

#comments_yo {
	color: #478F9A;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	font-size: 11.5px;
	margin-bottom: 7px;
}

.small_comments {
	margin: 0 0 0 6px;
	color: #2E506C;
	font-weight: bold;
	font-size: 11.5px;
}

  #about_blog {
	padding: 0 0 5px 3px;
	color: #555555;
	font-size: 11.5px;
  }

  .move_it_on_over {
	margin-left: 20px;
	font-weight:bold;
  }


#side_header {
	line-height: 97%;
	padding: 0 15px 10px 10px;
	font-weight: bold;
	color: #cc3333;
	letter-spacing: -0.4px;
}

.side_header_blue {
	color: #293A6F;
}

#random_photo {
	position: relative;
	width: 1007px;
	height: 250px;
	background-color: #444444;
	z-index: 9996;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* Comments */

.Comments { 
	padding: 0 0 0 0; 
	margin: 20px 0px 20px 0px;
}

.List h3 {
	font-size: 15px; 
	font-weight: bold; 
	letter-spacing: 0px; 
	border-bottom: solid 1px #c5cad0; 
	padding: 0px 0px 5px 0px; 
	margin: 0px 0px 20px 0px; 
	text-transform: uppercase; 
}

.List ol { 
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
}

.List li { 
	position: relative; 
	padding: 0 0 0 0; 
	margin: 0px 0px 20px 0px; 
	list-style-type: none; 
	font-size: 13px;
}

.List .ListUser { 
	margin: 0px; 
	padding: 0px 0px 0px 40px; 
	font-size: 14px; 
	line-height: 14px; 
	font-weight: bold;
}

.List .ListUser a { 
	text-decoration: none;
}

.List .ListUser a:visited { 
	text-decoration: none;
}
.List .ListUser a:hover { 
	text-decoration: none;
}

.List .ListNr { 
	width: 26px; 
	font-size: 26px; 
	line-height: 26px; 
	font-family: 'Arial'; 
	color: #7f7f7f; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	text-align: center; 
	padding: 2px 5px 2px 0px; 
	margin: 0 0 0 0; 
	border-right: solid 1px #e2e2e2;
}

.List .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
        margin: -3px 0 0 0;
	background: #fff;
}

.List .Trackback .avatar,
.List .Pingback .avatar { 
	display: none;
}

.List .Trackback .ListNr,
.List .Pingback .ListNr { 
	text-indent: -9999px; 
	background: url(images/trackback26.png) no-repeat;
}

.List .ListDate { 
	padding-left: 40px;
}

.List .ListDate a { 
	text-decoration: none; 
	color: #666;
}

.List .ListDate a:visited { 
	text-decoration: none; 
	color: #666;
}

.List .ListDate a:hover { 
	text-decoration: none; 
	color: #666; 
}

.List .ListContent { 
	background: #e4f3ff; 
	padding: 0 3px; 
	border-top: solid 1px #c5cad0; 
	margin: 10px 0px 0px 0px;
}

.List .alt .ListContent { 
	background: #fff8e4; 
	padding: 0 3px; 
	border-top: solid 1px #c5cad0; 
	margin: 10px 0px 0px 0px;
}

.List .author .ListContent { 
	background: #ffcccc; 
	padding: 0 3px; 
	border: solid 1px #990000; 
	margin: 10px 0px 0px 0px;
}

.List .ListContent p { 
	padding: 3px 0px; 
	margin: 3px 5px;
}

.Form {
}

.Form h3 {
	font-size: 15px; 
	font-weight: bold; 
	letter-spacing: 0px; 
	border-bottom: solid 1px #c5cad0; 
	padding: 0px 0px 5px 0px; 
	margin: 0px 0px 15px 0px; 
	text-transform: uppercase; 
}

.Form form { 
	padding: 15px 25px 15px 15px; 
	margin: 0 0 0 0; 
	background: #e4f3ff url(images/FormBkg.gif) no-repeat left bottom; 
	position: relative;
}

.Form p { 
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	color: #50728c;
}

.Form p label { 
	padding-bottom: 11px; 
	display: block; 
}

.Form p label small { 
	font-size: 11.5px; 
	color: #cc3300;
}

.Form .TextField { 
	background: #fff; 
	border: solid 1px #c3dcf1; 
	padding: 4px; 
	margin-right: 15px;
}

.Form .TextArea { 
	background: #fff; 
	border: solid 1px #c3dcf1; 
	padding: 4px; 
	margin-bottom: 10px;
}

.Form input.SubmitComment { 
	width: 182px; 
	height: 24px; 
	background: url(images/SubmitComment.png) no-repeat;
}

.Form input.SubmitComment:hover { 
	background: url(images/SubmitComment.png) no-repeat 0 -24px; 
}

.Form input.SubmitCommentIE { 
	width: 182px; 
	height: 24px; 
	background: url(images/SubmitComment.png) no-repeat 0 -24px;
}

.FormCorner { 
	background: url(images/FormBkgCorner.gif) no-repeat left top; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	height: 19px; 
	width: 19px;
}

/* Buttons */

input.SubmitSearch { 
	width: 54px; 
	height: 24px; 
	background: url(images/search.png) no-repeat; 
	margin-top: 5px;
}

input.SubmitSearch:hover { 
	background: url(images/search.png) no-repeat 0 -24px; 
}

input.SubmitSearchIE { 
	width: 54px; 
	height: 24px; 
	background: url(images/search.png) no-repeat 0 -24px; 
	margin-top: 5px;
}

input.Submit { 
	width: 81px; 
	height: 24px; 
	background: url(images/submit.png) no-repeat; 
	margin-top: 5px;
}

input.Submit:hover { 
	background: url(images/submit.png) no-repeat 0 -24px; 
}

input.SubmitIE { 
	width: 81px; 
	height: 24px; 
	background: url(images/submit.png) no-repeat 0 -24px; 
	margin-top: 5px;
}

#sidebar2 li ul.wp-tag-cloud li {
        overflow: hidden;
	_width: 143px;
        padding: 0 0 1px 2px;
}

#neu {
	background: url(images/neu.png) no-repeat;
}

#extra {
	background: url(images/extra.gif) no-repeat;
}
