/*
 Theme Name: mn
  
 */
 
/*
Colors:

Red: #e6000a
Gray: #c3beb9
*/ 

html {
    height: 101%
}

body {
    background-color: #ffffff;
    width: 100%;
    overflow-x: hidden;
    margin: 0px;

}

a, a:visited {
    font-family: 'Times New Roman', Times, serif;
    text-decoration: none;
    color: #e6000a;
}

a, a:active {
    color: #e6000a;
}

a:hover {
    color: #c3beb9;
}

#menuinner .selected a {
	color: #c3beb9;
}

a {
	outline:none
}

h3 {
    font-family: Mari, Helvetica, Arial, serif;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
	text-transform: uppercase;
    color: #e6000a;
    margin: 0;
}

h4 {
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
	text-transform: uppercase;
    color: #e6000a;
    margin: 0;
}



h1 {
    font-family: Mari-Poster, Helvetica, Arial, serif;
    font-size: 60px;
    text-decoration: none;
    font-weight: normal;
    color: #e6000a;
    margin: 0;
    text-transform: uppercase;
}

#bgstuff h1 {
    font-family: Mari-Poster, Helvetica, Arial, serif;
    font-size: 160px;
    text-decoration: none;
    font-weight: normal;
    color: #e6000a;
    margin: 0;
    text-transform: uppercase;
	margin-top: 200px;
	margin-left: -300px;
	width: 600px;
}
#singleovers {
	position: fixed;
	top: 40px;
	left: 750px;
	z-index: 1999;
	padding: 10px;
	background-color: #ffffff;
	
	display: none;
	cursor: pointer;
}

#overs {
/*	position: absolute;*/
	z-index: 1998;
	width: 680px;
	padding: 0px 0px 0px 0px;	
	margin-top: 10px;
	margin-left: 100px;
	display: none;
}


p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #e6000a;
    line-height: 18px;
    margin: 10px 0 0 0;
}


.current_page_item a, .current_page_parent a {
    color: #c3beb9;
}

#wrap {
	width: 980px;
	background-color: #ffffff;
	margin: auto;
	height: 101%;
	margin-bottom: 300px;
}
.footerthing {
	
}


#logo {
    z-index: 4000;
    position: fixed;
    top: 31px;
    height: 62px;
	width: 980px;
	margin: auto;
}

#logoinner {
    background-image: url(/wp-content/uploads/mnc_logo_web-red.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    height: 62px;
    margin: auto;
    display: block;
}

/* #splash {
    background-image: url(/wp-content/uploads/mnc-popup-splash.png);
    background-repeat: no-repeat;
	top: 60px;
    width: 230px;
    height: 219px;
    display: block;
    z-index: 4000;
	position: fixed;
}
*/

#menu {
    z-index: 2001;
    position: fixed;
    top: 109px;
    width: 980px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
/*
#menuinner {
    padding: 2px 0px 2px 0px;
    margin: auto;
    background-color: #ffffff;
    display: block;
}


#menuinner li {
}
#menuinner li:first-child {
}

#menuinner li.page_item, .pagechildren li.page_item {
    float: left;
    list-style: none;
	position: 'relative';
	right: 50%;
}
*/
#menuinner {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}
#menuinner ul{
	list-style:none; 
	position:relative;
	left:50%;
}

#menuinner li{	
			float:left;position:relative;
			    background-color: #ffffff;

			}/* ie needs position:relative here*/

#menuinner a{
	text-transform: uppercase;
	text-decoration:none;
	margin: 2px 5px 2px 5px;
	float:left;
	color:#e6000a;
	padding: 2px 5px 2px 5px;
	text-align:center;
	white-space:nowrap;
}

#buttons a:hover{
}






DIV.hentry li.page_item,DIV.mentry li.page_item {
    font-family: Times, serif;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
	margin: 0px 5px 0px 0px;
    float: left;
    list-style: none;
	text-transform: uppercase;
	font-style: italic;	
}
DIV.hentry li.page_item:before,DIV.mentry li.page_item:before {
	content: ' / ';
	margin-left: 1px;
	color: #e6000a;
}
DIV.hentry li.page_item:first-child:before, DIV.mentry li.page_item:first-child:before {
	content: '';
	margin-left: 0px;
}

#menuinner a {
    font-family: Mari, Helvetica, Arial, serif;
    font-size: 13px;
    margin-right: 0px;
    padding: 3px 10px 1px 10px;
    text-align: center;
    height: 16px;
}


#underpage {
    background-image: url(/wp-content/uploads/);
    background-repeat: no-repeat;
    z-index: 10;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	display: none;
}

#bgstuff {
    z-index: 15;
    position: fixed;
	top: 200px;
	display: block;
/*	width: 100%;
	height: 100%;*/
	left: 0px;
	padding-top: -200px;
}
#bgstuff DIV {
	position: relative;
    background-repeat: no-repeat;
	width: 1300px;
	height: 700px;
}

DIV.hentry {
 /*   z-index: 30;
    width: 460px;
    left: 220px;
    */
    top: 120px;
    position: relative;
    padding: 35px;
}



.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

DIV.hentry.contact {
     top: 270px;
    left: 20px;
}

DIV.hentry.fairs {
     top: 170px;
    left: 50px;
    width: 500px;
}


DIV.hentry.collection, body.parent-pageid-3 #page {
    top: 170px;
    left: 250px;
    width: 640px;
    padding: 5px 0px 10px 10px;
}
body.parent-pageid-3 #page {
    top: 170px;
    left: 150px;
    width: 800px;
    padding: 5px 0px 10px 10px;
}
.collectioncard {
    margin: 0px;
    float: left;
    width: 150px;
    padding: 10px 10px 10px 0px ;
    background-color: #ffffff;
    height: 234px;
    text-align: center;
}

.collectioncard:first-child {
    padding: 10px 10px 10px 10px ;
}

.caption {
    text-align: center;
    color: #e6000a;
    font-family: Times, serif;
    font-size: 13px;
    line-height: 18px;
    margin: 8px 0 0;
    text-decoration: none;
    padding: 0px 15px 0px 15px;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border: none;
	display:block;
	margin:0px;
	padding:0px;
	position:relative;
}
.ngg-gallery-thumbnail {
	    margin: 0px;
		padding: 10px 0 0 10px; 
		background-color: #ffffff;
	
}
.ngg-galleryoverview {
 margin: 0px;	
}





DIV.hentry.press, body.parent-pageid-5 #page {
	position: relative;
     top: 80px;
    left: 40%;
    width: 50%;
    padding: 35px;
}
DIV.hentry.press .pagechildren, body.parent-pageid-5 DIV.hentry.press .pagechildren {
	width: 120px;
	margin-top: 25px;
		float: left;

}
DIV.hentry.press .entry, body.parent-pageid-5 DIV.hentry.press .entry {
	margin-left: 5%;
	width: 340px;
	margin-top: 25px;
	float: left;
}
DIV.hentry.press .entry h1 {
	display: none;
	
}

DIV.hentry.press .entry p, body.parent-pageid-5 DIV.hentry.press .entry p {
	margin:0;
}
DIV.hentry.press .entry img, body.parent-pageid-5 DIV.hentry.press .entry img {
	padding: 10px;
	margin: 0px;
	
	margin:0;
}

DIV.hentry.press h4, body.parent-pageid-5 DIV.hentry.press h4 {
	margin: 0;
	font-size: 14px;
    font-family: Times, serif;
    line-height: 18px;
    text-decoration: none;
    color: #e6000a;
	font-weight: normal;
    line-height: 18px;
	font-style: italic;
}

.picca {
	cursor: pointer;
	border: 10px solid #c3beb9;margin: 0px;width: 300px; height: 270px; text-align: center; display: none;
}
.picca h5 {
    font-family: Times, serif;
    font-size: 28px;
	font-style: italic;
	color: #c3beb9;
	margin-top: 30%;
}


.pagechildren {
    margin: 3px 0px 0px 0px;
}

DIV.entry {
    margin-top: 10px;
}

DIV.entry h1 {
    font-family: Mari-Poster, Helvetica, Arial, serif;
    font-size: 70px;
    text-decoration: none;
    font-weight: normal;
    color: #e6000a;
    margin: 0px 0px 0px -4px;
    text-transform: uppercase;
}
DIV.entry a {
	border-bottom: 1px dotted #e6000a;
		
}

DIV.entry a:hover {
	border-bottom: 1px dotted #c3beb9;
		
}


.subentry {
    /*overflow: scroll;*/
}

img {
    border: none;
}




div#shShutter {
	z-index: 2100;
	
}
div#shDisplay {
	z-index: 2101;
	
}

#ytPlayerPreviews {margin-top:20px;margin-left: 402px;}
#ytPlayerPreviews .pic {background-position: -100px center; width: 300px; height: 220px; overflow: hidden; margin: 0px 0px 10px 0px;   }
#ytPlayerPreviews .pic img { width: 400px; margin-top: -40px; margin-left: -100px;  }

.pic p {
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	margin-top: 30%;
	font-size: 14px;
    font-family: Times, serif;
    line-height: 18px;
	font-weight: normal;
	color: #ffffff;
} 
#ytPlayerPreviews .pic {
	cursor: pointer;
}
#ytPlayerPreviews .pic p {
	display: none;	
}
#ytPlayerPreviews .pic.hover p {
	display: block;	
}
#ytPlayerMeta {
	position: relative;
	text-transform: uppercase;
	font-style: italic;
	font-size: 14px;
    font-family: Times, serif;
    line-height: 18px;
	font-weight: normal;
	color: #ffffff;
	margin-left: 20px;
	margin-top: -85px;
	padding : 10px;
	width : 360px;
	height : 20px;
	z-index: 401;
	opacity: 0.7;
/*	background-color : #000000;*/

}

#ytControls {
	position: relative;
	z-index: 400;
	margin-top: -50px;

/*	background: url(/wp-content/themes/mn/player/bg.png); */
/*	background-color: #000000;*/
	width: 100%;
	height: 50px;	
	display: none;
}

#ytControls .ele {
	float: left;
	background-color: #000000;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	opacity: 0.5;
}
#ytControls .ele.hover {
	opacity: 1;
}

#ytPlay.ele {
	cursor: pointer;
	margin-left: 20px;
	background: url(/wp-content/themes/mn/player/play_out.png) no-repeat center center #000; 
}
#ytPlay.ele.hover {
	background: url(/wp-content/themes/mn/player/play_over.png) no-repeat center center #000; 
}

#ytStop.ele {
	cursor: pointer;
	background: url(/wp-content/themes/mn/player/stop_out.png) no-repeat center center #000; 
}
#ytStop.ele.hover {
	background: url(/wp-content/themes/mn/player/stop_over.png) no-repeat center center #000; 
}


#ytCount.ele {
	display: none;
	width: 50px;
}
#ytBar.ele {
	width: 340px;
	display: none;
}
#ytRemain.ele {
	display: none;
}
#ytMute.ele {
	cursor: pointer;
	background: url(/wp-content/themes/mn/player/sound_off.png) no-repeat center center #000; 
}

#ytVolume.ele {
	display: none;
}

#ytFullscreen.ele {
	cursor: pointer;
	background: url(/wp-content/themes/mn/player/fullscreen_off.png) no-repeat center center #000; 
 
 }
#ytFullscreen.ele.hover {
	background: url(/wp-content/themes/mn/player/fullscreen_on.png) no-repeat center center #000; 
 
 } 
#ytLink {
	float: right; 
	cursor: pointer;
	width: 100px;
	height: 55px;
/*	background-color: #df00df;	
	opacity: 0.1;*/
}


#singleovers img { height: 600px; }
#singleovers {height: 600px; }

.navibuts {
	position: relative; z-index: 100; margin-top: -350px; 
	font-family: Times;
	font-size: 12px;
	color: #e6000a;
}
.nextbut {
	float: right;
	width: 40px;
	height: 40px;
	text-align: right;
	right: 0px;
	padding-right: 10px;
}
.prevbut {
	padding-left: 10px;
	float: left;
	width: 40px;
	height: 40px;
	left: 0px;
}
.butti {
	cursor: pointer;
		font-size: 18px;

}
.butti.hover {
	color: #c3beb9;	
}
.butti.hover {
	color: #c3beb9;	
}

.navidesc {
	position: relative;
	bottom: 0px;
	height: 90px;
	width: 320px;
	margin-top: 260px;
	background-color: #ffffff;
	color: #e6000a;
}
.navidesctitle {
	font-style: italic;
	padding-top: 10px;
	margin: 10px 10px 0px 10px;
	font-size: 14px;
	text-transform: capitalize;
}
.navidesctext {
	font-size: 12px;
	margin: 5px 10px 00px 10px;
}



DIV.contact h1 {
	
display: none;	
	
}


.csvtable {
    font-family: Times, serif;
    font-size: 14px;
    text-decoration: none;
    color: #e6000a;
}
.csvtable tr td:first-child {
	text-transform: uppercase;

}



#testa-th-0 {
	width: 200px;
}


#post-122 {
    padding: 35px;
	position: relative;
}
.blogentry {
	
	margin-bottom: 20px;
}

#blogcontent {
	padding: 25px 50px;
}

#blogcontent .blogentry {
	font-family: Times, serif;
	font-size: 14px;
	margin-top: 25px;
	}
#blogcontent .blogentry h3 {
    text-align: center;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}	
#blogcontent .blogentry h4 {
    text-align: center;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}	


.meta {
	display: none;
	text-align: center;
	font-size: 10px;
	margin-bottom: 40px;
	margin-top: 20px;
	color: #e6000a;
}
#blogcontent .blogentry .meta {
	display: block;
	
}
#blogcontent .blogentry:before {
	content: ' ';
	}

#blogcontent .blogentry:first-child:before {
	content: '';
	}

#blogcontent .navi {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    color: #e6000a;
    line-height: 14px;
    margin: 10px 0 20px 0 ;
}
#blogcontent .navis {
	float: left; width: 40%; text-align: center;
}
#blogcontent .navib {
	float: right; width: 30%; text-align: right;
	
}
#blogcontent .blog_next {
	float: left; text-align: left;
	cursor:pointer;
}
#blogcontent .blog_next {
	cursor:pointer;
}
#blogcontent .blog_a {
	float: left; text-align: left;
}
.shareable {
	color: #e6000a;
	cursor: pointer;
}


#blogcontent .hover {
	color: #c3beb9;
}


#sharer div {
	cursor: pointer;
	margin: 5px;
	
}

#categoryselector {
	margin-top: 3px;
	
}

li.selected a {
/*	border-bottom: 1px solid #333333;*/
color: #c3beb9;

}



body  {
	overflow-y: scroll;
	overflow-x: hidden;


}
