/*
MAIN CSS
*/

@font-face {
	font-family: 'GillSansMT';
		src: url('../fonts/gillsans.eot');
		src: url('../fonts/gillsans.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/gillsans.woff') format('woff'),
			 url('../fonts/gillsans.ttf') format('truetype'),
			 url('../fonts/gillsans.svg#gillsans') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, { 
	font-size: 12px;
	font-family: "Verdana", sans-serif;
	color: #343434;
}

.wrapper { width: 900px; margin: auto; padding-bottom: 30px; }

.hide { display: none; }
/*=== HEADER ===*/
#branding { text-align: center; }

/*=== MAIN NAVIGATION ===*/
#main-navigation {
	background: #434343;
}
#main-navigation ul {
	list-style: none;
	padding: 12px 0 0;
	margin: 0;
	float: left; 
}
#main-navigation ul li {
	float: left;
	position: relative;
	padding-bottom: 10px;
}

#main-navigation ul li:first-child { padding-bottom: 0; }

#main-navigation ul li:first-child a {
	display: inline-block;
	background: url(../images/sprite.png) no-repeat 0 0;
	width: 36px;
	height: 35px;
	overflow: hidden;
	text-indent: -99em;
	padding-right: 10px;
}

#main-navigation ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 18px 0 0;
}


#main-navigation ul li.current-menu-item a,
#main-navigation ul li.current_page_item a {}

#main-navigation ul li a:hover ul,
#main-navigation ul li:hover ul { display: block; }

#main-navigation ul ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	padding: 0;
	
	background: #ccc;
	width: 200px;
}
#main-navigation ul ul li { float: none; padding: 0; }
#main-navigation ul ul li a {
	background: #666 !important;
	text-indent: 0 !important;
	width: auto !important;
	height: auto !important;
	display: block !important;
	padding: 5px;
	color: #fff;
	border-top: 1px solid #434343;
}
#main-navigation ul ul li a:hover {
	
}

.contact { float: right; text-align: right; color: #fff; padding: 12px 0 15px; }
.contact a { color: #fff; text-decoration: none; }
.contact p { margin: 0; font-size: 17px; font-weight: bold }



/*=== BANNER ===*/
.search .page-title { display: none; }
.banner {}
.banner-items { width: 864px; margin: auto; }
.banner-items .item {
	float: left;
	width: 14.27%;
}
.banner-items .item a {
	display: table-cell;
	background: url(../images/sprite.png) no-repeat 0 -45px;
	width: 86px;
	height: 116px;
	text-align: center;
	vertical-align: middle;
	padding: 0 15px;
	
	color: #fff;
	text-decoration: none; 
	text-transform: uppercase;
	font-size: 11.7px;
	font-family: "GillSansMT", sans-serif;
}

.banner-items .item + .item a {
	background-position: -126px -45px;
}
.banner-items .item + .item + .item a {
	background-position: -252px -45px;
}
.banner-items .item + .item + .item + .item a {
	background-position: 0 -171px;
}
.banner-items .item + .item + .item + .item + .item a {
	background-position: -126px -171px;
}
.banner-items .item + .item + .item + .item + .item + .item a {
	background-position: -252px -171px;
}

.banner-items .item + .item + .item + .item + .item + .item + .item a {
	background-position: -378px -45px;
}


.banner-header {
	background: url(../images/bg-banner.jpg) #000 top center;
	min-height: 120px;
	margin-top: -55px;
}

.page-template-template-parent-php .banner-header {
	min-height: 320px;
}

.page-template-template-parent-php .banner-header .main-page { position: relative; }
.page-template-template-parent-php .banner-header .thumbnail {
	position: absolute;
	top: 70px;
	left: 0;
	width: 465px;
}

.page-template-template-parent-php .banner-header .thumbnail img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	max-width: 100%; 
}

.page-template-template-parent-php .banner-header .header {
	width: 400px;
	position: absolute;
	top: 90px;
	right: 0;
}

.page-template-template-parent-php .banner-header .header .sub-heading {
	color: #fff;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.page-template-template-parent-php .banner-header .header .page-title {
	width: 100%;
}

#content .entry .title,
#content .entry .title a,
.blog #content .entry .title,
.blog #content .entry .title a,
.banner-header .page-title {
	color: #f47421;
	font-weight: lighter;
	font-size: 24.35px;
	font-family: "GillSansMT", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 auto;
	padding-top: 80px;
	width: 100%;
}

.search #content .title { width: auto; }
#content .entry .title,
#content .entry .title a,
.blog #content .entry .title,
.blog #content .entry .title a { padding: 0; margin: 0;}

.title h2 {
	margin: 0;
	padding: 0;
}



#content .entry a { text-decoration: none; color: #f47421; }

/*=== CONTENT ===*/

#content { padding: 20px 0 0 0; }
#content .entry {
	float: left;
	width: 565px;
	margin-left: 25px;
	padding-right: 25px;
        overflow:auto;
	/* background: url(../images/bg-divider.jpg) top right no-repeat; */
}

#content .entry .title, #content .entry .title a, .blog #content .entry .title, .blog #content .entry .title a{
    width:auto !important;
}

.page-template-template-parent-php #content .entry {
	padding-top: 70px;
}

#content .entry p { margin: 0 0 15px; font-size: 12px; }
#content .entry li, td {font-size: 12px; }
#content .entry img { border: 0; max-width: 100%; }

#content .entry h1 { font-size: 20px; color: #f47421; margin: 0; text-transform: uppercase; margin-bottom: 15px; }
#content .entry h2 { font-size: 16px; }
#content .entry h3 { font-size: 13px; }
#content .entry h4 { font-size: 11px; }
#content .entry h5 { font-size: 10px; }
#content .entry h6 { font-size: 8px; }


#content #sidebar {
	float: right;
	width: 210px;
	margin-right: 25px;
	padding: 0 25px;
}

#content #sidebar a {
	color: #343434;
	text-decoration: none !important;
}

#content .entry p.readmore { text-align: right; }
#content .pagination a,
#content .entry p.readmore a { text-decoration: none; color: #f47421; font-size: 12px; }

#content .pagination { padding: 40px 0; }
#content .pagination .prev { float: left; }
#content .pagination .next { float: right; }

#sidebar .widget { font-size: 11px; }
#sidebar .widget .widget-title {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: "GillSansMT", sans-serif;
	font-weight: lighter;
	color: #f47421;
}
.preFooter {
	background-color: #f47421;
	padding-top: 20px;
	padding-bottom: 20px;
}
.social {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
}

/*=== FOOTER ===*/
#footer {
	background: #434343;
	padding: 15px 0;
	color: #fff;
	font-size: 11px;
}

#footer p { margin: 0; }

#footer p.copyright,
#footer-menu { float: left; }
#footer-menu ul { margin-left: 20px; }
#footer-menu ul li { float: left; margin-right: 20px; }
#footer-menu ul li a { color: #fff; text-decoration: none; }
#footer-menu ul ul { display: none; }

.donateBox {
	width: 150px;
	float: right; 
	margin: 20px; 
	padding: 10px; 
	background-color: #d03390; 
	color: #fff; 
	border-radius: 15px; 
	text-align: center;
}
.callOut {
	width: 150px;
	float: right; 
	margin: 20px; 
	padding: 10px; 
	background-color: #d03390; 
	color: #fff; 
	border-radius: 15px; 
	text-align: center;
}
.callOut a {
	color: #fff!important;
	text-transform: uppercase!important;
	}
.leftCell {
	vertical-align: top;
	width: 60%;
	padding-right: 30px;
}
.rightCell {
	vertical-align: top;
	width: 40%;
	padding-left: 20px;
}

.jobsTable {
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	width: 100%;
}

.jobsTable td {
	padding: 6px 4px;
	border: 1px solid #CCC;
}

.jobsTable th {
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding: 6px 4px;
	text-transform: uppercase;
}

.formLabel, .field {
	padding-bottom: 8px;
}

.formLabel {
	white-space: nowrap;
}

.formLabel {
	padding-right: 10px;
}

.detailsWrapper {
	background-color: #F0F0F0;
	padding: 10px;
	border: 2px dashed #F47421;
	width: 320px;
	float: right;
	margin-bottom: 25px;
}

.eventsDetailTable td, .description {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
}

.description p {
	margin-bottom: 10px;
}

.eventsLabel {
	white-space: nowrap;
	font-weight: bold;
	padding-right: 5px;
}

.green {
	color: #008000;
}

.page-template-template-page-events-detail-php #content .entry, .page-template-template-page-event-registration-step-2-php #content .entry, .page-template-template-page-events-php #content .entry {
	width: 960px;
}

.listing-item {
	list-style-type: none;
	margin-bottom: 35px;
}

.eventWrapper {
	margin-bottom: 35px;
}

.registerButton a {
	display: inline-block;
	background-color: #333;
	color: #FFF !important;
	padding: 12px 20px;
	font-size: 16px;
	border-radius: 5px;
}

.registerButton a:hover {
	color: #F47421 !important;
	text-decoration: underline !important;
}

.red {
	color: #FF0000;
}

.center {
	text-align: center;
}

.stepNavigation {
	margin-top: 10px;
	margin-bottom: 25px;
}

.stepNavigation td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.stepNavigation td a {
	color: #666 !important;
}

#step1on, #step2on {
	font-weight: bold;
	background-color: #CCC;
}

.radioCheckList li {
	list-style-type: none;
	padding-bottom: 8px;
}
.detailsWrapper h2 {
	padding-top: 0px;
	margin-top: 0px;
}

.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.floatEventPhoto {
	float: left;
	width: 206px;
	margin-right: 15px;
	margin-top: 15px;
}
.eventPhoto {
	border: 1px solid #CCC !important;
	padding: 3px;
}

.eventPhoto img {
	
}

.clickToEnlarge {
	margin-top: 5px;
	color: #666;
	font-style: italic;
	font-size: 11px;
}

.paypalButton {
	background-color: #FCFEE7;
	border: 2px dashed #f7e494;
	padding: 8px;
}


.eventWrapper {
    background-color: #F0F0F0;
    border: 2px dashed #666666;
    margin-bottom: 35px;
	padding-left: 10px;
	padding-right: 10px;
}

.floatEventText {
	float: left;
	width: 600px;
}

.floatLeftHalf {
	width: 50%;
	float: left;
}

.floatRightHalf {
	width: 50%;
	float: left;
	text-align: center;
}

@media(max-width: 600px) {
	.floatLeftHalf {
		width: auto;
		float: none;
	}
	
	.floatRightHalf {
		width: auto;
		float: none;
		text-align: center;
	}
}