@charset "UTF-8";

/*
Theme Name: Kunstverein Schwerin
Theme URI: http://seitenmanufaktur.info/referenz/kunstverein_schwerin
Description: Theme für den Kunstverein Schwerin.
Version: 1.0
Author: Michael Milz

*/

* {
	font-family: Verdana, Helvetica, sans-serif;
}

a {
	outline: none;
}

a img {
	border: none;
}




html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}


#contentWrapper {
	min-height: 100%;
	position: relative;
}

#header {
	border-top: 4px solid #000;
	text-align: center;
}

#topnav {
	margin: 0 auto;
	text-align: left;
	font-size: 0.95em;
}

#topnavMenu {
	margin: 0 0 0 35%;
	padding: 5px 10px 5px 0;
	background: #D8E606;
	list-style-type: none;
}

#topnavMenu li {
	display: inline;
	padding: 5px 7px;
}

#topnavMenu li a {
	text-decoration: none;
	/* color: #fff; */
	color: #000;
}

#topnavMenu li.current-cat,
#topnavMenu li.current-cat-parent,
#topnavMenu li.current_page_item,
#topnavMenu li.current_page_parent {
	background: #fff;
}

#topnavMenu li.current-cat a,
#topnavMenu li.current-cat-parent a,
#topnavMenu li.current_page_item a,
#topnavMenu li.current_page_parent a {
	color: #000;
}







#teaserLeftWrapper {
	width: 34.5%;
	float: left;
	text-align: right;
}

#teaserLeft {
	width: 300px;
	float: right;
	margin: 0 23px 0 0;
	text-align: left;
}


#teaserRightWrapper {
	width: 65%;
	float: right;
}

#teaserRight {
	width: 650px;
	float: left;
}










#nav_main {
	margin: 0 0 45px 0;
}

#navMenu {
	margin: 20px 0 0 35%;
	padding: 5px 10px 5px 0;
	background: #fff;
	list-style-type: none;
}

#navMenu li {
	display: inline;
	padding: 5px 15px 5px 0;
	font-size: 1.3em;
}

#navMenu li a {
	text-decoration: none;
	color: #000;
}

#navMenu li:after {
	/* content:" // "; */
}

#navMenu li.current-cat,
#navMenu li.current_page_item,
#navMenu li.current_page_parent {
	background: #fff;
}

#navMenu li.current-cat a,
#navMenu li.current_page_item a,
#navMenu li.current_page_parent a {
	color: #D8E606;
}



#main {
	padding-bottom: 5em;   /* Height of the footer */
}



#content {
	margin-bottom: 2em;
}

#content .divider {
	border-bottom: solid #fff 47px;
}




.postImageWrapper {
	width: 34.5%;
	float: left;
	text-align: right;
}

.postImage {
	width: 300px;
	border-top: 2px solid #D8E606;
	padding-top: 11px;
	margin: 0 23px 0 0;
	float: right;
}





.postPostWrapper {
	width: 65%;
	float: right;
}

.postPost {
	width: 650px;
	float: left;
}

.postPost h3 {
	font-size: 1.4em;
	font-weight: normal; 
	margin: 0 0 0.75em 0;	
	line-height: 130%;
}

.postPost h3 a {
	background: #000;
	color: #fff;
	padding: 2px 45px 3px 10px;
	text-decoration: none;
}

.postPost .entry {
	line-height: 145%;
	font-size: 95%;
}

.postPost .entry {
	
}

.entry h2 {
	font-size: 1.4em;
	font-weight: normal;	
	line-height: 130%;
	margin: 1.5em 0 0.75em 0;
}

.entry h3 {
	font-size: 1.25em;
	font-weight:normal;	
	line-height: 125%;
	margin: 1em 0 0.5em 0;
}

.entry h4 {
	font-size: 1.2em;
	font-weight: normal;	
	line-height: 120%;
	margin: 0.5em 0 0.5em 0;
}



a.more-link {
	display: block;
	font-weight: bold;
	color: black;
	text-decoration: none;
	background: url(images/bg-more_link.gif) center left no-repeat;
	padding-left: 23px;
	margin-top: 0.5em;
}



.navigationWrapper {
	margin: 0 0 1.5em 0;
}

.navigationLeft {
	width: 34.5%;
	float: left;
	text-align: right;
}

.navigationLeft .alignleft {
	width: 300px;
	padding-top: 2px;
	margin: 0 23px 0 0;
	float: right;
	text-align: left;
}

.navigationRight {
	width: 65%;
	float: right;
}

.navigationRight .alignright {
	width: 650px;
	float: left;
	padding-top: 2px;
	text-align: right;
}

.navigationWrapper a {
	/* display: block; */
	font-weight: bold;
	color: black;
	text-decoration: none;
	background: url(images/bg-more_link.gif) center left no-repeat;
	padding-left: 23px;
	margin-top: 0.5em;
}








#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height: 5em;   /* Height of the footer */
	background:#fff;
	border-bottom: 30px solid #000;
}


#footer ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
}

#footer ul li {
	float: left;
	padding-left: 5px;
	margin-right: 25px;
	padding-bottom: 3px;
}

#footer a {
	display: block;
	padding-left: 20px;
	text-decoration: none;
	color: black;
	font-size: 90%;
	background: url(images/link-black-right.gif) left center no-repeat;
}



#footerLeftWrapper {
	width: 34.5%;
	float: left;
	text-align: right;
}

#footerLeft {
	width: 300px;
	border-top: 2px solid #D8E606;
	padding-top: 2px;
	margin: 0 23px 0 0;
	float: right;
	text-align: left;
	background: url(images/bg-footer.gif) top repeat-x;
}

#footerLeft ul {
	
}

#footerLeft a.topLink {
	background: url(images/link-top.gif) left center no-repeat;
}



#footerRightWrapper {
	width: 65%;
	float: right;
}

#footerRight {
	width: 650px;
	float: left;
	border-top: 2px solid #000;
	padding-top: 2px;
	background: url(images/bg-footer.gif) top repeat-x;
}







.hideme,
.skip {
	display: none;
}

.clear {
	clear: both;
}
