/* @override http://themartyrindex.com/new/wp-content/themes/tmi/style.css */

/*  
Theme Name: The Martyr Index | Molotov Rocktail
Theme URI: http://themartyrindex.com
Description: Lock and load.
Version: 1.0
Author: Derek Hogue
Author URI: http://amphibian.info
*/

/* @group Reset */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	background: #000 url(images/sky.jpg) no-repeat center top;
	color: #EEE;
	font: normal 12px/18px "Lucida Grande", Verdana, sans;
	text-align: center;
}

#top {
	width: 960px;
	margin: 0 auto;
	height: 150px;
	text-align: left;
}

#top img {
	margin: 25px 0 0 16px;
}

#nav {
	width: 100%;
	height: 40px;
	border: 1px solid #333;
	border-width: 1px 0px;
	background: #000;
}

#nav ul {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	padding-left: 20px;
}

#nav li {
	height: 40px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
}

#nav a {
	height: 40px;
	display: block;
	text-decoration: none;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
}


#news a {
	background-position: left -40px;
	width: 36px;
}
#news a:hover, #news.active a {
	background-position: left top;
}

#shows a {
	background-position: -36px -40px;
	width: 51px;
}
#shows a:hover, #shows.active a {
	background-position: -36px top;
}

#discography a {
	background-position: -87px -40px;
	width: 87px;
}
#discography a:hover, #discography.active a {
	background-position: -87px top;
}

#downloads a {
	background-position: -174px -40px;
	width: 81px;
}
#downloads a:hover, #downloads.active a {
	background-position: -174px top;
}

#words a {
	background-position: -255px -40px;
	width: 53px;
}
#words a:hover, #words.active a {
	background-position: -255px top;
}

#journals a {
	background-position: -308px -40px;
	width: 69px;
}
#journals a:hover, #journals.active a {
	background-position: -308px top;
}

#store a {
	background-position: -377px -40px;
	width: 47px;
}
#store a:hover, #store.active a {
	background-position: -377px top;
}

#photos a {
	background-position: -424px -40px;
	width: 56px;
}
#photos a:hover, #photos.active a {
	background-position: -424px top;
}

#press a {
	background-position: -480px -40px;
	width: 50px;
}
#press a:hover, #press.active a {
	background-position: -480px top;
}

#forum a {
	background-position: -530px -40px;
	width: 53px;
}
#forum a:hover, #forum.active a {
	background-position: -530px top;
}

#outreach a {
	background-position: -583px -40px;
	width: 67px;
}
#outreach a:hover, #outreach.active a {
	background-position: -583px top;
}


#wrapper {
	width: 100%;
	background: #090907;
}

#content {
	margin: 0 auto;
	width: 620px;
	padding: 20px 320px 20px 20px;
	text-align: left;
	position: relative;
}

#content a {
	color: #d61921;
	text-decoration: none;
	border-bottom: 1px solid #701d1b;
}

#content a:visited {
	color: #999;
	border-bottom-color: #333;
}

#content a:hover {
	color: #701d1b;
}

p, ul, ol {
	margin: 0 0 1em 0;
}

ul li {
	list-style: square outside;
	margin: 0 0 5px 25px;
}

ol li {
	list-style: decimal outside;
	margin: 0 0 5px 30px;
}

h1 {
	text-transform: uppercase;
	font: normal 36px/36px Arial, Helvetica, sans;
	color: #121212;
	position: relative;
	top: -20px;
	letter-spacing: -1px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 small {
	font-size: 11px;
	font-weight: normal;
	color: #555;
	margin-left: 5px;
}

#content h2 a {
	color: #FFF;
	border: none;
}

.entry, .discoBlock {
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: transparent url(images/divider.png) no-repeat left bottom;
}

.discoBlock {
	clear: both;
}

.discoLeft {
	width: 200px;
	float: left;
}

.discoLeft img {
	border: 1px solid #333;
}

.discoRight {
	margin-left: 220px;
}

.lyricNotes {
	color: #999;
	padding: 0px 20px;
	border-left: 2px solid #222;
	margin: 2em 0;
}







#kelsey {
	position: absolute;
	top: -200px;
	left: 670px;
}

#footer {
	width: 100%;
	background: #000;
	border-top: 1px solid #333;
	padding: 10px 0px;
}

#footer p {
	text-align: left;
	width: 940px;
	margin: 0 auto;
	color: #999;
	font-size: 11px;
	padding-left: 20px;
}

#footer a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #d61921;
}

a#rss {
	padding-left: 15px;
	background: #000 url(images/rss.png) no-repeat left 1px;
}

hr {
	clear: both;
	visibility: hidden;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	clear: both;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.search-excerpt {
	background: #222;
}

#dl_widget {
	background: url(http://www.meterrecords.com/downloads/mtrc021/tmi_widget_bg.jpg) no-repeat;
	width: 595px;
	height: 176px;
	position: relative;
	margin-bottom: 20px;
}

#dl_widget a {
	width: 193px;
	height: 52px;
	position: absolute;
	text-decoration: none;
}

a.dl_widget_download {
	left: 180px;
	top: 110px;
}

a.dl_widget_share {
	left: 385px;
	top: 110px;
}








