@charset "UTF-8";



/** BEGINNING OF CORE CSS **/
body {
	background-image:url(/templates/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#4f0000;
	text-align:center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	font-size:14px;
	font-weight:bold;
	display:block;
	padding-bottom:6px;
	border-bottom:2px solid #FA0405;
	margin-bottom:15px;
}

p{
	margin-bottom:15px;	
}

h2 {
	font-size:14px;
	margin-bottom:15px;
}
li {
	margin:5px;
}
#main {
	margin-left:auto;
	margin-right:auto;
	width:922px;
	background-image:url(/templates/images/mainBg.jpg);
	background-repeat:repeat-y;
}
#bg {
	background-image:url(/templates/images/main.jpg);
	background-repeat:no-repeat;
}
#content {
	margin-top:280px;
	margin-left:110px;
	margin-right:110px;
	text-align:left;
	min-height:300px;
}
#content a {
	color:#FA0405;
	text-decoration:none;
}
#content a:hover {
	color:white;
	text-decoration:underline;
}
#footer {
	width:922px;
	height:106px;
	background-image:url(/templates/images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#nav{
	
}

#nav img {
	border:0;
 margin-top:50px;
	border-left:5px solid black;
	border-right:5px solid black;
}
#footer img {
	border:0;
	padding-top:20px;
	clear:both;
}
#subFooter {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-size:12px;
	margin-top:-35px;
}
#subFooter a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#subFooter a:hover {
	color:#000;
}
.event {
	display:block;
	border:1px solid #FA0405;
	margin:10px;
	padding:5px;
}

.event h2{
	padding:0;
	margin:0;
	margin-bottom:5px;
}



.shot{
	border:1px solid #FA0405;
	margin:20px;

}

.redBox{
	display:block;
	border:1px solid #FA0405;
	margin:10px;
	padding:5px;
	background-color:#a90303;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}

#content li{
	display:list-item;
	list-style:disc inside;
	padding-left:15px;
	
}

#content ul{
	display:block;
	margin-bottom:15px;
}

.comment_editor{
	float:left; 
	margin:5px;
  }
  
  .comment_editor input{
	width:150px;  
  }
  
  .comment_editor label{
  	color:#FFF;
	font-size:12px;
	margin-bottom:2px;
  }
  
  .comment_editor textarea{
	width:578px;
	height:100px;
  }
  
  .comment_editor ul{
	margin-top:20px;
	display:block;
  }
  
  .comment_editor li{
	display:block !important;
	float:left;
	list-style:none !important;
  }
  
  .comment_editor li a{
	  padding:5px;
	  margin-right:5px;
	  display:block;
  }
  
  .comment_editor li .action{
	  color:#FFF;
	  border:1px solid #FFF;
	  text-decoration:none;
  }
  
  .comment_editor li .action:hover{
	cursor:pointer;
	color:#2F2003;
	border:1px solid #2F2003;
  }
  
  .comment_editor li .disabled{
	  color:#7B6442;
	  border:1px solid #7B6442;
	  text-decoration:none; 
  }
  
   .comment_editor li .disabled:hover{
		cursor:default;   
   }
   
   .post_comment li{
		display:block;
		list-style:none;
   }
   
   .comment_editor .base, .comment_editor .working, .comment_editor .success{
		padding:5px;
		font-style:italic;
		color:#FFF;
		font-size:10px;
		padding-top:7px;
   }
   
   .post_comment{
		display:block;	
		margin-top:40px;
   }
   
   .comment{
		margin-bottom:10px;
		padding:10px;
   }
   
   .comment h3{
	margin-bottom:2px;
	padding:0px;
	font-size:12px;
   }
   
   .comment p{
		padding:5px;   
   }
   
   .comments h2{
	color:#FFF;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #FFF;
	margin-bottom:10px;
	font-size:14px;
}


.comment_editor h2{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #FFF;
}

.homepage_right{
	width:436px;
	float:right;
}

.homepage_right li, .homepage_right ul{
	padding-left:0px;
	margin-left:0px;
}
