/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#baseline corrections
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Typography (baseline corrections)
================================================== */

	h1 { line-height: 49px; margin-bottom: 14px;}
	h2 { line-height: 42px; margin-bottom: 7px; }
	h3 { line-height: 35px; margin-bottom: 7px; }
	h4 { line-height: 28px; margin-bottom: 7px; }
	h5 { line-height: 21px; }

	p { margin: 0 0 21px 0; }
	p.lead { line-height: 28px; }


/*	Blockquotes  */
	blockquote, blockquote p { line-height: 21px;}
	blockquote { margin: 0 0 21px; padding: 7px 20px 0 19px; }

	hr { margin: 14px 0 28px;}
	
/* #Lists (baseline corrections)
================================================== */
	ul, ol { margin-bottom: 21px; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 7px 0 7px 30px; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 7px; }
	li { line-height: 21px; margin-bottom: 14px; }
	
	
	

/* #Site Styles
================================================== */

@font-face{ 
	font-family: 'WebSymbolsRegular';
	src: url('../fonts/websymbols/websymbols-regular-webfont.eot');
	src: url('../fonts/websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/websymbols/websymbols-regular-webfont.woff') format('woff'),
	     url('../fonts/websymbols/websymbols-regular-webfont.ttf') format('truetype'),
	     url('../fonts/websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
	}


@font-face {
    font-family: 'vinchand';
    src: url('../fonts/VINCHAND.ttf') format('truetype');
}


* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	}

img {
	max-width: 100%;
}

.langselect {
	margin-top:20px;
}
.langselect p {
	text-align:right;
	margin:5px;
	font-size:0.9em;
}

.langselect a {
	color:#c60f3c;
	text-decoration:none;
}

.langselect a:hover {
	color:#ddb307;
	
}

.header h1 {
	line-height: 40px; 
	margin-bottom: 10px;
	font-size:45px;
	text-transform: uppercase;
	text-align:right;
}
.header h2 {
	line-height: 25px; 
	margin-bottom: 30px;
	margin-top: 22px;
	font-size:30px;
	text-align:right;
	font-family: vinchand;	
}

.homelogo {
	margin-top:-75px;
	height:336px;
}
.pad-top {
	margin-top:40px;
}

.sublogo {
	height:165px; 
	margin-top:-61px;
}

.spanred {
	color:#C60F3C;
}
.spanblue {
	color:#007F95;
}
.spanyel {
	color:#717276;
}


/*navigation*/
nav.primary ul {
	float:right;
}

nav.primary ul,
nav.primary ul li {
	margin: 0px;
}

nav.primary select {
	display: none;
	width:  100%;
	height: 28px;
	margin: 21px 0;
}

nav.primary ul li {
	display: inline;
	float: left;
	position: relative;
}

.navfr {
	letter-spacing: 0.04em !important;
	padding: 0 6px !important;
}

nav.primary ul li a {
	display: inline-block;
	line-height: 35px;
	padding:  0 8px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.08em;
}

nav.primary ul li a:hover {
	background: #007F95;
	cursor: pointer;
}

/*sub menu*/
nav.primary ul ul {
	opacity: 0; 
  	filter: alpha(opacity=0); 

	position: absolute;
	top:100%;
	left: 0;
	z-index: 999;
	/*background: url(../images/bg_bottom.png);*/
	
	height: 0px;
	overflow: hidden;
	
	width: 200px;
	
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);	
}

nav.primary ul li span {
	display: none;
}

nav.primary ul li:hover ul {
	opacity: 10; 
  	filter: alpha(opacity=100); 
  	
	height: auto;
	overflow: auto;
}

nav.primary ul ul li {
	float: none;
	display: list-item;
	border-bottom: 1px solid #D5D5D5;
}

nav.primary ul ul li a {
	display: block;
	line-height: 35px;
	text-transform: none;
	background: #FFF;
}

nav.primary ul li:hover > a {
	background: #007F95;
	color:#fff;
}


.footer {
	padding-top: 10px;
	padding-bottom: 5px;
	color: #A5A5A5;
	/*background:#007f95;*/
}

.footer h3 {
	text-transform: uppercase;
	font-size:20px;
}
.footer p {
	/*text-transform: uppercase;*/
	font-size:90%;
}

.footer-bottom {
	border-top: 1px solid;
	padding-top: 5px;
}

.footer-bottom p {
	margin-bottom:0px;
	font-size:0.9em;
}

/*spacer*/
.spacer {
	height:40px;
	background:#C60F3C;
}

.spacer img {
	float:right;
	height:40px;
	width:500px;
}



.main h1 {
	padding-top:20px;
  line-height: 40px; 
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:40px;
	text-transform: uppercase;
	width:100%;
	background-image:url('../images/arrow-red.jpg');
	background-position:right bottom;
	background-repeat:no-repeat;
}

.main h2, .modal-window h2 {
	text-transform:none;
	font-family: vinchand;
}

.container-banner {
    position: relative;
    width:100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}
.container.main {
	margin-bottom:60px;
}

/*News*/

.news {
	background-color:#e8f1f5;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:10px;
	padding:10px;
}

.news-title {
	padding-bottom:10px;
	border-bottom:2px solid #c5c5c5;
	margin-bottom:10px;
}

.news-date {
  padding:10px;
  background-color:#007F95;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid;
	width:82px;
	float:left;
	margin-right:10px;
	color:#fff;
	font-weight:bold;
}

.news-month {
	font-size:28px;
}

.news-day {
	margin:0 auto;
	text-align:center;
	font-size:20px;
	padding-top:5px;
}

.news-title-text {

}
.news-title-text h3 {
	font-size:24px;
	padding:0px;
	margin:0px;
}

.news-text {
	font-size:13px;
}
.news-text p {
	margin: 0 0 15px 0;
}

.news-archives {
	list-style:square;
	padding-left:5px;
}
.news-archives li a {
	text-decoration:none;
}

.news-archive-date {
	font-size:0.8em;
	color:b5b5b5;
}

.uevents {
	background-color:#e8f1f5;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:10px;
}
.uevents-date {
	background-color:#007f95;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	padding:8px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

.backblu {
	background-color:#e8f1f5;
}
.backred {
	background-color:#F7DeD9;
}
.backyel {
	background-color:#faf2d9;
}

.darkred {
	background-color:#C60F3C;
}
.darkyel {
	background-color:#DDB307;
}

.uevent-title {
 padding: 10px;
}
.uevent-title p {
	font-size:14px;
	margin:0px;
}
.uevent-loca {
	padding-top:5px;
	color:#959595;
	font-size:12px !important;
}


.event-title {
	cursor:pointer;
}
.event-detail {
	padding:10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom:10px;
	display:none;
}


/* ==========================================================================
	 contact form
========================================================================== */

#ajaxalert {
	background-color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 20px 0 #222;
	-webkit-box-shadow: 0 0 20px 0 #222;
	-moz-box-shadow: 0 0 20px 0 #222;
	display: none;
	margin-left: -100px;
  margin-top: -100px;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	z-index: 1000;
}

div.ajaxerror{
    background-color:#FFF;
    border-color: #222;
    color:red;
    border-style: solid;
    border-width: 2px;
    padding: 5px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 10px 0 #222;
	-webkit-box-shadow: 0 0 10px 0 #222;
	-moz-box-shadow: 0 0 10px 0 #222;
}
.error {
	color:red;
}

.alert.notice { 
	background:url("../img/exclamation.png") no-repeat scroll 15px 9px #FFFEDD;
	border:1px solid #FFEDB7;
	margin:20px auto;
	padding:10px 10px 10px 45px;
	width:90%;
}
.alert.error {
	background:url("../img/error.png") no-repeat scroll 15px 9px #FFF0F0;
	border:1px solid #FFCCCC;
	color:#FF0000;
	margin:20px auto;
	padding:10px 10px 10px 45px;
	width:90%;
}
.alert.success {
	background:url("../img/checkmark.png") no-repeat scroll 15px 9px #F2FFF2;
	border:1px solid #C1FFC1;
	margin:20px auto;
	padding:10px 10px 10px 45px;
	width:90%;
	color:#2EAD3D;
}


.contact i {
	color:#aaa;
	margin-right:2px;
}
.contact-table,
.contact-table td {
	border:none;
}
.contact-table td {
	padding:3px;
}
.contact-form {
	padding:0 0 0 60px;
}
.contact-form input,
.contact-form textarea {
	width:100%;
	margin-bottom:10px;
	border-radius:3px;
}
.contact-form input.btn {
	width:80px;
}


/*blog*/

hr {
	border: none;
	border-bottom: 1px dashed #e5e5e5;
	margin: 14px 0 28px
}

article .breadcrumbs {
	margin-bottom: 7px;
}

article .meta {
	margin-bottom: 7px;
}

/*pagination*/
nav.pagination ul {
	width: 100%;
	text-align: center;
	margin: 21px 0 35px 0;
}

nav.pagination li {
	display: inline;
}

nav.pagination li a {
	display: inline-block;
	line-height: 35px;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 0 7px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #cccccc;
}

nav.pagination li a.selected,
nav.pagination li a:hover {
	background: url(../images/bg_dark.png) #000;
	border: none;
	color: #fff;
}

/*sidebar (aside)*/
.sub header {
	background: url(../images/diagonal_pale.png) repeat;
	font-size: 14px;
	line-height: 1em;
	margin: 28px 0;
}

.subscribe header {
	margin-top: 0;
}

.sub header h4 {
	font-weight: bold;
	color: #999999;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
	background: url(../images/bg_main.png) repeat #f8f8f8;
	display: inline;
	padding: 0 10px;
	margin: 0 0 0 14px;
	letter-spacing: 0.1em;
	font-family: Arial, sans-serif;
}

/*forms*/
	/*Glyn Mooney webkit reset 
	http://www.skidoosh.co.uk/html/how-to-reset-the-webkit-html5search-field-style-with-css/*/
	input[type=search]::-webkit-search-decoration,
	input[type=search]::-webkit-search-cancel-button,
	input[type=search]::-webkit-search-results-button,
	input[type=search]::-webkit-search-results-decoration {
	  display: none;
	}
	
	input[type=search] {
	  -webkit-appearance: textfield;
	}
	
	input[type=search]:focus {
	outline: none;	
	}
	
	input[type="text"],
	input[type="search"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		/*width: 100%;*/
	}

	.search input[type=search],
	.subscribe input[type=email] {
		width: 70%;
		float: left;
		margin: 0;
	}
	.search button,
	.subscribe button {
		width: 28%;
		float: right;
		margin: 0;
		padding: 7px 10px;
	}

/*categories*/
ul.categories {
	margin: 0;
}

ul.categories li {
	border-bottom: 1px dashed #e5e5e5;
	margin: 0;
}

ul.categories li a {
	text-decoration: none;
	line-height: 35px;
	display: block;
}

ul.categories li a:hover,
ul.categories li a:active {
	background: #ffffff;
}

/*icons*/
.icon {
	font-family: "WebSymbolsRegular";
	font-size: 28px;
	line-height: 1em;
}

.subscribe span {
	width: 30%;
	float: left;
}

.subscribe p {
	width: 70%;
	float: right;
	margin: 0;
	font-family: Georgia, serif;
}

.subscribe em {
	font-size: 21px;
	font-style: normal;
}

.icon.rss {
	color: #ef7908;
}

.icon.twitter {
	color: #39bae6;
}

/*flexible embeds*/
.embed {
	position: relative;
	padding: 0;
	padding-bottom: 56.25%; /* 16:9 ratio*/
	height: 56.25%;
	overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*tabs*/
ul.tabs {
	margin: 0;
}

ul.tabs li {
	position: relative;
	top: 1px;
}

ul.tabs li a.active {
	height: 34px;
	background: url(../images/bg_main.png);
}

.tabs-content li {
	padding: 35px 20px;
	border: 1px solid #ddd;
	border-top: none; 
}

/*sponsors*/
.sponsors a {
	float: left;
	max-width: 46%;
	margin: 2%;
}

.sponsors .maxi {
	display: none;
}

.banner {
	float: right;
}

.midhome {
	width:200px;margin: -20px auto 0 auto; font-weight:bold;
}
.midhome2 {
	display:none;
}
/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
		.sublogo {
			margin-top:-20px;
		}
		.homelogo {
			margin-top:0px;
		}		
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
				/*sponsors*/
		.sponsors .mini {
			display:  none;
		}
		
		.sponsors .maxi {
			display: block;
			float: none;
			max-width: 100%;
			margin: 0 0 7px 0;
		}
		
		.midhome {
			width:200px;margin: 20px auto 0 auto; font-weight:bold;
		}
		.midhome2 {
			width:200px;margin: 20px auto 0 auto; font-weight:bold;
			display:none;
		}
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

		.banner {
			display: none;
		}
	
		article .three.thumbnail {
			display: none;
		}
	
	
		.bottom footer {
			text-align: center;
		}
		
		.sublogo {
			margin-top:-20px;
		}
		.homelogo {
			margin-top:-15px;
		}
		.midhome {
			width:200px;margin: 20px auto 0 auto; font-weight:bold;
			display:none;
		}
		.midhome2 {
			width:200px;margin: 20px auto 0 auto; font-weight:bold;
			display:block;
		}
		nav.primary select {
			display: block;
			width:  100%;
			height: 28px;
			margin: 21px 0;
		}
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
		/*sponsors*/
		.sponsors .mini {
			display:  none;
		}
		
		.sponsors .maxi {
			display: block;
			float: none;
			max-width: 100%;
			margin: 0 0 7px 0;
		}
		
	}
	
.qtip-content h3 {
	font-size:16px;
	line-height:30px;
	margin-bottom:4px;
}
.qtip-content p {
margin-bottom:6px;
}

 /*Calendar legend*/

.callegend { 
    display:inline;
    height:10px;
    border-radius:6px;
    margin: 5px 0px 5px 10px;
}	        




.modal-window {
  background-color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 20px 0 #222;
  -webkit-box-shadow: 0 0 20px 0 #222;
  -moz-box-shadow: 0 0 20px 0 #222;
  display: none;
  position: fixed;
  top: 10%;
  left: 30%;
  width: 600px;
  z-index: 1000;
	margin:10px;
	padding:30px;
}
#modal-background {
    display: none;  
    position: fixed;  
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: black;
    -moz-opacity: 0.5; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .50;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    z-index: 999; 
}

.uevents {
cursor:pointer;
}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

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