/*
Theme Name: Saint Stanislaus
Theme URI: http://wordpress.org/
Author: the WordPress team
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
	font-size:15px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
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;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}

.innersubcontent table {
	border: none;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}

.innersubcontent tr td {
	border-top: none;
	padding: 6px 24px;
	color:#414042;
	font-size:14px;
	font-family: 'Kreon', serif;
	font-weight:400;
}


.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	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: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	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 {
	font-size: 12px;
	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 {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.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-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}




/* ---------- layout ----------*/
.wrapper									{margin:0 auto;}
.container {
	width:100%;
	max-width:1028px;
	margin:0 auto;
	border-top:0 none;
}
.clear{clear:both; font-size:0px;line-height:0px;}

/*-------------------------------------------*/

/* --------- HEADER HERE ---------*/
.headerwrap {
	width:100%;
	min-height:154px;
	background:#ffffff url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/headerbg_png-1391104841) repeat-x left top;
}
header {
	width:100%;
	max-width:1028px;
	margin:0 auto;
}
.logobox {
	float:left;
}
.logobox p {
	color:#636363;
	font-size:14px;
	font-family: 'Kreon', serif;
	font-weight:300;
	line-height:normal;
	text-transform:uppercase;
	letter-spacing:2px;
	padding-top:16px;
	padding-left:2px;
}
.logo {
	position:relative;
}
.logo span {
	color:#414042;
	font-size:14px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	text-decoration:none;
	position:absolute;
	left:64px;
	display:block;
	width:650px;
	bottom:12px;
}
.logo a {
	text-decoration:none;
}

/* ---------------------------------------------------------*/



/* --------- NAVIGATION HERE --------*/
.nav										{}
.nav ul										{}
.nav ul li									{}
.nav ul li a								{}
.nav ul li a span							{}
.nav ul li a:hover							{}
.loginmenu {
	float:right;
	padding-top:24px;
}
.loginmenu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
.loginmenu ul li {
	float:left;
	margin-right:18px;
}
.loginmenu ul li a {
	color:#000000;
	font-size:12px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	text-decoration:none;
}
.loginmenu ul li a:hover {
	color:#ffffff;
}
.searchform {
	float:right;
	clear:both;
	padding-top:35px;
}
.search {
	width:235px;
	height:34px;
	background-color:#ffffff;
	border:none;
	border-radius:4px;
	box-shadow: 0 0 8px #E8E8E8;
	padding:0 10px;
	color:#b6b6b7;
	font-size:16px;
	font-family: 'Kreon', serif;
	font-weight:400;
	line-height:34px;
}
.mainnavwrap {
	width:100%;
	background-color:#b5121b;
}
.mainnavwrap nav {
	width:100%;
	max-width:1028px;
	min-height:31px;
	margin:0 auto;
	background:#b1121a url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/navbg_png-1391104842) repeat-x left bottom;
	position:relative;
	z-index:99999;
}
.mainnavwrap nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.mainnavwrap nav ul li {
	float:left;
	width:16.66%;
	text-align:center;
	position:relative;
}
.mainnavwrap nav ul li a {
	color:#f8f7f4;
	font-size:18px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:31px;
	text-transform:uppercase;
	text-decoration:none;
}
.mainnavwrap nav ul li a:hover {
	color:#FC9;
}
.mainnavwrap nav ul li ul {
	position:absolute;
	left:0;
	top:100%;
	background:url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/menubg_png-1391104844);
	width:411px;
	padding:16px 12px;
	z-index:999999;
	display:none;
}
.mainnavwrap nav ul li ul li {
	width:46%;
	margin-right:8%;
	text-align:left;
	border-bottom:1px solid #a6a4a2;
	background:url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/menulinkarrow_png-1391104844) no-repeat 90% center;
}
.mainnavwrap nav ul li ul li a {
	color:#ffffff;
	font-size:15px;
	font-family: 'Kreon', serif;
	font-weight:400;
	line-height:32px;
	padding-left:6%;
	text-transform:none;
}
.mainnavwrap nav ul li ul a:hover {
	color:#FFCC99;
}


.campmainmenu ul li ul {
	position:absolute;
	left:0;
	top:52px;
	background:url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/menubg_png-1391104844);
	width:411px;
	padding:16px 12px;
	z-index:999999;
	display:none;
}
.campmainmenu ul li ul li {
	width:46%;
	margin-right:8%;
	text-align:left;
	border-bottom:1px solid #a6a4a2;
	background:url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/menulinkarrow_png-1391104844) no-repeat 90% center;
}
.campmainmenu ul li ul li a {
	color:#ffffff;
	font-size:15px;
	font-family: 'Kreon', serif;
	font-weight:400;
	line-height:32px;
	padding-left:6%;
	text-transform:none;
}
.campmainmenu ul li ul a:hover {
	color:#FFCC99;
}
.normargin {
	margin-right:0 !important;
}
.nobrdbtm {
	border-bottom: none !important;
}


/* ---------------------------------------------------------*/

/* ------- MAIN CONTENT HERE --------*/
.sliderwrap {
	width:100%;
	/*border-bottom:12px solid #b5121b;*/
}
.main_content								{}
.sliderwrap .flexslider {
	border-bottom:12px solid #B5121B;
}
.eventwrap {
	width:100%;
	box-shadow: 0 8px 4px -4px  #CCCCCC;
	position:relative;
	z-index:99;
}
.events {
	width:100%;
	max-width:1028px;
	min-height:96px;
	margin:0 auto;
}
.newswrap {
	width:100%;
	background: #ffffff url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/middlebg_png-1391104845) repeat-x left bottom;
}
.newsbox {
	width:100%;
	max-width:1028px;
	min-height:333px;
	margin:0 auto;
}
.newsbox article {
	/*width:33.33%;*/
	float:left;
}
article.newslinks {
	width:30%;
}
article.videobox {
	width:45%;
	margin-left:-4%;
	margin-right:4%;
}
article.sidemenu {
	width:25%;
}
.newslinks h3{
	color:#b5121b;
	font-size:26px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	padding:0 4.09%;
	padding-top:36px;
}
.newslinks h3 a {
	color:#b5121b;
	text-decoration:none;
}
.newslinks > a {
	color:#767676;
	font-size:12px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	text-transform:uppercase;
	padding:0 4.09%;
}
.newslinks > a:hover {
	color:#F60;
}
.newslinks ul {
	list-style:none;
	margin:0;
	padding:0 4.09%;
	padding-top:22px;
}
.newslinks ul li {
	padding-bottom:18px;
}
.newslinks ul li h5 {
	color:#414042;
	font-size:18px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:22px;
}
.newslinks ul li h5 a {
	color:#414042;
	text-decoration:none;
}
.newslinks ul li h5 a:hover {
	color: #F60;
}
.newslinks ul li p {
	color:#414042;
	font-size:14px;
	font-family: 'Kreon', serif;
	font-weight:400;
	line-height:20px;
	margin-bottom:0;
}
.newslinks ul li span a {
	color:#b5121b;
	font-size:10px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:20px;
	text-decoration:none;
}
.newslinks ul li span a:hover {
	text-decoration:underline;
}
.videobox {
	padding-top:46px;
}
.videoframe {
	width:337px;
	margin:0 auto;
}
.sidemenu {
	padding-top:36px;
}
.sidemenu ul {
	list-style:none;
	margin:0;
	padding:0;
	width:75.38%;
	margin:0 auto;
}
.sidemenu ul li {
	border-bottom: 1px solid #b7b9bb;
}
.sidemenu ul li a {
	color:#b5121b;
	font-size:18px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:35px;
	text-decoration:none;
	display:block;
	padding-left:60px;
	background:url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/listarrow_png-1391104846) no-repeat 24px 12px;
}
.sidemenu ul li a:hover {
	text-decoration:underline;
	color:#F60;
}
.aboutwrap {
	width:100%;
}
.about {
	width:100%;
	max-width:1028px;
	margin:0 auto;
}
.aboutimg {
	width:20%;
	float:left;
	padding-top:8px;
}
.aboutimg img {
	max-width:100%;
}
.abouttext {
	width:76.5%;
	float:left;
	padding-left:3.5%;
}
.abouttext h3 {
	color:#b5121b;
	font-size:26px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	padding-top:30px;
	padding-bottom:10px;
}
.abouttext1 ,.abouttext2{
	width:50%;
	float:left;
}
.abouttext1 p ,.abouttext2 p {
	color:#414042;
	font-size:14px;
	font-family: 'Kreon', serif;
	font-weight:400;
	line-height:20px;
	padding-right:10%;
}
/* ---------------------------------------------------------*/


/* -------- FOOTER HERE ----------*/
.footerwrap {
	width:100%;
	background: #b4121b url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/footerbg_png-1391104847) repeat-x left bottom;
}
footer {
	width:100%;
	max-width:730px;
	min-height:169px;
	margin:0 auto;
}
footer section {
	width:33.33%;
	float:left;
}
.leftlogo {
	padding-top:48px;
}
.socialbox {
	padding-top:38px;
}
.socialbox ul, .socialboxCamp ul {
	list-style:none;
	margin:0;
	padding:0;
}

.socialboxCamp ul {
	float:right;
}
.socialboxCamp ul li a {
color:#f8f7f4;
font-family: 'Kreon', serif;
font-size:14px;
font-weight:700;
line-height:20px;
margin-bottom:0;
}

.socialbox ul{
	margin-top:20px;
}
.socialbox ul li {
	margin-bottom:12px;
	text-align:right;
}
.address {
	text-align:center;
}
.address h6 {
	color:#f8f7f4;
	font-size:16px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:20px;
	text-transform:uppercase;
	padding-top:28px;
	padding-bottom:8px;
}
.address p {
	color:#f8f7f4;
	font-family: 'Kreon', serif;
	font-size:14px;
	font-weight:700;
	line-height:20px;
	margin-bottom:0;
}
.address p a {
	color:#f8f7f4;
	text-decoration:none;
}
.address p a:hover {
	text-decoration:underline;
}

/* ---------------------------------------------------------*/

/*Inner page*/
.containerwrap {
	width:100%;
	background:#ffffff url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/innercontentbg_png-1391104847) repeat-x left bottom;
}
.innercontent h1 {
	color:#b5121b;
	font-size:40px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:82px;
	width:60%;
	float:left;
	padding-top:12px;
}
.innerpic {
	width:100%;
	max-width:1028px;
	margin:0 auto;
	border-bottom:5px solid #b5121b;
}
.innerpic img {
	width:100%;
	display:block;
}
.subpages {
	width:24.30%;
	float:left;
	padding-top:34px;
}
.subpages ul {
	list-style:none;
	margin:0;
	padding:0;
}
.subpages ul li {
	border-bottom:1px solid #a7a9ac;
}
.subpages ul li a {
	display:block;
	color:#b5121b;
	font-size:18px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:36px;
	text-decoration:none;
	padding-left:60px;
	background:url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/listarrow_png-1391104846) no-repeat 24px 12px;
}
.subpages ul li a:hover {
	color:#F60;
	text-decoration:underline;
}
.innersubcontent {
	width:49%;
	float:left;
	padding-left:6.50%;
	padding-right:5.20%;
	padding-top:34px;
}
.innersubcontent ul {
	list-style: circle;
	margin:0;
	padding:0 0 10px 30px;
}
.innersubcontent ul li {
/*	padding-bottom:10px;
*/	padding-left: 10px;
	/*border-bottom: 2px solid #b5121b;*/
	color:#414042;
	font-size:14px;
	font-family: 'Kreon', serif;
	font-weight:400;
}
.innersubcontent .page ul li {
	padding-bottom:20px;
	}
.innersubcontent ul li h2 {
	color:#414042;
	font-size:26px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	padding-top:34px;
	padding-bottom:5px;
}
.innersubcontent ul li p {
	color:#414042;
	font-size:14px;
	font-family: 'Kreon', serif;
	font-weight:400;
	line-height:24px;
	margin-bottom:0;
	padding-bottom:18px;
}
.innersubcontent ol li {
	color:#414042;
	font-size:14px;
	font-family: 'Kreon', serif;
	font-weight:400;
	line-height:18px;
	margin-bottom:0;
	padding-bottom:16px;
}
.innersubcontent ul li span a {
	color:#b5121b;
	font-size:12px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	text-transform:uppercase;
	text-decoration:none;
}
.innersubcontent a {
	color:#b5121b;
}
.innersubcontent ul li span a:hover {
	text-decoration:underline;
}
.sidelinks {
	width:15%;
	float:left;
	padding-top:38px;
}
.sidelinks ul {
	list-style:none;
	margin:0;
	padding:0;
}
.sidelinks ul li {
	
}
.sidelinks ul li a {
	color:#414042;
	font-size:12px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:24px;
	text-decoration:none;
	padding-left:9px;
	background:url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/listgreyarrow_png-1391104848) no-repeat left 4px;
}
	
/*Camp page*/
.campheaderwrap {
	width:100%;
	background:#ac111a url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/campheaderbg_png-1391104849) repeat-x left bottom;
	border-bottom: 9px solid #231f20;
}
.campheaderwrap header {
	width:100%;
	max-width:1028px;
	min-height:145px;
	background:url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/campbglogo_png-1391104850) no-repeat center top;
}
.camplogo {
	width:50%;
	float:left;
	padding-top:54px;
}
.campmenu {
	width:50%;
	float:right;
}
.campmenu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
.camptopmenu {
	padding-top:22px;
	padding-bottom:60px;
}
.camptopmenu ul li {
	float:left;
	margin-right:20px;
}
.camptopmenu ul li a {
	color:#ffffff;
	font-size:10px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	text-transform:uppercase;
	text-decoration:none;
}
.camptopmenu ul li a:hover {
	color:#FFCC99;
}
.campmainmenu ul li {
	float:left;
	margin-right:36px;
	position:relative;
}
.campmainmenu ul li a {
	color:#ffffff;
	font-size:20px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	text-decoration:none;
}
.campmainmenu ul li a:hover {
	color:#FFCC99;
}
.campsliderwrap .flexslider {
	box-shadow:0 6px 8px -4px #666666;
	position:relative;
	z-index:999;
}
.camplinkswrap {
	width:100%;
	background: #ffffff url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/headerbg_png-1391104841) repeat-x left top;
	box-shadow:0 6px 8px -4px #999999;
	position:relative;
	z-index:99;
}
.campqlinks {
	width:100%;
	max-width:1028px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
}
.camplinks {
	padding-bottom:40px;
}
.camplinks ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-left:46px;
}
.camplinks ul li {
	width:26.06%;
	float:left;
	margin-right:84px;
}
.camplinks ul li a {
	display:block;
	width:100%;
	height:66px;
	background-color:#b5121b;
	border:1px solid #ffffff;
	border-radius:10px;
	box-shadow:4px 3px 6px #333333;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
	font-size:22px;
	font-family: 'Kreon', serif;
	font-weight:700;
	text-transform:uppercase;
	line-height:22px;
	text-decoration:none;
}
.camplinks ul li a span {
	font-size:16px;
	text-transform:none;
}
.camplinks ul li.dblline a {
	padding-top:12px;
	height:54px;
	line-height:20px;
}
.camplinks ul li a:hover {
	color:#FFCC99;
}
.camplinks ul li.singline a {
	padding-top:20px;
	height:46px;
}
.quotes h3 {
	color:#b5121b;
	font-size:22px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:24px;
	text-align:center;
	padding-bottom:5px;
}
.quotes h4 {
	color:#030303;
	font-size:16px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:24px;
	text-align:center;
}
.campblogwrap {
	width:100%;
}
.campblog {
	width:100%;
	max-width:1028px;
	margin:0 auto;
	padding-bottom:20px;
}
.cblogtext {
	width:61.34%;
	padding-left:4.66%;
	float:left;
	padding-top:35px;
}
.cblogpic {
	width:34%;
	float:left;
	padding-top:62px;
}
.cblogpic img {
	padding:4px;
	border:1px solid #999;
}
.cblogtext h3 {
	color:#414042;
	font-size:40px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	padding-bottom:12px;
}

.innersubcontent p, .su-spoiler-title, .su-spoiler-content {
	color:#414042;
	font-size:14px;
	font-family: 'Kreon', serif;
	font-weight:400;
	line-height: 24px;
	padding-bottom:12px;
}

.innersubcontent h3 {
	color:#414042;
	font-size:32px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	padding-bottom:12px;
}
.innersubcontent h4 {
	color:#414042;
	font-size:28px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	padding-bottom:12px;
}

.innersubcontent h5 {
	color:#414042;
	font-size:20px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	padding-bottom:10px;
}
.cblogtext h3 span {
	padding-left:50px;
}
.cblogtext h3 span a {
	color:#767676;
	font-size:12px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	text-transform:uppercase;
}
.cblogtext h3 span a:hover {
	color:#F60;
}
.cblogtext p {
	color:#030303;
	font-size:14px;
	font-family: 'Kreon', serif;
	font-weight:400;
	line-height:28px;
	margin-bottom:0;
	padding-right:10%;
}
.cblogtext span a {
	color:#b5121b;
	font-size:10px;
	font-family: 'Kreon', serif;
	font-weight:400;
	line-height:normal;
}
.breadcrum {
	width:40%;
	float:right;
	padding-top:54px;
}
.breadcrum ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
.breadcrum ul li {
	float:left;
	margin-right:5px;
}
.breadcrum ul li span {
	display:inline-block;
	padding-left:5px;
}
.breadcrum ul li a {
	color:#414042;
	font-size:12px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	text-decoration:none;
}
.breadcrum ul li a:hover {
	text-decoration:underline;
}
.eventtitle {
	width:10.64%;
	float:left;
	padding-left:2%;
}
.eventtitle h3 {
	color:#b5121b;
	font-size:26px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	padding-top:18px;
}
.eventtitle a {
	color:#767676;
	font-size:12px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
}
.eventtitle a:hover {
	color:#F60;
}
.eventslist {
	width:87.36%;
	float:left;
	padding-top:25px;
	padding-bottom:10px;
}
.eventslist ul {
	list-style:none;
	margin:0;
	padding:0;
}
.date {
	width:50px;
	height:50px;
	background-color:#d1d2d4;
	float:left;
	margin-right:15px;
	text-align:center;
}
.date span {
	display:block;
	color:#b5121b;
	font-size:13px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	padding-top:4px;
	text-transform:uppercase;
}
.date em {
	color:#b5121b;
	font-size:18px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:24px;
	font-style:normal;
}
.eventslist .bxslider li p {
	color:#414042;
	font-size:17px;
	font-family: 'Kreon', serif;
	font-weight:700;
	line-height:normal;
	padding-right:10%;
}
.eventslist .bxslider li p a {
	color:#414042;
	text-decoration:none;
}
.eventslist .bxslider li p a:hover {
	color:#F60;
	text-decoration:underline;
}
.mobileheader {
	display:none;
	position:relative;
}
.mobilesearch {
	display:none;
}
.submenuarrow {
	background:url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/mobilesubmenuarrow_png-1391104851) no-repeat 5% center;
}



body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a[href^=tel] {
	color: #ffffff;
	text-decoration:none;
}
	

	
/*menu hack*/
 li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-154 ul{
	position:absolute;
	left:500;
	top:100%;
	background:url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/menubg_png-1391104844);
	width:311px;
	padding:16px 12px;
	margin-left:-162px;
	z-index:999999;
	display:none;
}

 li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-835 ul{
	position:absolute;
	left:500;
	background:url(https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/menubg_png-1391104844);
	width:311px;
	padding:16px 12px;
	margin-left:-122px;
	z-index:999999;
	display:none;
}
	


/***************************NEW CSS***********************/

.breadcrum ul li{background: url("https://983746dac285e4c57b1b-95a8786dbf8c89219306ff4e6aa29c0b.ssl.cf2.rackcdn.com/breadcrumarrow_png-1391104852") no-repeat scroll right 5px rgba(0, 0, 0, 0);padding-right: 10px;}

.breadcrum ul li.current{background:none;padding-right:0px;color: #414042;font-family: 'Kreon',serif;font-size: 12px;font-weight: 700;line-height: 17px;text-decoration: none;}

.innersubcontent.page {color: #414042;font-family: 'Kreon',serif;font-size: 14px;font-weight: 400;line-height: 24px;padding: 40px 0 0;width: auto;}

.address div.textwidget{
margin-top:45px;
}

section.addressCamp {
color:#f8f7f4;
font-family: 'Kreon', serif;
font-size:14px;
font-weight:700;
line-height:20px;
margin-bottom:0;
text-align:center;
margin-top:35px;
}
section.addressCamp a{
color:#f8f7f4; }
section.socialboxCamp {
	margin-top:55px;
}