/*
/*
Theme Name: Ncome Museum Theme
Theme URI: http://www.templecreative.com
Description: The official theme for the Ncome Museum 
Version: 1.0
Author: Temple Creative
Author URI: http://www.templecreative.com
*/




/* basics */

@font-face {
	font-family: 'DaxlinePro Black';
	src: url('fonts/DaxlinePro-Black.eot');
	src: local('DaxlinePro Black'), local('DaxlinePro-Black'), url('fonts/DaxlinePro-Black.woff') format('woff'), url('fonts/DaxlinePro-Black.otf') format('opentype'), url('fonts/DaxlinePro-Black.svg#DaxlinePro-Black') format('svg');
}

*{margin:0; padding:0;}

html, body {
	background-image: url('images/bg-clouds.png');
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}
	
h1 {font-family:'DaxlinePro Black',Arial,sans-serif; font-size: 26px; margin-bottom: 11px; 	text-transform: uppercase; color: #a03523;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

	
/* Tools */

.superemphasis {
	font-weight: bold;
	font-size: 14px !important;
}

.text-yellow {
	color: #f3c078;
}
.text-red {
	color: #a03523;
}
.float-left {
	float: left;
}
.bold {
	font-weight: bold;
}
a.back-btn, div.back-btn {
	display:block;
	margin-bottom:11px;
}

/* Fancy Box */
div#fancy_outer {
	z-index:10000 !important;
}
div#fancy_overlay {
	z-index:10000 !important;
}

/* links */

a{
	color:#1c80c3;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */

#container {
	width: 960px;
	margin: auto;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	clear: both;
	min-height: 100%;	
	height: 100%;
	height: auto !important;
	margin-bottom: -79px;
	}
	
/* header */

#header {
	background-image:url(images/bg-header.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:174px;
	margin:0 auto;
	position:relative;
	width:859px;
}
	#header .logo-primary {
		float:left;
		height:131px;
		left:6px;
		position:relative;
		top:15px;
		width:204px;
	}
	#header .sitebtn {
		position: absolute;
		bottom: 0px;
		width: 377px;
		height: 44px;
		left: 281px;
	}
	#header .sitebtn-primary {
		height:93px;
		left:204px;
		position:absolute;
		top:20px;
		width:186px;
	}
		#header .sitebtn-primary a {
			background-image:url(images/sitebtn-right-off.png);
			background-repeat: no-repeat;
			color:#BDBDBD;
			display:block;
			font-family:'DaxlinePro Black',Arial,sans-serif;
			font-size:14px;
			height:54px;
			padding-top:6px;
			text-align:center;
			text-shadow:1px 1px 0 #FFFFFF;
			width:186px;
		}
		#header .sitebtn-primary a:hover {
			text-decoration: none;
			color: #2677bc;
		}
	#header .logo-secondary {
		height:87px;
		position:absolute;
		right:11px;
		top:62px;
		width:163px;
	}
	#header #bouncy02 {
		height:60px;
		left:282px;
		top:100px;
		position:absolute;
		width:185px;
	}
	#header .sitebtn-secondary {
		position: absolute;
		top: 83px;
		left: 473px;
		width: 185px
	}	
		#header .sitebtn-secondary a {
			background-image:url(images/sitebtn-right-on.png);
			color:#FFFFFF;
			display:block;
			font-family:'DaxlinePro Black',Arial,sans-serif;
			font-size:14px;
			height:54px;
			padding-top:6px;
			text-align:center;
			text-shadow:0 0 3px #FF0000;
			width:185px;
		}
			#header .sitebtn-secondary a:hover {
				text-decoration: none;
				
			}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* Dropdown Menu */
#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:100%;}
#dropmenu a {display:block; padding:0.25em 1em; text-decoration:none;}
#dropmenu a:hover {}
#dropmenu li {float:left; position:relative;}
#dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px;}
#dropmenu ul a {}
#dropmenu li ul {width:14.1em;}
#dropmenu li ul a {width:12em; height:auto; float:left;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}	


/* main menu */


#menu {
	background-repeat: no-repeat;
	width:894px; 
	height: 40px;
	margin:auto auto 10px;
	color: #FFFFFF;
	font-size: 12px;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin:7px 0 0;
	padding: 0;
}
	#menu ul li ul {
		margin-top: 7px;
	}
		#menu ul li ul li {
			margin-top: 0px;
		}
			#menu ul li ul li a {
				padding-bottom: 4px;
			}
			#menu ul li ul li img.page_icon, #menu ul li ul li img.category_icon {
				padding-right: 3px;
				padding-left: 0px;
			}
#menu ul li.homebutton {
	margin-left:6px;
	margin-top:6px;
}

#menu ul li a {
	padding:4px 10px 17px;
	padding-bottom: 17px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	text-decoration: none;
	text-shadow:0 0 3px #000000;
}



/* content */


#content {
	float: left;
	width:558px;
	overflow: hidden;
	margin:0 14px 79px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h1{
	font-family:'DaxlinePro Black',Arial,sans-serif;
	font-size: 26px;
	margin-bottom: 11px;
	text-transform: uppercase;
}
	
.post h2{
	font-family:'DaxlinePro Black',Arial,sans-serif;
	font-size: 20px;
	color: #e8850f;	
	margin-bottom:4px;
	text-transform: uppercase;
}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post h3 {
	font-size: 14px;
	line-height: 15px;
	font-family:'DaxlinePro Black',Arial,sans-serif;
	color: #A03523;
	margin:6px 0;
}
.post ul {margin-left:18px;}

.post li {}

.entry {
	margin-top:15px;
	padding-left:12px;
}
.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

/* POST LISTINGS - TIER 1 */
.listing {
	background-color:#E9E3DA;
	display:block !important;
	float:left;
	list-style-type:none;
	margin:6px;
	padding:10px;
	width:508px !important;
}
	.listing img {
		float:left;
		margin-right:9px;
		border: solid 6px #FFFFFF;
	}
	.listing img.building-thumbnail-image {
		width: 88px;
		height: 88px;
	}
	.listing .excerpt {
		display:block !important;
		float:left;
		width:393px;
	}
	.listing .fullexcerpt {
		display:block !important;
		width:506px;
		float: left;
	}
	.listing h3 {
		color:#A72412;
		font-family:'DaxlinePro Black',Arial,sans-serif;
		font-size:16px;
		margin-bottom:-4px !important;
		margin-top:5px;
		text-transform:uppercase;
	}
	.listing .read-more {
		font-family:'DaxlinePro Black',Arial,sans-serif;
		font-size:14px;
		margin-bottom:0;
	}
		.listing .read-more a {
			background-image:url(images/bg-readmore.png);
			background-position:right center;
			background-repeat:no-repeat;
			display:block;
			float:right;
			padding-right:23px;
			padding-top:2px;
			text-align:right;
			width:93px;
		}
.dept-listings .listing .read-more a, .whats-happening .listing .read-more a {
	width:157px;
}


/* POST DETAIL - TIER 2 */
img.building-main-image {
	border: solid 3px #671105;
	margin: auto auto 10px;
}
img.collection-main-image {
	border: solid 3px #671105;
	margin: auto auto 10px;
}
img.exhibit-main-image {
	border: solid 3px #671105;
	margin: auto auto 10px;
}
img.dept-main-image {
	border: solid 3px #671105;
	margin: auto auto 10px;
}


/* HOMEPAGE SLIDESHOW */
.panel-overlay h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
		
/* TABBED CONTENT */

/* Contains the entire tabbed section */
.tabbed {
	}
.tabbed .tabbed-container {
	border:1px solid #CCCCCC;
	display:block !important;
	padding:9px 5px 5px;
	width:534px;
	margin-top:-1px;
}
/* List of tabs */.tabbed ul.tabs {
	float: left;
	display: inline;
	width: 100%;
	margin: 0;
	padding: 0;
	}
.tabbed ul.tabs li {
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:1px 1px 0;
	padding:0;
	}
.tabbed ul.tabs li a {
	overflow: hidden;
	display: block;
	margin: 0 2px 0 0;
	padding: 10px 12px;
	background-image: url('images/bg-tab-normal.png');
	background-repeat: no-repeat;
	width:160px;
	font-family:'DaxlinePro Black',Arial,sans-serif;
	font-size: 14px;
	text-align: center;
	color:#BDBDBD;
	text-shadow:1px 1px 0 #FFFFFF;
	}
.tabbed ul.tabs li a:hover {
	cursor: pointer;
	text-decoration: none;
	color:#2677BC;
	}

/* The current selected tab */
.tabbed ul.tabs li a.tab-current {
	background-image: url('images/bg-tab-on.png');
	background-repeat: no-repeat;
	color:#2677BC;
	text-shadow: 1px 1px 0 #DDDDDD;
	}

/* The content shown when a tab is selected */
.tabbed div {
	float: left;
	display: block;
	width: 100%;
	}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.tabbed div.t2, .tabbed div.t3, .tabbed div.t4 {
	display: none;
	}

/* Content for inside your tabs' divs */
.tabbed div ul {
	}
.tabbed div p {
	}
.tabbed div div {
	}		
		
		
/* INDIVIDUAL PAGE CUSTOMIZATIONS */

/* Contact Details */
.contact-details {
	clear: both;
	margin-bottom:10px;
	float:left;
}
.contact-box {
	background-color:#E9E3DA;
	float:left;
	height:109px;
	margin:3px;
	padding:8px;
	width:251px;
}

/* What's Happening */
.whats-happening .listing {
	margin-left: 0px !important;
	width: auto !important;
}
	.whats-happening .listing h3 {
		margin-bottom:2px !important;
	}
.ec3_schedule {
	float:left;
	margin:2px 7px 7px 0;
	padding:5px;
	background-color: #A03523;
}
	.ec3_schedule .ec3_start {
		font-size: 14px;
		font-family:'DaxlinePro Black',Arial,sans-serif;
		color: #FFFFFF;
		text-align: center;
	}
	.ec3_schedule .ec3_to {
		font-size: 14px;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}
	.ec3_schedule .ec3_end {
		font-size: 14px;
		font-family:'DaxlinePro Black',Arial,sans-serif;
		color: #FFFFFF;
		text-align: center;
	}

/* sidebar */

#sidebar {
	font-size:8pt;
	width:317px;
	float:left;
	margin:0 0 0 33px;
	padding: 0;

	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}




/* footer */
.push {
	height: 79px;
	clear: both;
}

#footer {
	background-image: url('images/blue_bar.jpg');
	clear: both;
	height:79px;
	color: #FFFFFF;
	float: left;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; text-align:center;}
#footer a{color: #FFFFFF;text-decoration: none;}
#footer a:hover{color: #DDDDDD;text-decoration: none;}

#footer .meta {
	margin:0;
	padding:19px 0 0;
	text-align:center;
}
	#footer .meta p.copyright {
		margin-right: 10px;
		color: #c77540;
		padding-top: 3px;
	}

#footer ul {
	display: inline;
}

#footer ul li {
	display: inline;
	border-left: solid 1px #FFFFFF;
	padding-left:5px;
	padding-right:3px;
}
#footer ul li.first_item {
	border-left: none;
}

/* PLUGIN STYLE CUSTOMISATIONS */

/* NextGen Gallery Customizations */
.ngg-gallery-thumbnail img {
	width: 162px;
	height: 80px;
}

/* NextGen Galleryview */
.galleryview {
	height: 370px !important;
}
.galleryview .panel .panel-overlay {
	display: none !important;
}

.galleryview .panel img {
	width: auto !important;
	height: auto !important;
}
.filmstrip img {
	width: 63px !important;
	height: 36px !important;
}
.panel {
	padding-top: 0px !important;
}


/* CUSTOM WIDGET CUSTOMIZATIONS */

.widget {
	margin-bottom: 14px;
	position: relative;
}

#richtext-3 h2 {
	display: none;
}
#richtext-4 h2 {
	display: none;
}

/* Exhibits Widget */

#advanced_text-3 {
	width: 300px;
	background-color: #a72412;
}
	#advanced_text-3 .heading-bg {
		background-repeat:no-repeat;
		height:41px;
		padding-top:0;
	}
		#advanced_text-3 .heading-bg h2 {
			background-repeat:no-repeat;
			color:#FFFFFF;
			font-family:'DaxlinePro Black',Arial,sans-serif;
			font-size:18px;
			margin-top:1px;
			padding-left:50px;
			padding-top:13px;
		}
	#advanced_text-3 ul li {
		border-bottom: 1px solid #FFFFFF;
	}
		#advanced_text-3 ul li img {
			margin-right: 5px;
		}
		#advanced_text-3 ul li a {
			color: #FFFFFF;
			border-collapse:collapse;
			font-size: 13px;
			padding-bottom:5px;
			padding-left:14px;
			padding-top:3px;
			display: block;
		}
		#advanced_text-3 ul li a:hover {
			color: #fbb03b;
			background-color: #FFFFFF;
			font-weight: bold;
		}
	#advanced_text-3 ul li.first_item {
		padding-top:0;
	}
	#advanced_text-3 .footer-bg {
		background-repeat: no-repeat;
		height: 15px;
		margin-top: 5px;
	}
	
/* Education Panel */

#text-4 {
	width: 300px;
	background-color: #655ea8;
	position: relative;
}
	#text-4 .textwidget {

	}
	#text-4 .edupic {
		background-image:url(images/panels/sidebarpanel-pic-edu.png);
		height:109px;
		position:absolute;
		right:0;
		top:0;
		width:111px;
	}
	#text-4 .heading-bg {
		background-image: url('images/panels/sidebarpanel-header-purple.gif');
		background-repeat: no-repeat;
		height: 41px;
		margin-bottom:17px;
	}
		#text-4 .heading-bg h2 {
			color:#FFFFFF;
			font-family:'DaxlinePro Black',Arial,sans-serif;
			font-size:18px;
			margin-top:1px;
			padding-left:50px;
			padding-top:13px;
			background-image: url('images/panels/sidebarpanel-icon-edu.png');
			background-repeat: no-repeat;
		}
	#text-4 ul {
		margin-bottom:32px;
		margin-left:24px;
	}
		#text-4 ul li {
			color:#FFFFFF;
			font-size:13px;
			font-weight:bold;
			list-style-type:disc;
		}
			#text-4 ul li a {
				color: #FFFFFF;
			}
			#text-4 ul li a:hover {
				text-decoration: underline;
			}
	#text-4 .inner-panel {
		background-color:#EFEFEF;
		background-image:url(images/panels/sidebarpanel-innerpanel-edu.gif);
		background-repeat:repeat-x;
		border-top:1px solid #3C6F2C;
		padding-left:15px;
		padding-right:15px;
		padding-top:25px;
	}
		#text-4 .inner-panel h1 {
			color:#A72412;
			font-size:17px;
			margin-bottom:10px;
			text-transform:uppercase;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		#text-4 .inner-panel p {
			font-size:11px;
			margin-bottom:9px;
		}
		#text-4 .inner-panel p.last {
			margin-bottom: 0px;
		}
	#text-4 .footer {
		background-color: #313587;
		color:#FFFFFF;
		font-size:16px;
		font-weight:bold;
		padding:3px 15px;
	}
	#text-4 .footer-bg {
		background-repeat:no-repeat;
		height:0px !important;
		margin-top:5px;
	}
	

	
/* Hours of Trade Panel */

#text-5 {
	width: 300px;
	background-color:#73a35e;
	position: relative;
}
	#text-5 .textwidget {

	}
	#text-5 .edupic {
		background-image:url(images/panels/sidebarpanel-pic-edu.png);
		height:127px;
		position:absolute;
		right:0;
		top:0;
		width:111px;
	}
	#text-5 .heading-bg {
		background-image: url('images/panels/sidebarpanel-header-ltgreen.gif');
		background-repeat: no-repeat;
		height: 41px;
	}
		#text-5 .heading-bg h2 {
			color:#FFFFFF;
			font-family:'DaxlinePro Black',Arial,sans-serif;
			font-size:18px;
			margin-top:1px;
			padding-left:50px;
			padding-top:13px;
			background-image: url('images/panels/sidebarpanel-icon-hot.png');
			background-repeat: no-repeat;
		}
	#text-5 ul {
		margin-bottom:32px;
		margin-left:24px;
	}
		#text-5 ul li {
			color:#FFFFFF;
			font-size:13px;
			font-weight:bold;
			list-style-type:disc;
		}
	#text-5 .inner-panel {
		background-color:#f2f2f2 !important;
		padding-left:15px;
		padding-right:15px;
	}
		#text-5 .inner-panel .times {
			font-weight: bold;
		}
		#text-5 .inner-panel .address {
			font-size: 14px;
			font-weight: bold;
			padding-bottom:21px;
		}
			#text-5 .inner-panel .address img {
				float: right;
			}
		#text-5 .inner-panel hr {
			height: 1px;
			border: solid 1px #c6c6c6;
			background-color: #c6c6c6;
			color: #c6c6c6;
		}
		#text-5 .inner-panel h1 {
			color:#A72412;
			font-size:17px;
			margin-bottom:10px;
			text-transform:uppercase;
		}
		#text-5 .inner-panel p {
			font-size:12px;
			padding: 14px 0;
		}
		#text-5 .inner-panel p.last {
			margin-bottom: 0px;
		}
	#text-5 .footer {
		color:#FFFFFF;
		font-size:16px;
		font-weight:bold;
		padding:3px 15px;
	}
		#text-5 .footer a {
			color: #FFFFFF;
		}
		#text-5 .footer a:hover {
			color: #FFFFFF;
		}
	#text-5 .footer-bg {
		background-repeat:no-repeat;
		background-color: #73a35e;
		height:0px !important;
		margin-top:5px;
	}
	
/* Front Page gallery */

#execphp-3 {
	margin-left:8px;
}
#execphp-3 h2.widget-heading {
	display: none;
}

/* Vision & Mission */

#text-6 {
	background-image: url('images/bg-home-into.jpg');
	background-repeat: no-repeat;
	width: 564px;
	height: 158px;
}
	#text-6 h2.widget-heading {
		display: none;
	}
	#text-6 .textwidget {
		padding-left:187px;
		padding-right:10px;
		padding-top:2px;
	}
		#text-6 .textwidget  h3 {
			color:#fbc341;
			font-family:'DaxlinePro Black',Arial,sans-serif;
			font-size:16px;
			margin-bottom:-4px !important;
			margin-top:5px;
			text-transform:uppercase;
		}
		#text-6 .textwidget p {
			margin-top: 0px;
			color: #FFFFFF;
		}

/* Calendar Customization */

#wp-calendar {
	margin-bottom: 10px;
}

#wp-calendar table.calendar-matrix {
	border-collapse: collapse;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 20px;
	width: auto;
}
	#wp-calendar table.calendar-matrix td, #wp-calendar table.calendar-matrix th {
		width: 81px;
		height: 79px;
		text-align: center;
		vertical-align: middle;
		background: url('images/calendar/cells.png');
		color: #444;
		position: relative;

	}
	#wp-calendar table.calendar-matrix th {
		height: 30px;
		font-weight: bold;
		font-size: 14px;
		font-family:'DaxlinePro Black',Arial,sans-serif;
	}
	#wp-calendar table.calendar-matrix td:hover, th:hover {
		background-position: 0px -81px;
		color: #222;
		height: 79px;
		border: none;
	}
	#wp-calendar table.calendar-matrix td.ec3_eventday {
		background-position: 162px 0px;
		color: white;
		height: 79px;
		border: none;
	}
		#wp-calendar table.calendar-matrix td.ec3_eventday a {
			color: #FFFFFF !important;
		}
	#wp-calendar table.calendar-matrix td.ec3_eventday:hover {
		background-position: 162px -81px;
		height: 79px;
		border: none;
	}
	#wp-calendar table.calendar-matrix td.pad {
		background: url('images/calendar/calpad.jpg');
	}
	#wp-calendar table.calendar-matrix td#today {
		background-position: 81px 0px;
		color: white;
		height: 79px;
		border: none;
	}
	#wp-calendar table.calendar-matrix td#today:hover {
		background-position: 81px -83px;
		height: 79px;
		border: none;
	}
	#wp-calendar table.calendar-matrix td#today a {
		color: #FFFFFF;
	}
	#wp-calendar table td, #wp-calendar table td.pad:hover, #wp-calendar table.nav tr td {
		padding: 0px;
	}

	/* Event Popup */
	.ec3_popup {
		position: relative;
		text-align: left;
		position: absolute;
		display: none;
		z-index: 1000;
		padding: 15px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		-border-radius: 3px;
		list-style: none;
		color: #444444;
		-webkit-box-shadow: 0px 8px 8px #333;
		width: 200px;
	}
	.ec3_popup table {
		/* background: #E7ECF2 url('images/calendar/popup.png') no-repeat !important; */
		background-color: #E7ECF2 !important;
		color: white;
		border: 1px solid white;
		font-size: 15px;
		width: 200px;
	}
	.ec3_popup ul {
		
	}
	.ec3_popup li {
		padding-bottom: 5px;
	}
	.ec3_popup li span {
		display: block;
		font-size: 12px;
		text-align: justify;
		color: #555;
	}
	.ec3_popup li span.title {
		font-weight: bold;
		color: #222;
	}
	
	/* Upcoming Events List */
	ul.ec3_events, ul.ec3_events ul {
		list-style-type: none;
		margin-left: 0px;
	}
		ul.ec3_events li.ec3_list_day {
			font-size: 16px;
			padding: 5px;
			border: solid 1px #9dabce;
			background-color:#F8F6E0;
			margin: 3px;
			font-family:'DaxlinePro Black',Arial,sans-serif;
			color:#A72412;
			text-transform:uppercase;
		}
			ul.ec3_events li.ec3_list_day ul li {
				font-size: 12px !important;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				text-transform:none;
			}
			
	/* Map */
	.mapp-div {
		border: solid 1px #A72412;
	}
	.mapp-poweredby {
		display: none;
	}