/* @group General HTML */

body {
	background-color: #fff;
	color: #676767;
	font: 10pt Helvetica;
	margin: 0;
}

a {
	color: #0C4771;
	text-decoration: none;
} a:hover {
	color: #8CC63E;
}

big {
	color: #0C4771;
	padding: none;
	font-size: 15pt;
}

.t8 {
	font-size: 8pt;
}

img {
  border: none;
}

/* @end */

/* @group Navigation */

#navigation {
	width: 100%;
	background: #dbdbdb url(../images/nav-gradient.png) repeat-x 0 -5px;
	margin: 0;
	padding: 0;
	float: left;
	margin-bottom: 5px;
}
#navigation a:link,
#navigation a:visited {
	text-align: center;
	letter-spacing: 5px;
	word-spacing: 2px;
	text-decoration: none;
	font: 12px Helvetica;
	color: black;

	float: left;
	width: auto;
	border-right: 1px dotted #191919;
	padding: 5px 15px 5px 20px;
} #navigation a:hover {
	color: #0C4771;
} #navigation span:last-child a {
	border-right: none;
}

.subnav {
	text-align: left;
	padding: 5px;
} .subnav a {
	padding-left: 15px;
	padding-right: 15px;
} .subnav a:hover {
	color: #7ce434;
} .no_subnav {
	margin-top: 60px;
}

/* @end */

/* @group Page Text */

.content {
	width: 1000px;
	background: url(../images/page-gradient.png) repeat-x;
	margin-left: auto;
	margin-right: auto;
}

.page-content {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	display: block;
	position: relative;
	margin-top: 25px;
}
.page-text-full {
	margin-left: auto;
	margin-right: auto;

} .page-text-left {
	vertical-align: top;
	display: inline-block;
	position: relative;
	width: auto;
	float: left;
	margin-right: 15px;
} .page-text-right {
	margin-left: 15px;
	vertical-align: top;
	display: inline-block;
	position: relative;
	width: auto;
	float: right;
}

.contact {
	position: relative;
	width: auto;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
}

/* @end */

/* @group Events */
#events {
	margin-top: 60px;
}
#event {
	border-bottom: 1px dotted #333;
	padding-bottom: 10px;
	margin-bottom: 15px;
} #event .title {
	color: #333;
	font-size: 12pt;
} #event .date_location {
	font-size: 11pt;
	font-weight: bold;
}


/* @end */

/* @group Splash Page */

.logo {
	margin-bottom: 40px;
	margin-top: 100px;
} .tagline {
	font-size: 15pt;
	margin-bottom: 40px;
}

.splash-content {
	width: 100%;
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
}

a.splash-button {
	width: 300px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border: 0 solid #9c9b9c;
	-webkit-box-shadow: 0px 0px 50px #777;
	-moz-box-shadow: 0px 0px 50px #777;
	padding: 30px 20px;
	margin: 30px;
	display: inline-block;
	color: #878688;
	text-align: center;
	letter-spacing: 4px;
	word-spacing: 2px;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	font: 15px Helvetica;
}

/* @end */

.header {
	padding: 40px;
}

.login {
	float: right;
	text-align: center;
}

#notice {
	width: auto;
	text-align: center;
	background-color: #f5f5a7;
	padding: 10px;
}
#error {
	width: auto;
	text-align: center;
	background-color: #e3bcb6;
	padding: 10px;
}

.blog_link a {
	color: #7ce434;	
} #info-contact {
	margin-top: 30px;
}

.bottom_blocks {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
} .galleryview {
	display: inline-block;	
} .giving {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
} .block {
	display: inline-block;
	width: 180px;
	padding: 20px;
}

#copyright {
	text-align: center;
	font-size: 8pt;
	color: #898989;
	margin-top: 40px;
	margin-bottom: 40px;
}

#item_links {
	text-align: center;
}

.center {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.podcast {
	vertical-align: top;
	width: 100%;
	text-align: center;
}

.errorExplanation {
	font-size: 8px;
	background-color: rgba(255,209,203,0.8);
	padding: 10px;
	
} .fieldWithErrors input {
	border: 2px solid #c24a3d;
} 

.new img{
	position: static;
}