/* Design by Brian Dominey Design http://www.briandominey.com-------------------------------------------------------------- */h1 {	font-family: "trajan-pro-3", Georgia, "Times New Roman", Times, serif;	font-weight:400;	font-style:normal;	font-size: 38px;	line-height:40px;	color:#FFF;	margin-top:0px;		/*Shadow the first two right, down, the third is blur*/	-webkit-text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.8);	-moz-text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.8);	text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.8);}h2 {	font-family: "trajan-pro-3", Georgia, "Times New Roman", Times, serif;	font-weight:400;	font-style:normal;	font-size: 28px;	line-height:30px;	color:#FFF;}h3 {	font-family: "calluna", Georgia, "Times New Roman", Times, serif;	font-weight:700;	font-style:italic;	font-size: 24px;	line-height:26px;}h4 {	font-family: "calluna", Georgia, "Times New Roman", Times, serif;	font-weight:700;	font-style:normal;	font-size: 20px;	line-height:22px;}h5 {	font-family: "calluna", Georgia, "Times New Roman", Times, serif;	font-weight:700;	font-style:normal;	font-size: 18px;	line-height:20px;}ol, ul {	list-style: bullet;}ul li { color: #B34A1A; }ul li span {color: #FFF; }blockquote {	quotes: none;	margin-left:25px;}blockquote:before, blockquote:after {	content: '';	content: none;}em {	font-family: "calluna", Georgia, "Times New Roman", Times, serif;	font-weight:700;	font-style:italic;}hr {	border: 0;	color: #FFF;	background-color: #FFF;	height: 1px;	width: 100%;	text-align: left;	margin-top: 20px;	margin-bottom: 20px;}a img {	border: none;}a {	outline: none;}.clear_left {	clear: left;}.clear_right {	clear: right;}.clear_it {	clear: both;}.color { color:#B34A1A; }.white { color:#FFFFFF; } .border { border:solid thin #FFF; }strong {	font-family: "calluna", Georgia, "Times New Roman", Times, serif;	font-weight:700;	font-style:normal;}small {	font-size: 75%;}smaller {	font-size:50%;}/*-------------------------------------- Start Body Here ---------------------------------------*/body {	background-image:url(../images/wood_bg.jpg);	background-repeat:repeat-x;	background-position: center top;	background-color:#000;	color: #FFF;	font-family: "calluna", Georgia, "Times New Roman", Times, serif;	font-weight:400;	font-style:normal;	font-size:18px;	line-height: 24px;	text-align: left;	margin: 0px;}#wrapper {	width:1024px;	text-align: left;	padding:0px;	margin: 0px auto;	/*background-color:#CCCCCC;*/}/*-------------------------------------- Header ---------------------------------------*/#header {	width: 960px;	height: 150px;	margin:0px auto;	position: relative;	/*z-index: 1001;*/}#header_logo a {	background: url(../images/logo.png) top left no-repeat;	display: block;	width: 725px;	height: 102px;	text-indent: -999em;	float:left;	margin:0px 0px 0px 118px;}#header_logo a:hover {	background-position: bottom left;}/*-------------------------------------- Content ---------------------------------------*/#container {	width: 960px;	/*height: 700px;*/	margin:0px auto;}.left {	float:left;	margin:20px 20px 0px 0px;}.right {	margin:20px 0px 0px 0px;	float:right;}.left2 {	float:left;	margin:0px;}.right2 {	margin:0px;	float:right;}.rightTop {	margin:20px 0px 0px 10px;	float:right;}.rightBelow {	margin:150px 0px 0px 10px;	float:right;}.column960 {	width:960px;	margin:20px 0px 0px 0px;	float:left;}.column700 {	width:700px;}.column460 {	width:460px;}.indent420 {	width:420px;	padding:0px 20px;}.column220 {	width:220px;}.column140 {	width:140px;}.column100 {	width:100px;}.colorCol {	color:#000000;	background: #FFF;	border: none;	text-decoration:none;	-webkit-border-radius:8px 8px 8px 8px;	-moz-border-radius:8px 8px 8px 8px;	border-radius:8px 8px 8px 8px;}.quote {	color: #B34A1A;	font-size:18px;	line-height: 24px;	text-align: left;	margin-top:30px;}.wrapit {	/*background-image: url(../images/translucent-wrapit.png);	background-repeat: repeat;	background-position: left top;*/	width:700px;}.bdom-wrapit {	width:660px;	margin-bottom: 20px;	border: solid thin #FFFFFF;	padding:20px;}.bdom-left {	display:inline-block;}.bdom-right {	padding: 0px 0px 0px 20px;	display:inline-block;}.heading {	/*background-image: url(../images/translucent-even.png);	background-repeat: repeat;	background-position: left top;*/	background-color:#B34A1A;	font-family: "trajan-pro-3", Georgia, "Times New Roman", Times, serif;	font-weight:400;	font-style:normal;	font-size:24px;	text-transform: uppercase;	color:#FFF;	height:25px;	padding:10px;	display: block;	/*Rounded Corners*/	-webkit-border-radius: 10px 10px 0px 0px;	-moz-border-radius: 10px 10px 0px 0px;	border-radius: 10px 10px 0px 0px;}.item:nth-child(odd) {	background-image: url(../images/translucent-odd.png);	background-repeat: repeat;	background-position: left top;	color:#B34A1A;	height:20px;	padding:10px;	display: block;}.item:nth-child(odd):hover {	background-color:#2f1106;	color:#FFF;	/*Transition*/	-webkit-transition: All 0.5s ease;	-moz-transition: All 0.5s ease;	-o-transition: All 0.5s ease;	-ms-transition: All 0.5s ease;	transition: All 0.5s ease;}.item:nth-child(even) {	background-image: url(../images/translucent-even.png);	background-repeat: repeat;	background-position: left top;	color:#B34A1A;	height:20px;	padding:10px;	display: block;}.item:nth-child(even):hover {	background-color:#B34A1A;	color:#FFF;	/*Transition*/	-webkit-transition: All 0.5s ease;	-moz-transition: All 0.5s ease;	-o-transition: All 0.5s ease;	-ms-transition: All 0.5s ease;	transition: All 0.5s ease;}.date {	width:90px;	float:left;}.place {	float:left;	margin-right:25px;}.city {	float:left;}.double {	height: 50px;}.donatebox {	background-image: url(../images/translucent-odd.png);	background-repeat: repeat;	background-position: left top;	color:#B34A1A;	padding:20px;	margin:30px 0 0px 0;	display: block;	text-align: center;}.donatebox:hover {	background-color:#2f1106;	color:#FFF;	/*Transition*/	-webkit-transition: All 0.5s ease;	-moz-transition: All 0.5s ease;	-o-transition: All 0.5s ease;	-ms-transition: All 0.5s ease;	transition: All 0.5s ease;}.donatebox hr {	border: 0;	color: #B34A1A;	background-color: #B34A1A;	height: 1px;	width: 100%;	text-align: left;	margin-top: 20px;	margin-bottom: 20px;}/*-------------------------------------- Linking ---------------------------------------*/.column960 a {	color: #B34A1A;	text-decoration: underline;}.column960 a:visited {	color: #B34A1A;	text-decoration: underline;}.column960 a:hover {	color: #B34A1A;	text-decoration: none;}.column700 a {	color: #B34A1A;	text-decoration: underline;}.column700 a:visited {	color: #B34A1A;	text-decoration: underline;}.column700 a:hover {	color: #B34A1A;	text-decoration: none;}.column460 a {	color: #B34A1A;	text-decoration: underline;}.column460 a:visited {	color: #B34A1A;	text-decoration: underline;}.column460 a:hover {	color: #B34A1A;	text-decoration: none;}.column220 a {	color: #B34A1A;	text-decoration: underline;}.column220 a:visited {	color: #B34A1A;	text-decoration: underline;}.column220 a:hover {	color: #B34A1A;	text-decoration: none;}.column140 a {	color: #B34A1A;	text-decoration: underline;}.column140 a:visited {	color: #B34A1A;	text-decoration: underline;}.column140 a:hover {	color: #B34A1A;	text-decoration: none;}.column100 a {	color: #B34A1A;	text-decoration: underline;}.column100 a:visited {	color: #B34A1A;	text-decoration: underline;}.column100 a:hover {	color: #B34A1A;	text-decoration: none;}.column100 title a:hover {	display:none;}.opacity:hover {	opacity: .5;	/*Transition*/	-webkit-transition: All 0.5s ease;	-moz-transition: All 0.5s ease;	-o-transition: All 0.5s ease;	-ms-transition: All 0.5s ease;	transition: All 0.5s ease;}.musicdownload {	font: 12px Arial, Verdana, Helvetica, sans-serif;	color: #B34A1A;	text-align:right;}a:link.musicdownload {	color: #B34A1A;	text-decoration: none;}a:visited.musicdownload {	color: #B34A1A;	text-decoration: none;}a:hover.musicdownload {	color: #FFFFFF;	text-decoration: underline;}/*-------------------------------------- buttons ---------------------------------------*/.mission a {	background: url(../images/mission-updates-news-donate.png) top left no-repeat;	display: block;	width: 220px;	height: 100px;	text-indent: -999em;	margin-bottom:20px;	float:left;}.mission a:hover {	background-position: bottom left;}.donate a {	background: url(../images/donate.png) top left no-repeat;	display: block;	width: 220px;	height: 100px;	text-indent: -999em;	margin-bottom:20px;	float:left;}.donate a:hover {	background-position: bottom left;}.facebook a {	background: url(../images/facebook.png) top left no-repeat;	display: block;	width: 220px;	height: 100px;	text-indent: -999em;	float:left;}.facebook a:hover {	background-position: bottom left;}.booking a {	background: url(../images/booking.png) top left no-repeat;	display: block;	width: 220px;	height: 100px;	text-indent: -999em;	margin-top:20px;	float:left;}.booking a:hover {	background-position: bottom left;}.lessons a {	background: url(../images/lessons.png) top left no-repeat;	display: block;	width: 220px;	height: 100px;	text-indent: -999em;	margin-top:20px;	float:left;}.lessons a:hover {	background-position: bottom left;}#close {	font-family: Verdana, Arial, sans-serif;	font-weight:300;	font-style: normal;	font-size: 14px;	color:#FFFFFF;}#close a:link, a:visited {	font-family: Verdana, Arial, sans-serif;	font-weight:300;	font-style: normal;	font-size: 14px;	color:#B34A1A;	width: auto;	background: #2f1106;	border: none;	font-size: 14px;	padding: 4px 14px;	text-decoration:none;	-webkit-border-radius:0px 0px 4px 4px;	-moz-border-radius:0px 0px 4px 4px;	border-radius:0px 0px 4px 4px;}#close a:hover {	font-family: Verdana, Arial, sans-serif;	font-weight:300;	font-style: normal;	font-size: 14px;	width: auto;	background: #B34A1A;	border: none;	font-size: 14px;	color: #FFFFFF;	text-decoration:none;	-webkit-border-radius:0px 0px 4px 4px;	-moz-border-radius:0px 0px 4px 4px;	border-radius:0px 0px 4px 4px;}/*-------------------------------------- CSS button ---------------------------------------*/.buttonText {	font-family: "trajan-pro-3", Georgia, "Times New Roman", Times, serif;	font-weight:400;	font-style:normal;	font-size: 16px;	line-height: 18px;	color: #FFFFFF;	text-decoration: none;	text-align: center;} .buttonText a {  color: #FFFFFF;  text-decoration: none;}#button {	background: #B34A1A;	color: #FFFFFF;	padding: 6px 12px;	max-width:220px;	overflow: hidden;	display: block;	text-align: center;	text-decoration: none;  	/*Transition*/	-webkit-transition: All 0.3s ease;	-moz-transition: All 0.3s ease;	-o-transition: All 0.3s ease;	-ms-transition: All 0.3s ease;	transition: All 0.3s ease;  	/*Rounded Corners*/	-webkit-border-radius: 8px;	-moz-border-radius: 8px;	border-radius: 8px;  	/*Shadow*/	/*-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);*/}#button:hover {  background-color: #2f1106;	color: #B34A1A;}/*-------------------------------------- Contact ---------------------------------------*/#contact {	font-family: "calluna", Georgia, "Times New Roman", Times, serif;	font-weight:400;	font-style:normal;	font-size:18px;	width:700px;	margin:0px 0px 0px 20px;	float:left;}#cForm {	width: 430px;	margin-left:0px;}#contact table th, #contact table td {	vertical-align: top;	padding: .5em;}#contact table th {	text-align: right;}#contact table label {	color:#FFFFFF;	font-weight: normal;	display: block;	margin-top: 2px;}#contact input, #contact textarea, .selectBox {	padding: 5px;	border: solid 2px #B34A1A;	width: 265px;	background: #FFFFFF url(../images/form_background.png) left top repeat-x;	/*box-shadow: rgba(255,255,255, 0.5) 0px 0px 8px;  	-moz-box-shadow: rgba(255,255,255, 0.5) 0px 0px 8px;  	-webkit-box-shadow: rgba(255,255,255, 0.5) 0px 0px 8px;*/}#contact textarea {	width: 265px;	max-width: 300px;	height: 100px;	line-height: 150%;}input:hover, textarea:hover, input:focus, textarea:focus {	border-color: #c9c9c9;}#contact .submit input {	font-family: "trajan-pro-3", Georgia, "Times New Roman", Times, serif;	font-weight:400;	font-style:normal;	font-size: 16px;	width: auto;	padding: 6px 12px;	background: #B34A1A;	border: none;	font-size: 14px;	color: #FFF;	-webkit-border-radius: 8px;	-moz-border-radius: 8px;	border-radius: 8px;	float:right;}.js #contact #dialog-message {	display: none;}#contact .submit input:hover {	cursor: pointer;}#contact input.error-item, #contact textarea.error-item {	font-weight: bold;	border-color: #FFF;}#expand {	height:265px;}/*-------------------------------------- Footer ---------------------------------------*/#footer {	width:960px;	height:30px;	margin:20px auto;	padding:10px 20px 0px 0px;	border-top:solid 1px #2f1106;}.copyright {	font: 10px Verdana, Arial, sans-serif;	color: #B34A1A;	text-align:right;}a:link.copyright {	color: #B34A1A;	text-decoration: none;}a:visited.copyright {	color: #B34A1A;	text-decoration: none;}a:hover.copyright {	color: #FFFFFF;	text-decoration: underline;}#back-top-contain {	position: fixed;	bottom: 75px;	right: 220;	width: 220px;	text-align: right;	clear: both;}#back-top {	width: 220px;	height: 50px;	display: block;	background: url('../images/top_btn2.png') left top no-repeat;}#back-top:hover {	background-position: left bottom;}#back-top span {	text-indent: -999em;	display: none;}