/*
Theme Name: MVE Theme
Description: Musikverein Template
Author: Christian Meier
Author URI: http://musikverein-essfeld.de
*/

html			{height: 100%;}
body			{color: #333; background-color: #e5e5e5; height: 100%;}

#wrapper		{width: 960px; height: 100%; margin: auto; text-align: left; background-color:#ffffff;}
#header			{height: 233px; padding: 0px;z-index:0;}
#main			{width: 710px; height: calc(100% - 333px); padding: 10px; margin: 20px 10px 10px 10px; float: left;background-color:#ffffff;clear:both; overflow: auto;}
#sidebar		{width: 150px; padding: 10px; padding-top: 20px; float: left;}
#footer			{clear: both; height: 10px; padding: 20px;color: #ddd;background-color:#7f7f7f;background:-moz-linear-gradient(center bottom , #666666, #7F7F7F);background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#7f7f7f));filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f7f7f', endColorstr='#666666');}


/*
Allgemeine Schriftformatierung
*/

body {
	font-family: arial,helvetica,tahoma,verdana,sans-serif;
}

h1 {
	font-size: 1.5em;
        color: #a10300;
	font-weight: bold;
 	margin: 1em 0 1.5em 0;
}
h2 {
	margin: 1.2em 0 0.75em;
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px dotted #aaaaaa;
}
h3 {
	font-size: 1.1em;
        color: #333333;
	font-weight: bold;
}
h4 {
	font-weight: bold;
}
a, a:active, a:visited {
        color: #a10300;
	text-decoration: underline;
}
a:hover {
	color: #222222;
}


/* Header-Menü */
.Imprint {
	float:right;
	position: relative;
	top: 10px;
	right: 10px;
	z-index:99;
}
.Imprint a, .Imprint a:hover, .Imprint a:visited {
	color: #ddd;
	text-decoration:none;
	font-weight:normal;
	text-shadow: 0px -1px 0px #555555;
}
.Imprint a:hover {
	text-decoration:underline;
}
	
.MenuImage {
	margin: 0; /* Außenabstand*/
	padding: 0px; /* Innenabstand*/
	height:212px;
	background: #a10300 url(files/Banner/mv-header.jpg) no-repeat;
}
.MenuImage-Blaeserklasse {
	margin: 0;
	padding: 0;
	height: 212px;
	background: #a10300 url(files/Banner/mv-header-blaeserklasse.jpg) no-repeat;
}
.MenuImage-DKB {
	margin: 0;
	padding: 0;
	height: 212px;
	background: #a10300 url(files/Banner/Banner_DKB.jpg) no-repeat;
}
.Menu {
	margin: -2px 0 0 0; /* Außenabstand*/
	padding: 0px; /* Innenabstand*/
	background: #7f7f7f;
    	background: -moz-linear-gradient(center bottom , #666666, #7F7F7F) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f7f7f', endColorstr='#666666');
    	height: 28px;
    	line-height: 1.5em;
}
.Menu ul {
	list-style: none; /* keine Aufzählungspunkte */
	margin: 0px; /* Außenabstand*/
	padding-left: 10px; /* Innenabstand - der Punkt an dem das Menü anfängt */
}
.Menu li {
	float: left; /* Menüeinträge werden nebeneinander dargestellt */
	position: relative;
	margin-left: 0px; /* Abstände zwischen den Menüeinträgen */
}
.Menu a { /* Darstellung der Menü-Links */
	display: block;
	text-decoration: none;
	font-weight: bold; /* Schrift wird fett dargestellt */
	color: #dddddd; /* Schriftfarbe des Links */
	/*background: #979797; *//* Hintergrundfarbe des Links */
	padding: 2px 8px 2px 8px; /* Innenabstände oben, rechts, unten, links */
	border-bottom: 0;
	border-left: 1px solid #808080;
        border-right: 1px solid #686868;
	line-height: 1.5em;
	text-shadow: 0px -1px 0px #555555;
}
.Menu li:hover a, .Menu li:active a  { /* Darstellung der Menü-Links beim Mouse-Over */
	color: #a10300; /* Schriftfarbe des Links */
	background: transparent; /* Hintergrundfarbe des Links */
	margin: 0px 0px -2px 0px;
}
.Menu li:first-child > a {
    border-left: medium none;
}
.Menu li:last-child > a {
    border-right: medium none;
}
.Menu .current_page_item a { /* Darstellung des aktuell ausgewählten Menüeintrags */
	color: #000000; /* Schriftfarbe des Links */
	background: transparent; /* Hintergrundfarbe des Links */
}

/* Sub-Menü (Sidebar) */
.SubMenu {
        margin: 20px 0px 0px 10px;
}
.SubMenu ul {
	margin: 0px; /* Außenabstand*/
	padding-left: 15px; /* Innenabstand - der Punkt an dem das Menü anfängt */
}
.SubMenu li {
	margin-bottom: 1px; /* Abstände zwischen den Menüeinträgen */
}
.SubMenu a { /* Darstellung der Menü-Links */
	display: block;
	text-decoration: none;
	font-weight: normal; /* Schrift wird normal dargestellt */
	color: #000000; /* Schriftfarbe des Links */
	padding: 2px; /* Innenabstände oben, rechts, unten, links */
	border-bottom: 0;
}
.SubMenu li:hover a { /* Darstellung der Menü-Links beim Mouse-Over */
	color: #000000;
	font-weight: bold; /* Schrift wird fett dargestellt */
}
.SubMenu .current_page_item a { /* Darstellung des aktuell ausgewählten Menüeintrags */
	color: #000000;
	font-weight: bold; /* Schrift wird fett dargestellt */
}
.SubMenu h2 { /* Überschrift Menüleiste */
	border: 0px;
	color: #a10300;
}

/* 
Sidebar Artikel
*/
.SidebarArtikel {
	margin: 0 0 20px 10px;
	font-size: 0.95em;
}

/* Wappen */
.Wappen {
        margin: 20px 0px 0px 10px;
}

/* Footer */
.footer-info {
	float: left; /*Infozeile links ausrichten */
	font-size: 0.9em;
}
.footer-info a {
	color: #ddd;
	text-decoration: none;
}
.footer-info a:hover {
	text-decoration: underline;
}
.Login {
	float: right; /* Anmelden bzw. Abmelden wird rechts dargestellt */
	font-size: 0.9em;
}

/* Links */
.Links ul {
	list-style: none; /* keine Aufzählungspunkte */
	margin: 0px; /* Außenabstand*/
	padding-left: 0px; /* Innenabstand - der Punkt an dem das Menü anfängt */
}
.Links li {
	margin-bottom: 1px; /* Abstände zwischen den Menüeinträgen */
}
.Links .linkcat {
	float: left;
	margin-right: 15px;
}

/* Termine */
.TerminTop {
	float: left;
	margin-right: 5px;
	font-size: 1.1em;
}
.TerminTitle {
	clear: left; /* float aus TerminTop beenden */
}
.TerminText {
	font-size: 1.2em;
}
.termin-datum, .termin-zeit {
	font-weight: bold;
	color: #a10300;
}

/* 
Tabellenformatierung 
*/
table, th, td {
    vertical-align: top;
}
tbody tr:nth-child(2n) td, tbody tr.even td {
    background: none repeat scroll 0 0 #fafafa;
}

/*
Listenformatierung
*/
ol {
    margin: 10px 0 10px 12px;
}
ol li {
    margin: 5px 0;
}
ol li ol { 		/*verschachtelte Liste, zweite Ebene */
    margin: 10px 0;
}
ol li ol li {
    margin: 0;
}


/*
Bilder im Content
*/
.alignright {
	float:right;
	margin: 0 0 20px 20px;
}
.alignleft {
	float:left;
}

/* GalleryOverview Seitentemplate */
.AlbumTitle {
	margin:  0 0 0 0;
	padding: 0 0 0 0;
}
.AlbumTitle h1 {
	margin: 0 0 0 0;
}
.GalleryTitle {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.GalleryDescription {
	margin-bottom: 25px;
}
/* Bildunterschriften */
.wp-caption-text {
	font-size:0.9em;
	font-style: italic;
	color: #999;
}