@font-face {
    font-family: 'BlenderBook';
    src: url('../fonts/web/blender-book-webfont.eot');
    src: local('â˜º'), url('../fonts/web/blender-book-webfont.woff') format('woff'), url('../fonts/web/blender-book-webfont.ttf') format('truetype'), url('../fonts/web/blender-book-webfont.svg#webfontYcJ7uMFI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mkmMedium';
    src: url('../fonts/web/mkmmed-webfont.eot');
    src: local('â˜º'), url('../fonts/web/mkmmed-webfont.woff') format('woff'), url('../fonts/web/mkmmed-webfont.ttf') format('truetype'), url('../fonts/web/mkmmed-webfont.svg#webfont9GbPvF0X') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BlenderMedium';
    src: url('../fonts/web/blender-medium-webfont.eot');
    src: local('â˜º'), url('../fonts/web/blender-medium-webfont.woff') format('woff'), url('../fonts/web/blender-medium-webfont.ttf') format('truetype'), url('../fonts/web/blender-medium-webfont.svg#webfontWPncFPVF') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BlenderBold';
    src: url('../fonts/web/blender-bold-webfont.eot');
    src: local('â˜º'), url('../fonts/web/blender-bold-webfont.woff') format('woff'), url('../fonts/web/blender-bold-webfont.ttf') format('truetype'), url('../fonts/web/blender-bold-webfont.svg#webfontGzCPiwJZ') format('svg');
    font-weight: normal;
    font-style: normal;
}
.blenderMedium {
    font-family: 'BlenderMedium', sans-serif;
    font-size-adjust: 0.43;
}
.blenderBold {
    font-family: 'BlenderBold', sans-serif;
    font-size-adjust: 0.43;
}
.blenderBook {
	font-family: 'BlenderBook', sans-serif;
	font-size-adjust: 0.43;
}
ul, ol, li, dd, dt, body, h1, h2, h3, h4, h5, h6, p, td, tr {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Georgia', Verdana, sans-serif;
    color: #000000;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 12pt;
}
#backgroungImage {
	position: fixed; 
	top: 0px; 
	left: 0px;
	z-index: -1; 
	overflow: hidden;
}
#wrap {
    position: relative;
    width: 1020px;
    margin-left: 66px;
}
#head {
    height: 25px;
    margin: 20px 0;
}
#head ul { 
    list-style: none outside none;
    position: fixed;
    left: 842px;
}
#head ul li {
    float: left;
    margin: 0 5px 0 40px;
}
#head ul li a {
    font-family: Arial;
    font-size: 8pt;
    line-height: 10pt;
    color: #FFFFFF;
    text-decoration: none;
}
#head ul li a:hover {
    text-decoration: underline;
}
#logo {
    background: transparent url(../img/mk_logo.png) no-repeat scroll left top;
    width: 600px;
    height: 30px;
}
#logo a {
	text-indent: -9999px;
	display: block;
	height: 30px;
	ouline: 0;
}
#contentFrame {
    position: relative;
}
#subNavigation {
    position: fixed;
    width: 140px;
    left: 40px;
    top: 200px;
    list-style: none outside none;
}
    #subNavigation li {
        text-align: right;
        margin: 8px 0;
    }
    #subNavigation li a {
    	font-style: italic;
        color: #FFFFFF;
        text-decoration: none;
    }
    #subNavigation li a:hover, #subNavigation li a.active {
        color: #8CC63F;
    }

#mainNavigation {
    position: fixed;
    width: 105px;
    left: 195px;
    top: 155px;
    list-style: none outside none;
}
    #mainNavigation li {
        text-align: left;
        margin: 8px 0;
    }
    #mainNavigation li a {
        color: #FFFFFF;
        text-decoration: none;
        font-family: 'BlenderBook', sans-serif;
	font-size-adjust: 0.43;
	font-size: 12pt;
    }
    #mainNavigation li a:hover {
        color: #8CC63F;
    }
    #mainNavigation li a.active {
    	color: #8cc63f;
    	font-family: 'mkmMedium', sans-serif;
	font-size-adjust: 0.43;
    }
#headingBox {
         position: absolute;
         left: 360px;
         top: 96px;
}
#headingBox h1 {
	color: #8CC63F;
	font-size: 50pt;
	line-height: 40pt;
	text-transform: uppercase;
	font-family: 'BlenderBold', sans-serif;
	font-size-adjust: 0.43;
}
#headingBox h2 {
	color: #FFFFFF;
	font-size: 13pt;
	line-height: 14pt;
	font-family: 'BlenderMedium', sans-serif;
	font-size-adjust: 0.43;
	position: relative;
	left: 3px;
}
#sideBarRight {
	background: transparent url(../img/bg_content.png) repeat scroll left top;
	width: 190px;
	position: relative;
	padding: 10px;
	top: 175px;
	left: 360px;
	float: left;
}
#sideBarLeft {
	background:url("../img/bg_content.png") repeat scroll left top transparent;
	padding: 5px;
	position: absolute;
	width: 195px;
	top: 250px;
	left: 130px;
}
#sideBarLeft h3, #sideBarRight h3 {
	font-family: 'BlenderBook', sans-serif;
	font-size-adjust: 0.43;
	font-size: 14pt;
}
#festivalBox {
	height:200px;
	overflow:hidden;
	position:absolute;
	left: 820px;
	top:-58px;
	width:190px;
}
#festivalBox a img {
	border: 0px;
}
#content {
    background: transparent url(../img/bg_content.png) repeat scroll left top;
    width: 429px;
    padding: 13px;
    position: relative;
    left: 350px;
    top: 175px;
    float: left;
    min-height: 236px;
}
#content h2 {
    font-size: 10pt;
    text-align: right;
    font-weight: bold;
}
#content h1 {
	font-size: 18pt;
	text-align: right;
}
#content a,  #sideBarRight a {
	color: #000000;
	text-decoration: underline;
}
#sideBarLeft a {
	color: #000000;
	text-decoration: none;
}
#content a:hover, #sideBarLeft a:hover, #sideBarRight a:hover {
	color: #8CC63F;
	text-decoration: none;
}
#content a img, #sideBarLeft a img, #sideBarRight a img {
	border: 0;
}
#content .newsSingle .date, #content .newsListItem .date {
	text-align: right;
}
#content ul {
	margin-left: 20px;
}
#content ul ul {
	margin-left: 20px;
}

/* CALENDAR */
.list-event p a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.list-event p a:hover {
	text-decoration: none;
}
#calendar-event .dateTimeLocation {
	font-size: 11pt;	
}
#calendar-event .title {
	font-weight: bold;
	font-size: 11pt;
	background-image: none;
	padding: 0;
}
#calendar-event .textLong {
	margin-top: 10px;
}
#calendar-event .image {
	background: transparent url(../img/bg_content.png) repeat scroll left top;
	position: absolute;
	width: 160px;
	padding: 5px;
	top: 100px;
	left: -182px;
}
#calendar-event-backlink {
	margin-top: 10px;
}
form fieldset {
	border: 0;
	margin: 10px 0 0;
	padding: 0;
	
}
form label {
	width: 100px;
	position: absolute;
	line-height: 20pt;
	border: 0;
}
form input {
	background-color: #8CC63F;
	padding: 3px;
	color: #000000;
	width: 328px;
	border: 0;
	margin:5px 0 5px 100px;
}
form input:focus {
	border: 1px dashed #FFFFFF;
	padding: 2px;
}
form input[type=submit] {
	width: 100px;
}
form input[type=submit]:hover {
	color: #FFFFFF;
	cursor: pointer;
}
form textarea {
	background-color: #8CC63F;
	padding: 3px;
	color: #000000;
	width: 328px;
	height: 130px;
	border: 0;
	margin:5px 0 5px 100px;
}
form textarea:focus {
	border: 1px dashed #FFFFFF;
	padding: 2px;
}
form select {
	background-color: #8CC63F;
	padding: 3px;
	border: 0;
	color: #000000;
	margin:5px 0 5px 100px;
	width: 328px;
}
form select:focus {
	padding: 2px;
	border: 1px dashed #FFFFFF;
}
#logoNnm {
	background: transparent url(../img/logo_nnm_30.png) no-repeat scroll left top;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -25px;
	left: 990px;
	clear: both;
}
#sponsorBox {
	position: relative;
	bottom: -260px;
	width: 900px;
	clear: both;
}
#sponsorBox div {
	margin: 0 20px;
}
#sponsorBox p {
	font-size: 9pt;
	color: #FFFFFF;
}
#sponsorBox a img {
	outline: 0;
	border: 0;
}
.newsListItem {
	margin-bottom: 10px;	
}
.newsListItem h1 {
	font-size: 10pt !important;
	font-weight: bold !important;	
	text-align: left !important;
}
.newsListItem h2 {
	font-size: 10pt !important;
	font-weight: normal !important;
	text-align: left !important;
}
.newsSingle h1 {
	font-size: 16pt !important;
	font-weight: normal!important;	
	text-align: left !important;
}
.newsSingle h2 {
	font-size: 10pt !important;
	font-weight: bold !important;
	text-align: left !important;
}
