/************************************************************************************
Reset
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
General
*************************************************************************************/
html { 
  background: #5c0000 url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	font: 12px 'Oxygen', sans-serif;
	line-height: 16px;
	color: #fff;
}
a {
	color: #e1bf2a;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	color: #ff0020;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
ul, ol {
	margin: 1em 0 1em 0;
	padding: 0;
}
li {
	margin: 0 0 .2em 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
Layout
*************************************************************************************/
#pagewrap {
	width: 600px;
	margin-bottom: 60px;
	float: right;
	margin: 0 40px 0 0;
}

/************************************************************************************
Header
*************************************************************************************/
#header {
	background: url(../images/div.png);
	height: 40px;
	margin: 10px 0 10px 0;
	width: 600px;
}
#search-form {
	margin: 5px 0 0 0;
}
.form {
	font-family: 'Oxygen', sans-serif;
	background: #fff;
	font-weight: bold;
	text-indent: 6px;
	font-size: 10px;
	color: #333333;
	float: right;
	height: 20px;
	width: 250px;
	border: 0;
	margin: 6px 10px 0 8px;
}
.subm {
	font-family: 'Oxygen', sans-serif;
	background: #ff0020;
	margin: 7px 0 0 -7px;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	float: right;
	height: 22px;
	width: 70px;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
}
.subm:hover {
	font-family: 'Oxygen', sans-serif;
	background: #333;
	margin: 7px 0 0 -7px;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	float: right;
	height: 22px;
	width: 70px;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
}
.social-media {
	margin: 7px 10px 0 0px;
}
.social-media {
	float: right;
}
.social-media li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}
#logo {
	text-align: center;
	margin: -5px 0 5px 0;
}

/************************************************************************************
Navigation
*************************************************************************************/
#nav {
	background: url(../images/div.png);
	text-transform: uppercase;
	margin: -10px 0 5px 0;
	padding: 0;
	width: 600px;
	height: 30px;
	text-align: center;
}
#nav li {
	list-style: none;
	display: inline;
}
#nav a  {
	line-height: 100%;
	font-weight: normal;
	color: #f9ecbc;
	padding: 5px 20px 10px 0;
	text-decoration: none;
	display: inline-block;
}
#nav a:hover {
	text-decoration: underline;
	color: #f9ecbc;
}
.news {
	display: block;
	width: 69px;
	height: 20px;
	background: url(../images/news.png) no-repeat;
	text-indent: -99999px;
}
.news:hover {
	background-position: 0 0;
}

/************************************************************************************
Homepage
*************************************************************************************/
#page-embed {
	margin: 2px 0 -5px 0;
	background: url(../images/div.png);
	width: 600px;
	height: auto;
}
#home-news {
	margin: -18px 0 0 0;
	width: 295px;
	float: left;
}
#home-gigs {
	margin: -18px 0 0 0;
	width: 295px;
	float: right;
}
.home-widget {
	background: url(../images/div.png);
	margin: -5px 0 9px 0;
	padding: 0 0 3px 0;
}
.home-widget p {
	margin: 0 10px 10px 10px;
	text-shadow: 2px 2px #000;
}
.home-widget ul {
	margin: 0 0 20px 0;
	padding: 0;
}
.home-widget li {
	margin: 0 20px 0 20px;
	padding: 6px 0px;
	list-style: none;
	clear: both;
	border-bottom: solid 1px #f9ecbc;
}
.home-widget li strong {
	color: #666;
}
.album-cover {
	padding: 10px 10px 5px 10px;
	width: 85px;
	border-right: 0px solid #333;
}
.album-cover-details {
	float: right;
	padding: 10px 20px 0 20px;
	color: #f9ecbc;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: center;
	width: 160px;
}
.album-cover-details img {
	margin: 10px 0 0 0;
}

/************************************************************************************
Content
*************************************************************************************/
#content {
	margin: 0 0 0px 0;
	padding: 0 0;
	width: 100%;
	float: left;
}
.content-div {
	background: url(../images/div.png);
	padding: 0 0 20px 0;
	margin: 9px 0 20px 0px;
}
.content-div p {
	padding: 10px 20px 0 20px;
}
.content-div ul {
	margin: 0;
	padding: 0;
}
.content-div li {
	margin: 0 20px 0 20px;
	padding: 6px 10px;
	list-style: none;
	clear: both;
	border-bottom: solid 1px #333;
}
.post {
	margin-bottom: 10px;
}
.page-title {
	padding: 20px 20px 10px 20px;
	font: normal 20px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #f9ecbc;
}
.page-title a {
	text-decoration: none;
	color: #f9ecbc;
}
.page-title a:hover {
	text-decoration: underline;
}
.page-title-overlay {
	padding: 15px;
	font: normal 18px 'Montserrat', sans-serif;
	background: url(../images/div.png);
	text-transform: uppercase;
	position: absolute;
	letter-spacing: 4px;
	color: #f9ecbc;
}
.page-title-overlay a {
	text-decoration: none;
	color: #f9ecbc;
}
.page-title-overlay a:hover {
	text-decoration: underline;
}
.post-meta p {
	border-bottom: 1 dotted #ccc;
	border-top: 1 dotted #ccc;
	text-shadow: 2px 2px #000;
	margin: 0 0 10px;
	font-size: 90%;
}
.post-image {
	margin: 0 0 15px;
}
.sub-title {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	padding: 5px 15px 5px 15px;
	font: normal 17px 'Montserrat', sans-serif;
	text-transform: uppercase;
	background: #000;
	letter-spacing: 4px;
	color: #f9ecbc;
}
.gallery-thumbs {
	margin: 20px;
}
.media-images {
	max-width: 60px;
	max-height: 60px;
	min-height: 60px;
	min-width: 60px;
	margin-right: 5px;
}

/************************************************************************************
Sidebar
*************************************************************************************/
#sidebar {
	width: 350px;
	float: right;
	margin: 15px 0 10px 0;
	padding: 0 0;
}
.widget {
	background: url(../images/div.png);
	margin: 0 0 20px 0;
	padding: 10px 0;
}
.widget p {
	padding: 10px 10px 0 10px;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 10px;
	list-style: none;
	clear: both;
	border-bottom: solid 1px #eee;
}

/************************************************************************************
Footer
*************************************************************************************/
#footer {
	margin: 30px 0 0 0;
	background: #000;
	padding: 6px 30px 3px 30px;
	height: 24px;
	clear: both;
}
#footer a {
	font-weight: bold;
	color: #ff0020;
}
#footer .credit {
	float: right;
}
#foot-stick {
	margin: 0 auto;
	width: 940px;
}
#footer p {
	font-size: 11px;
}
#footer ul {
	margin: 2px 0 2px 0;
	list-style-type: none;
	padding: 0 0 10px 0;
	width: 70px;
}
#footer li a {
	padding: 1px 0 0 0;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#footer li a:hover {
	text-decoration: underline;
}

/************************************************************************************
Misc
*************************************************************************************/
#crumbs {
	padding: 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.share-area {
	background: #000;
	padding: 12px;
	margin: 20px;
}

/************************************************************************************
Wordpress Comments
*************************************************************************************/
#comments { }
#respond { margin-bottom: 30px; }
#comments a { color: #e1bf2a; text-decoration: none; }
#comments a:hover { text-decoration: underline; }
.commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}
#comments-title { border-bottom: 1px solid #333;
	margin: 0 20px 15px 20px;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	font: normal 20px 'Montserrat', sans-serif;
	letter-spacing: 4px;
	color: #f9ecbc; } 
.commentlist li {
    background: #222;
    color: #fff;
    margin-bottom: 30px;
    padding: 15px 15px 5px 98px;
    position: relative;
}
.commentlist li article footer {
    background: none;
    padding: 0;
}
.commentlist li .comment-author  {
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px;
}
.commentlist li .comment-author .fn {
    display: block;
    font-size: 24px;
}
.commentlist li .comment-author a {
    border: none;
}
.commentlist li .comment-edit-link {
    position: absolute;
    top: 15px;
    right: 15px;
}
.commentlist li .comment-content { font-size: 12px; color: #fff;}
.commentlist li .avatar {
    position: absolute;
    top: 15px;
    left: 15px;
    border: 6px solid #000;
}
#comments .form-allowed-tags { display: none;}
#respond h3#reply-title {
	border-bottom: 1px solid #333;
	margin: 0 20px 15px 20px;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	font: normal 20px 'Montserrat', sans-serif;
	letter-spacing: 4px;
	color: #f9ecbc;
}
#respond .comment-notes {
    color: #fff;
    font-weight: 100;
    font-style: italic;
}
#respond input[type=text], #respond textarea {
	font: 12px 'Oxygen', sans-serif;
	border: 1px solid #333;
	background: #000;
    display: block;
    padding: 5px;
    margin: 5px 0;
    resize: none;
    width: 98%;
    color: #fff;
}
#respond input[type=submit] {
    font: 14px 'Oxygen', sans-serif;
    background: #272525; 
    border: 0;
    border-radius: 3px;
    color: #fff;
    padding: 10px 60px;
    font-weight: bold;
    cursor: pointer;
}
#respond input[type=submit]:hover { background: #5c0000; }
.comment-meta { margin-top: 0;}

/************************************************************************************
Wordpress Misc
*************************************************************************************/
img.centered {
    margin-right: auto;
	margin-left: auto;
	display: block;
}
img.alignright {
    border: 1px solid #cccccc;
    margin: 0 0 15px 15px;
    display: inline;
	padding: 5px;
}
img.alignleft {
    border: 1px solid #cccccc;
    margin: 0 15px 15px 0;
    display: inline;
	padding: 5px;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.pagenavi {
    margin: -5px -5px 10px 20px;
    padding: 5px 1px 10px;
    float: right;
    width: 98%;

    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenavi a {
    background-color: #000;
	padding: 5px 6px 4px 6px;
	text-decoration: none;
	color: #fff;
	margin: 3px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenavi a:hover {
    background-color: #e1bf2a;
	color: #000;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenavi span.pages {
    background-color: inherit;
	padding: 5px 6px 4px 6px;
	font-weight: bold;
	margin: 3px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenavi span.current {
    background-color: #e1bf2a;
	padding: 5px 6px 4px 6px;
	font-weight: bold;
	color: #000;
	margin: 3px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenavi span.expand {
    background-color: inherit;
	padding: 5px 6px 4px 6px;
	margin: 3px;
    color: #444;

    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenavi .first, .pagenavi .last {
    border: 0 solid #aaa;

    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenavi .single_page {
	border: 0px solid #666666;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/************************************************************************************
Clearfix
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1;
}