/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Global */

body {
	background: #F4EFE6 url(../img/bg.jpg) repeat center top;
	color: #111;
	font: 300 16px/20px "metallophile-sp8", sans-serif;
	text-align: center;
}

.wrap {
	margin: 0 auto;
	width: 905px;
	padding: 0 20px;
	text-align: left;
}

h1, h2 {
	font-size: 30px;
	line-height: 32px;
	text-transform: uppercase;	
}

h2 {
	color: #E98A92;		
}

h3 {
	font-size: 20px;
	line-height: 24px;
}

p, ul, ol {
	margin-bottom: 1em;
}

ul li {
	list-style: disc outside none;
	margin-left: 30px;
}

a {
	color: #0372AE;
	text-decoration: none;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:hover {
	color: #2a547f;
}

blockquote {
	margin: 0 2em 1em;
}

img {
	max-width: 100%;
}

em {
	font-family: metallophile-sp8-i3, metallophile-sp8, sans-serif;
}

.alert {
	background: #bbbb6e;
	background: rgba(186,186,110,0.65);
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.alert p {
	margin: 0;
	padding: 5px;
}

.alert a {
	color: #111;
}

/* @end */

/* @group Header */

#header {
	background: transparent url(../img/line.png) repeat-x center 100px;
	padding: 65px 0 10px;
}

#header h1, #header h2 {
	float: left;
}

#header h1 {
	width: 385px;	
}

#header a {
	color: #111;
}

#header a:hover {
	color: #999;
	color: rgba(21,21,21,0.4);	
}

/* @end */


/* @group Nav */

#nav {
	float: left;
	font-size: 20px;
	line-height: 42px;
	margin: 0;
	max-width: 340px;
}

#nav li {
	display: inline;
	list-style: none outside none;
	margin: 0 20px 0 0;
}

#nav a {
	color: #999;
	color: rgba(21,21,21,0.4);
	text-decoration: none;
}

#nav a:hover {
	color: #111;
}

/* @end */

/* @group Body */

#body {
	background: transparent url(../img/lines.png) no-repeat center 100px;
	min-height: 1150px;
}

#content {
	float: right;
	padding-top: 10px;
	width: 520px;
}

.updates li {
	list-style: none outside;
	margin: 0 0 80px;
}

.byline {
	background: transparent url(../img/line.png) repeat-x;
	color: #888;
	font-size: 14px;
	line-height: 16px;
	padding-top: 10px;
}

.byline a {
	text-decoration: none;
}

/* @end */

/* @group Shows */

.shows {
	margin-bottom: 1em;
	width: 100%;
}

.shows tr {
	background: transparent url(../img/line.png) repeat-x left bottom;
}

.odd td {
	background: rgba(0,0,0,0.02);
}

.shows td {
	padding: 6px 5px 16px;
	vertical-align: top;
}

.shows th {
	font-weight: 500;
	padding: 2px 5px 10px;
	text-align: left;
}

.show-detail {
	margin-bottom: 1em;
	width: 100%;
}

.show-detail th {
	color: #888;
	padding: 4px;
	text-align: left;
	width: 100px;
}

.show-detail td {
	padding: 4px;
}

.show-detail p {
	margin: 0;
}

td.show-save {
	padding-top: 20px;
}

.subscribe {
	font-style: italic;
	text-align: center;
}

/* @end */

/* @group Discography */

.discography li {
	list-style: none outside;
	margin: 0 0 30px;
}

.discography img {
	border: 1px solid #A2D3D7;
	float: left;
}

.discography h3, .discography h4 {
	margin-left: 120px;
}

.discography p {
	margin: 1em 0 0 120px;
}

.meta {
	color: #999;
	color: rgba(21,21,21,0.4);
}

.discography-image {
	border: 1px solid #A2D3D7;
	margin: 20px 0;
}

.col-1 {
	float: left;
	width: 300px;
}

.col-2 {
	float: right;
	width: 200px;
}

.discography-links, .tracks {
	margin-top: 10px;
}

.discography-links li {
	list-style: none outside none;
	margin: 0;
}

.tracks li {
	list-style: decimal-leading-zero outside none;
	margin-left: 30px;
}

.sm2_button {
	background: transparent url(../img/icon.png) no-repeat 2px 2px;
	display: inline-block;
	text-indent: -9999px;
	height: 21px;
	width: 21px;
}

.sm2_button:hover {
	background-position: 2px -48px;
}

.sm2_playing {
	background-position: 2px -98px;
}

.sm2_playing:hover {
	background-position: 2px -148px;
}

/* @end */

/* @group Photos */

.photos li {
	list-style: none outside none;
	margin: 0 0 30px;
}

.photos img {
	border: 1px solid #A2D3D7;
	float: left;	
}

.photos p {
	margin-left: 120px;
	padding-top: 20px;
}

/* @end */



/* @group Footer */

#footer {
	background: transparent url(../img/doubleline.png) repeat-x center 20px;
	padding: 40px 0 20px;
}

#footer ul {
	margin: 0;
}

#footer li {
	float: left;
	list-style: none outside none;
	margin: 0 20px 10px 0;
}

#footer li a {
	background: transparent url(../img/logos.png) no-repeat;
	display: block;
	height: 40px;
	text-indent: -9999px;
}

li#l_facebook a {
	background-position: 0 3px;
	width: 33px;
}
li#l_facebook a:hover {
	background-position: -200px 3px;
}

li#l_twitter a {
	background-position: 0 -93px;
	width: 37px;
}
li#l_twitter a:hover {
	background-position: -200px -93px;
}

li#l_epitaph a {
	background-position: 0 -195px;
	width: 100px;
}
li#l_epitaph a:hover {
	background-position: -200px -195px;
}

li#l_anti a {
	background-position: 0 -300px;
	width: 57px;
}
li#l_anti a:hover {
	background-position: -200px -300px;
}

li#l_muchfact a {
	background-position: 0 -402px;
	width: 162px;
}
li#l_muchfact a:hover {
	background-position: -200px -402px;
}

li#l_wac a {
	background-position: 0 -497px;
	width: 193px;
}
li#l_wac a:hover {
	background-position: -200px -497px;
}

/* @end */

/* @group Pagination/Navigation */

.entry-nav {
	margin: 10px 0;
	padding: 10px 0;
}

.entry-nav p {
	margin: 0;
	width: 45%;
}

.prev-entry {
	float: left;
	text-align: left;
}

.next-entry {
	float: right;
	text-align: right;
}

/* @end */

/* @group Miscellaneous */

.group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.centered, .aligncenter {
	text-align: center;
}

img.alignleft {
	margin: 0 20px 10px 0;
	display: inline;
}

img.alignright {
	margin: 0 0 10px 20px;
	display: inline;	
}

img.centered, img.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

/* @end */

/* @group Rifle */

#rifle {
	background: #FFF;
	font-size: 18px;
	line-height: 22px;
}

#rifle #content {
	float: none;
	margin: 0 auto;
	max-width: 1000px;
	padding: 20px;
	text-align: left;
	width: auto;
}

#rifle p, #rifle h2, #rifle ul, #rifle .addthis_toolbox {
	margin: 0 auto 1em;
	max-width: 600px;
}

#rifle li {
	list-style: none outside none;
	margin: 0 0 5px;
	padding: 0;
}

#rifle h2 {
	border-bottom: 4px solid #f26721;
	color: #222;
	margin: 2em auto 1em;
	padding-bottom: 5px;
	text-transform: none;
}


#rifle p img, .rifle-full img {
	display: block;
	margin: 0 auto;
}

#rifle img.jks-signature {
	margin: 0;
}

#rifle .card-grid {
	text-align: center;
}

.rifle-full {
	margin-bottom: 2em;
}

.card-grid img {
	display: inline;
	margin: 10px;
}

.card-group {
	float: left;
	text-align: center;
	width: 50%;
}

.card-group p {
	padding: 0 20px;
}

.rifle-stats img {
	display: block;
	margin: 0 auto 4em;
	max-width: 800px;
	width: 100%;
}

#rifle .credit {
	color: #999;
	font-size: 16px;
	line-height: 20px;
}


/* @end */

@media screen and (max-width: 950px) {

.wrap {
	max-width: 520px;
	width: auto;
}

#header h1 {
	float: none;
	margin-bottom: 10px;
	width: auto;
}

#header h2 {
	float: none;
}

#nav {
	float: none;
	line-height: 28px;
	margin-top: 10px;
	max-width: none;
}

#nav li {
	margin-right: 15px;
}

#body {
	background-image: none;
	min-height: 0;
}

#content {
	float: none;
	padding-top: 20px;
	width: auto;
}

.card-grid img {
	max-width: 330px;
}

}

@media screen and (max-width: 560px) {

#header {
	background-position: center 55px;
	padding-top: 20px;
}

.has-alert #header {
	background-position: center 75px;
	padding-top: 40px;
}

.updates li {
	margin-bottom: 50px;
}

.col-1, .col-2 {
	float: none;
	width: auto;
}

#footer li {
	margin-right: 10px;
}

.card-grid img {
	margin: 0 0 10px;
	max-width: 100%;	
}

.card-group {
	float: none;
	width: auto;
}

.card-group p {
	padding: 0;
}
	
}

@media print {

#header {
	padding-top: 20px;
}

#nav, .entry-nav, #footer {
	display: none;
}

#header h1, #header h2, #content, .col-1, .col-2 {
	float: none;
	width: auto;
}
	
}
