html
{ height: 100%;}

body
{ color: #FFF;
  background: transparent url(../images/background.jpg) repeat;
}
.wbar
{
font-weight: bold;
color: white;
	display: block;

  background: -moz-linear-gradient(#98325A, #4C133E);
  background: -o-linear-gradient(#98325A, #4C133E);
  background: -webkit-linear-gradient(#98325A, #4C133E);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
}
.nav
{ font-weight: bold;
  }

.nav a
{ color: white !important;
  display: block;
  background: #4C133E;
  background: -moz-linear-gradient(#98325A, #4C133E);
  background: -o-linear-gradient(#98325A, #4C133E);
  background: -webkit-linear-gradient(#98325A, #4C133E);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

.nav a:hover
{ background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(grey, blue); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(grey, blue); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(grey, blue); /* For Firefox 3.6 to 15 */
  background: linear-gradient(grey, blue); /* Standard syntax */
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  }

img
{ border: 0;}

a, a:hover
{ color: #FFF;
  background: transparent;
  outline: none;
  text-decoration: none;}

ul
{ margin: 2px 0 22px 30px;
  line-height: 1.7em;
  font-style: normal;
  font-size: 100%;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, header, #banner, #menubar, #site_content, footer, #content_grey, nav
{ margin-left: auto; 
  margin-right: auto;}

#main
{ background: transparent;}
  
header
{ height: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}

#menubar
{ height: 50px;
  text-align: left;
  padding-left: 12px; 
  margin: 0 auto;
  background: #4C133E;
  background: -moz-linear-gradient(#98325A, #4C133E);
  background: -o-linear-gradient(#98325A, #4C133E);
  background: -webkit-linear-gradient(#98325A, #4C133E);
  border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border: 7px 7px 0px 0px;} 
  
#site_content
{ overflow: hidden;
  margin-bottom: 30px;
  background: transparent url(../images/transparent.png) repeat;
  border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  -webkit-border: 0px 0px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}

#site_content a
{ color: yellow;}

footer
{ padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center; 
  background: transparent url(../images/transparent.png) repeat;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}

footer a, footer a:hover
{ text-decoration: none;
  padding-bottom: 20px;}

footer a:hover
{ text-decoration: underline;}

footer a, footer a:hover
{ text-decoration: none;}

footer a:hover
{ text-decoration: underline;}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}
.video {
	width: 100%;
	height: auto;
	min-height: 315px;
}