/* Reset everything */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}

body {  
    background-color:#000;
    color: #fff;  
    font-size: 62.5%;  
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	text-align: center;
}

@font-face {
	font-family: 'CandombeRegular';
	src: url('fonts/Candombe.eot');
	src: local('CandombeRegular'), local('Candombe'), url('fonts/Candombe.ttf') format('truetype'), url('fonts/Candombe.svg#Candombe') format('svg');
}  

a, a:visited, a:active { 
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	text-decoration:none; 
    color:#ffffff;  	
    font-family:CandombeRegular, Verdana, Arial, Helvetica, sans-serif;  
	word-spacing: .1em;
}

h1 {
    font-size:3.4em;  
    font-weight:bold;
	text-align:center;
}

h2 {
	text-align: inherit;
    font-size: 4em;  
}

h3 {
	font-size:3em;  
	text-align: inherit;
}

p, blockquote {
	line-height: 1.3em;
	font-size: 1.4em;
}

small {
	font-size: 1em;
	display: block;
	text-align: inherit;
}

ul {
	list-style-type: none;
}

#container {
	width: 100em;
	margin:0 auto;
}

#header {
	height: 19.5em;
	background:url(images/Header_full.jpg) no-repeat;
}

#menu {
	margin-top:14.3em; 
	margin-left:19.2em;
	padding:0;
	position:absolute;
}

#menu li{
	display:inline;
}

#menu li a{
	margin:.5em .7em;
}

#menuHome {
	float: left;
	display: block;
	width: 85px;
	height: 24px;
	background: url(images/menuHome.png) no-repeat 0 0;
}

#menuHome:hover {
	background-position: 0 -24px;
}

#menuClasses {
	float: left;
	display: block;
	width: 85px;
	height: 24px;
	background: url(images/menuClasses.png) no-repeat 0 0;
}

#menuClasses:hover {
	background-position: 0 -24px;
}

#menuEvents {
	float: left;
	display: block;
	width: 85px;
	height: 24px;
	background: url(images/menuEvents.png) no-repeat 0 0;
	padding-right: 20px;
}

#menuEvents:hover {
	background-position: 0 -24px;
}

#menuMedia {
	float: left;
	display: block;
	width: 85px;
	height: 24px;
	background: url(images/menuMedia.png) no-repeat 0 0;
	margin-left: 20em;
}

#menuMedia:hover {
	background-position: 0 -24px;
}

#menuLinks {
	float: left;
	display: block;
	width: 85px;
	height: 24px;
	background: url(images/menuLinks.png) no-repeat 0 0;
}

#menuLinks:hover {
	background-position: 0 -24px;
}

#menuContactus {
	float: left;
	display: block;
	width: 85px;
	height: 24px;
	background: url(images/menuContactus.png) no-repeat 0 0;
}

#menuContactus:hover {
	background-position: 0 -24px;
}


#main {  
	background: url(images/main_content_bg.jpg) no-repeat;
	float:left;
	min-height: 44em;
	width: 70em;
	margin-left: 2em;
	margin-top: 2em;
}

.box {
	margin:0 auto;
}

#events {
	margin-bottom: 2em;
	text-align: inherit;
}

#events a {
	color:white;
	font-weight:bold;
	text-decoration: none;
}

#events a:hover {
	color:gray;
}

#video {
	margin-bottom: 2em;
	text-align: inherit;
}

#link_buttons {
	text-align: center;
	margin-bottom: 2em;
}

label {
	text-decoration: none;
	color:white;  
    font-family:Verdana, Arial, Helvetica, sans-serif;  
    font-size:1.4em;
    line-height: 1.5em;
}

#footer {  
	clear: both;
    font-family:Verdana, Arial, Helvetica, sans-serif;  
    font-size:1em; 
	text-align:center;
	border-top:.1em solid white;
	margin-bottom: 2em;
	padding-top: .5em;
} 
#footer p {
	font-family: inherit;
	font-size: inherit;
	text-align: inherit;
}

#sidebar {
	float: right;
	margin-left: 1em;
	padding: 2em 2em;
	text-align: center;
	background: url("images/yellow_noise.png") repeat-y scroll 0 0 transparent;
}

#sidebar h3 {
	margin-bottom: .3em;
}

#calendar_iframe {
	border: solid .1em #777;
	width: 66em;
	height: 50em;
	margin-top: 1em;
}

.hide {
	display: none;
}

.indent{
	margin-left: 2em;
}

.entry{
	margin: .5em 0 2em 0;
}

.entry p {
	margin-bottom: 1em;
}

.entry blockquote {
	margin: 0em 4em;
}

.links li{
	margin-left: .5em;
	font-size: 1.4em;
	line-height: 1.3em;
}
.links li:before {
	content: "\00BB \0020";
}