@import url("../../assets/fonts/stylesheet.css");
html {
	height: 100%;
}
body {            
    background-size: cover;
	background-attachment: fixed !important;
	font-family:	"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}

a { color: red; text-decoration: none }

.wrapper {
	width: 900px;
	margin: 0 auto;
}

h1.logo {
	font-family: 'plasma_drip_brkregular';
	font-size: 70px;
	float: left;
	margin: 0px;
}

h3 {
	font-family: 'double_featureregular';
	font-weight: normal;
	font-size: 27px;
	text-align: center;
	color: #ae1616;
	margin-top: 0px;
}
.sidebar h3 {
	margin-bottom: 0;
}
h2.title {
	font-family: 'face_your_fearsregular';
	font-weight: normal;
	font-size: 35px;
	margin: 0;
	color: #ae1616;
}

h1.logo a {
	color: #ae1616; 
	text-decoration: none;
}

nav { 
	float: right;
}

nav a {
	font-family: 'goudy_bookletter_1911regular';
	line-height: 3.5;
	font-size: 17px;
	color: white;
	text-decoration: none;
	padding-left: 35px;
	font-weight: bold;
	text-transform: uppercase;
}
nav a:hover {
	color: #ae1616;
}

audio {
	position: fixed;
	bottom: 0; right: 0;
}
.song-name {
	position: fixed;
	bottom: 30px;
	right: 41px;
}
section.content {
	display: block;
	width: 60%;
	float: left;
}

.event img {
	width: 100px;
	float: left;
	margin-right: 15px;
	border-left: 3px solid darkred;
	padding-left: 10px;
}
.event {
	margin: 15px 0;
}
.clr { clear: both }

div.sidebar {
	width: 35%;
	float: right;
}

.socnet {
	text-align: center;
}
.socnet img {
	width: 32px;
}
.socnet img:hover {
	background: #ae1616;
}
div.faq-a {
	border-left: 3px solid darkred;
	padding-left: 10px;
}

footer { margin-top: 100px; }

video.site-background {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
} 

.social {
	width: auto;
	line-height: 6px;
	margin-left: 105px;
	margin-top: 40px;
	margin-bottom: 40px;
}
iframe#twitter-widget-0 {
	margin-bottom: 2px;
}
.fb_iframe_widget {
	display: inline-block;
	position: relative;
	margin-right: 40px;
}
.fb-comments {
	margin-top: 40px;
}
.fbConnectWidgetFooter {
	display: none !important; 
}
.fbFeedbackContent .composer {
	background-color: rgba(190, 190, 190, .2) !important;
}
