@charset "utf-8";/* CSS Document  base colors: #f3e449; #ff4228; #9a0365; #67149a; #2c21e1;*/
body{	
	background-color:#000;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.0em;	text-decoration:none;
}

a{
	color: #2c21e1;
}

a:visisted{
	color: #67149a;
}

a img{
	border: none;
}

#wrapper{
	margin: 0 auto;
	min-width: 650px;
	max-width: 1300px;
	padding: 0 15px;
}

#nav{
	padding: 15px 0 15px 15px;
	float: right;	min-width: 650px;
	z-index: 2;	position: relative;
}

#nav a{	
	padding: 0 3px;	
	z-index: 10;	
	text-decoration: none;
}

#homeContent, #downloadsContent, #calendarContent, #mediaContent, #blogContent, #contactContent{
	position: absolute;	
	z-index: 1;
	/*height of stickybar*/
	padding-bottom: 85px;
	padding-top: 70px;
}

#footer{
	padding: 10px 0;
}

/*Home Page*/
#homeContent{
	width: 1200px;
}

#homeImage{
	margin-top: -50px;
	background-image: url(../images/logo_image_in_back.png);
	background-repeat:no-repeat;
	float: left;
	width: 850px;
	height: 672px;
	z-index: 1;
	postion: relative;
}

#socialMedia{
	padding-left: 15px;
	margin-top: 50px;
	float:right;
	width: 310px;
}

#topRow{
	padding-left: 10px;
}

/*Blog Page*/
#blogContent{
	width: 100%;
}

#blogWrapper{
	width: 1200px;
	margin: 0 auto;
}

#posts{
	width: 875px;
	float: left;
	margin-top: -10px;
}

#blogImage{
	float: right;
	width: 325px;
}

#blogtitle a{
	color: #67149a;
	text-decoration: none;
}

#blogtitle a:hover{
	text-decoration: underline;
}

.post{
	padding-bottom: 15px;
}

.postdate{
	font-size:.9em;
	color:  #ff4228;
}

.posttitle{
	font-size:1.3em;
}

.titlelink{
	font-size:1.3em;
	color: white;
	text-decoration: none;
}

.titlelink:hover{
	text-decoration:underline;
}

.postseparator{
	width: 50%;
	margin: 0;
}

/*Calendar Page*/
#calendarContent{
	width: 97%;
}

/*Media Page*/
#imagegallery{
	float: left;
 	width: 625px;
	margin-left: 25px;
	padding-top: 2px;
}

#playlist{
	float: right;
	width: 550px;
	margin-left:60px;
}

/*Downloads Page*/

#linkInstructions{
     width:  600px;
     margin: 0 auto;
}

#signupFormContainer{
	width: 1200px;
        margin-top:80px
}

#signupForm{
	width: 700px;
	margin: -80px auto 0 auto;
}

#signupLogo img{
	width: 500px;
}

/*Music Downloads Page */
#musicDownloadsContent{
	padding-top: 50px;
	font-size: .8em;
	width: 100%
}

#musicDownloadsContent h1{
	font-size: 1.8em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#instructions{
	margin-top: 0px;
	padding-top: 4px;
	font-size: 1.1em;
}

#musicDownloadsContent a{
	color: white;
	text-decoration: none;
}

#musicDownloadsContent a:hover{
	text-decoration: underline;	
}

#musicDownloadsContent p{
	padding-bottom: 3px;
}

#musicDownloadsContainer{
	padding: 0 20px;
	width: 1200px;
}

#downloads{
	padding-top: 23px;
	padding-left: 15px;
	width: 475px;
	float: left;
}

#downloadsLogo{
	width: 600px;
	float: right;	
}

#downloadsLogo img{
	width: 600px;
}

/*Contact Page*/
#contactContainer{
	width: 1200px;
	margin: 0 auto;
}

#contactLogo{
	width: 750px;
	float: left;
}

#contactForm{
	width: 450px;
	float: right;
}

/*Other*/
.clear{
	clear:both;
}