/*
Theme Name: MYgRID2
Description: Minimalistic WordPress theme in grey-silver colors with fresh look, fancy css3 and jQurey effects, widget ready area, automatic post thumbnail and more.
Theme URI: http://beatheme.com/grid-theme/
Author: Dannci
Author URI: http://beatheme.com/
version: 1.3
Tags: black, silver, light, right-sidebar, fixed-width, custom-header, threaded-comments, photoblogging



License: GPL
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Font License: OFL
Font License URI: http://scripts.sil.org/OFL
*/


/* reset */
html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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,
caption  {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}

/**, *:after, *:before {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; }*/

body {
   	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
   	margin:0; 
	padding:0; 
	color:#7f8c8d; 
	background:#fff;
}

div {
	display: block;	
}

ol, ul {
   list-style: none;
}

#custom_header { 
	width:100% !important;
	overflow:hidden;
}

.clear {clear: both;}

.gallery-caption{}

/* GENERAL/LAYOUT
==========================================*/
.fr{ float:right;}
.fl{ float:left;}

.last{
	margin:0;
	float:left;
}

img, img a{border:none;}

.box { 
	width:890px; 
	margin:0 auto 0 auto; 
	padding:0;
}

	.boxwide { 
		width:920px; 
		margin:0px auto; 
		padding:0;
	}

.main { 
	width:890px; 
	margin:0 auto; 
	padding-top: 50px;
	padding-bottom: 50px;
}

.col-1-3 {
		width: 278px;
		float: left;
		display:block;
		min-height:1px;
		position: relative;
		padding-right: 14px;
		padding-left: 14px;	
	}

.cell{
	margin:0;
	padding:0;
	float:left;
	width:210px;
	overflow:hidden;
	position:relative;
	display: inline-block;
}

		.cell h4 {
			margin:0 0 15px 0;
			padding:0;
			text-transform: none;
			letter-spacing: normal;
		}
		
		.cell img{
			margin:0;
			padding:0;
			width:190px;
		}

.twocell{
	margin:0 40px 40px 0;
	padding:4px;
	float:left;
	width:398px;
	overflow:hidden;
	position:relative;
}

/* Buttons */
.btn, .btn-small {
	display:inline-block;
	background-color: #34495e;
	color: #fff;
	margin: 0 auto;
	-moz-transition: 0.3s; 
	-webkit-transition: 0.3s; 
	-o-transition: 0.3s; 
	transition: 0.3s;
	border-radius: 3px;
}

.btn {
	margin-top: 30px;
	margin-bottom: 25px;
	padding: 15px 20px;
}

.btn-small {
	font-size: 13px;
	margin-top: 15px;
	padding: 8px 12px;
}

		.btn:hover, .btn:focus, .btn:active, .btn.active, .btn-small:hover, .btn-small:focus, .btn-small:active, .btn-small.active {
			color: #fff;
			background-color: #4a6077;
		}
		
		.btn .fa-chevron-right, .btn-small .fa-chevron-right, .fa-chevron-circle-right, .fa-plus {
			padding-left: 5px;
			vertical-align: middle;
			font-size: 80%;	
		}
		
		.fa-sort-asc {
			padding-left: 2px;
			vertical-align: 25%;
			font-size: 80%;	
		}
		

/* TYPOGRAPHY
==========================================*/
@font-face {
   font-family: 'Open Sans', sans-serif; 
   font-weight: normal;
   font-style: normal;
}

a {
	font-weight: 700;
	color:#7f8c8d;
	text-decoration:none;
	-moz-transition: 0.3s; 
	-webkit-transition: 0.3s; 
	-o-transition: 0.3s; 
	transition: 0.3s;
}

a:hover{
	text-transform:none;
	color:#be1e2d;
	text-decoration:none;
}

small{ font-size:8pt; font-weight:normal;}

h1, h2, h3, h4 {
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 2px;
}

h1 {
	color: #ffffff;
	font-size: 35px;
	line-height: 45px;
	text-transform: uppercase;
}
.entry-title {
		color: #BE1E2D;
	
}
	h1.title {
		text-transform:uppercase;
		letter-spacing:-1px;
		padding:0 0 40px 0;
		margin:0;
		font-size:40pt;
		line-height:46pt;
	}

h2, h3, h4, h5, h6 {
	color: #34495e;
}

h2 {
	font-size: 30px;
	line-height: 40px;
}

	h2.leading {
		padding:0 0 10px 0;
		margin:0;
	}

h3 {
	font-size: 24px;
	line-height: 30px;	
}

h4 {
	font-size: 20px;
	line-height: 26px;	
}

h5 {
	font-size: 17px;
	line-height: 22px;
	padding: 10px 0; 
}

h6 {
	font-size: 15px;
	line-height: 22px;
	padding: 10px 0; 
}
	
p.introText {
	font-size: 18px;
	line-height: 26px;	
}

.hrline,.hrlineB,.hrlineC{
clear:both;
width:890px;
margin:0;
padding:0;
height:25px;
line-height:0;
border-top:1px solid #ddd;
border-bottom:1px solid #fff;
background:url(images/bg/bg-line1.png) repeat;
}

.hrlineB{
margin:0 0 30px 0;
width:890px;
}

.hrlineC{
margin:30px 0 15px 0;
width:100%;
}

.bags {
	overflow:hidden;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-o-linear-gradient(#2F2727, #1a82f7);
	background: -moz-linear-gradient(center top , #FFFFFF, #FFFFFF) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff), to(#FFFFFF) );
	filter: progid: DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffffff', EndColorStr='#ffffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
	-o-linear-gradient(top, #dcdcdc, #c6c6c6);
	border: 1px solid #FFFFFF;
	z-index:9;
	}

.bags2 {
	overflow:hidden;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	background-color: #dad9d9;
	border: 1px solid #FFFFFF;
	z-index:9;
}

.rad{-moz-border-radius: 4px;-khtml-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}

.radD{-moz-border-radius:0 0 4px 4px;-khtml-border-radius:0 0 4px 4px;-webkit-border-radius: 0 0 4px 4px;border-radius: 0 0 4px 4px;}

/* HEADER/NAVIGATION
==========================================*/
#header{
	padding:0;
	margin:0;
	width:100%;
	height:130px;
	background-color: #2f3641;
}

.main-logo {
	width: 235px; 
	height:75px; 
	margin-top: 25px;
	float: left; 
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden; 
	background: url(../images/epicenter_main_logo.png) no-repeat; 
	background-size: 100%;
}

.nav-top-wrap {
	position: relative;
	height: 40px;
	float: right;
	width: 500px;
	margin: 20px 0 0 0;	
}

	ul.nav-top {
		color: #4b4e52;
		text-align: right;
		font-size: 12px;
	}
	
	ul.nav-top li {
		display: inline-block;
		padding-left: 25px;
		vertical-align: middle;
	}
	
		ul.nav-top li a {
			color: #8d939b;
			font-weight: 400;
		}
		
		ul.nav-top li a:hover {
			color: #fff;
		}
		
		ul.nav-top li input {
			border: 1px solid #283849;
			font-family: inherit;
			background-color: #585e68;
			color: #8d939b;
			padding: 5px 10px;
			margin-right: 0;
		}
		
		/*.nav-top li ul {
			position: absolute;
			left: -999em;
			top: 46px;
			width: 190px;
			z-index: 999;
			padding: 4px;
			background: #34495e;
		}*/

.nav-main-wrap {
	height:45px;
	width:600px;
	position: relative;
	float:right;
	margin: 25px 0 0 0;
	}
	
	ul.nav-main {
		color: #fff;
		font-size: 14px;
		float: right;
	}
	
		ul.nav-main li {
			display: inline;
			text-align: right;
			padding-left: 35px;
		}
		
		ul.nav-main li a {
			color: #ffffff;
			font-weight: 400;
		}
		
		ul.nav-main li a:hover {
			color: #8d939b;
		}
		

ul.nav{ float:right;}

.nav a  {
	position:relative;
	color:#fff;
	line-height:22pt;
	padding:8px 15px;
	height:30px;
	text-shadow:0 1px 2px #000;
	display:block;float:left;	
}

.navp  {
	position:relative;
	color:#ffc;
	line-height:22pt;
	padding:8px 15px;
	height:30px;
	text-shadow:0 1px 2px #000;
	display:block;float:left;	
}

.nav a#homes{}

.nav li,.nav ul{float:right;	display:block;position: relative;}
.nav a:hover{background:#333;color:#fff;text-shadow:0 1px 2px #000;}
.nav li.current_page_item, .nav li.current_page_parent{}
.nav li.current_page_item a:hover, .nav li.current_page_parent a:hover {}
.nav a:hover, .nav li.current_page_item a, .nav li.current_page_parent a {}
.nav li  { float:left; width: auto; }
.nav li a.sf-with-ul { padding-right:24px !important; }


/* 2.2.1 Drop-down menus */
.nav li ul  {position: absolute; left: -999em; top:46px; width: 190px; z-index:999; padding:4px;
	background:#333 url(images/bg/bg-line1.png) repeat;;
-moz-border-radius:5px 5px 5px 5px;-khtml-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;}
.nav li ul li  { background: none;}
.nav li ul li a  {float:left; width:160px; color:#fff; font-size:0.9em;border-left:none; background:url(images/line-header.png) bottom repeat-x; }
.nav li ul li a.sf-with-ul {width:145px;  padding:8px 0 8px 15px;}
.nav li ul li a:hover  { border-bottom:none;}
.nav li ul ul  { margin: -50px 0 0 190px; }
.nav li ul ul li a  {  }
.nav li ul li ul li a  {  }

.nav li ul li a:hover, .nav li ul li.current_page_item, .nav li ul li.current_page_item a:hover{}

.nav li:hover,.nav li.hover  { position: relative;}
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left:-999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul  { left:auto; }

.nav .sf-sub-indicator {background:	url(images/arrow-superfish.png) no-repeat;position:absolute;display:block;right:1.0em;top:1.6em;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
.nav li ul .sf-sub-indicator {background:url(images/arrow-superfish-right.png) 0 3px no-repeat;}

/* HOME
==========================================*/
/* Slider */
.sliderWrap {
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
	}
	
	.sliderWrap h1 {
		font-weight: 500;
		margin-bottom: 20px;
		text-shadow: 2px 2px #2f3641;
	}
	
	.sliderWrap img {
		width: 100%;
		height: auto;	
	}
	
	.slider {
		display: block;
		margin: 0;
	}
	/*
		ul.slides li img {
			opacity: 0.4;
		}
*/
.flex-direction-nav,.flex-control-nav {
	display: none !important;
}
.slider-text {
	position: absolute;
	z-index: 99999;
	display: block;
	width: 50%;
	text-align: center;
	top:25px;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 100px 0px 0px 0px;
	margin: auto;
	height: 300px;
	overflow: hidden;
}
	
	.slider-text a {
		font-size: 17px;
		color: #ffffff;
		font-weight: 300;
		letter-spacing: 1px;
		text-shadow: 1px 1px #2f3641;
	}

/* Home Sections */
.homeAbout {
	margin-top: 0;
	padding-top: 0;
	background-color: #ecf0f1;
}

.intro { 
	width:660px; 
	margin:0 auto; 
	padding: 50px 0;
	display: block;
	text-align: center;
}

	.intro p {
		text-align: center;
		font-size: 17px;
		line-height: 28px;	
	}
	
	.intro h2, .getInvolved h3, .programs h3, .news h3 {
		text-align: center;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		margin: 30px auto 30px auto;	
		padding: 0 10px;
		text-transform: uppercase;
	}

		.intro h2:after, .getInvolved h3:after, .programs h3:after, .news h3:after {
			content: "";
			display: block;
			margin: 20px 20px 0 20px;
			border-bottom: 2px dotted #be1e2d;
		}
		
.getInvolved, .programs, .news {
	position: relative;
	display: inline-block;
	margin-bottom: 60px;
	text-align: center;
}

.tile-wrap {
	margin-bottom: 50px;
	display: block;
	position: relative;
	margin-right: -14px;
	margin-left: -14px;	
}

	.tile {
		background-color: #ecf0f1;
		border-radius: 6px;
		padding: 14px;
		position: relative;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		overflow: hidden;	
	}
	
	.getInvolved .tile {
		height: 100px;
	}
	
	.programs .tile {
		height: 315px;
	}
	
	.news .tile {
		padding: 0;
		margin-bottom: 28px;	
	}
	
	img.tile {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin-bottom: 20px;
		width: 250px;
		height: 150px;
		background:#7f8c8d;
		display: block;
	}
	
	.news-heading {
	  position: relative;
	  top: 0;
	  left: 0;
	  right: 0;
	  text-align: left;
	  font-size: 15px;
	  font-weight: 700;
	  padding: 12px 15px;
	  color: #fff;
	  background-color: #be1e2d;
	  border-bottom: 2px solid #a01723;
	}
	
	.news-icon {
		display: block;
		float: right;
		left: 15px;
		top: 12px;	
	}
	
	.news-icon .fa-bullhorn, .news-icon .fa-pencil, .news-icon .fa-comments, {
			vertical-align: middle;
		}
	
	.news-wrap {
		margin: 0;
	}
	
	.twitter-wrap {
		margin: 15px 0 10px 0;
	}
	
	.news-wrap .btn-small {
		font-size: 13px;
		margin-top: 0;
		/*margin-bottom: 15px;*/
		padding: 8px 12px;
	}

	
	ul.stories {
		margin-bottom: 0;
		list-style: none;
		background-color: #dce2e6;
	}
		
		ul.stories li {
			padding: 15px;
			margin-top: 2px;
			text-align: left;
			background-color: #ecf0f1;	
		}
		
		ul.stories li:first-child {
			margin-top: 0;
		}
		
.cal {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 65px;
	display: inline-block;
	height: 100px;	
}

	time.icon {
	  display: block;
	  position: relative;
	  width: 65px;
	  height: 73px;
	  background-color: #fff;
	  border-radius: 3px;
	  box-shadow: 0 2px 0 #dde1e2;
	  overflow: hidden;
	}
	
	time.icon * {
	  display: block;
	  width: 100%;
	  font-size: 12px;
	  color: #34495e;
	  font-weight: bold;
	  font-style: normal;
	  text-align: center;
	}
	
	time.icon strong {
	  position: absolute;
	  top: 0;
	  padding: 3px 0;
	  color: #fff;
	  background-color: #be1e2d;
	  border-bottom: 2px solid #a01723;
	}
	
	time.icon span {
	  font-size: 32px;
	  letter-spacing: 1px;
	  padding-top: 40px;
	  color: #34495e;
	}
	
.getInvolved-text {
	display: inline-block;
	text-align: left;
	position: relative;
	margin: 0;
	height: 100px;
	width: 167px;
	padding-left: 17px;
}

/* SUBPAGES
==========================================*/
.page-heading {
	margin: 0 0 30px 0;
	padding: 0;	
	display: block;
	/*height: 40px;*/
}

	.page-heading h2 {
		letter-spacing: normal;
		color: #be1e2d;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		width: 700px;
		text-transform: uppercase;
	}
	
	.page-heading .btn-small {
		vertical-align: middle;
		margin: 0;
	}
	
	
	.page-heading h2 a {
		color: #be1e2d;
	}
	
	.page-heading h2 a:hover {
		text-transform: uppercase;
	}
	

/* OTHER
==========================================*/
.featuredpost {
	background-color: #dad9d9;
}

.featuredpost2 {
	background-color: #dad9d9;
}

#latestpost{
	margin:0;
	padding:1px;
	list-style:none;
	width:110%;	
	overflow:hidden;
	}

#latestpost li{
	margin:0 40px 40px 0;
	padding:0;
	float:left;
	width:190px;
	height:190px;
	overflow:hidden;
	position:relative;
	}

#latestpost li h2{
	margin:0;
	padding:8px 10px;
	background:#fff;
	position:relative;
	bottom:15px;
	min-height: 35px;
	line-height: 1.2em;
	left:-1px;
	width:172px;
}
	
	#latestpost li h2 a {
		position: absolute;
		bottom: 0;
		width: 180px;
	}
		
	#latestpost li .thumb {
		width:185px;
		height:127px;
		overflow:hidden;
		}
	
	#latestpost li img {
		margin:0;
		padding:5px;
		float:left;
		width:180px;
		height:auto;
		}
	ul#latestpost>li.firstpost,.sticky {
		margin:0 40px 40px 0;
		padding:0;
		float:left;
		width:420px;
		height:380px;
		overflow:hidden;
		position:relative;
		}
	
	ul#latestpost>li.firstpost>div.thumb,.sticky>div.thumb {
		width:420px;
		height:530px;
		overflow:hidden;
		}
	
	ul#latestpost>li.firstpost>div.thumb>img {
		width:410px;
		margin-top:30px;
		}
	
	ul#latestpost>li.firstpost>h2 {
		top:-1px;
		left:-1px;
		font-size:24pt;
		padding:10px 20px;
		height:auto;
		width:420px;
		}
	
	ul#latestpost>li.firstpost>div.postinn {
		top:315px;
		left:-1px;
		width:400px;
		height:55px;
		}

.more_div {
	text-align: center;	
	clear: both;
}

	.more_div_img {
		cursor: pointer;
		margin-right: 91px;
	}
	
.bottom_wrapper_image {
	cursor: pointer;
	margin: 10px;
}

.latestpost_hidden {
	margin:0;
	padding:1px;
	list-style:none;
	width:110%;	
	overflow:hidden;
	display: none;
}

	.latestpost_hidden li {
		margin:0 40px 40px 0;
		padding:0;
		float:left;
		width:190px;
		height:190px;
		overflow:hidden;
		position:relative;
	}
	
	.latestpost_hidden li h2 {
		font-size:14pt;
		margin:0;
		padding:8px 10px;
		background:#fff;
		text-transform:uppercase;
		position:relative;
		bottom:15px;
		min-height: 35px;
		line-height: 1.2em;
		left:-1px;
		width:172px;
	}
		
	.latestpost_hidden li h2 a {
		text-transform:uppercase;
		font-weight:normal;
		position: absolute;
		bottom: 0;
		width: 180px;
	}
		
	.latestpost_hidden li .thumb {
		width:185px;
		height:127px;
		overflow:hidden;
	}
	
	.latestpost_hidden li img {
		margin:0;
		padding:5px;
		float:left;
		width:180px;
		height:auto;
	}
	
	ul.latestpost_hidden>li.firstpost,.sticky {
		margin:0 40px 40px 0;
		padding:0;
		float:left;
		width:420px;
		height:380px;
		overflow:hidden;
		position:relative;
	}
	
	ul.latestpost_hidden>li.firstpost>div.thumb,.sticky>div.thumb {
		width:420px;
		height:530px;
		overflow:hidden;
	}
	
	ul.latestpost_hidden>li.firstpost>div.thumb>img {
		width:410px;
		margin-top:30px;
	}
	
	ul.latestpost_hidden>li.firstpost>h2 {
		top:-1px;
		left:-1px;
		font-size:24pt;
		padding:10px 20px;
		height:auto;
		width:420px;
	}
	
	ul.latestpost_hidden>li.firstpost>div.postinn {
		top:315px;
		left:-1px;
		width:400px;
		height:55px;
	}

.search_input {
	margin-top:0; 
	padding: 5px;
    width: 160px;
	margin-right: 0;
	background-color: #585e68;
}

.postinn{
	padding:5px 10px;
	width:170px;
	height:180px;
	position:absolute;
	z-index:99;
	top:-1px;
	left:-1px;
}

	.postinn span{
		padding:0 5px;
		width:60px;
		height:25px;
		position:absolute;
		bottom:0;
		right:0;
		background:#ccc;
		font-size:7pt;
	}
		
	.postinn span a{
		}

#content{
	float:left;
	width:500px;
	overflow:hidden;
}

.post{
	margin:0;
	padding:1px;
	overflow:hidden;
}

.post_complete{
	margin:0;
	padding:1px;
	overflow:hidden;
}

	.post_complete h2{
		margin:0;
		font-size:40pt;
		text-transform:uppercase;
		color: black;
	}
	
	.post_complete h2 a{
		text-transform:uppercase;
		font-weight:normal;
	}
	
	.post_complete_list li {
		cursor: pointer;
	}

img.thumb{
	width:460px;
	height:120px;
	margin-bottom:10px;
}

.entry{
	width:591px;
	margin:0 40px 0px 0;
	float:left;
	padding:20px;
	}
	
	.entry h3, .entry_full h3 {
		text-transform: none;
		letter-spacing: normal;
	}
	
	.entry h3 a, .entry_full h3 a {
		color: #34495e;
	}
	
	.entry h3 a:hover, .entry_full h3 a:hover {
		color: #4a6077;
	}
	
	.entry p{
		margin-bottom:20px;
	}
		
	.entry ol li{
		margin:0 0 0 30px;
		list-style: decimal
	}
	
	.entry ul li{
		margin:0 0 0 30px;
		list-style:circle;
	}

.entry_full{
	padding:20px;
}
	
	.entry_full p{
		margin-bottom:40px;
	}
		
	.entry_full ol li{
		margin:0 0 0 30px;
		list-style: decimal
	}
	
	.entry_full ul li{
		margin: 0 0 0 30px;
		list-style:circle;
	}
	
.meta{
	font-style:italic;
	font-size:8pt;
	padding:0;
	margin:0;
	}

.archthumb a img{
	width:80px;
	float:left;
	margin:10px 40px 40px 1px
	}

#sidebar{
	overflow:hidden;
	padding:20px 20px 0 20px;
}

	#sidebar a{
		line-height: 1.3em;
		margin-bottom: 10px;
		display: block;
	}
	
	#sidebar h3{
		padding:0 0 5px 0;
		margin:0 0 5px 0;
	}
	
	#sidebar ul{
		margin:0 0 20px 0;
	}
	
	#sidebar ul li ul{
		margin:0 0 0 0;
	}


.bluelink a {
	color: #44779D;
}

ul#bottomlist {
	margin:0 0 20px 0;
	float:left;
	padding:0;
	list-style:none;
	width:558px;
	font-size:8pt;
}

	ul#bottomlist li{
		float:left;
		list-style:none;
		margin:0;
		padding:0;
	}
	
	ul#bottomlist li a{
		float:left;
		list-style:none;
		margin:0;
		padding:0 10px;
		color:#999;
	}

.credit{
	padding:0 10px;
	color:#999;
	font-size:8pt;
}

#footer{
	padding:40px 0;
	margin:0;
	width:100%;
	min-height:160px;
	background-color: #2f3641;
	color: #8d939b;
}

	#footer a{
		color:#8d939b;
	}
	
	#footer a:hover {
		color: #ffffff;	
	}

	#footer img{
		margin:-10px 0 0 0;
	}


/* comments 
********************************************************************************************
********************************************************************************************/

#comments {
	clear: both;
}
.comm-navigation {
	padding: 0 0 18px 0;
	overflow:hidden;
	clear:both;
}
h3#comments-title,
h3#reply-title {
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	background:url(images/line-h.png) top repeat-x;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 40px 0 0 80px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 44px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	list-style: none;
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
}
#comments .pingback {
	background:url(images/line-h.png) bottom repeat-x;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	background:url(images/line-h.png) top repeat-x;
	margin: 24px 0 0 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
display: none;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-weight: normal;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
display: none;
}
#respond .form-allowed-tags code {
display: none;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	margin-top:30px;
}


/* forms 
********************************************************************************************
********************************************************************************************/

input, textarea,input checkbox,input radio,select, file{
	border: 1px solid #eee;
	padding:10px;
	margin:0 10px 0 0;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	font-size:10pt;
	}


form#contactform fieldset input{
	float:none;
	width:320px;
	margin-top:30px;}
	
form#contactform fieldset textarea{
	margin-top:30px;
	width:430px;}
	
form#contactform fieldset input#submit{
	width:150px;}

#adressmap{
	margin:0 0 50px 0;
	}

#map iframe{
	width:190px;
	overflow:hidden;
	}


#submit{
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.48, #BBBBBB),
    color-stop(0.87, #DEDBDE)
);
background-image: -moz-linear-gradient(
    center bottom,
    #BBBBBB 48%,
    #DEDBDE 87%
);

	color:#666;
	text-shadow:0 1px 2px #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	float:left;
	cursor:pointer;
	margin:20px 0 0 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #999;
	}

label{ font-style: italic; float:left;}

#contact{
	padding:0 0 30px 0;
	}
	
	
	

/* elements
********************************************************************************************
********************************************************************************************/
blockquote{
	 font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	color:#999;
	font-size:16pt;
	}
	
	
	
ul { list-style-position: inside; } 
ol { padding-left:30px;}

dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}




/* misc
********************************************************************************************
********************************************************************************************/

img.aligncenter,
img.alignright,
img.alignleft,
.archthumb a img,
.comment-author img{
	border:1px solid #fff;
	box-shadow:  0 0 3px #666;
	-webkit-box-shadow:  0 0 3px #666;
	-moz-box-shadow:  0 0 3px #666;
}


img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
	}

img.alignright {
	margin: 10px 1px 10px 20px !important;
	display: inline;
	float: right;
	}

img.alignleft {
	margin: 10px 20px 10px 1px !important;
	display: inline;
	float: left;
	}

.alignright {
	float: right;
	margin-left:20px;
	}

.alignleft {
	float: left;
	margin-right:20px;
	}

.aligncenter,.wp-caption .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
	
.wp-caption {
   text-align: center;
   padding-top: 5px;
   margin-bottom:10px;
   margin-top:10px;
   background:#eee;
	border:1px solid #fff;
	box-shadow:  0 0 3px #666;
	-webkit-box-shadow:  0 0 3px #666;
	-moz-box-shadow:  0 0 3px #666;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   padding: 0 4px 5px;
   margin: 0;
}

.searchform{margin-bottom:30px; overflow:hidden;}

.ger,.wp-caption{ font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-style:italic;}

.navigation { margin:10px 0 40px 0; overflow:hidden; float:left; width:890px;}


.inset{	box-shadow:inset 0 3px 10px #000;
	-webkit-box-shadow:inset 0 3px 10px #000;
	-moz-box-shadow:inset 0 3px 10px #000;}



/***************************************************
			        FOOTER
***************************************************/

footer {
	position: relative;
	height: 100px;
	margin:0 auto;
	clear: both;
	width: 980px;
	margin-top: -20px;
}

#footer_ie {
	position: relative;
	height: 100px;
	margin:0 auto;
	clear: both;
	width: 980px;
	margin-top: -20px;
}
#FooterOne, #FooterTwo {
	position: absolute;	
}

#FooterOne {
	padding-left: 400px;
	color: white;
	width: 450px;
	font-size: 14px;
}

#FooterOne a {
	color: #ffffff;
	font-weight: 400; 
}

#FooterTwo {
	padding: 5px;
}

#FooterTwo .logo {
	padding-right: 40px;
	padding-left: 45px;
	}

.container {
	width: 980px;
	margin: 0 auto;
}

.clearing {
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.disclaimer {
	text-align:center;
	line-height: 1.2em;
	position: relative;
	margin:0 auto;
	clear: both;
	width: 600px;
	padding: 5px;
	font-size: 10px;
}

.epi_copy {
	text-align:center;
	line-height: 1.2em;
	position: relative;
	margin:0 auto;
	clear: both;
	width: 600px;
	padding: 5px;
}

/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup {clear:left; font:14px; font-family: 'Open Sans', sans-serif; font-style: normal; }
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 0;}
#mc_embed_signup h2 {padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {background-color: #990033; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; padding: 0 2px; text-align: center; text-decoration: none; vertical-align: top; }
#mc_embed_signup .button:hover {background-color:#666666;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}
#mc_embed_signup textarea {border:1px solid #999; -webkit-appearance:none;} /*davor*/
#mc_embed_signup input[type=file] {border:1px solid #999; -webkit-appearance:file;} /*davor*/

#mc_embed_signup .mc-field-group {font-weight:normal; clear:left; position:relative; width:56%; min-height:50px; padding:2%;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {font-weight:normal; font-style:normal; display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input[type="button"] {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group input[type="checkbox"] {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group input[type="file"] {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group input[type="hidden"] {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group input[type="image"] {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group input[type="password"] {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group input[type="radio"] {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group input[type="reset"] {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group input[type="text"] {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group textarea {display:block; width:100%; padding:8px 0; text-indent:2%;} /*davor*/
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:27%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .helper_text {position: absolute; color: #888; right: 15px; top: 15px;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:42px; right:15px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0;  list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#bottom_wrapper {
	margin: 0px auto;
	padding-bottom: 30px;
	text-align: center;
}

div#left {
	float: left;
	width: 200px;
}

div#right {
	float: left;
	width: 250px;
}

div#middle { 
	float: left;
	width: 200px;
}

div#middle2 {
    float: left;
    width: 100px;
}

div#img_left {
	float: left;
	width: 120px;
}

div#img_right {
	float: right;
	width: 120px;
}

div#img_middle { 
	float: left;
	width: 120px;
}

div.addthis_toolbox {
float: right;
text-alight: right;
padding-bottom: 10px;
width: 133px;
}

span.event_time {
	diplay: inline-block; 
	width: 100px; 
	float: left;
}

a.button-image-grey {
    background: -moz-linear-gradient(center top , #F5F6F7 0%, #D2D3D4 100%) repeat scroll 0 0 transparent;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 2px 4px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.2);
    color: #444444;
    text-shadow: 0 1px 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    padding: 6px 15px;
    font: 16px;
}
a.button-image-grey:hover {
    background: none repeat scroll 0 0 #E6E7E8;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 3px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.2);
}

input, button {
    font: 16px;
}

button, input[type="button"] {
    padding: 2px 3px;
}


<!-- Custom Login/Register/Password Code @ http://digwp.com/2010/12/login-register-password-code/ -->
<!-- CSS -->

<style type="text/css">
/* tabbed list */
ul.tabs_login {
	padding: 0; margin: 20px 0 0 0;
	position: relative;
	list-style: none;
	font-size: 14px;
	z-index: 1000;
	float: left;
	}
ul.tabs_login li {
	border: 1px solid #E7E9F6;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	line-height: 28px; /* = */ height: 28px;
	padding: 0; margin: 0 5px 0 0;
	position: relative;
	background: #fff;
	overflow: hidden;
	float: left;
	}
ul.tabs_login li a {
	text-decoration: none;
	padding: 0 10px;
	display: block;
	outline: none;
	}
html ul.tabs_login li.active_login {
	border-left: 1px solid #E7E9F6;
	border-bottom: 1px solid #fff;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	background: #fff;
	color: #333;
	}
html body ul.tabs_login li.active_login a { font-weight: bold; }
.tab_container_login {
	background: #fff;
	position: relative;
	margin: 0 0 20px 0;
	border: 1px solid #E7E9F6;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	 -webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	z-index: 999;
	float: left;
	width: 100%;
	top: -1px;
	}
.tab_content_login {
	padding: 7px 15px 15px 15px;
	padding-top: 10px;
	}
	.tab_content_login ul {
		padding: 0; margin: 0 0 0 15px;
		}
		.tab_content_login li { margin: 5px 0; }
/* global styles */
#login-register-password {}
	#login-register-password h3 {
		border: 0 none;
		margin: 10px 0;
		padding: 0;
		}
	#login-register-password p {
		margin: 0 0 15px 0;
		padding: 0;
		}
/* form elements */
.wp-user-form {}
	.username, .password, .login_fields {
		margin: 7px 0 0 0;
		overflow: hidden;
		width: 100%;
		}
		.username label, .password label { float: left; clear: none; width: 25%; }
		.username input, .password input { 
			font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
			float: left; clear: none; width: 200px; padding: 2px 3px; color: #777;
			}
.rememberme { overflow: hidden; width: 100%; margin-bottom: 7px; }
#rememberme { float: left; clear: none; margin: 4px 4px -4px 0; }
.user-submit { padding: 5px 10px; margin: 5px 0; }
.userinfo { float: left; clear: none; width: 75%; margin-bottom: 10px; }
	.userinfo p { 
		margin-left: 10px; 
		}
.usericon { float: left; clear: none; width: 15%; margin: 0 0 10px 22px; }
	.usericon img {
		border: 1px solid #F4950E;
		padding: 1px;
		}


.epi_button {
	/*-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;*/
	/*box-shadow:inset 0px 1px 0px 0px #f29c93;*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4789C8), color-stop(1, #4789C8) );
	background:-moz-linear-gradient( center top , #4789C8 5%, #4789C8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4789C8', endColorstr='#4789C8');
	background-color:#4789C8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:18px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-transform: uppercase;
	font-family: 'LeagueGothicExtendedRegular',Impact, sans-serif;
	letter-spacing:1px;
	
	/*text-shadow:1px 1px 0px #b23e35;*/
}.epi_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #336799), color-stop(1, #336799) );
	background:-moz-linear-gradient( center top, #336799 5%, #336799 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#336799', endColorstr='#336799');
	background-color:#336799;
	text-transform: uppercase;
	font-family: 'LeagueGothicExtendedRegular',Impact, sans-serif;
	letter-spacing:1px;
}.epi_button:active {
	text-transform: uppercase;
	font-family: 'LeagueGothicExtendedRegular',Impact, sans-serif;
	letter-spacing:1px;
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.epi_button_disabled {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#a1a1a1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777 !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor: default;
	text-transform: uppercase;
	font-family: 'LeagueGothicExtendedRegular',Impact, sans-serif;
	letter-spacing:1px;
}.epi_button_disabled:hover {
	background-color:#a1a1a1;
	text-transform: uppercase;
	font-family: 'LeagueGothicExtendedRegular',Impact, sans-serif;
	letter-spacing:1px;
}.epi_button_disabled:active {
	position:relative;
	text-transform: uppercase;
	font-family: 'LeagueGothicExtendedRegular',Impact, sans-serif;
	letter-spacing:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.errors {
	color: #990000;
}

.tclass td {
	padding: 0.5em;
}
.tclass th {
	padding: 0.5em;
}

.story_confirm_p {
	text-align: justify;
}
.story_confirm_img {
	display: inline; 
	float: right; 
	margin: 0 0 20px 20px; width: 350px;
	border: 1px solid #888888;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.story_confirm_infoTitle {
	font-size: 12px;
	font-weight: bold;
}
.story_confirm_infoValue {
	font-size: 12px;
}

.event_confirm_p {
	text-align: justify;
}
.event_confirm_img {
	display: inline; 
	float: left; 
	margin: 0 20px 20px 0; width: 350px;
	border: 1px solid #888888;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.event_confirm_infoTitle {
	font-size: 12px;
	font-weight: bold;
}
.event_confirm_infoValue {
	font-size: 12px;
}
.menu_header {
    background: url("images/bg/bg-line1.png") repeat scroll 0 0 #333333;
    box-shadow: 0 3px 10px #000000 inset;
    height: 50px;
    margin: 0;
    padding: 0;
    text-shadow: 0 2px 3px #000000;
    width: 100%;
}

.dataTables_length select {
	float: none;
	padding: 0;
}
.dataTables_filter input {
	float: none;
	padding: 0;
}
.dataTables_info, .dataTables_length, .dataTables_filter, .dataTables_paginate {
	margin: 5px;
}
.DataTables_sort_wrapper {
	line-height: 12px;	
}
.greyText {
	color: #888888;
	font-style: italic;
}
#your_story_form .mc-field-group {
	width: 75%;
}
#your_story_form .mc-field-group label {
	font-weight: bold;
}

#tool_submission_form .mc-field-group {
	width: 75%;
}
#tool_submission_form .mc-field-group label {
	font-weight: bold;
}


.text_align_center {
	text-align: center !important;
}
.mc-field-group-check {
	float: left;
	text-align: left;
	margin-left: 20px;
}
.oc_title {
	font-size: 100%;
	line-height: 1.2em;
	
}
.oc_subtitle h3 {
	font-size: 110%;
	line-height: 1.8em;
}
.oc_date_button {
    background: url("images/date-square.png");
	width: 64px; 
	height: 60px; 
	float: right;
}
.oc_date_arrow {
    background: url("images/date-arrow.png");
	width: 64px; 
	height: 60px; 
	float: right;
}
.oc_date_button_month {
	width: 64px;
	text-align: center;
	color: white;
	font-size: 90%;
}
.oc_date_button_date {
	width: 64px; 
	text-align: center;
	color: white;
	font-size: 180%;
}
.oc_date_button_year {
	width: 64px; 
	text-align: center;
	color: white;
	font-size: 90%;
}
.oc_details {
	width: 100px;
	float: right;
}
/* Accordion by jQuery*/
.accordion-title {
    background: -moz-linear-gradient(center top , #FAFAFA 0%, #F5F5F5 100%) repeat scroll 0 0 transparent;
 	background:-webkit-linear-gradient(top, #FAFAFA 0%, #F5F5F5 100%);
 	background:-o-linear-gradient(top, #FAFAFA 0%, #F5F5F5 100%);
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-bottom: 10px;
    padding: 7px;
    text-shadow: 0 1px 0 #FFFFFF;
    cursor: pointer;
}
.accordion-content {
	display: block; 
}
.accordion-content-closed {
	display: none; 
}

.big_button_wrapper {
	float: right; margin-bottom: 15px;margin-right: 46px;
}
.title_witl_big_button {
	display: inline;
}
a.big_button_create_event {
background: url(/resources/images/create_big_button.png) no-repeat 0 0;
	width: 120px;
	height: 61px;
	display: block;
	text-indent: -9999px;
}
a.big_button_create_event:active { background-position: 0 0; }
a.big_button_create_event:hover { background-position: 0 -62px; }

a.big_button_submit_tool {
background: url(/resources/images/submit_big_button.png) no-repeat 0 0;
	width: 120px;
	height: 61px;
	display: block;
	text-indent: -9999px;
}
a.big_button_submit_tool:active { background-position: 0 0; }
a.big_button_submit_tool:hover { background-position: 0 -62px; }

a.big_button_subscribe_tool {
background: url(/resources/images/subscribe_big_button.png) no-repeat 0 0;
	width: 120px;
	height: 61px;
	display: block;
	text-indent: -9999px;
}
a.big_button_subscribe_tool:active { background-position: 0 0; }
a.big_button_subscribe_tool:hover { background-position: 0 -62px; }

a.big_button_share_story {
background: url(/resources/images/share_big_button.png) no-repeat 0 0;
	width: 120px;
	height: 61px;
	display: block;
	text-indent: -9999px;
}
a.big_button_share_story:active { background-position: 0 0; }
a.big_button_share_story:hover { background-position: 0 -62px; }

a.big_button_share_story {
background: url(/resources/images/share_big_button.png) no-repeat 0 0;
	width: 120px;
	height: 61px;
	display: block;
	text-indent: -9999px;
}
a.big_button_share_story:active { background-position: 0 0; }
a.big_button_share_story:hover { background-position: 0 -62px; }

.rsslink {
	float: right;
	position: relative;
    right: 0;
    top: -30px;
}
.specialform {
	display:none !important;
}
p a  {
	 border-bottom: 1px #7F8C8D dotted;
}