@font-face {
    font-family: 'wg';
    src: url('/fonts/wickedgrit-webfont.eot');
    src: url('/fonts/wickedgrit-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/wickedgrit-webfont.woff') format('woff'),
         url('/fonts/wickedgrit-webfont.ttf') format('truetype'),
         url('/fonts/wickedgrit-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { 
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow-y:auto;
	position:relative;
	z-index:0;
	background:url('/img/blacksmoke.jpg') repeat scroll 0 0 #000000;
	}
body {
	font-size: 13px; 
	line-height: 1.231;
	width:100%;
	height:100%;
	padding:0;
	margin:0; 
	}
body, button, input, select, textarea { font-family: sans-serif; color: #555555; }

::-moz-selection { background: #8b0000; color: #fff; text-shadow: none; }
::selection { background: #8b0000; color: #fff; text-shadow: none; }

a,
a:visited,
a:active { color: #8b0000;
    text-decoration: none; }
a:hover { color:#EABE10; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 3em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: FLOAT | Float to the Top | Mike Seman
   ========================================================================== */
/* Begin Header/navbar Styles */
#nomad {
	font-family:impact;
	font-size: 62px;
    position: absolute;
    top: 26px;
	z-index:10;
	margin:0;
	padding:0;
	left:13px;
	}
#nomad span{
	color:#8b0000;
	}
#nomad a{
	color:#FFFFFF;
	}
#nomad a:hover span,
#nomad a:hover{
	color:#EABE10;
	}
#navbar {
	display:block;
	position:absolute;
	font-family:impact;
    top: 45px;
	left:355px;
	width:910px;
	}
#navbar a,
#navbar a:link,
#navbar a:active,
#navbar a:visited {
    display: inline;
	margin:0 30px;
	padding:0;
    font-family: wg;
    font-size: 38px;
    font-weight: 700;
    left: 0px;
    position: relative;
    text-align: right;
	z-index:10;
	}
#T {
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	overflow:hidden;
	top:0;
	left:0;
	}
#horizontal,
#vertical {
	display:block;
	background:#8b0000;
	position:absolute;
	overflow:hidden;
	top:22px;
	}

#horizontal {
	height:11px;
	width:10000px;
	left:0px;
	}

#vertical  {
	width:15px;
	height:67px;
	left:200px;
	}
	
#social {
	position:absolute;
	display:block;
	
	display:none;
	
	height:70px;
	width:80px;
	top:170px;
	list-style:none;
	left: 10px;
	padding:0;
	margin:0;
	}
#social li {
	display:block;
	width:70px;
	height:70px;
	}
#social li a {
	display:block;
	width:70px;
	height:70px;
	}
#social li a:hover {
	background-color:#EABE10;
	}
#facebook {
	background:url('../img/facebook.png') top left no-repeat black;
	}
#twitter {
	background:url('../img/twitter.png') top left no-repeat black;
	}
#myspace {
	background:url('../img/myspace.png') top left no-repeat black;
	}
/* End Header/navbar Styles */
/* Begin Content Styles */
#main {
	display:block;
	position:absolute;
	left:465px;
	top:120px;
	font-size:28px;
	font-family:tahoma;
	width:760px;
	margin:0 auto;
	color:#555555;
	}
#main h2{
	margin:0;
	padding:0;
	color:#EFEFEF;
	}
span.red{
	color:#8b0000;
	}
span.callout{
	float:right;
	}
#main p {
	margin:0 0 27px 0;
	padding:0;
	clear:both;
	display:block;
	}
#main div.left {
	float:left;
	width:47%;
	height:100%;
	}
#main div.right {
	float:right;
	width:47%;
	height:100%;
	}
#video {
	text-align:center;
	margin:0 auto;
	padding:15px 5px 5px;
	border:4px solid #9A8C80;
	-border-radius:10px;
	-moz-border-radius:10px;
	}
#video:hover {
	border:4px solid #EABE10;
	}

header {
	height:100px;
	}
	
#sidebar {
	position:absolute;
	font-size:16px;
	left:13px;
	height:800px;
	width:370px;
	font-family:wg;
	color:#818181;
	}
#sidebar  h2{
	font-size:22px;
	color:#EFEFEF;
	}
	
.wg{
	font-family:wg;
	}
.dark {
	color:#555555;
	}
.light {
	color:#EFEFEF;
	}
#main ul, #main ul li {
	list-style:none;
	padding:0;
	margin:0;
	font-size:18px;
	}

#mPlayer {
	display:block;
	height:314px;
	width:370px;
	padding:0;
	margin:0;
	}

blockquote {
	font-style:italic;
	font-family:georgia;
	position:relative;
	color:#818181;
	}
blockquote .lquote {
    color: #DEDEDE;
    font-size: 150px;
    left: -68px;
    position: absolute;
    top: -50px;
    z-index: -1;
	}
blockquote .rquote {
    bottom: -126px;
    color: #DEDEDE;
    font-size: 150px;
    position: absolute;
    right: -1px;
    z-index: -1;
	}

body.listen #main div.ttw-music-player {
	width:100%;
	}
body.listen #main div.ttw-music-player .tracklist .title{
	width:80%;
	}
	
#donate {
	position:fixed;
	bottom:20px;
	right:20px;
	}
	
.videoListing {
	color:white!important;
	font-size:20px!important;
}
/* End Content Styles */


/* ==|== mediaplayer helper classes ======================================== */


.ttw-music-player {
    width: 370px;
    margin: 0px auto 62px;
    font-family: 'Lato', arial, sans-serif;
}

.ttw-music-player .player {
    width: 100%;
}

/** Album Cover **/
.ttw-music-player .album-cover {
    position: relative;
    float: left;
    background: #333 url(/img/mediaplayer/album-cover-bg.jpg) no-repeat 0 0 scroll;;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);
}

.ttw-music-player .album-cover .img {
    box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);
    -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);
    background-position:center center;
    background-repeat:no-repeat;
    background-color:transparent;
}

.ttw-music-player .album-cover .highlight {
    background: transparent url(/img/mediaplayer/album-cover-highlight.png) no-repeat 0 0 scroll;
    opacity: 1;

}

.ttw-music-player .album-cover:hover .highlight {
    opacity: 1;
}

.ttw-music-player .album-cover,
.ttw-music-player .album-cover .img,
.ttw-music-player .album-cover .highlight {
    display: block;
    height: 125px;
    width: 125px;
}

.ttw-music-player .album-cover img,
.ttw-music-player .album-cover .img,
.ttw-music-player .album-cover .highlight {
    position: absolute;
    top: 0;
    left: 0;
    height:125px;
    width:125px;
}

/** Track Info **/
.ttw-music-player .track-info {
    width: 215px;
    margin: 8px 0 0 20px;
    float: left;
    font-size: 12px;
}

.ttw-music-player .track-info p {
    margin: 0 0 8px 0;
}

.ttw-music-player .player .title {
    color: #555555;
    font-family: wg, arial, sans-serif;
    font-weight: bold;
    font-size: 19px;
}

.ttw-music-player .artist-outer {
    color: #727272;
    font-family: arial, sans-serif;
	display:none;
}

.ttw-music-player .artist {
    color: #555555;
    font-family: arial, sans-serif;
    margin-left: 4px;
}

.ttw-music-player .rating {
    width: 75px;
    height: 16px;
}

.ttw-music-player .rating-star {
    width: 15px;
    height: 16px;
    display: block;
    float: left;
    background: transparent url(/img/mediaplayer/rating-off.png) no-repeat center center scroll;
    cursor: pointer;
}

.ttw-music-player .rating-star:hover,
.ttw-music-player .rating-star.on,
.ttw-music-player .rating-star.hover {
    background: transparent url(/img/mediaplayer/rating-on.png) no-repeat center center scroll;
}

/** Player **/
.ttw-music-player .player-controls {
    width: 215px;
    height: 30px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: transparent url(/img/mediaplayer/player-bg.png) repeat 0 0 scroll;
    float: left;
    margin: 12px 0 0 20px;
}

.ttw-music-player .player-controls .main {
    width: 52px;
    height: 12px;
    margin: 9px 9px;
    float: left;
}

.ttw-music-player .player-controls div {

    float: left;
    cursor: pointer;
}

.ttw-music-player .previous, .ttw-music-player .next {
    height: 10px;
    width: 15px;
    margin: 1px 0;
}

.ttw-music-player .play, .ttw-music-player .pause {
    width: 8px;
    height: 12px;
    margin: 0 7px;
}

.ttw-music-player .previous {
    background: transparent url(/img/mediaplayer/player-previous.png) no-repeat center center scroll;
}

.ttw-music-player .next {
    background: transparent url(/img/mediaplayer/player-next.png) no-repeat center center scroll;
}

.ttw-music-player .play {
    background: transparent url(/img/mediaplayer/player-play.png) no-repeat center center scroll;
}

.ttw-music-player .pause {
    background: transparent url(/img/mediaplayer/player-pause.png) no-repeat center center scroll;
}

.ttw-music-player .progress-wrapper {
    height: 9px;
    width: 135px;
    float: left;
    background: transparent url(/img/mediaplayer/player-progress.png) repeat-x 0 0 scroll;
    margin: 11px 10px 10px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ttw-music-player .progress {
    height: 9px;
    width: 135px;
    cursor: pointer;
}

.ttw-music-player .elapsed {
    height: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 1px;
    width: 60%;
    background: transparent url(/img/mediaplayer/player-elapsed.png) repeat-x 0 0 scroll;
}

.ttw-music-player .unused-controls {
    display: none !important;
}

/** Description **/
.ttw-music-player .description {
    clear: both;
    margin: 30px 0 0 0;
    font-size: 12px;
    color: #555;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
}

.ttw-music-player .description.showing{
    margin:30px 0;
}

/** Track List **/
.ttw-music-player .tracklist {
    padding: 10px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: transparent url(/img/mediaplayer/tracklist-bg.png) repeat 0 0 scroll;
    color: #555;
    font-size: 12px;
}

.ttw-music-player .tracklist ol {
    margin: 0;
    padding: 0;
    overflow:hidden;
}

.ttw-music-player .tracklist li {
    background: transparent url(/img/mediaplayer/tracklist-item-bg.png) repeat-x bottom left scroll;
    padding: 10px 0 10px 0;
    list-style:none;
    position: relative;
}

.ttw-music-player .tracklist li:hover {
    color: #8B0000;
}

.ttw-music-player li:last-child{
    background: none;
}

.ttw-music-player .show-more-button li:last-child{
    background: transparent url(/img/mediaplayer/tracklist-item-bg.png) repeat-x bottom left scroll;
}



.ttw-music-player .tracklist .title {
    width: 164px;
    display: inline-block;
    padding: 0 0 0 14px;
    cursor: pointer;
}

.ttw-music-player li:nth-child(1n + 10) .title{
    padding-left:7px;
}

.ttw-music-player li.playing {
    color:#fff !important;

}

.ttw-music-player .tracklist .rating {
    margin-left: 10px;
    width: 30px;
    display: block;
    position: absolute;
    right: 72px;
    top: 12.5px;
}

.ttw-music-player .rating-bar {
    height: 10px;
    width: 3px;
    display: block;
    float: left;
    cursor: pointer;
    background: transparent url(/img/mediaplayer/rating-bar.png) no-repeat 0 0 scroll;
}

.ttw-music-player .rating-bar.on,
.ttw-music-player .rating-bar:hover,
.ttw-music-player .rating-bar.hover {
    background: transparent url(/img/mediaplayer/rating-bar-on.png) no-repeat 0 0 scroll;
}

.ttw-music-player .buy {
    width: 62px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: transparent url(/img/mediaplayer/buy-bg.png) repeat 0 0 scroll;
    margin: 0 0 0 10px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    text-shadow: none;
    color: #8B0000;
    text-decoration: none;
}

.ttw-music-player .buy:hover {
    color: #EABE10;
}

.ttw-music-player .buy.not-active{
    display:none;
}

.ttw-music-player .more {
    display:none;
    font-family: 'Lato Italic', arial, sans-serif;
    font-style: italic;
    font-size: 11px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    padding: 10px 0;
    margin: 10px 0;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: transparent url(/img/mediaplayer/tracklist-more.png) repeat 0 0 scroll;
}

.ttw-music-player .more:hover {
    color: #eee;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, .2);
}

.ttw-music-player .show-more-button .more{
    display:block;
}


/** Transitions **/
.ttw-music-player .more,
.ttw-music-player .album-cover .highlight,
.ttw-music-player .tracklist li,
.ttw-music-player .buy {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.ttw-music-player .player:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}


/* ==|== non-semantic helper classes ======================================== */
.nobr {white-space:pre;}
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
