
@font-face {
	font-family: 'open_sansregular';
	src: url('fonts/open_sansregular-webfont.eot');
	src: url('fonts/open_sansregular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/open_sansregular-webfont.woff2') format('woff2'),
		url('fonts/open_sansregular-webfont.woff') format('woff'),
		url('fonts/open_sansregular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansbold';
	src: url('fonts/open_sansbold-webfont.eot');
	src: url('fonts/open_sansbold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/open_sansbold-webfont.woff2') format('woff2'),
		url('fonts/open_sansbold-webfont.woff') format('woff'),
		url('fonts/open_sansbold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sans_extraboldregular';
	src: url('fonts/open_sans_extraboldregular-webfont.eot');
	src: url('fonts/open_sans_extraboldregular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/open_sans_extraboldregular-webfont.woff2') format('woff2'),
		url('fonts/open_sans_extraboldregular-webfont.woff') format('woff'),
		url('fonts/open_sans_extraboldregular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Overall Settings for text colors, sizes and fonts */
body{
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
	color: #333;
}


/* Unvisited Links */
a:link {
	color: #333;
	text-decoration: underline;
}
/* Visited Links */
a:visited {
	color: #666;
}
/* Hover Links */
a:hover {
	color: #000;
}

/* Header Links (including main navigation) */
#header-section a:link,
#header-section a:visited	{
	color: #000;
	}

/* SubNav Link Color */
#subnav a	{
	color: #999;
}

/* Page Titles Color and Size */
h1	{
	color: #000;
	font-size: 250%;
}

/* Teaser Titles Color and Size */
h2 {
	color: #333;
	font-size: 200%;
}

/* Header Background Color */
#wrapper #header-section {

}

/* Site Name Color */
#site-name {
	color: #000;
}

/* Slogan Color */
#site-slogan	{
	color: #000;
}

/* Submitted Information in nodes and comments */
.submitted	{
	color: #999;
	font-size: .85em;
}


/* Node Links */
.node-links	,
.node-links	 a	{
	color: #999;
}

/* Footer Text */
#footer	{
	font-size: .9em;
	color: #999;
}

/* Footer Links */
#footer a:link,
#footer a:visited {
	color: #999;
}




/* mcenchore.com stylesheet */
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
.item-list ul li, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* additionaL RESET */
a {
	text-decoration: none;
	outline: 0;
}
a:hover, a:active, a:focus {
	outline: 0;
}
a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

.block ul, .item-list ul li{
	margin:0;
	padding:0;
}









/* real css */
.content{
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
}

#wrapper{
	width:100%;
	margin: 0px auto; 
}

#logo, #block-locale-0, #block-menu-primary-links { float:left; }

#site-name a:hover{
	text-decoration: none;
}

#block-menu-primary-links .menu li a.active{
	color: rgba(100, 100, 100, 0.74) !important;
}

/* header section */
#wrapper #header-section{
	margin-top: 20px;
	margin-left: 20px;
}

#site-name{
	width: 100%;
	float: left;
	clear: both;
	font-size:50px;
	font-family: "open_sansbold";
}

#block-menu-primary-links{
	float:left;
	margin-left: 230px;
	margin-top:20px;
}

#block-menu-primary-links .menu .leaf{
	list-style: none;
	font-family: "open_sansbold";
	font-weight: 400;
}

/* body section */
/*
#body-section{
	float:left;
	clear:both;
	margin-left: 550px;
}
*/

#node-9{
	left: 200px;
    position: relative;
    top: 8px;
    width: 600px;
}


#content-region{
	float:left;
	position: relative;
	top: -79px;
	left: 21px;
}


#node-16 .field-label{
	display:none;
}

#block-views-gallery-block_1{
	float: left;
/*
	margin-left: 750px;
	margin-top:-100px;
*/
	position: relative;
	top: 15px;
	left: 300px;
}

/* top header */

#wrapper #top-header-loading{
	position:absolute;
	height: 140px;
	float:left;
	background: none repeat scroll 0 0 #4E4643;
	width:1000px;
	visibility:visible;
	top:20px;
	z-index: 1000;
	text-align:center;
}

#wrapper #top-header-loading img{
	margin-top: 56px;
	height: 30px;
}

#wrapper #top-header{
	padding:0;
	height: 140px;
	float:left;
	background: none repeat scroll 0 0 #4E4643;
	margin-top: 20px;
	width:1000px;
	visibility:hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#block-views-gallery-block_1 ul, #block-views-gallery_video-block_1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#block-views-gallery-block_1 li, #block-views-gallery_video-block_1 li {
	float: left;
	padding: 0;
	margin-top: 7px;
	margin-right: 7px;
}
/*
#block-views-gallery-block_1 li:nth-of-type(6n+0), #block-views-gallery_video-block_1 li:nth-of-type(6n+0){
	clear:both;
}
*/

#block-views-gallery-block_1 .item-list{
	float: left;
    width: 321px;
}


#block-views-gallery-block_1 li img, #block-views-gallery_video-block_1 li img{
	cursor:pointer;
}

#btn_next span, #btn_prev span{
	text-indent:-9999px;
	display: block;
}


#mcs5_container .scrollUpBtn, #mcs5_container .scrollDownBtn{
	float:left;
	margin-top: 38px;
	display:block;
	height:23px;
	width:20px;
	margin-left:10px;
	margin-right:10px;
}

#mcs5_container .scrollUpBtn{
	background:url("images/arr-left.png") no-repeat scroll top right transparent;
}

#mcs5_container .scrollDownBtn{
	background:url("images/arr-right.png") no-repeat scroll top left transparent;
}

#mcs5_container .dragger{
	background:url("images/nose.png") no-repeat scroll top left transparent;
}

#mcs5_container .dragger_pressed{
	background:url("images/nose.png") no-repeat scroll top left transparent;
}

.clearfix {
	float: none;
	clear: both;
}


#big-one{
	display: none;
	/*
	position: absolute;
	top: 20px;
	left: -1204px;
	*/
	/*
	left: -904px;
	position: relative;
	text-align: center;
	top: 10px;
	*/

	position: absolute;
	left: -704px;
	top: -6px;

	text-align:center;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#big-one-image{
}

#big-one-image img{
	width:auto;
	margin:0 auto;
}

#big-one-title{
	/* background: none repeat scroll 0 0 #4E4643; */
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
	color:black;
	text-align:center;
	margin-top: 20px;

}

#big-one-close{
	cursor: pointer;
	background: transparent url("images/close_btn.png") no-repeat scroll left top;
	left: 20px;
	margin-top: -35px;
	min-height: 35px;
	position: relative;
	top: 45px;
}

/* video */
.video-thumb .src, .video-thumb .desc{ display:none; }




