
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, 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,
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;
	font-family: 'VT323', Arial, Sans-Serif;
	font-size: 16px;
  background: url('http://m0dule.com/assets/images/module_redux_bg.png') top repeat-x #1D1D1D;
	color: #444;
  text-shadow: #111 1px 1px 5px;
}
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;
}

a{
  color: #6368FF;
  text-decoration: none;
  font-size: 25px;
  text-shadow: #000 -1px -1px 0;
	font-family: 'VT323', Arial, Sans-Serif;
}
a:hover{
  text-decoration: underline;
}

.bodywrapper{
  width: 850px;
  margin: auto;
  margin-top: 20px;
}
.logo{
	font-family: 'Jura', Arial, Sans-Serif;
}
h1{
}
h1 a{
  margin-left: -5px;
  display: block;
  font-size: 4.4em;
  line-height: .7em;
  letter-spacing: -6px;
}
h1 a:hover{
  text-decoration: line-through;
}
h1 a:first-letter{
  font-size: 1.5em;
  line-height: .5em;
}

.indent{
  margin-top: 3px;
  margin-bottom: 3px;
}
.indent1{
  margin-left: 25px;
}
.indent2{
  margin-left: 50px;
}
.indent3{
  margin-left: 75px;
}
.song-name{
  color: #FFF;
  font-size: 40px;
  letter-spacing: -3px;
	font-family: "Inconsolata", Arial, Sans-Serif;
  text-shadow: #000 -2px 0px, #000 0px -2px, #000 0px 2px, #000 -2px -2px;
}
header{
  display: block;
  float: right;
  margin-top: 10px;
  margin-bottom: -30px;
  -webkit-transform: rotate(15deg); 
  -moz-transform: rotate(15deg);
  text-align: center;
}
.message{
  color: #AFAFAF;
  font-size: 1.3em;
  text-shadow: #000 -1px -1px 0;
	font-family: "Inconsolata", Arial, Sans-Serif;
}
.content-wrapper{
  float: left;
}
.right{
  float: right;
}
.social{
  width: 300px;
  margin-top: 180px;
}
.object{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 425px;
  height: 166px;
  border: 2px solid #000;
  -moz-box-shadow: 0 0 5px  #6368FF;
  -webkit-box-shadow: 0 0 5px #6368FF;
  box-shadow: 0 0 5px #6368FF;
}
.clear{
  clear: both;
}
.contact{
  width: 300px;
  margin-top: 10px;
}
.cross{
}
.crossline{
  text-decoration: line-through;
}