/* =============================================================================
   Base
   ========================================================================== */

/* Font Faces */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/css/fonts/BebasNeue-webfont.eot');
    src: url('/css/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/BebasNeue-webfont.woff') format('woff'),
         url('/css/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('/css/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { 
	background: #000 url(/img/background-main.jpg) no-repeat center 55px;
	color: #fff;
}

a:link {
	color: #a60908;
}

a:visited {
	color: #a60908;
}

h1 {
	color: #fff;
	line-height: 38px;
	font: 2.5em 'BebasNeueRegular', sans-serif;
}

h2, h3, h4 {
	color: #a60908;
	line-height: 38px;
	font: 2em 'BebasNeueRegular', sans-serif;
}

h4 {
	font-size: 1.5em;
}

hr {
	background: none;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0;
	height: 0;
	border: 1px dashed #401919;
}


.page-header {
	border: none;
	padding: 0px;
	margin-top: 0px;
}

.page-header h1 {
	margin-bottom: 7px;
}

article {
	margin-bottom: 35px;
}

/* =============================================================================
   Header
   ========================================================================== */

#banner { }

/* Fixed Topbar Navigation */
body.top-navbar { padding-top: 60px; }
body.admin-bar .navbar-fixed-top { top: 28px; }

.nav {
	font: 1.75em 'BebasNeueRegular', sans-serif;
}

.brand {
/* background-color: #333; */
/* background-image:url('/img/facebook.jpg'); */
font-family: 'BebasNeueRegular', sans-serif;
}

.menu-twitter { 
/* display:block; */ height:32px; /* width:24px; */ padding:0px; margin-left:6px; /* outline:none; */

/* Full Width */
text-indent:30px;

/* text-indent:-9999px; */
background: no-repeat; background-image:url('/img/twitter_32.png'); background-position:0 0;
}



.menu-facebook { 
/* display:block; */ height:32px; /* width:24px; */ padding:0px; margin-left:6px; outline:none;

/* Full Width */
text-indent:30px;

background: no-repeat;  background-image:url('/img/facebook_32.png'); background-position:0 0;
}



.menu-youtube { 
/* display:block; */ height:32px; /* width:24px; */ padding:0px; margin-left:6px; outline:none;

/* Full Width */
text-indent:30px;

background: no-repeat;  background-image:url('/img/youtube_32.png'); background-position:0 0;
}


/* =============================================================================
   Content
   ========================================================================== */

#content { margin-top: 415px; }



/* =============================================================================
   Primary Content
   ========================================================================== */

#main { 
	background-color:rgba(31,18,18,0.8);
}

#main-inner {
	padding: 20px;
}

#main article {
}

/* =============================================================================
   Sidebar
   ========================================================================== */

#sidebar { }

.well {
	background-color:rgba(31,18,18,0.8);
}


.widget {
	margin-bottom: 25px;
}


/* =============================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry h2 a { text-decoration: none; }
.hentry time { display: block; }
.hentry p.byline { }
.hentry footer { clear: both; }



/* =============================================================================
   Post Comments
   ========================================================================== */

#comments, #respond, #submit { clear: both; display: block; }
ol.commentlist img.avatar { float: left; margin-right: 10px; }



/* =============================================================================
   Footer
   ========================================================================== */

#content-info {
  margin-top: 45px;
  padding: 35px 0 36px;
  border-top: 1px solid #e5e5e5;
}

#content-info p small { font-size: 13px; }



/* =============================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { margin: 0 20px 20px 0; float: left; }
.alignright { margin: 0 0 20px 20px; float: right; }



/* =============================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 979px) {
  /* Fix top padding when using the responsive grid with the fixed topbar */
  body.top-navbar {
    padding-top: 0;
  }
  #content { margin-top: 0px; }
}