@charset "UTF-8";
/* CSS Document */

/* Adding Fonts ... */
/*
@font-face {
	font-family: 'Maestro';
	src: url('fonts/Maestro L Bold.ttf');
}
*/

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: rgb(15,15,15);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size:11px;
	color: #FFE8C4;
}
.main #container {
	width: 960px;
	background: #000;
	margin: 24px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFE8C4;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 8px rgb(248,240,191);
}
.main #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


a:link {
	/*color: eea154;*/
	color: #EBC871;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EBC871;
}
a:hover {
	
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.pageheader, h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 36px;
	font-family: Garamond, serif;
	color: #C99C3B;
	font-weight: bold;
	}
.paragraphheader {
	font-size: 24px;
	font-family: Garamond, serif;
	color: #C99C3B;
	font-weight: bold;
	}

.sidebarcallout {
	font-size: 18px;
	font-style:italic;
	color: #C99C3B;
	}

.center {  text-align: center; }
p {
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C99C3B;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FCF7C5;	
}

.texthighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5CB89; 
	font-style: normal;

}
.smtext {font-size: 10px}



#banner_image {
	position: relative;
	width: 960px;
	height: 195px;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/CelloVoceBanner.jpg');
	background-repeat: no-repeat;
	background-width: 960px;
}

#events, #trainers, #training, #about {
	position: absolute;
}

#events { height: 32px; left: 550px; top: 122px; border:0px }
#trainers { height: 44px; left: 650px; top: 90px;  border:0px }
#training { height: 44px; left: 750px; top: 58px;  border:0px }


#menu2 {
	margin-top: 160px;
	float: right;
	width: 250px;
	font-size: 18px;
}
#menu2 img {
	float: left;
	height: 28px;
}
#menu2 span {
	float: left;
}

#logo_map {
	display: block;
	position: absolute;
	background-color: transparent;
	left: 16px;
	top: 8px;
	width: 480px;
	height: 172px;
}

/* class for the single column DIV */
.fullview {
	width: 100%;
}

/* class for the main column */
.maincolumn {
	float: left;
	width: 600px;
	padding: 0px 30px 0px 40px;
	background-color: rgb(0,0,0);
}

.sidebar {
	float: right;
	width: 150px;
	padding: 15px;
	background-color: rgb(0,0,0);
}

/* class just to reset the float elements*/
.clear {
	clear: both;
}


/*home page*/
#content {
	background-image: url('back.png');
	background-position:center;
	background-repeat:no-repeat;
	background-color: rgb(0,0,0);
	margin: 24px auto;
	padding: 0px 0px 32px 0px;
	width: 960px;
	margin-top: 24px;
	min-height: 480px;
	/*border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;*/
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 8px rgb(248,240,191);
}
#logo {
	padding: 0px;
	width: 100%;
	/*background-color: rgba(255,255,255,0.1);*/
}
#logo img {
	width: 100%;
}
.a {
	color: rgb(248,240,191);
	margin: 0px;
	padding: 8px 224px;
	font-size: 20px;
}
#a1 {
	color: rgb(248,240,191);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 8px;
}
#a2 {
	padding-right: 0px;
	text-align: right;
	font-size: 27px;
	margin-top: 24px;
}
.a2a {
	color: rgb(248,240,191);
	text-shadow: 0px 0px 16px rgb(239,224,166);
}
.a2b {
	animation: ani2 1.5s;
	color: rgb(248,240,191);
	/*text-shadow: 0px 0px 0px rgb(239,224,166);*/
}
#a3 {
	padding-left: 0px;
	font-size: 27px;
	margin-top: 24px;
}
#a4 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	padding: 24px;
	margin-top: 24px;
	color: rgb(206,163,65);
	font-weight: bold;
	-webkit-animation: ani1 5s infinite;
	animation: ani1 5s infinite;
}
#a1, #a2, #a3, #a4 {
	opacity: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.s {
	margin-top: 16px;
	text-align: center;
	font-size: 14px;
}
span.q {
	font-weight: bold;
	font-size: 32px;
	text-shadow: 0px 0px 16px rgb(248,240,191);
	-webkit-animation: ani1 5s infinite;
	animation: ani1 5s infinite;
}
.button {
	width: 160px;
	margin: 4px auto;
	padding: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	background-color: rgb(200,160,48);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.button:hover {
	background-color: rgb(239,224,166);
	box-shadow: 0px 0px 8px 1px rgb(248,240,191);
	color: rgb(200,160,48);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bg3 {
	background-image: url('images/back.png');
}

@keyframes ani1 {
	0% {
		text-shadow: 0px 0px 16px rgb(248,229,82);
		color: rgb(255,248,96);
	}
	50% {
		text-shadow: 0px 0px 0px rgb(248,229,82);
		color: rgb(248,229,82);
	}
	100% {
		text-shadow: 0px 0px 16px rgb(248,229,82);
		color: rgb(255,248,96);
	}
}

@keyframes ani2 {
	0% {
		color: rgb(206,163,65);
		text-shadow: 0px 0px 16px rgb(239,224,166);
	}
	100% {
		color: rgb(248,229,82);
		text-shadow: 0px 0px 0px rgb(239,224,166);
	}
}
@-webkit-keyframes ani1 {
	0% {
		text-shadow: 0px 0px 16px rgb(239,224,166);
		color: rgb(239,224,166);
	}
	50% {
		text-shadow: 0px 0px 0px rgb(239,224,166);
		color: rgb(239,224,166);
	}
	100% {
		text-shadow: 0px 0px 16px rgb(239,224,166);
		color: rgb(239,224,166);
	}
}

@-webkit-keyframes ani2 {
	0% {
		color: rgb(239,224,166);
		text-shadow: 0px 0px 16px rgb(239,224,166);
	}
	100% {
		color: rgb(239,224,166);
		text-shadow: 0px 0px 0px rgb(239,224,166);
	}
}
