@charset "UTF-8";
/* CSS Document */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
	vertical-align: baseline;
}



/*
html {
	background-color: #333333;
  	background: url(images/layout/bg1.gif) no-repeat center center fixed;
  	-webkit-background-size: cover;  
  	-moz-background-size: cover;  
  	-o-background-size: cover;  
  	background-size: cover;
  	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/bg1.gif', sizingMethod='scale')";  
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/bg1.gif', sizingMethod='scale');  
}
*/

html {
	background-color: #333333;
}

/*
font-family: 'Handlee', cursive;
font-family: 'Inconsolata', monospace;
*/

body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25%;
	margin-bottom: 50px;
	color:#999999;
	text-align: center;
	font-family: sofachrome, sans-serif;
	font-weight: 200;
	font-style: normal;
}


img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

/*






#MainWrapper {
	border: 1px solid #141414;
	background-color:#F4F4F4;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 20px 20px 12px 20px;
	-webkit-box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.50);
}

#Header {
	margin-bottom: 20px;
	overflow: hidden;
}


#HeaderCol1 {
	width: 300px;
	float: left;
	padding-top: 45px;
}

#HeaderCol2 {
	margin-left: 300px;
}

#HeaderCol2Col1 {	
	width: 338px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#HeaderCol2Col2 {
	margin-left: 338px;
	text-align: right;
}


#BodyWrapper {
	overflow: hidden;
}

#BodyWrapperCol1 {
	width: 538px;
	float: left;
}

#BodyWrapperCol1 img{
	border: 1px solid #141414;
}

ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-top: 15px;
}
li {
	padding-bottom: 20px;
}

#BodyWrapperCol2 {
	margin-left: 588px;
}

#BodyWrapperCol2 div.container{
	margin-bottom: 20px;
}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.song {
	margin-bottom: 20px;
}

.TopNav {
	display: block;
	margin-bottom: 35px;
}
.TopNav a {
	text-decoration: underline;
}
.ContactInfo {
	line-height: 25pt;
}

.ImgLeft {
	float: left;
	display: inline;
	marign-bottom: 20px;
	margin-right: 20px;
}

.BoldText {
	font-weight: bold;
}

.ItalicText {
	font-style: italic;
}

a {
	color:#5A9F23;
	text-decoration: none;
}

a:hover {
	color: #888;
	text-decoration: underline;
}

h1 {
	font-family: 'Handlee', cursive;
	color: #141414;
	font-size: 18pt;
	line-height: 20pt;
	padding: 7px 0 5px 0;
	border-top: 1px solid #141414;
	border-bottom: 1px solid #141414;
	margin-bottom: 10px;
}

h2 {
	font-family: 'Handlee', cursive;
	background-color: #F5F3CF;
	border: 1px solid #141414;
	color: #141414;
	font-size: 14pt;
	line-height: 21pt;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

p {
	padding-bottom: 20px;
}



*/