/*  
Theme Name: Mondscheiner
Theme URI: http://www.mondscheiner.com/
Description: Theme der Band Mondscheiner.
Version: 0.1
Author: Roland Rust
Author URI: http://www.mondscheiner.com/

	based on
	Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	 
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* fuer unterschiedliche Kommentare*/

body {
	background: #000;
	margin:0;
	padding:0;
	height: 100%;
}

img {
	border: none;
}

#page {
	height: 100%;
	width: 1000px;
}

#thenews {
	height: 600px;
	 overflow-y:scroll;
	 overflow-x:auto;
	 padding-right: 10px;
}

#mondscheiner {
	margin-top: 38px;
	margin-left: 5px;
}

#header {
	margin-top: 22px;
	background: #CCC;
	height: 191px;
	width: 100%;
}

#logos {
	width: 142px;
	height: 100%;
	float: left;
}

#thelogos {
	display: none;
	position: absolute;
	bottom: 120px;
	width: 142px;
	height: 200px;
	text-align: right;
}

#thelogos ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#thelogos li {
	cursor: pointer;
}

#content {
	background: #FFFFFF;
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 1px;
	width: 548px;
	height: 100%; 
	float: left;
}

#right {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	padding-left: 14px;
	margin-top: 325px;
	width: 242px;
	height: 100%;
	float: left;
	color: #fff;
}

#right ul, #right li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#right #m_calendar, #right #m_calendar .ec3_list, #right #m_calendar .ec3_list a {
	color: #fff;
	text-decoration: none;
}

#m_calendar {
	width: 300px;
}

#pagenav {
	margin-top: 14px;
	padding-bottom: 8px;
	border-bottom: 4px solid #C92027;
}

#pagenav ul,#pagesubnav ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#pagenav ul li,#pagesubnav ul li {
	font-family: Arial, Helvetica, Sans-Serif;
	margin-right: 14px;
	text-transform: uppercase;
}
#pagenav ul li {
	display: inline;
}

#pagenav ul li a,#pagesubnav ul li a {
	text-decoration: none;
	font-size: 0.80em;
	color: #444;
}

#pagesubnav {
}

#pagesubnavwrapper {
	margin-top: 8px;
}

#m_newsletter {
}

.breadcrumb {
	margin-top:10px;
	font-size: 1em;
	text-transform: uppercase;
}

.post a, #postnav a {
	text-decoration: none;
	color: #444;
}

.post a:hover {
	color: #CCC;
}

.post, #postnav {
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.4em;
}
.post p {
	clear: both;
}

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

.post h2 {
	font-size: 1.1em;
	margin: 0;
	margin-top: 8px;
	text-transform: uppercase;
}

.postend {
	clear: both;
	width: 100%;
	border: none;
	height: 8px;
	margin: 0; 
	padding: 0;
	color: #FFFFFF;
	border-bottom: 1px solid #ccc;
}

.post .more-link {
	font-size: 1.2em;
	font-weight: bold;
	color: #C92027;
}

.commentform .comment, .commentform .submit  {
	border: 1px solid #ddd;
	background: #eee;
}

.commentform .comment  {
	width: 90%;
	height: 80px;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}

textarea {
	border: 1px solid #eee;
}

input[type="text"], input[type="submit"] {
	border: 1px solid #eee;
	background: #FFF;
}

input[type="text"] {
	padding: 3px;
}

input[type="submit"] {
	padding: 3px;
}

#newsletterFormDiv {
	width: 128px;
}

#newsletterFormDiv input[type=submit] {
	width: 106%;
}
#newsletterFormDiv input[type=text] {
	width: 100%;
}
#newsletterForm {
	margin: 0;
	padding: 0;
}

#postnav {
	width: 100%;
 	margin-top: 10px;
	color: #C92027;
}

#postnav #last {
	float: left;
}
#postnav #next {
	float:right;
}

.clear {
	clear:both;
}

#credit {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 0.9em;
}

#credit a {
	text-decoration: none;
	color: #fff;
}

#m_minishop {
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
	width: 140px;
	font-size: 1.3em;
	text-align: center;
}

.flashmovie {
	text-align: center;
}

.ec3_events li {
	border-top: 0px solid #fff;
	padding: 0;
	margin: 0;
}
.ec3_events li ul,
.ec3_events li ul li {
	display: inline;
}

/* braucht man immer*/
acronym, abbr, span.caps {
	cursor: help;
	}

