/* reset*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
@font-face {
    font-family: 'daredevilregular';
    src: url('fonts/daredevil-webfont.eot');
    src: url('fonts/daredevil-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/daredevil-webfont.woff2') format('woff2'),
         url('fonts/daredevil-webfont.woff') format('woff'),
         url('fonts/daredevil-webfont.ttf') format('truetype'),
         url('fonts/daredevil-webfont.svg#daredevilregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}

.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
	background-attachment: fixed;
	background-image: url(images/flame-background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	padding: 0px;
}
#container {
	max-width: 1030px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ff0000;
	border-left-color: #ff0000;
	background-color: #000;
	padding-bottom: 1%;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* nav */
nav {
	height: 40px;
	width: 100%;
	background: #000;
	font-size: 105%;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #b6bec1;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	border-right: 1px solid #b6bec1;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #b6bec1;
}
nav a#pull {
	display: none;
}

/* end of nav */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	font-size: 90%;
	font-style: italic;
	color: #CCC;
	text-align: center;
	margin-bottom: 1%;
}
#content {
	margin: 30px;
}
.post {
	color: #FFF;
}
h1 {
	font-family: daredevilregular;
	font-size: 115%;
	letter-spacing: 5px;
	text-shadow: 2px 2px 4px #FF0000;
	margin-top: 2%;
	margin-bottom: 2%;
	color: #CCC;
}
h1:before {
	content: url(images/cross-title.jpg);
	margin: 0 10px 0 0;
	
}
h2 {
	font-size: 180%;
	text-shadow: 2px 2px 4px #FF0000;
	margin-top: 2%;
	margin-bottom: 2%;
	color: #fff;
}
h3 {
	font-size: 110%;
	text-shadow: 2px 2px 4px #FF0000;
	margin-top: 2%;
	margin-bottom: 2%;
	color: #fff;
}
p {
	line-height: 1.5em;
	margin-top: 1%;
	margin-bottom: 1%;
	font-size: 115%;
}
.audio-block {
	vertical-align: top;
	display: inline-block;
	width: 50%;
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: center;
}
