@import url('../fonts/fonts.css');
/* minified 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,content,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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}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}
@import url('../css/add-to-master.css');

.container{
 width:80%;
 margin:0px auto;
}
.searchbox{
 position:relative;
 height:50px;
 width:100%;
 float:right;
 border-radius: 0px 10px 25px 0px;
}
.searchbox-input{
 /*position:absolute;*/
 top:0;
 right:0;
 border:0;
 outline:0;
 background:#dcddd8;
 width:80%;
 height:50px;
 margin:0;
 padding-left: 20px;
 font-size:20px;
 color:red;
}
.searchbox-input::-webkit-input-placeholder {
 color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
 color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
 color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
 color: #d74b4b;
}
.searchbox-icon,
.searchbox-submit{
 width:42px;
 height:33px;
 display:block;
 position:absolute;
 top:0;
 font-family:verdana;
 font-size:22px;
 right:0;
 padding:0;
 margin:0;
 border:0;
 outline:0;
 line-height:50px;
 text-align:center;
 cursor:pointer;
 color:#dcddd8;
 background:transparent;
}
.searchbox{
 position:relative;
 min-width:50px;
 width:0%;
 height:50px;
 float:right;
 overflow:hidden;
 -webkit-transition: width 0.3s;
 -moz-transition: width 0.3s;
 -ms-transition: width 0.3s;
 -o-transition: width 0.3s;
 transition: width 0.3s;
}
/*......*/
/*......*/
/*......*/
.searchbox-open{
 width:100%;
}


/***___   COMMON   ___***/

	.clr, .clear {
		clear:both;
	}

	p {
		margin:8px auto;
		padding:0;
		width: 95%;
	}

	a {
		color:#fff;
		text-decoration:underline;
	}

		a:hover {
			text-decoration:none;
			cursor: pointer;
		}

	b, strong {
		font-weight: bold;
	}

	i, em {
		font-style: italic;
	}

	table td {
		vertical-align:top;
	}
	.hidden {
		display: none;
	}

	fieldset {
		border: 1px solid #999;
		border-radius: 4px;
		padding: 0 10px 12px 12px;
		margin-bottom: 27px;
	}

	fieldset legend {
		padding: 10px;
	}

	fieldset legend h3{
		font-size: 22px;
		max-width: none !important;
		margin: 0px !important;
	}

	hr {
		background: #888888;
		height: 1px;
		border: none;
	}

	.month-year {
		background: #595e64;
		padding: 10px;
		margin-top: 14px;
	}


/***___   HEADINGS   ___***/

	h1 {
		margin:0 0 20px 0;
		padding:0;
		font-family:"BitterRegular", Arial, Helvetica, sans-serif;
		font-size:45px;
		line-height:50px;
		color:#fff;
		font-weight:normal;
	}
		#content h1 {
			padding: 0 0 17px 0;
			border-bottom: 1px solid #cec5c3;
		}

	h2 {
		margin:0 0 15px 0;
		padding:0;
		font-family:"BitterRegular", Arial, Helvetica, sans-serif;
		font-size:26px;
		line-height:33px;
		color:#fff;
		font-weight:normal;
	}
		h2 a {
			color:#fff;
		}

		footer h2 {
			margin:0 0 16px 0;
			padding:0 0 5px 0;
			font-size: 26px;
			color: #fff;
			font-weight: normal;
			border-bottom: 1px solid #cec5c3;
		}

	h3 {
		margin: 0 0 10px 0;
		padding: 0;
		font-family: "BitterRegular", arial, sans-serif;
		font-size: 26px;
		font-weight: normal;
		color: #fff;
		line-height: 1.269;
	}
		#content h3 {
			margin: 0 auto 15px auto;
			max-width: 98.5%;
			width: auto;
			color: #949494;
		}

		#fancybox-content h3 {
			color: #4c4c4c !important;
		}

	h4 {
		margin: 0 0 10px 0;
		padding: 0;
		font-family: "BitterRegular", arial, sans-serif;
		font-size: 18px;
		line-height: 24px;
		font-weight: normal;
		color: #fff;
	}

	h5 {
		margin: 0 0 10px 0;
		padding:0;
		font-family: "BitterRegular", arial, sans-serif;
		font-size:15px;
		line-height:22px;
		color:#e1e1e1;
		font-weight:bold;
	}

	#content blockquote {
		background: rgba(0,0,0,0.1);
		border: 1px rgba(0,0,0,0.3) solid;
		padding: 15px;
		margin: 0;
	}



/***___   WORDPRESS STANDARD ALIGNMENT , IMAGE AND CAPTION STUFF   ___***/

	.alignleft,.alignright {
		display: inline-block;
	}
		.alignleft img, .alignright img, .aligncenter img {
			display: block;
			margin: 0;
			padding: 0;
			/*border: none;*/
			border: 2px solid rgb(211,211,211) !important;
			box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2) !important;
		}

		.alignleft {
			float: left;
			margin: 0 15px 15px 0;
			padding: 4px;
			background: #fff;
		}

		.alignright {
			float: right;
			margin: 0 0 15px 15px;
		}

		.alignnone {
			margin: 5px 15px 15px 0;
		}

		.aligncenter {
			display: block;
			margin: 15px auto;
		}

	.wp-caption {
		background: rgba(0,0,0,0.1);
		border: 1px rgba(0,0,0,0.3) solid;
		padding: 15px;
		font-size: 0.85em;
		text-align: center;
	}
		.wp-caption img {
			border: 1px rgba(0,0,0,0.3) solid;
			margin: 0 auto 15px auto;
			max-width: 98.5%;
			width: auto;

		}



/***___   PLACEHOLDER TEXT COLOR   ___***/

	::-webkit-input-placeholder {
	   color: #383633;
	}
	:-ms-input-placeholder {
	   color: #383633;
	}
	::-moz-placeholder {  /* Firefox 19+ */
	   color: #383633;
	}
	:-moz-placeholder { /* Firefox 18- */
	   color: #383633;
	}



/***___   MAIN STRUCTURE   ___***/

	body {
		margin:0;
		font-family:"SourceSansProLight", Arial, Helvetica, sans-serif;
		font-size:16px;
		line-height:22px;
		color:#fff;
		background:#2d3537 url(../images/bg-usca.jpg) center top no-repeat;
		background-attachment: fixed;
	}
		body.admin-bar #header {
			margin-top: 92px;
		}
			body.admin-bar #header.sticky {
				margin-top: 28px;
			}

		.wrapper {
			width: 960px;
			min-height: 100%;
			margin: 0 auto;
			position: relative;
		}

		#fancybox-content body {
			color: #4c4c4c !important;
		}

/***___  HEADER  ___***/

	header {
		height: 134px;
		background: transparent url(../images/head-bg.jpg) left top repeat-x;
		width: 100%;
		position: absolute;
		left: 0;
		top: -65px;
		right: 0;
		z-index: 999;
		padding: 0;
		margin-top: 65px;
		-webkit-transition: bottom 1s ease;
		-moz-transition: bottom 1s ease;
		-ms-transition: bottom 1s ease;
		-o-transition: bottom 1s ease;
		transition: bottom 1s ease;
	}

	#header.sticky {
		background: #383633 url(../images/head-bg.jpg) left top repeat-x;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
		height: 65px;
		margin-top: 0;
		padding: 0;
		position: fixed;
		top: 0;
		z-index: 9999;
		-webkit-transition: top 1s ease;
		-moz-transition: top 1s ease;
		-ms-transition: top 1s ease;
		-o-transition: top 1s ease;
		transition: top 1s ease;
	}

		#header.sticky .top {
			display: none;
			}

		#header.sticky .main-nav ul {
			margin-top: 15px;
		}

		#header.sticky .main-logo img {
			height: 100px;
			float: left;
			z-index: 1000;
			padding-left: 2px;
		}

		.main-logo {
			position: absolute;
			left:-6px;
			top:0;
		}
			.main-logo img {
				/* height: 170px; */
			}

		.top {
			width:auto;
			height:20px;
			padding-top: 20px;
			margin-bottom: 20px;
			z-index: 9999;
		}
			.top #renew-error {
				float: right;
				margin-right: 12px;
			}
			.top #renew-error, .top #renew-error * {
				color: red;
				font-size: 14px;
			}
			.top ul {
				margin:0;
				padding:0;
				list-style:none;
				display:block;
				float: right;
			}
				.top ul li {
					margin:0;
					padding:0;
					float:right;
					display:table-cell;
					vertical-align: middle;
					text-align: center;
					font-family:'SourceSansProBold', Arial, Helvetica, sans-serif;
					font-size:12px;
					/*border-right: 1px solid #666261;*/
				}
					.top ul li a {
						display: table-cell;
						height: 20px;
						margin-left: 20px;
						padding: 0px 0 0px 15px;
						color: #d7d7d5;
						text-decoration: none;
						text-transform: uppercase;
						/*border-right: 1px solid #454647;*/
						vertical-align: middle;
						text-align: center;
					}

			.top ul li:first-child,
			.top ul li:first-child a {
				border: none;
			}

			.top ul li:hover a,
			.top ul li.current_page_item a
			.top ul li.current-page-ancestor a{
				color:#fff;
			}

			.top ul li.login a,
			#menu-item-2018 a {
				/*background: none;	*/
			}
			.top ul li.donate a,
			#menu-item-51 a {
				/*background: url(../images/icon_donate.png) left top no-repeat*/
				/*padding-right: 15px;*/
			}
			.top ul li.member a,
			#menu-item-52 a {
				/*background: url(../images/icon_user.png) left top no-repeat;*/
				/*padding-right: 15px;*/
			}

		.main-nav {
			width:auto;
			margin:0;
			float:right;
			z-index: 9999;
		}
			.main-nav ul {
				margin:0 -10px 0 0;
				padding:0;
				height: 40px;
				list-style:none;
				display:block;
			}
				.main-nav ul li {
					margin:0;
					padding:0;
					display:block;
					float: left;
					font-family:'BitterRegular', Arial, Helvetica, sans-serif;
					font-size:13px;
					line-height:16px;
					border-right: 0px solid #666261;
					background: url(../images/nav-divider.jpg) right top no-repeat;
				}
				#menu-item-36 {background:none;}
					.main-nav ul li:last-child {
						margin:0;
						padding:0;
						display:block;
						float: left;
						font-family:'BitterRegular', Arial, Helvetica, sans-serif;
						font-size:13px;
						line-height:16px;
						border-right: none;
					}
					.main-nav ul li a {
						display: block;
						height: 30px;
						padding: 5px 18px 5px 14px;
						color:#a9a9a8;
						text-decoration:none;
						text-transform:uppercase;
						display: table-cell;
						vertical-align: middle;
						text-align: center;
						border-right: 1px solid #454647;
						font-size: 15px;
					}
					.main-nav ul li a:last-child {
						display: block;
						height: 30px;
						padding: 5px 18px 5px 14px;
						color:#fff;
						text-decoration:none;
						text-transform:uppercase;
						display: table-cell;
						vertical-align: middle;
						text-align: center;
						border-right: none;
						font-size: 14px;
					}

				/* .main-nav ul li:first-child a,
				.main-nav ul li:first-child {
					border: none;
				} */

				.main-nav ul li a:hover,
				.main-nav ul li.current_page_item a,
				.main-nav ul li.current-page-ancestor a {
					color:#fff;
				}

		.login-out {
		/*	display: none; */
			}
			a.loginout-button {
			/*	display: none; */
				display: inline-block;
				width: 70px;
				height: 24px;
				padding: 6px 46px 0 0;
				position: absolute;
				z-index: 1000;
				right: 0;
				bottom: -30px;
				font-family: "BitterRegular", arial, sans-serif;
				font-size: 12px;
				line-height: 14px;
				color: #fff;
				text-transform: uppercase;
				text-align: right;
				/*background: url(../images/btn_login.png) left top no-repeat;*/
				background-image:url(../images/sprite.png);
				background-repeat:no-repeat;
				background-position:-10px -63px;
				border: none;
				text-decoration: none;

			}
				a.loginout-button:hover {
				/*	display: none; */

					background-position: -10px -93px;
					text-decoration: none;
					border: none;

				}



/**  HEADER SEARCH-FORM  **/	/** currently not in use! **/

	#search {
		width: 156px;
		height: 28px;
		margin-left: 20px;
		background: rgba(255,255,255,.5);
		float: right;
	}
		#search input[type=text] {
			width: 128px;
			height: 18px;
			margin: 4px 0 0 0;
			padding:0 ;
			border: none;
			font-size: 13px;
			line-height: 18px;
			color: #383633;
			background:none;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}

		#search input[type=submit] {
			width: 24px;
			height: 28px;
			text-indent: 100px;
			float: left;
			overflow: hidden;
			border: none;
			outline: none;
			background: url(../images/icon_search.png) center center no-repeat;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			cursor: pointer;
		}

		#search ::-webkit-input-placeholder {
			color:    #383633;
		}
		#search :-ms-input-placeholder {
			color:    #383633;
		}
		#search ::-moz-placeholder {
			color:    #383633;
		}
		#search :-moz-placeholder {
			color:    #383633;
		}



/***___   HOMEPAGE CONTENT   ___***/

	#content-wrapper {
		width: 960px;
		/* min-height: 850px; */
		margin: 184px auto 0px;
		padding: 20px 10px 40px 10px;
		background: url(../images/bg_sidebar_265.png) right top repeat-y;
	}

	#content-wrapper.home {
		background: none;
		padding-top: 0;
	}
		#content.home {
			width:475px;
			margin:0;
			padding:0;
			float: left;
		}
			#content.home h2 {
				margin-bottom: 20px !important;
				padding-bottom: 15px;
				border-bottom: 1px solid #cec5c3;
			}

		#content.home .alignleft {
			float: left;
			margin: 5px 18px 15px 0;
			padding: 3px;
		}



/**  HOMEPAGE SLIDER  **/


	#banner {
			width:952px;
			height:269px !important;
		/*	margin:47px auto 50px auto; */
			margin: 184px 0px 0px 0px;
			padding: 8px 4px 0px 4px;
			position:relative;
			clear: both;
			font-family:'BitterItalic', Arial, Helvetica, sans-serif;
			color: #fff;
			font-size: 16px;
			line-height: 22px;
			border-bottom: 1px solid #2f3739;
			background: #bbbbbb url(../images/banner-bg.jpg) left top no-repeat; */

			/* background:#102e52 url(../images/bg_banner.gif) left bottom repeat-x; */
		}
			.responsive-tagline {display:none;}

			#banner p {width:100%;}

			#banner #slider {
				margin:0 auto;
				padding:0;
				width:944px;
				height:258px !important;
				list-style:none;
				overflow:hidden;
				position:relative;
			}

			#banner li {
				display:block;
				width:960px;
				height:269px;
				margin:0;
				border:none;
				overflow: hidden;
				background: #0e2746;
			}
				#banner li img {
					display:block;
					width:385px;
					height:258px;
					margin:0;
					padding: 0;
					border:none;
					float: right;
					/* position: absolute;
					top: 0;
					left: 0; */
					z-index: 1;
				}

			#banner .description {
				width: 444px;
				height: 170px;
				padding: 60px 0px 0px 60px;
				float: left;
				overflow: hidden;
				text-align: center;
		/*		background: transparent url(../images/banner-content-bg.png) 0 -43px no-repeat;
	*/
				position: absolute;
				top: 0;
				left: 0;
				z-index: 2;

			}
			#banner .description h1 {
				font-size: 43px;
				line-height: 50px;
				font-family: 'BitterRegular', Arial;
				margin-bottom: 10px;
			}
/*
			#banner .description hr {
				margin: 0 auto;
				opacity: 0.5;
				width: 90px;
				margin-bottom: 48px;
			}
*/
			#banner .description p {
				font-size: 20px;
				line-height: 26px;
				opacity: 0.5;
				padding: 0;
				margin: 0;
				color: #fff;
			}

			#banner .indicator {
				margin: 0;
				padding: 0;
				width: 925px;
				height: 12px;
				display: block;
				position: absolute;
				left: 15px;
				bottom: 15px;
				z-index: 1000;
				text-align: right;
				line-height: 10px;
			}
				#banner .indicator li {
					display: inline-block;
					width: 12px;
					height: 12px;
					margin: 0 0 0 10px;
					text-indent: 100px;
					overflow: hidden;
					background: url(../images/bg_indicator.png) left top no-repeat;
					background-image:url(../images/sprite.png);
					background-repeat:no-repeat;
					background-position:-10px -143px;
					background-color: #;
					opacity: 0.5;
				}
					#banner .indicator li.active {
						background-position: -27px -155px;
					}

		.right-column {
			width: 460px;
			margin: 0 -9px 0 0;
			float: right;
		}


	/*
	#banner {
		width:895px;
		height:400px;
		margin:47px auto 50px auto;
		padding:0;
		border: 5px solid #fff;
		position:relative;
		clear: both;
		font-family:'BitterItalic', Arial, Helvetica, sans-serif;
		color: #fff;
		font-size: 16px;
		line-height: 22px;

		/* background:#102e52 url(../images/bg_banner.gif) left bottom repeat-x;


	}
		#banner #slider {
			margin:0 auto;
			padding:0;
			width:895px;
			height:400px;
			list-style:none;
			overflow:hidden;
			position:relative;
		}

		#banner li {
			display:block;
			width:895px;
			height:400px;
			margin:0;
			border:none;
		}
			#banner li img {
				display:block;
				width:895px;
				height:400px;
				margin:0;
				border:none;
				float: left;

				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
			}

		#banner .description {
			width: 340px;
			height: 400px;
			padding-top: 63px;
			padding-right: 20px;
			text-align: center;
			float: left;
			overflow: hidden;
			background: transparent url(../images/banner-content-bg.png) 0 -43px no-repeat;

			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;

		}
		#banner .description h1 {
			font-size: 30px;
			line-height: 37px;
			font-family: 'BitterRegular', Arial;
			margin-bottom: 48px;
		}

		#banner .description hr {
			margin: 0 auto;
			opacity: 0.5;
			width: 90px;
			margin-bottom: 48px;
		}

		#banner .description p {
			font-size: 16px;
			line-height: 24px;
			opacity: 0.5;
		}

		#banner .indicator {
			margin: 0;
			padding: 0;
			width: 702px;
			height: 12px;
			display: block;
			position: absolute;
			left: 15px;
			bottom: 15px;
			z-index: 1000;
			text-align: right;
			line-height: 10px;
		}
			#banner .indicator li {
				display: inline-block;
				width: 12px;
				height: 12px;
				margin: 0 0 0 10px;
				text-indent: 100px;
				overflow: hidden;
				background: url(../images/bg_indicator.png) left top no-repeat;
			}
				#banner .indicator li.active {
					background-position: right top;
				}

	.right-column {
		width: 460px;
		margin: 0 -9px 0 0;
		float: right;
	}
	*/

/**  HOMEPAGE CALL-TO-ACTION BUTTONS  **/
	#callouts-wrapper {background: url(../images/slidetabs.png) left top no-repeat;}

	ul#callouts {
		width: 460px;
		height: auto;
		margin: 0;
		padding: 0;
		list-style: none;

	}
		ul#callouts li {
		/*	margin: 0 9px 9px 0; */
			display: block;
			font-family:'BitterItalic', Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 15px;
		}
			ul#callouts li a {
				display: block;
				position: relative;
				text-align: center;
				color: #fff;
				text-decoration: none;
			}
				ul#callouts li a:hover {
					text-decoration: none;
				}
			ul#callouts li a span {
				position: absolute;
				display: block;
				width: 239px;
				height: 146px;
				left: 0;
				top: 0;
				background-color: transparent;
				background-position: 10px 10px;
				background-repeat: no-repeat;
				opacity: 0;
				/*transition: opacity .1s ease-in-out;
				-moz-transition: opacity .1s ease-in-out;
				-webkit-transition: opacity .1s ease-in-out;*/
			}
			ul#callouts li a:hover span {
				opacity: 1;
			}
			ul#callouts li a strong {
				margin: 0 0 5px 0;
				font-family:'BitterRegular', Arial, Helvetica, sans-serif;
				display: block;
				font-weight: normal;
				font-size: 19px;
			}

		ul#callouts li.callout {
			width: 220px;
			height: 127px;
			float: left;
			/* background: #b9b9b7 url(../images/bg_callout.gif) left top repeat-x; */

		}
		ul#callouts li.callout:hover {
		/*	background-position: left bottom;
			-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.7);
			-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.7);
			box-shadow: 0 1px 4px rgba(0,0,0,0.7); */
		}
			ul#callouts li.callout a {
				margin-top: 4px;
				height: 60px;
				padding: 20px 0px 0px 80px;
				background-position: 10px 10px;
				background-repeat: no-repeat;
				text-align:left;
				font-size:14px;
				font-style:normal;

			}

		ul#callouts li.callout-fullwidth {
			width: 447px;
			height: 84px;
			clear: both;
			background: #b9b9b7 url(../images/home-callout-fullwidth-bg.png) left top repeat-x;
		}
		ul#callouts li.callout-fullwidth:hover {
			background-position: left bottom;
		}
			ul#callouts li.callout-fullwidth a {
				padding: 23px 0 0 170px;
				text-align: left;
				background-position: 105px 4px;
				background-repeat: no-repeat;
			}
			ul#callouts li.callout-fullwidth a span {
				width: 447px;
				height: 84px;
				background-position: 105px 4px;
			}
		ul#callouts a.youth {
			background: url(../images/icon_youth.png) center top no-repeat;
		}
		ul#callouts a.register {
			background: url(../images/icon_register.png) center top no-repeat;
		}
		ul#callouts a.club {
			background: url(../images/icon_club.png) center top no-repeat;
		}
		ul#callouts a.donate {
			background: url(../images/icon_donation.png) center top no-repeat;
		}
		ul#callouts a.member {
			background: url(../images/icon_member.png) 105px 4px no-repeat;
		}



/***___   SIDEBAR   ___***/

	#sidebar {
		width:230px;
		margin-right: 7px;
		padding: 10px 0 0 0;
		float:right;
		font-size:14px;
		line-height:20px;
		color: #84878b;
	}
		#sidebar .widgets {
			margin:0 0 20px 0;
			padding:0;
		}
			#sidebar .widget {
				margin:0 0 20px 0;
			}
				#sidebar .widget h2 {
					color: #84878b;
				}

				#sidebar .widget h3,
				#sidebar .recent_with_excerpt ul h2 {
					font-size: 18px;
					line-height: 24px;
					color: #84878b;
				}
					#sidebar .widget h3 a,
					#sidebar .recent_with_excerpt ul h2 a {
						color: #84878b;
					}

		#sidebar ul > li.cat-item {
			margin: 0em 1em;
			padding-bottom: 0.5em;
			font-size: 1.3em;
			color: #84878b;
		}
			#sidebar ul > li.cat-item > a {
				color: #84878b;
			}

		#sidebar ul > li {
			color: #84878b;
		}
			#sidebar ul > li > a {
				color: #84878b;
			}

		#sidebar a.more,
		#sidebar .recent_with_excerpt small a {
			font-family: "SourceSansProItalic", arial, sans-serif;
			font-size: 12px;
			color: #84878b;
		}

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

		#sidebar .link-buttons a {
			display: block;
			height: 25px;
			margin: 0 0 6px 0;
			padding-top: 10px;
			font-family:"SourceSansProRegular", Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: 17px;
			text-align: center;
			color: #fff;
			border: none;
			background: url(../images/bg_button2.png) left top repeat-x;
			-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
			-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
			box-shadow: 0 2px 4px rgba(0,0,0,0.5);
		}
			#sidebar  .link-buttons a:hover {
				text-decoration: none;
				background-position: left bottom;
			}

		ul#sidebar li.link-buttons  a {
			display: block;
			height: 25px;
			margin: 0 0 6px 0;
			padding-top: 10px;
			font-family:"SourceSansProRegular", Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: 17px;
			text-align: center;
			color: #fff;
			border: none;
			background: url(../images/bg_button2.png) left top repeat-x;
			-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
			-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
			box-shadow: 0 2px 4px rgba(0,0,0,0.5);
		}
			ul#sidebar li.link-buttons a:hover {
				text-decoration: none;
				background-position: left bottom;
			}

		#sidebar .side-ad {
			display: block;
		}
			#sidebar .side-ad li {
				display: block;
				height: 250px;
				width: 230px;
				background-repeat: no-repeat;
			}

		#sidebar .side-ad .ad-caption p {
			font: caption;
			font-size: 1em;
			position: relative;
			cursor: default;
		}

		body #sidebar a {
			text-decoration: none !important;
			color: #84878b;
		}
			#sidebar .side-ad .ad-title h3 {
				font-size: 23px;
				line-height: 28px;
				text-align: center;
				padding-bottom: 2px;
				padding-top: 8px;
				position: relative;
				cursor: default;
				color: #84878b;
			}

		#sidebar select {
			font-size: 1em;
			line-height: 1.2em;
			color: #383633;
			outline: none;
			background-color: #eee !important;
			border: 1px solid;
			border-color: #84878b;
			margin: 0.5em 0em 0em 1em;
		}

		#sidebar h4.archives-title {
			margin: 0.5em 0em 0em 0.5em;
			color: #84878b;
		}

/**  SIDEBAR SUBNAV  **/

	#subnav {
		width:auto;
		margin:0 0 22px 0;
	}
		#subnav h2 {
			display:block;
			margin:1em 0 0 0.4em;
			font-size: 1.5em;
			line-height:25px;
			color:#84878b;
		}
			#subnav h2 a {
				color:#84878b;
			}

		#subnav > ul {
			display:block;
			width:auto;
			height:auto;
			margin:0;
			padding:0;
			list-style:none;
		}
			#subnav > ul > li {
				padding:0;
				margin: 10px 0;
			}
				#subnav > ul > li a {
					font-size: 1.3em;
					text-decoration: none;
					color: #fff;
					display: inline-block;
					width: 195px;
					margin: 0px;
					padding: 11px 18px;
					font-family: "SourceSansProRegular", Arial, Helvetica, sans-serif;
					font-size: 14px;
					/* line-height: 30px; */
					text-align: center;
					/* color: #383633; */
					border: none;
					/* text-decoration: none; */
					background: url(../images/sb-menu-bg.png) left top repeat-x;
					-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.7);
					-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.7);
					box-shadow: 0 1px 4px rgba(0,0,0,0.7);
					border-radius: 4px;
				}
					#subnav > ul > li > a:hover,
					#subnav > ul > li > a.current,
					#subnav > ul > li.current_page_item > a {
						text-decoration:underline !important;
					}

			#subnav ul.children {
				display: none;
				margin: 1em 0 0 12px;
				padding: 0;
				list-style: none;
				list-style-position: outside;
			}
				#subnav .current_page_item > ul.children,
				#subnav .current_page_ancestor > ul.children {
					display: block;
				}
					#subnav ul.children li {
						margin: 0.5em 0 0.5em;
						padding: 0;
						border: none;
						position: relative;

					}
						#subnav ul.children li a {
							color: #fff;
							display: inline-block;
							width: 170px;
							margin: 0px;
							padding: 11px 18px;
							font-family: "SourceSansProRegular", Arial, Helvetica, sans-serif;
							font-size: 14px;
							text-align: center;
						}
							#subnav ul.children li a:hover,
							#subnav ul.children li.current_page_item > a {
								color: #fff;
								text-decoration: underline !important;
							/*	background: #900016 url(../images/bg_nav_active.gif) left bottom repeat-x; */
							}

			#subnav ul.sub-menu {
				display: block;
				margin: 1em 0 0 0.5em;
				padding: 0;
				list-style: none;
				list-style-position: outside;
			}
				#subnav .current_cat > ul.sub-menu,
				#subnav .current_cat_ancestor > ul.sub-menu {
					display: block;
				}
					#subnav ul.sub-menu li {
						margin: 0.5em 0 0.5em;
						padding: 0;
						border: none;
						position: relative;

					}
						#subnav ul.sub-menu li a {
							margin: 0;
							padding: 0;
							font-size: 16px;
							line-height: 19px;
							text-decoration: none;
							color: #84878b;
						}
							#subnav ul.sub-menu li a:hover,
							#subnav ul.sub-menu li.current_cat_item > a {
								color: #84878b;
								text-decoration: none;
							/*	background: #900016 url(../images/bg_nav_active.gif) left bottom repeat-x; */
							}

/***___   MAIN CONTENT   ___***/

	#content {
		width:675px;
		/* min-height: 450px; */
		margin:50px 0 20px 0;
		float:left;
	}
		#content p {
			margin:8px auto;
			padding:0;
			width: 95%;
		}

		/*#content blockquote {
			margin: 0 0 30px 0;
			padding: 0;
			font-family: SourceSansProItalic, Arial, Helvetica, sans-serif;
			font-size: 18px;
			line-height: 28px;
			color: #ee314d;
			padding-left: 30px;
		}*/

		#content ul {
			margin:0 0 20px 20px;
			padding:0 0 0 15px;
			list-style:disc outside;
			/*list-style-image:url(../images/bullet1.png);*/
		}
			#content li {
				padding-left:10px;
				padding-bottom: 8px;
			}

		#content ol {
			margin:0 0 20px 30px;
			padding:0 0 0 15px;
			list-style:decimal outside;
			/*list-style-image:url(../images/bullet1.png);*/
		}
			#content ol li ol {
				margin:0 0 0 20px;
				padding:0 0 0 15px;
				list-style:lower-alpha outside;
				/*list-style-image:url(../images/bullet1.png);*/
			}

		#content .button {
			display: inline-block;
			height: 30px;
			margin: 0 0 6px 0;
			padding: 3px 32px 0 32px;
			font-family:"SourceSansProRegular", Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: 17px;
			text-align: center;
			color: #383633;
			border: none;
			cursor: pointer;
			background: url(../images/bg_button.png) left top repeat-x;
			-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.7);
			-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.7);
			box-shadow: 0 1px 4px rgba(0,0,0,0.7);
		}
			#content .button:hover {
				color: #fff;
				text-decoration: none;
				background-position: left -35px;
			}

		#content a.more-button,
		.sponsor a.more-button {
			display: inline-block;
			margin: 0 0 6px 0;
padding: 3px 10px;
font-family: "SourceSansProRegular", Arial, Helvetica, sans-serif;
font-size: 14px;
			text-align: center;
color: #fff;
			text-decoration: none;
background: url(../images/btn-bg.png) left top repeat-x;
-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.7);
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.7);
box-shadow: 0 1px 4px rgba(0,0,0,0.7);
border: 2px solid #223e5f;
border-radius: 4px;
		}
			#content a.more-button:hover,
			.sponsor a.more-button:hover {
				color: #fff;
				text-decoration: underline;

			}

		#content a.button-scrolltop {
			display: inline-block;
			height: 30px;
			margin: 0 0 6px 0;
			padding: 3px 15px 0 15px;
			font-family: "SourceSansProRegular", Arial, Helvetica, sans-serif;
			font-size: 30px;
			line-height: 40px;
			text-align: center;
			color: #383633;
			border: none;
			text-decoration: none;
			background: url(../images/bg_button.png) left top repeat-x;
			-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.7);
			-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.7);
			box-shadow: 0 1px 4px rgba(0,0,0,0.7);
			border-radius: 3px;

			position: fixed;
			bottom: 100px;
			left: 50%;
			margin-left: -550px;
			width:  15px;

		}
			#content a.button-scrolltop:hover {
				color: #fff;
				text-decoration: none;
				background-position: left -35px;
			}



		#content table {
			/*width: 95%;*/
		}
			#content  td {
				/*width: 50%;*/
				/*text-align: left;*/
			}

			#content td p {
				padding-left: 10px;
				/*padding-right: 10px;*/
			}

			#content table td img {
				text-align: center;
			}

		#content img {
			border: 3px solid rgb(211,211,211);
			box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
		}

		#content img.pdf-icon {
			border: none !important;
			box-shadow: none !important;
		}

		#content .pdf-downloads {
			width: 100%;
		}

			#content ul.pdf-downloads {
				margin: 0;
				padding: 0;
				display: inline-block;
				width:100%;
				border:0;
				list-style: none;
			}
				#content ul.pdf-downloads li {
					margin: 1em 0;
					padding: 0;
					float: left;
					text-align: center;
					width: 33%;
				}


		/* TABLE CLASS */

		#highlight {
			margin:0px;
			padding:0px;
			width:100%;
			cursor: default;
		}
			#highlight table{
				width:100% !important;
				margin:0px;
				padding:0px;
				background: rgba(0,0,0,0.1);
				border: 1px rgba(0,0,0,0.3) solid;
				padding: 15px 15px 0px 15px;
			}
				#highlight th{
					margin: 0 0 10px 0;
					padding-top: 5px;
					padding-bottom: 5px;
					font-family: "BitterRegular", arial, sans-serif;
					font-size: 18px;
					line-height: 24px;
					font-weight: normal;
					color: #d7d7d5;
					text-align: center;
				}

				#highlight tr {
					background: none;
				}
					#highlight tr:hover {
						background-color:#383633;
					}

				#highlight tr.altRow {
					background: none; /*#2d3537*/
				}
					#highlight tr.altRow:hover {
						background-color:#383633;
					}

				#highlight td {
					padding: 2px 4px 3px 0px !important;
					border: 1px solid #b1b1b1;
					text-align: center;
					vertical-align: middle;
				}
	.page-template-page-online-forms-php #content,
	.page-template-page-online-member-lookup-php #content {
		width: 90%;
		margin: 50px;
	}
	.page-template-page-online-forms-php #content-wrapper,
	.page-template-page-online-member-lookup-php #content-wrapper {
		background-image: none;
	}
	.entry {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #555555;
	}
		.entry p.category {
			margin: 0 0 10px 0;
			padding: 0;
			font-family: "SourceSansProItalic", arial, sans-serif;
			font-size: 12px;
			color: #a9a9a8;
		}
			.entry p.category a {
				color: #a9a9a8;
			}

		#content .entry h2 {
			margin-bottom: 3px;
		}

	#content .entry-ballot {
		margin: 1.5em 0em;
		padding: 0em;
		border-bottom: 1px solid #555555;
	}
		#content .entry-ballot p.category {
			margin-bottom: 1.5em;
			font-family: "SourceSansProItalic", arial, sans-serif;
			font-size: 1.2em;
			color: #a9a9a8;
		}
			#content .entry-ballot p.category a {
				color: #a9a9a8;
			}

		#content .entry-ballot h3.title {
			margin: 0.2em 1em;
			padding: 0em;
		}

		#content .entry-ballot h3.subtitle {
			margin: 0.2em 0.5em;
			padding: 0em;
			float: left;
		}

		#content .entry-ballot h2 {
			margin-bottom: 3px;
		}

		#content #online-forms h4 {
			cursor: pointer;
		}
		#content #online-forms .gform-form{
			display: none;
		}
		#content #online-forms .gform-toggle {
			margin: 0em 1em;
		}
		#content #online-forms .gform-toggle h4{
			display: block;
		}



/***___   MEMBERS ONLY   ___***/	/** currently not in use! **/

	#sidebar #user-meta span.member-link a {
		margin: 0 0 6px 0;
		padding:10px 20px 10px 20px;
		display: block;
		font-family:"SourceSansProRegular", Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 17px;
		text-align: center;
		color: #fff;
		border: none;
		background: #52504e url(../images/bg_nav.gif) left bottom repeat-x;
		-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
		box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	}
		#sidebar #user-meta span.member-link a:hover,
		#sidebar #user-meta span.member-link a:active {
			background: #900016 url(../images/bg_nav_active.gif) left bottom repeat-x;
			text-decoration:none;
		}



/***___   FOOTER   ___***/


	footer {
		clear:both;
		width:auto;
		min-width:960px;
		height:auto;
		margin:0;
		position: relative;
		padding:0px 0 10px 0;
		font-family:"SourceSansProRegular", Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:20px;
		color:#fff;
		background: #611722 url(../images/footer-bg.png) left top repeat-x;
	}
		.footer-header {
			line-height: 60px;
text-align: center;
margin: 0 auto 0 auto;
display: block;
font-size: 13px;
background: #621723;
border-bottom: 2px solid #942334;
		}

		footer .footer-widget {width:180px;
			min-height: 140px;
			float:left;
			padding: 30px 0px 0px 0px;}

		footer .footer-widget #nav_menu-2, footer .footer-widget #nav_menu-5 {
			text-align:right;
			border-right: 1px solid #ab5361;
			padding-right: 30px;
			min-height: 140px;
		}

		footer .footer-widget #nav_menu-4, footer .footer-widget #text-4 {
			text-align:left;
			border-left: 1px solid #ab5361;
			padding-left: 30px;
			min-height: 140px;
		}

		footer .footer-widget #text-4 p { margin: 0px;
			width:100%;
		}

		footer .footer-widget li {
			margin-bottom:10px;
		}

		footer .footer-center {width:240px;
			min-height: 220px;
			/*background: url(../images/dog2.png) center top no-repeat;*/
			background-image:url(../images/sprite.png);
			background-position: 35px -427px;
			background-repeat:no-repeat;
			float:left;
		}

		footer:before {

		}

		footer a {
			color:#fff;
			text-decoration:none;
		}
			footer a:hover {
				text-decoration:underline;
			}

		footer ::-webkit-input-placeholder {
			color:    #383633;
		}
		footer :-ms-input-placeholder {
			color:    #383633;
		}
		footer ::-moz-placeholder {
			color:    #383633;
		}
		footer :-moz-placeholder {
			color:    #383633;
		}

		.footer-top {
			width: auto;
			min-width: 960px;

		}
			/** .getstarted currently not in use! **/
			footer .getstarted {
				width: 250px;
				margin-right: 35px;
				float: left;
			}
				footer .getstarted ul,
				footer .getstarted ul li {
					margin: 0;
					padding: 0;
					list-style: none;
				}

		footer .button,
		/*footer .getstarted a,*/
		footer input[type=submit] {
			display: block;
			height: 25px;
			margin: 0 0 6px 0;
			padding-top: 10px;
			font-family:"SourceSansProRegular", Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: 17px;
			text-align: center;
			color: #383633;
			border: none;
			background: url(../images/bg_button.png) left top repeat-x;
			-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.7);
			-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.7);
			box-shadow: 0 1px 4px rgba(0,0,0,0.7);
		}
			footer .button:hover,
			footer .getstarted a:hover,
			footer input[type=submit]:hover {
				color: #fff;
				text-decoration: none;
				background-position: left bottom;
			}

		footer .events {
			width: 383px;
			margin-right: 35px;
			float: left;
		}
			footer .events ul {
				margin: 0 0 20px 0;
				padding: 0;
				list-style: none;
			}
				footer .events ul li {
					margin: 0 0 10px 0;
					padding: 0;
					clear: both;
					overflow: hidden;
				}

			footer .events p {
				margin: 0;
				padding: 0;
			}

			footer .events a.more {
				font-family: "SourceSansProItalic", arial, sans-serif;
				font-size: 12px;
				color: #a9a9a8;
			}

			footer .subscribe a {
				font-family: "SourceSansProItalic", arial, sans-serif;
				font-size: 12px;
				color: #a9a9a8;
			}

		footer h3 {
			margin: 0 0 10px 0;
			padding: 0;
			font-family: "BitterRegular", arial, sans-serif;
			font-size: 18px;
			line-height: 24px;
			font-weight: normal;
			color: #d7d7d5;
		}
			footer h3 a {
				color: #d7d7d5;
			}

		footer .subscribe {
			width: 255px;
			float: left;
		}
			footer .subscribe input[type=text] {
				width: 233px;
				height: 30px;
				margin: 0 0 10px 0;
				padding:3px 16px 0 16px ;
				border: none;
				font-size: 16px;
				line-height: 16px;
				color: #383633;
				background-color: #ebebeb;
				-moz-box-shadow: inset 0 1pkit-x 4px rgba(0,0,0,0.3);
				-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.3);
				box-shadow: inset 0 1px 4px rgba(0,0,0,0.3);
			}

			footer .subscribe input[type=submit] {
				width: 135px;
				height: 34px;
				padding-top: 3px;
				line-height: 10px;
				color: #fff;
				float: right;
				background-position: left bottom;
			}
				footer .subscribe input[type=submit]:hover {
					background:#730515;
				}

			footer .subscribe p {
				max-height: 80px;
			}

		.footer-nav {
			width:355px;
			height:auto;
			margin:0 0 10px 0;
			float: left;
		}
			.footer-nav ul {
				margin:0 0 0 10px;
				padding:0;
				list-style:none;
				overflow: hidden;
				clear: both;
				font-family: Arial, sans-serif;
				font-size: 13px;
				line-height: 18px;
			}
				.footer-nav ul > li {
					margin:0 20px 10px 0;
					width: 80px;
					float: left;
				}
					.footer-nav ul > li > a {
						text-transform:uppercase;
						color: #77879b;
					}
						.footer-nav ul > li.current_page_item > a,
						.footer-nav ul > li > a:hover {
							color: #babdc0;
							text-decoration: none;
						}

					.footer-nav ul > li.span,
					.footer-nav ul > li#menu-item-30,
					.footer-nav ul > li#menu-item-31 {
						width: 180px;
					}

					.footer-nav ul > li#menu-item-23,
					.footer-nav ul > li#menu-item-28 {
						width: 115px;
					}
	.menu-top-navigation-container {float:right;
		margin-top:7px;}
		.footer-search {
			width: 300px;
			float: right;
			margin-left:20px;
		}
			.footer-search input[type=text] {
				width: 222px;
				height: 30px;
				margin: 0 0 10px 0;
				padding:3px 15px 0 15px ;
				border: none;
				font-family: arial, helvetica, sans-serif;
				font-size: 14px;
				line-height: 16px;
				color: #fff;
				background-color: #4f4e4c;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
				-moz-border-radius: 8px;
				border-radius: 8px;
			}

			.footer-search input[type=submit] {
				width: 42px;
				height: 33px;
				text-indent: 100px;
				float: right;
				overflow: hidden;
				border: none;
				outline: none;
				background-image:url(../images/sprite.png);
				background-color:#4f4e4c;
				background-repeat:no-repeat;
				background-position:-10px -10px;
				/*background:#4f4e4c url(../images/btn_search.png) center center no-repeat;*/
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
				outline: none;
			}

				.footer-search input[type=submit]:hover {
					background-color: #ab5361;
				}

			.footer-search ::-webkit-input-placeholder {
				color:    #fff;
			}
			.footer-search :-moz-placeholder {
				color:    #fff;
			}
			.footer-search ::-moz-placeholder {
				color:    #fff;
			}
			.footer-search :-ms-input-placeholder {
				color:    #fff;
			}

		footer .social {
			float: left;
			width: 168px;
		}
			.social p {
				font-size: 18px;
				font-family: "BitterRegular";
				color: rgb( 215, 215, 213 );
				line-height: 2.5;
				text-align: left;
				display: inline-block;
				padding: 0;
				margin: 0;
				display: inline-block;
			}

			a.facebook {
				background:url(../images/icon_facebook_blue.png) left top no-repeat;
				display: inline-block;
				width: 14px;
				height: 24px;
				vertical-align: middle;
				margin-left: 15px;
			}
				a.facebook:hover {
					background-position: left bottom;
				}

			a.twitter {
				background:url(../images/icon_twitter_blue.png) left top no-repeat;
				display: inline-block;
				width: 22px;
				height: 18px;
				vertical-align: middle;
				margin-left: 15px;
			}
				a.twitter:hover {
					background-position: left bottom;
				}


		.advertise {
			width:  182px;
			display: inline-block;
			float: right;
			margin-top: 16px;
		}

		.credit {
			clear: both;
			margin:0 0 0 10px;
			font-family: arial, sans-serif;
			font-size:12px;
			color: #fff;
		}
			.credit a {
				color: #b97e87;
			}

		.ad-footer {
			width:600px;
			height:90px;
			border: none;
			float:right;
			clear: both;
		}

			.ad-footer #ad-slider {
				display: block;
				margin:0 auto;
				padding:0;
				width:600px;
				height:90px;
				list-style:none;
				overflow:hidden;
			}
				.ad-footer li {
					display:block;
					width:600px;
					height:90px;
					margin:0;
				}
					.ad-footer li img {
						display:block;
						width:600px;
						height:90px;
						float: right;
					}
	footer .getstarted a:hover {
		text-decoration: underline;
	}


/***___   EVENTS MANAGER PLUGIN STYLE OVERWRITES   ___***/

	#sidebar table.em-calendar {
		width: 230px !important;
		color: #a9a9a8;
		font-family: "SourceSansProRegular", Arial, sans-serif;
		font-size: 18px;
		line-height: 22px;
		background-color: #2d3537;
	}
		#sidebar table.em-calendar .days-names td {
			font-family: "SourceSansProBold", Arial, sans-serif;
			background-color: #84878b;
			font-size: 14px;
			color: #fff;
			text-transform: uppercase;
			font-weight: normal;
		}

		#sidebar table.em-calendar .month_name {
			font-family: "SourceSansProRegular", Arial, sans-serif;
			font-size: 27px;
			color: #a9a9a8;
			text-transform: uppercase;
			font-weight: normal;
		}

	#sidebar table.em-calendar .eventful {
		color: #fff;
		font-family: "SourceSansProBold", Arial, sans-serif;
		font-weight: normal;
		background-color: #807f7e;
	}
		#sidebar table.em-calendar .eventful a {
			color: #fff;
			text-decoration: none;
		}

	#sidebar table.em-calendar .eventless-today,
	#sidebar table.em-calendar .eventful-today {
		background-color: #971025;
		color: #fff;
	}
	#sidebar table.em-calendar .eventful-today a {
		color: #fff;
		text-decoration: none;
	}
	#sidebar table.em-calendar thead {
		border-right: 1px solid #84878b;
	}
		#sidebar table.em-calendar thead tr td {
			border: none;
			padding-top: 10px;
			padding-bottom: 10px;
		}
			#sidebar table.em-calendar tr td {
				padding-top: 4px;
				padding-bottom: 2px;
				border-right: 1px solid #84878b;
				border-top: 1px solid #84878b;
			}

			#sidebar table.em-calendar td {
				padding: 2px 3px;
			}

	#sidebar table.em-calendar .em-calnav {
		display: inline-block;
		width: 16px;
		height: 16px;
		text-indent: 100px;
		overflow: hidden;
		background-image: url(../images/calendar_bullets.png);
		background-repeat: no-repeat;
	}
		#sidebar table.em-calendar .em-calnav.em-calnav-prev {
			background-position: left top;
		}
			#sidebar table.em-calendar .em-calnav.em-calnav-prev:hover {
				background-position: left bottom;
			}

		#sidebar table.em-calendar .em-calnav.em-calnav-next {
			background-position: right top;
		}
			#sidebar table.em-calendar .em-calnav.em-calnav-next:hover {
				background-position: right bottom;
			}

	#sidebar table.em-calendar td.eventless-pre,
	#sidebar .em-calendar td.eventless-post {
		color: #2d3537;
	}
	#sidebar .em-calendar .ewrap {
		position: relative;
	}
	#sidebar .em-calendar .eventful-post {
		display: none;
	}
	#sidebar .em-calendar .eventful-today,
	#sidebar .em-calendar .eventful {
	  position: relative;
	}
		#sidebar .em-calendar .eventful .popup,
		#sidebar .em-calendar .eventful-pre .popup,
		#sidebar .em-calendar .eventful-today .popup {
		  display: none;
		  width: 190px;
		  padding: 15px 15px 10px 15px;
		  position: absolute;
		  bottom: -12px;
		  left: -228px;
		  font-family: "SourceSansProLightItalic", Arial, sans-serif;
		  font-size: 13px;
		  line-height: 16px;
		  font-weight: normal;
		  color: #fff;
		  background-color: #900016;
		  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
		  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
		  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
		  text-align: left;
		  display: none;
		  z-index: 99999;
		}
			#sidebar .em-calendar .eventful:hover .popup,
			#sidebar .em-calendar .eventful-today:hover .popup {
				display: block;
			}

			#sidebar .em-calendar .eventful .popup:before,
			#sidebar .em-calendar .eventful-today .popup:before {
				content: "";
				width: 0;
				height: 0;
				border-top: 15px solid transparent;
				border-bottom: 15px solid transparent;
				border-left: 11px solid #900016;
				position: absolute;
				bottom: 10px;
				right:-10px;
			}

			#sidebar .em-calendar .eventful .popup p,
			#sidebar .em-calendar .eventful-today p {
			  /*margin: 0 0 2px 0;
			  padding: 0;*/
			  margin: 0em 0.5em;
			  padding: 0em;
			  font-family: "SourceSansProItalic", Arial, sans-serif;
			  font-weight: normal;
			}

			/*
			#sidebar .em-calendar .eventful .popup h3,
			#sidebar .em-calendar .eventful-today h3 {
			  margin: 0 0 8px 0;
			  font-family: "SourceSansProSemibold", Arial, sans-serif;
			  font-size: 18px;
			  line-height: 18px;
			  font-weight: normal;
			  text-transform: uppercase;
			  color: #fff;
			}
			*/

			#sidebar .em-calendar .eventful .popup h3,
			#sidebar .em-calendar .eventful-today h3 {
				margin: 0em 0em 0.6em 0em;
				font-family: "SourceSansProSemibold", Arial, sans-serif;
				font-size: 1.4em;
				line-height: 1em;
				font-weight: normal;
				text-transform: uppercase;
				color: #fff;
			}

			#sidebar .em-calendar .eventful .popup strong,
			#sidebar .em-calendar .eventful-today .popup {
				font-family: "SourceSansProSemibold", Arial, sans-serif;
				font-weight: normal;
			}

	#content #em-wrapper {
		margin-bottom: 15px;
	}
		#content #em-wrapper table.events-table {
			margin: 0px;
			padding: 0px;
			width: 100%;
			border-collapse: collapse;
		}
			#content #em-wrapper table.events-table th{
				border-bottom: 1px solid #eee;
				color: #d7d7d5;
				text-align: left;
				margin:0 0 15px 0;
				padding:0;
				font-family:"BitterRegular", Arial, Helvetica, sans-serif;
				font-size:22px;
				line-height:33px;
				font-weight:normal;
			}
			#content #em-wrapper table.events-table thead th.event-time {
				width: 30% !important;
			}
			#content #em-wrapper table.events-table thead th.event-description {
				width: 65% !important;
			}
			/*#content #em-wrapper table.events-table tr {
				background-color:#383633;
			}*/
				/*#content #em-wrapper table.events-table tr:hover {
					background-color:#2d3537;
				}*/
			/*#content #em-wrapper table.events-table tr.altRow {
				background-color:#2d3537;
			}*/
				/*#content #em-wrapper table.events-table tr.altRow:hover {
					background-color:#2d3537;
				}*/
			#content #em-wrapper table.events-table td.event-time {
				padding: 15px 0px 15px 0px !important;
				font-size: 20px;
			}
			#content #em-wrapper table.events-table td.event-description {
				padding: 15px 0px 15px 10px !important;
			}
			#content #em-wrapper table.events-table td.event-description p {
				padding: 0 !important;
				margin: 0 !important;
			}
			#content #em-wrapper table.events-table td a {
				color: #fff !important;
			}
			#em-wrapper h2 {
				font-size: 28px;
		}

	#em-wrapper .em-pagination:before {
		content: "Page :  ";
	}

		#content table.events-table {
			margin: 0px;
			padding: 0px;
			width: 100%;
			border-collapse: collapse;
		}
			#content table.events-table th{
				border-bottom: 1px solid #eee;
				color: #d7d7d5;
				text-align: left;
				margin:0 0 15px 0;
				padding:0;
				font-family:"BitterRegular", Arial, Helvetica, sans-serif;
				font-size:22px;
				line-height:33px;
				font-weight:normal;
			}
			#content table.events-table thead th.event-time {
				width: 30% !important;
			}
			#content table.events-table thead th.event-description {
				width: 65% !important;
			}
			/*#content table.events-table tr {
				background-color:#383633;
			}*/
				/*#content table.events-table tr:hover {
					background-color:#2d3537;
				}*/
			/*#content table.events-table tr.altRow {
				background-color:#2d3537;
			}*/
				/*#content table.events-table tr.altRow:hover {
					background-color:#2d3537;
				}*/
			#content table.events-table td.event-time {
				padding: 15px 0px 15px 0px !important;
				font-size: 20px;
			}
			#content table.events-table td.event-description {
				padding: 15px 0px 15px 10px !important;
			}
			#content table.events-table td.event-description p {
				padding: 0 !important;
				margin: 0 !important;
			}
			#content table.events-table td a {
				color: #fff !important;
			}

	#content .event-panel {
		background-color: #FFFFFF;
		border: 1px solid activecaption;
		border-color: #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
		margin-bottom: 20px; }

		#content .panel-default > .event-panel-heading {
			background-color: #F5F5F5;
			border-color: #DDDDDD;
			color: #333333;
		}
		#content .panel-heading {
			border-bottom: 1px solid transparent;
			border-top-left-radius: 3px;
			border-top-right-radius: 3px;
			padding: 10px 15px;
		}
		#content .panel-body {
			padding: 15px;
		}


	div.css-search {
		background: none !important;
		border: none !important;
	}
		#content div.css-search div.em-search-main .em-search-submit {
			background: none !important;
			padding: 0px !important;
			border: none !important;
			top: 1.5em !important;
			display: inline-block !important;
			right: 4em !important;
		}
			#content div.css-search div.em-search-main .em-search-submit img {
				border: none !important;
				box-shadow: none !important;
			}
	div.css-search div.em-search-text {
		background: none !important;
	}

	div.em-search-region div.em-search-field {

	}
	div.em-search.css-search label {
		display: none !important;
	}
	div.css-search.has-advanced div.em-search-main {
		border-bottom: none !important;
		width: 65% !important;
		float: left !important;
		margin-left: 155px;
	}

	div.css-search button {
		background: none !important;
		cursor: pointer !important;
		border: none !important;
		margin-top: -10px;
	}

	.em-search-region.em-events-search-region {
		position: absolute;
		top: 12px;
	}

	div.css-search span {
		color: #fff;
	}

	div.css-search div.em-search-main div.em-search-text.em-search-field input{
		width: 90%;
	}

	#em_calendar-3 {
		margin-top: 20px !important;
	}

/***___   GRAVITY FORMS   ___***/

	#content input[type=text],
	#content input[type=email],
	#content input[type=password],
	#content input[type="file"] {
		height:auto;
		margin:0 0 8px 0;
		padding:4px;
		border:1px solid #2f2d2a;
		font-size:16px;
		color:#383633;
		outline:none;
		background-color: #eee;
		-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
		-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
		box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
		#content .gform_wrapper span.ginput_total,
		#content input[type=text]:focus,
		#content input[type=email]:focus,
		#content input[type=password]:focus,
		#content input[type="file"]:focus,
		#content textarea:focus {
			-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
			-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
			box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
			background-color: #bab9b8;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-ms-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease;
		}

	#content .gform_wrapper span.ginput_total,
	#content .gform_wrapper input[type=text],
	#content .gform_wrapper input[type=email],
	#content .gform_wrapper input[type=password],
	#content .gform_wrapper input[type="file"] {
		height:auto;
		margin:0 0 8px 0;
		padding:4px;
		border:1px solid #2f2d2a;
		font-size:16px;
		color:#383633;
		outline:none;
		background-color: #eee;
		-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
		-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
		box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
		#content .gform_wrapper input[type=text]:focus,
		#content .gform_wrapper input[type=email]:focus,
		#content .gform_wrapper input[type=password]:focus,
		#content .gform_wrapper input[type="file"]:focus,
		#content .gform_wrapper textarea:focus {
			-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
			-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
			box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
			background-color: #bab9b8;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-ms-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease;
		}

	#content textarea {
		margin:0 0 8px 0;
		padding:8px;
		border:1px solid #2f2d2a;
		font-size:16px;
		color:#383633;
		outline:none;
		background-color: #eee;
	}
	#content .gform_wrapper * {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

		#content .gform_wrapper .ginput_complex select {
			background-color: #eee !important;
			width: 100% !important;
			margin-top: 0px !important;
		}

		#content .gform_wrapper .top_label li.gfield.gf_left_half {
			width: 47% !important;
		}
		#content .gform_wrapper .top_label li.gfield.gf_right_half {
			width: 47% !important;
		}

		#content .gform_wrapper .top_label li.gfield.gf_left_third {
			width: 31% !important;
		}
		#content .gform_wrapper .top_label li.gfield.gf_middle_third {
			width: 31% !important;
		}
		#content .gform_wrapper .top_label li.gfield.gf_right_third {
			width: 31% !important;
		}

		#content .gform_wrapper select {
			background-color: #EEEEEE !important;
			border: medium none;
			color: #383633;
			font-size: 16px;
			height: 26px;
			line-height: 16px;
			margin-top: 0 !important;
			outline: medium none;
			padding: 4px;
			width: 100% !important;
		}

		#content .gform_wrapper p {
			width: 100%;
		}

		body #content .gform_wrapper .ginput_card_expiration_container select {
			width: 48% !important;
			margin-bottom: 9px;
		}

		#content .gform_wrapper textarea {
			margin:0 0 8px 0;
			padding:8px;
			border:1px solid #2f2d2a;
			font-size:16px;
			color:#383633;
			outline:none;
			background-color: #eee;
		}
			#content .gform_wrapper ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
				#content .gform_wrapper li {
					background: none;
				}

	#content .gform_wrapper span.ginput_total,
	#content .gform_wrapper textarea,
	#content .gform_wrapper input[type=text],
	#content .gform_wrapper input[type=email],
	#content .gform_wrapper input[type=file] {
		font-size:16px;
		line-height: 16px;
		color:#383633;
	}

	#content .gform_wrapper .gfield_error,
	#content .gform_wrapper .gfield_errorgfield_contains_required {
		background: none;
		border: none;
		margin: 0;
		padding: 0;
	}
		#content .gform_wrapper .gfield_error input[type=text],
		#content .gform_wrapper .gfield_error input[type=email],
		#content .gform_wrapper .gfield_error input[type=file],
		#content .gform_wrapper .gfield_error textarea {
			border: 2px solid #790000;
			margin-bottom: 0;
		}

	#content .gform_wrapper .gfield_description,
	#content .gform_wrapper .validation_message {
		margin: 0 0 10px 0 !important;
		padding: 0 !important;
		font-weight: normal;
	}

	#content .gform_wrapper div.validation_error {
		font-size: 15px;
	}

	#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
		margin-bottom: 0 !important;
		margin-left: 0 !important;
		padding: 0;
	}

/*
	#content .gform_wrapper li.gfield.gfield_creditcard_warning {
		border: #fff solid !important;
	}
*/
/*
	.gform_wrapper span.ginput_product_price {
		color: #fff;
	}
*/
	#fancybox-content .gform_wrapper a {
		color: #4c4c4c !important;
	}
	#content #fancybox-content .gform_wrapper span.ginput_product_price {
		color: #4c4c4c !important;
	}
	#content .gform_wrapper span.ginput_total {
		color: #971025 !important;
		font-weight: bold;
	}

	#content .gform_wrapper .gfield_label {
		font-weight: normal;
		font-family: "SourceSansProBold", Arial, sans-serif;
	}
	#fancybox-content .gform_wrapper .gfield_label {
		color: #4c4c4c !important;
	}
	#content .gform_wrapper .gform_wrapper .ginput_left input:focus+label,
	#content .gform_wrapper .gform_wrapper .ginput_right input:focus+label,
	#content .gform_wrapper .gform_wrapper .ginput_full input:focus+label {
		font-family: "SourceSansProBold", Arial, sans-serif;
		font-weight: normal;
	}
	.#fancybox-content .gform_wrapper .gform_button {
		color: #4c4c4c !important;
	}
	#content .gform_wrapper .gform_button {
		width: auto;
		height: 35px;
		padding-top: 2px;
		padding-left: 25px;
		padding-right: 25px;
		line-height: 10px;
		color: #fff;
		background:#900016;
		-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
		box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	}
		#content .gform_wrapper .gform_button:hover {
			background:#730515;
			cursor: pointer;
		}

	.gform_wrapper .ginput_complex label,
	.gform_wrapper .gfield_time_hour label,
	.gform_wrapper .gfield_time_minute label,
	.gform_wrapper .gfield_date_month label,
	.gform_wrapper .gfield_date_day label,
	.gform_wrapper .gfield_date_year label,
	.gform_wrapper .instruction {
		font-size: 13px !important;
	}



/***___   OVERRIDE DATEPICKER STYLE   ___***/
.ui-widget-header.ui-datepicker-header {
	background: #950c21;
	border: none;
	border-radius: 0;
}
	.ui-widget-header.ui-datepicker-header .ui-state-highlight {

	}



/***___   THEME MY LOGIN PLUGIN STYLE OVERRIDE  ___***/

#signup-welcome span.h3 {
	color: white;
}
/*
	#content .login input {
		width: auto;
		height: 35px;
		padding-top: 2px;
		padding-left: 25px;
		padding-right: 25px;
		line-height: 10px;
		color: #fff;
		background: #900016;
		border: none;
		-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
		box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	}
		#content .login input:hover {
			background: #730515;
			cursor: pointer;
		}

*/

/***___   EVENTS MANAGER FULL-CALENDAR STYLE OVERRIDE   ___***/



/*
	#content table.fullcalendar {
		width: 100%;
		color: #a9a9a8;
		font-family: "SourceSansProRegular", Arial, sans-serif;
		font-size: 18px;
		line-height: 22px;
		background-color: #2d3537;
	}
		#content table.fullcalendar .days-names td {
			font-family: "SourceSansProBold", Arial, sans-serif;
			background-color: #84878b;
			font-size: 14px;
			color: #fff;
			text-transform: uppercase;
			font-weight: normal;
		}

		#content table.fullcalendar .month_name {
			font-family: "SourceSansProRegular", Arial, sans-serif;
			font-size: 27px;
			color: #a9a9a8;
			text-transform: uppercase;
			font-weight: normal;
		}

		#content table.fullcalendar .eventful {
			display:block!important;
			color: #fff;
			font-family: "SourceSansProBold", Arial, sans-serif;
			font-weight: normal;
			background-color: #807f7e;
		}
			#content table.fullcalendar .eventful a {
				color: #fff;
			}

		#content table.fullcalendar .eventless-today,
		#content table.fullcalendar .eventful-today {
			background-color: #971025;
			color: #fff;
		}

		*/
		/*

		#content table.fullcalendar thead {
			border-right: 1px solid #84878b;
		}
			#content table.fullcalendar thead tr td {
				*//*border: none;*//*
				padding-top: 10px;
				padding-bottom: 10px;
			}
		#content table.fullcalendar tr td {
			padding-top: 10px;
			padding-bottom: 10px;
			border-right: 1px solid #84878b;
			border-top: 1px solid #84878b;
		}

		#content table.fullcalendar .em-calnav {
			display: inline-block;
			width: 16px;
			height: 16px;
			text-indent: 100px;
			overflow: hidden;
			background-image: url(../images/calendar_bullets.png);
			background-repeat: no-repeat;
		}

			#content table.fullcalendar .em-calnav.em-calnav-prev {
				background-position: left top;
			}
				#content table.fullcalendar .em-calnav.em-calnav-prev:hover {
					background-position: left bottom;
				}

			#content table.fullcalendar .em-calnav.em-calnav-next {
				background-position: right top;
			}
				#content table.fullcalendar .em-calnav.em-calnav-next:hover {
					background-position: right bottom;
				}

		#content table.fullcalendar td.eventless-pre,
		#sidebar .fullcalendar td.eventless-post {
			color: #2d3537;
		}
		#content table.fullcalendar .eventful {
		  position: relative;
		}
			#content table.fullcalendar .eventful .popup {
			  display: none;
			  width: 190px;
			  padding: 15px 15px 10px 15px;
			  position: absolute;
			  bottom: 40px;
			  left: -15px;
			  font-family: "SourceSansProItalic", Arial, sans-serif;
			  font-size: 13px;
			  line-height: 16px;
			  font-weight: normal;
			  color: #fff;
			  background-color: #900016;
			  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
			  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
			  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
			  text-align: left;
			}
				#content table.fullcalendar .eventful:hover .popup {
					display: block;
				}

				#content table.fullcalendar .eventful .popup:before {
					content: "";
					width: 0;
					height: 0;
					border-left: 15px solid transparent;
					border-right: 15px solid transparent;
					border-top: 11px solid #900016;
					position: absolute;
					bottom: -10px;
					left:10px;
				}

				#content table.fullcalendar .eventful .popup h3 {
				  margin: 0 0 8px 0;
				  font-family: "SourceSansProBold", Arial, sans-serif;
				  font-size: 18px;
				  line-height: 18px;
				  font-weight: normal;
				  text-transform: uppercase;
				  color: #fff;
				}

				#content table.fullcalendar .eventful .popup p {
				  margin: 0 0 2px 0;
				  padding: 0;
				  font-family: "SourceSansProItalic", Arial, sans-serif;
				  font-weight: normal;
				}

				#content table.fullcalendar .eventful .popup strong {
					font-family: "SourceSansProBold", Arial, sans-serif;
					font-weight: normal;
				}
*/



/** FAQS **/

	.faqs {
		width: 100%;
	}
		.faqs thead {
			border-bottom: 1px #adadad solid;
		}
			.faqs th {
				padding: 0 0 10px 0;
				text-align: left;
				font-size: 1.1875em;
				color: #fff;
				font-weight: bold;
			}
		.faqs td {
			padding: 0 0 6px 0;
			border-bottom: none;
			vertical-align: top;
		}
			.faqs td p {
				color: #fff;
			}

			.faqs td.question {
				width: auto;
				border: none;
			}
				.faqs td.question h3 {
					font-size: 20px;
					margin-bottom: 0px;
					line-height: 1em;
					padding-top: 18px;
				}

			.faqs td.answer {
				display: block;
				padding: 0 12px 0 10px;
				padding-left: 20px;
				padding-bottom: 20px;
				border-bottom: 1px #adadad solid;
			}



/***___   WOOCOMMERCE OVERRIDE   ___***/

	.woocommerce-message:before,
	.woocommerce-error:before,
	.woocommerce-info:before {
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		background-color: #900016 !important;
	}

/** WOOCOMMERCE ADDED TO CART MESSAGE BOX **/

	.woocommerce-message:before {
		background-color: #900016 !important;
		content: "\2713" !important;
	}
	.woocommerce-message {
		border-top: 3px solid #900016 !important;
	}

	.woocommerce-message,
	.woocommerce-error,
	.woocommerce-info {
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-top: none !important;
		font-family: SourceSansProRegular, Arial, Georgia, sans-serif !important;
	}
		.woocommerce-message li,
		.woocommerce-error li,
		.woocommerce-info li {
			padding-left: 35px !important;
		}

	.woocommerce-page .addresses .title {
		background: none !important;
	}

	.woocommercee .woocommerce-message a.button,
	.woocommerce-page .woocommerce-message a.button {
		line-height: 28px !important;
		margin-right: 15px !important;
	}

	.woocommerce table.shop_table td,
	.woocommerce-page table.shop_table td {
		padding: 6px 30px !important;
	}
		.woocommerce table.shop_table tfoot td,
		.woocommerce table.shop_table tfoot th,
		.woocommerce-page table.shop_table tfoot td,
		.woocommerce-page table.shop_table tfoot th {
			font-weight: normal !important;
		}

	.woocommerce form .form-row label,
	.woocommerce-page form .form-row label {
		color: #fff !important;
	}
	.woocommerce form .form-row-wide,
	.woocommerce-page form .form-row-wide {
		color: #383633 !important;
	}
	.chzn-container {
		font-size: inherit !important;
		border-radius: 0px !important;
	}
	.woocommerce-checkout .form-row .chzn-container {
		border-radius: 0px !important;
	}

	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {

	}

	.woocommerce #payment div.form-row,
	.woocommerce-page #payment div.form-row {
		padding: 0 !important;
		border-top: 0 !important;
	}
	.woocommerce #payment,
	.woocommerce-page #payment {
		background: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}


	.woocommerce ul.products li.product .price del,
	.woocommerce-page ul.products li.product .price del {
		font-size: 0.67em !important;
		color: rgba(88, 79, 80, 0.5) !important;
		margin: -2px 0 0 0 !important;
	}

	.woocommerce .button {
		display: block !important;
		background: url(../images/bg_button.png) left top repeat-x !important;
		-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.7) !important;
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.7) !important;
		box-shadow: 0 1px 4px rgba(0,0,0,0.7) !important;
	}
		.woocommerce input.button,
		.woocommerce-page input.button {
			color: #84878b !important;
			padding-top: 0px !important;
		}
			.woocommerce input.button:hover,
			.woocommerce-page #content input.button:hover {
				color: #fff !important;
				background-position: left -35px !important;
				text-shadow: none !important;
			}
		.woocommerce input.button.alt,
		.woocommerce-page input.button.alt {
			color: #84878b !important;
			padding-top: 0px !important;
		}
			.woocommerce input.button.alt:hover,
			.woocommerce-page #content input.button.alt:hover {
				color: #fff !important;
				background-position: left -35px !important;
				text-shadow: none !important;
			}

	.woocommerce a.add_to_cart_button.button.product_type_simple,
	.woocommerce-page a.add_to_cart_button.button.product_type_simple {
		line-height: 28px !important;
		font-family:"SourceSansProRegular", Arial, Helvetica, sans-serif !important;
	}
	.woocommerce a.button.product_type_external,
	.woocommerce-page a.button.product_type_external {
		line-height: 28px !important;
		font-family:"SourceSansProRegular", Arial, Helvetica, sans-serif !important;
	}

	.woocommerce .cart a.single_add_to_cart_button.button.alt,
	.woocommerce-page .cart a.single_add_to_cart_button.button.alt {
		line-height: 28px !important;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
		color: rgb(94, 94, 94) !important;
	}



	.woocommerce a.button,
	.woocommerce-page a.button,
	.woocommerce button.button,
	.woocommerce-page button.button,
	.woocommerce-page input.button,
	.woocommerce input.button {
		cursor: pointer !important;
		float: left !important;
		width: auto !important;
		height: 30px !important;
		padding-top: 4px !important;
		padding-left: 26px !important;
		display: block !important;
		margin: 0 0 6px 0 !important;
		font-family: "SourceSansProBold", Arial, Helvetica, sans-serif !important;
		font-size: 15px !important;
		color: #84878b !important;
		line-height: 10px !important;
		text-align: center !important;
		text-shadow: none !important;
		border: none !important;
		background-position: left bottom !important;
		background: url(../images/bg_button.png) left top repeat-x !important;
		-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.7) !important;
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.7) !important;
		box-shadow: 0 1px 4px rgba(0,0,0,0.7) !important;
	}

	.woocommerce #respond input#submit,
	.woocommerce-page #respond input#submit{
			height: 35px !important;
	}
	.woocommerce table.cart td.actions .button.alt,
	.woocommerce #content table.cart td.actions .button.alt,
	.woocommerce-page table.cart td.actions .button.alt,
	.woocommerce-page #content table.cart td.actions .button.alt {
		line-height: 28px !important;
	}

		.woocommerce table.cart a.remove,
		.woocommerce-page table.cart a.remove,
		.woocommerce-page #content table.cart a.remove {
			color:#ee314d !important;
		}
			.woocommerce table.cart a.remove:hover,
			.woocommerce-page table.cart a.remove:hover,
			.woocommerce-page #content table.cart a.remove:hover {
				color:#ee314d !important;
			}

	.woocommerce table.cart input,
	.woocommerce #content input.button,
	.woocommerce-page #content input.button {
			padding: 6px 26px;
			line-height: 26px;
}
	}

	.woocommerce a.button:hover,
	.woocommerce button.button:hover,
	.woocommerce input.button:hover,
	.woocommerce #respond input#submit:hover,
	.woocommerce #content input.button:hover,
	.woocommerce-page a.button:hover,
	.woocommerce-page button.button:hover,
	.woocommerce-page input.button:hover,
	.woocommerce-page #respond input#submit:hover,
	.woocommerce-page #content input.button:hover {
		text-decoration: none !important;
		color: #fff !important;
		background-position: left -35px !important;
		text-shadow: none !important;
	}
		.woocommerce a.button:active,
		.woocommerce button.button:active,
		.woocommerce input.button:active,
		.woocommerce #respond input#submit:active,
		.woocommerce #content input.button:active,
		.woocommerce-page a.button:active,
		.woocommerce-page button.button:active,
		.woocommerce-page input.button:active,
		.woocommerce-page #respond input#submit:active,
		.woocommerce-page #content input.button:active {
			top: 0 !important;
		}

	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt,
	.woocommerce #respond input#submit.alt,
	.woocommerce #content input.button.alt,
	.woocommerce-page a.button.alt,
	.woocommerce-page button.button.alt,
	.woocommerce-page input.button.alt,
	.woocommerce-page #respond input#submit.alt,
	.woocommerce-page #content input.button.alt {
		cursor: pointer !important;
		float: right !important;
		width: auto !important;
		height: 30px !important;
		padding-top: 4px !important;
		padding-left: 26px !important;
		display: block !important;
		margin: 0 0 6px 0 !important;
		font-family: "SourceSansProBold", Arial, Helvetica, sans-serif !important;
		font-size: 15px !important;
		color: #84878b !important;
		line-height: 10px !important;
		text-align: center !important;
		text-shadow: none !important;
		border: none !important;
		background-position: left bottom !important;
		background: url(../images/bg_button.png) left top repeat-x !important;
		-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.7) !important;
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.7) !important;
		box-shadow: 0 1px 4px rgba(0,0,0,0.7) !important;
	}
		.woocommerce a.button.alt:hover,
		.woocommerce button.button.alt:hover,
		.woocommerce input.button.alt:hover,
		.woocommerce #respond input#submit.alt:hover,
		.woocommerce #content input.button.alt:hover,
		.woocommerce-page a.button.alt:hover,
		.woocommerce-page button.button.alt:hover,
		.woocommerce-page input.button.alt:hover,
		.woocommerce-page #respond input#submit.alt:hover,
		.woocommerce-page #content input.button.alt:hover {
			text-decoration: none !important;
			color: #fff !important;
			background-position: left -35px !important;
			text-shadow: none !important;
		}

	.woocommerce .woocommerce-ordering select,
	.woocommerce-page .woocommerce-ordering select,
	.woocommerce-page .woocommerce-ordering select.orderby {
		line-height: 18px !important;
		color: #383633 !important;
		outline: none !important;
		background-color: #eee !important;
		width: 100% !important;
		margin-top: 0px !important;
	}
	.woocommerce #content ul.products li.product a img,
	.woocommerce-page ul.products li.product a img,
	.woocommerce #content .attachment-shop_catalog.wp-post-image,
	.woocommerce-page .attachment-shop_catalog.wp-post-image	{
		border: none !important;
		width: 200px;
	}
	.product.type-product.status-publish.hentry.instock {
    width: 40%;
}
	.product.type-product.status-publish.hentry.first.instock {
    width: 40%;
}
	.woocommerce ul.products li.product h3,
	.woocommerce-page ul.products li.product h3 {
		height: 45px;
	}

	.woocommerce ul.products li.product .price,
	.woocommerce-page ul.products li.product .price {
		color: #fff !important;
		padding-left: 15px;
		line-height: 35px;
		display: inline-block;
	}

	.woocommerce div.product,
	.woocommerce #content div.product,
	.woocommerce-page div.product,
	.woocommerce-page #content div.product {
		width: 95%;
	}

	.woocommerce div.product div.images img,
	.woocommerce #content div.product div.images img,
	.woocommerce-page div.product div.images img,
	.woocommerce-page #content div.product div.images img {
		border: none !important;
	}

	.woocommerce .inline.show_review_form.button {
		line-height: 30px !important;
	}

	.woocommerce .woocommerce-breadcrumb,
	.woocommerce-page .woocommerce-breadcrumb {
		display: none !important;
	}

/* WooCommerce Checkout Buttons */
	.woocommerce table.cart td.actions .checkout-button.button.alt,
	.woocommerce #content table.cart td.actions .checkout-button.button.alt,
	.woocommerce-page table.cart td.actions .checkout-button.button.alt,
	.woocommerce-page #content table.cart td.actions .checkout-button.button.alt {
		line-height: 24px !important;
	}

	.woocommerce-result-count {
		display: inline-block;
	}

/* WooCommerce LightBox Controls */
	div.pp_woocommerce a.pp_arrow_next {
		float: right;
	}
	div.pp_woocommerce a.pp_arrow_previous {
		float: left;
	}
	div.pp_woocommerce .pp_nav p.currentTextHolder {
		display: none;
	}
	div.pp_woocommerce .pp_nav {
		width: 100%;
	}
	div.pp_woocommerce div.ppt {
		font-size: 1.2em;
		margin: 0 auto;
		line-height: 1.2em;
		text-align: center;
	}









.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}


body #content .magazine {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	text-align: center;
	font-weight: bold;
	margin: 0 22px 22px 0;
}

body #content .magazine a {
	text-decoration: none;
}

body #content .magazine img {
	width: 160px;
	margin-bottom: 0;
}

body #content .magazine p {
	margin: 0;
	padding: 0;
}









.page-id-8 table td {
	padding: 10px;
}

body .page-id-8 table td h3 {
	margin: 0;
	padding: 0;
}

.page-id-8 table.no-padding td {
	padding: 0;
}

#content #ad-slider {
	list-style-type: none;
	margin: 0;
	padding: 20px 0 0 0;
}

#content #ad-slider li,
#content #ad-slider li img {
	width:  455px;
}

.home .right-column .side-ad {
	text-align: center;
}

.home .right-column .side-ad ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 230px;
	height: 213px;
}

.home .right-column .side-ad ul .ad-title {
	display: none;
}

.home .right-column .side-ad ul li {
	margin: 0;
	padding: 0;
	width: 230px;
	height: 213px;
}



#callouts-wrapper {
	padding-bottom:  40px;
}

 #callouts-wrapper #callouts {
 	width: 100%;
 }

#callouts-wrapper #callouts li.callout {
	width:  320px;
	border-left: 0px solid #72706f;
}
#callouts-wrapper #callouts li.callout:first-child {
	border-left: 0;
}
.home .right-column {
	float:  right;
	width: 350px;
}

#content.home {
	padding-right: 40px;
	border-right: 1px solid #5f6567;
	width: 550px;
}

#content.home p {
	width: 100%;
}

#content.home .entry {
	border-bottom: 0;
	margin-bottom: 0;
}


.sponsor {
	padding-top:  0px;
}

.sponsor .sponsor-image,
.sponsor .sponsor-content {
	display: inline-block;
	vertical-align: top;
}

.sponsor .sponsor-image {
	width: 111px;
	overflow: hidden;
	margin-right: 15px;
}


.sponsor .sponsor-image img {
	width: 111px;
}

.sponsor .sponsor-content {
	width: 219px;
}

.sponsor .sponsor-content h3 {
	font-size: 23px;
}

.sponsor .sponsor-content p {
	padding: 0;
	width:  100%;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #000;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #000;
	text-align: left;
}

#fancybox-title-float-main {
	color: #000;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}


/* misc */

.page-id-14 #subnav {
	display: none;
}

.blog .page-navi .page-navigation .grav_page_navi,
.archive .page-navi .page-navigation .grav_page_navi {
	list-style-type: none;
	padding-left: 0;
}

.blog .page-navi .page-navigation .grav_page_navi li,
.archive .page-navi .page-navigation .grav_page_navi li {
	display: inline-block;
}

.blog .page-navi .page-navigation .grav_page_navi li a,
.archive .page-navi .page-navigation .grav_page_navi li a {
	text-decoration: none;
}


body .gform_wrapper span.ginput_product_price {
	color: #fff;
	font-weight: bold;
}

.gfield_password_strength {
	color: black;
}
.ginput_complex span label {
	margin-top: -10px !important;
}

#field_17_61, #field_2_28, #field_14_54 {
	height: 200px;
	overflow:auto;
	padding: 10px;
	background: #eee !important;
	color: black;
	margin-left: 13px !important;
	margin-bottom: 20px !important;
}

#field_17_60 .gchoice_60_1,
#field_14_53 .gchoice_53_1,
#field_2_52 .gchoice_52_1 {
	text-align: center;
}

#field_17_60 .gchoice_60_1 label,
#field_14_53 .gchoice_53_1 label,
#field_2_52 .gchoice_52_1 label {
	display: inline;
	margin-left: 8px;
}
#field_17_60 .gchoice_60_1 input,
#field_14_53 .gchoice_53_1 input,
#field_2_52 .gchoice_52_1 input {
	float: none;
}

.page-template-page-online-forms-php #content .gfield.gfield_error {
	padding-left: 10px !important;
	padding-bottom: 8px !important;
}

.page-template-page-online-forms-php .gform_wrapper .gfield_error input[type="text"], #content .gform_wrapper .gfield_error input[type="email"], #content .gform_wrapper .gfield_error input[type="file"], #content .gform_wrapper .gfield_error textarea
{
	margin-bottom: 8px !important;
	border: 1px solid #F21 !important;
}

.page-template-page-online-forms-php .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding-top: 0 !important;
}
.page-template-page-online-forms-php .validation_error,
.page-template-page-online-member-lookup-php .validation_error {
    background: rgba(0,0,0,0.6);
	padding: 8px 14px;
	border: 1px solid #f21;
	border-radius: 5px;
	font-size: 20px !important;
}

.page-template-page-online-forms-php .gform_wrapper .gform_footer {
	text-align: center;
}

.page-template-page-online-forms-php .gform_wrapper .gfield_error label,
.page-template-page-online-forms-php .gform_wrapper .gfield_required,
.page-template-page-online-forms-php .validation_error,
.page-template-page-online-member-lookup-php .validation_error,
.page-template-page-online-forms-php .validation_error a,
.page-template-page-online-member-lookup-php .validation_error a,
.page-template-page-online-forms-php .validation_message {
    color: #F32 !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.page-template-page-online-forms-php img {
	border: none !important;
	box-shadow: none !important;
}

#member-lookup-form {
	margin: 0 auto;
	width: 400px;
	border: 1px solid #eee;
	border-radius: 7px;
	padding: 20px;
	text-align: center;
}

#member-lookup-form input {
	display: block;
	margin: 0 auto 6px auto !important;
}

#member-lookup-form label {
	display: block;
	margin-top: 10px !important;
}

.page-template-page-online-forms-php #field_17_60 .gfield_label,
.page-template-page-online-forms-php #field_14_53 .gfield_label,
.page-template-page-online-forms-php #field_2_52 .gfield_label {
	display: none;
}

.page-template-page-online-forms-php .gform_wrapper .gfield_error .ginput_container {
	margin-top: 0 !important;
}

.login-out {
	/*display: none !important;*/
}

#theme-my-login.login .tml-action-links {
	margin-bottom: 0;
}











/*events  landing page */

.map {
	width: 720px;
	height: 491px;
	background: transparent url(../images/map/all.png) 0 0 no-repeat;
	position: relative;
	margin:  20px auto;
}

.map .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 720px;
	height: 491px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.map .overlay.north-central {
	background-image: url(../images/map/north-central.png);
}

.map .overlay.new-england {
	background-image: url(../images/map/new-england.png);
}

.map .overlay.mid-central {
	background-image: url(../images/map/mid-central.png);
}

.map .overlay.mid-eastern {
	background-image: url(../images/map/mid-eastern.png);
}

.map .overlay.north-central {
	background-image: url(../images/map/north-central.png);
}

.map .overlay.north-eastern {
	background-image: url(../images/map/north-eastern.png);
}

.map .overlay.north-western {
	background-image: url(../images/map/north-western.png);
}

.map .overlay.south-central {
	background-image: url(../images/map/south-central.png);
}

.map .overlay.south-eastern {
	background-image: url(../images/map/south-eastern.png);
}

.map .overlay.south-western {
	background-image: url(../images/map/south-western.png);
}

.map .overlay.pacific-northwest {
	background-image: url(../images/map/pacific-northwest.png);
}

.map .overlay .toggle {
	position: absolute;
	color: #000;
	text-decoration: none;
	font-family: "BitterRegular", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	background-color: #d6d4d0;
	padding: 5px;
	border-radius: 6px;
}
/*
.map .overlay .toggle:hover {
	color: #fff;
}
*/
.map .overlay .toggle#pacific-northwest {
	top: 55px;
	left: 72px;
}

.map .overlay .toggle#north-central {
	top: 95px;
	left: 282px;
}

.map .overlay .toggle#new-england {
	top: 81px;
	left: 543px;
}

.map .overlay .toggle#mid-central {
	top: 196px;
	left: 278px;
}

.map .overlay .toggle#mid-eastern {
	top: 184px;
	left: 426px;
}

.map .overlay .toggle#north-eastern {
	top: 137px;
	left: 500px;
}

.map .overlay .toggle#north-western {
	top: 145px;
	left: 26px;
}

.map .overlay .toggle#south-central {
	top: 299px;
	left: 251px;
}

.map .overlay .toggle#south-eastern {
	top: 264px;
	left: 446px;
}

.map .overlay .toggle#south-western {
	top: 220px;
	left: 44px;
}


.page-id-6026 #content-wrapper {
	background: none;
}

.page-id-6026 #content {
	width: 100%;
}


/* region events */
.page-id-5923 #content-wrapper {
	background: none;
	min-height: 0;
	padding: 0;
}

#events-top-content-wrap,
#events-bottom-content-wrap {
}

#events-top-content-wrap,
#events-bottom-content-wrap .inner {
	width: 960px;
	margin: 0 auto;
}

#events-top-content-wrap .region-header {
	margin: 70px 0 34px 0;
}

#events-top-content-wrap .region-header h1 {
padding: 0 0 17px 0;
border-bottom: 1px solid #cec5c3;
width: 68%;
}

#events-top-content-wrap .region-header .region-image {
	display: inline-block;
	vertical-align: top;
	width: 410px;
}

#events-top-content-wrap .region-header .region-image img {
	border: 2px solid #dbdbdb;
}

#events-top-content-wrap .region-header .region-content {
	display: inline-block;
	vertical-align: top;
	width: 540px;
}

#events-top-content-wrap .region-header .region-content p {
	width: 100%;
	margin-bottom: 18px;
}

#events-top-content-wrap .region-header .region-content p strong {
	font-family:'SourceSansPro', Arial, Helvetica, sans-serif;
}

#events-top-content-wrap .region-header .region-content .region-search {

}

#events-top-content-wrap .region-header .region-content .region-search form {
	background-color: #d9d9d9;
	padding: 2px;
	width: 308px;
}

#events-top-content-wrap .region-header .region-content .region-search form input[type=text] {
	width: 222px;
	height: 40px;
	line-height: 24px;
	border: 0;
	background-color: #ebebeb;
	font-size: 16px;
	color: #383633;
	padding: 0px 10px;
	outline: none;
}

#events-top-content-wrap .region-header .region-content .region-search form input[type=submit] {
	width: 66px;
	border: 0;
	height: 41px;
	font-weight: 700;
	font-size: 21px;
	padding: 0 13px 0 0;
	background-color: #1e1e1e;
	background-image: url('../images/events-search-icon.png');
	background-position: center center;
	background-repeat: no-repeat;
	text-transform: none;
	text-indent: -999999px;
	outline: none;
}

.region-content .region-search {
	display: inline-block;
	vertical-align: top;
}

.region-content .create-event-link {
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
}

.region-content .create-event-link a {
	display: block;
	height: 46px;
	line-height: 46px;
	background-color: #741218;
	text-align: center;
	text-decoration: none;
	padding: 0 48px;
	font-family:'SourceSansPro', Arial, Helvetica, sans-serif;
	font-weight: bold;
	-webkit-box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.5);
		   -moz-box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.5);
		        box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.5);
}

#events-bottom-content-wrap {
	padding-bottom: 80px;
	background-color: #2d3537;
	border-top: 2px solid #302f2e;
}

.page-id-5923 #content {
	width: 100%;
}

#content ul.tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 35px;
}

#content ul.tabs li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0;
	width: 33.3%;
}

#content ul.tabs li a {
	display: block;
	background-color: #1e1e1e;
	text-align: center;
	text-decoration: none;
	font-family: "BitterRegular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 40px;
}

#content ul.tabs li:nth-child(2) a {
	background-color: #282727;
}

#content ul.tabs li a.active {
	background-color: #84878b;
}

#content .tab-content .block-wrapper .block {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin-bottom: 50px;
	padding-right: 20px;
}

#content #tab1.tab-content .block-wrapper .block:nth-child(1) {
	width: 260px;
}

#content #tab1.tab-content .block-wrapper .block:nth-child(2) {
	width: 240px;
}

#content #tab1.tab-content .block-wrapper .block:nth-child(3) {
	width: 200px;
}

#content #tab1.tab-content .block-wrapper .block:nth-child(4) {
	width: 180px;
}

#content .tab-content .block-wrapper .block p {
	margin: 0 0 24px 0;
	line-height: 24px;
	width: 100%;
}

#content .tab-content .block-wrapper .block p strong {
	font-family:'SourceSansProRegular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#content .tab-content .block-wrapper .block:nth-child(4n) {
	padding-right: 0;
}

#content .tab-content table#wp-calendar {
	width: 100%;
	font-size: 26px;
	line-height: 32px;
	font-family: "BitterRegular", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

#content .tab-content table#wp-calendar tr td {
	padding-bottom: 18px;
}

#content .tab-content table#wp-calendar a {
	color: #a9a9a8;
	text-decoration:none;
	display: inline-block;
	background-color: transparent;
	background-image: url(../images/events-nav-icon.png);
	background-repeat: no-repeat;
}

#content .tab-content table#wp-calendar #prev {
	width: 300px;
	text-align: left;
}

#content .tab-content table#wp-calendar #prev a {
	background-position: bottom left;
	padding-left: 14px;
}

#content .tab-content table#wp-calendar #next {
	width: 300px;
	text-align: right;
}

#content .tab-content table#wp-calendar #next a {
	background-position: top right;
	padding-right: 14px;
}

#content .tab-content table#wp-calendar .month {
	width: 300px;
	text-align: center;
	color: #fff;
	font-family: "BitterRegular", Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#content .tab-content .block h3 {
	font-size:  20px;
	line-height: 28px;
	color: #737272;
	margin: 0;
	max-width: 100%;
}

#content #tab1 .block-wrapper {
	border-bottom: 1px solid #888;
	padding: 26px 0 0 0;
}

#content #tab1 .block-wrapper.heading {
	padding: 0 0 15px 0;
}

#content #tab1 .block {
	margin-bottom: 0;
}





#field_18_27 {
	display: none;
}


