
@font-face {
    font-family: 'Trash80Stealth57';
    src: url('/fonts/trash80-stealth57.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trash80EightEight';
    src: url('/fonts/trash80-eighteight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
}

body {
	font-family: 'Trash80Stealth57';
	font-size: 1.4em;
	color: #fff;
	background: #000;
	padding: 0;
	margin: 1em;

    width:100%;
    overflow-x:hidden;
}
canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -120px;
  left: 0;
  z-index: -9999;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#background {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:-1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1,h2,h3,h4,h5 {
	clear: both;
	font-size: 1.2em;
	color: #fff;
	font-family: Trash80Stealth57;
	margin: 0;
	text-transform: uppercase;
}

a {
	color: #59cafa;
	text-decoration: none;
}

p {
    margin: 0;
}

#imgarea_large {

}

#imgarea_sm {

}

img {
	border:none;
}

ul {
	margin: 0;
	padding: 0.5em 1em;
    list-style: none;
}

li {
	margin: 0;
	padding: 1em 0 0 0;
}

#header {
	max-width: 720px;
	height:100%;
    margin-top: 15%;
    margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
		/* Fallback for web browsers that doesn't support RGBa */
	//margin-bottom: 1px;
}

#logo {
}

#logo h1 a {
	display: block;
	width: 286px;
	height: 85px;
	background: url('/images/trash80_logo_pl.png') no-repeat;
	text-indent: -1000em;
}

#logo h1 {
	margin: 0;
}

.menu {
	margin: 0;
	margin-left: auto;
	margin-right: auto;

}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li {
	float: left;
}

.menu li a {
	font-family: 'Trash80EightEight';
	font-size: .7em;
	text-transform: uppercase;
	padding-right: 1.5em;
	display: block;
	color: #FFF;
}

.menu li.feed a {
	display: inline;
	padding-right: .1em;
}

.clear_all {
	clear: both;
}

.admin li a {
	font-size: 1em;
	color: #ccc
}

#content {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

#nav {
	position: absolute;
	top: 0px;
	left: 441px;
	width: 200px;
	height: 350px;
	padding: 1em 0 0 1em;
}

#music h2 {
	color: #FFF;
	margin: .6em;
	font-size: 2em;
}

#blog {

}

#music {
	width: 240px;
}

#music .odd_column {
	background: #FDD6F7
}

#music .item {
	font-size: .8em;
	border: none;
	padding: .4em 1em .4em 2em;
	margin: 0 0 0 0;
}

#music .item_comments {
	display: inline;
	float: right;
	font-size: .8em;
	padding-right: 1em;
}

#music a {
	color: #9E5894;
	font-size: 1.1em;
}

#footer,
.item,
#comment_form,
#content_children .child_item {
	padding:1.5em 0 1.5em 0;
	width: 90%;
    zoom: 1;

}

#comment_form h4 {
}
#content .item {
}

#blogs .item {
	padding-top: 1em;
	padding-bottom: 1em;
}
#blogs .item:hover,
.item:hover,
#comment_form:hover,
#content_children .child_item:hover {

}

#footer {

	margin: 0 auto;
	width: 90px;
	padding: 2em 0 2em 0;
}

.title a {
	color: #fff;
	float: left;
}

.details {
	clear: both;
}

.details li {
	padding: 0;
}

#content_children .child_item_comments,
.comments {
	float: left;
	margin:0px 10px 0 10px;
	background: transparent url(' /images/comment_arrow.png') left bottom no-repeat;
	padding-left: 12px;
}
#content_children .child_item_comments a,
.comments a {
	display: block;
	padding: 4px 10px 4px 10px;
	background: #222;
}

.description {
	clear: both;
	margin-left: 2em;
}

#blogs .image {
	float: right;
	margin: 2em;
}

#blogs .image_fx {
	position: absolute;
	width: 200px;
	height: 200px;
	background: url(/images/img_bg.gif);
	margin-top: -200px;
}

.image_fx_sm {
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(/images/img_bg_sm.gif);
	margin-top: -50px;
}

.details ul {
	list-style: none;
	margin: 0;
	padding: 0em 0 2em 0em;
}

.details li {
	float: left;
	padding-right: 1em
}

.details a {
	color: #FFF;
	font-weight: normal;
	font-size: .8em;
}



#content_container .date {
	color: #FFF;
	display: none;
}

#content_container .file {
	margin-left: 0em;
}

#content_container .description {
	margin-left: 0em;
	padding: 1em 0;
}

#content_container .tags {
	clear: both;
	padding: 0 .5em .5em 0;
	margin: 0 1em 0 0;
}

#content_container .tag {
	padding-right: .5em;
}

#content_container .image {
	clear: both;
	margin-top: 1em;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

#content_children {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2em;
}

#content_children .child_item {
	padding: 0 0 1em 0;
}

#content_children .child_item_title a {
}

#content_children .child_item_date a {
	font-size: .8em;
	color: #FFF;
}

#content_children .child_item_image {
	position: absolute;
	margin: -3.3em 0 0 -4.5em;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: none;
}

#content_children .child_item_comments {
	margin: -1.5em 0 0 190px;
}
#content_children .child_item_comments a {
	color: #fff;
}

#content_children .child_item_file {
	position: absolute;
	margin-top: -1.9em;
	margin-left: 270px;
	padding: .4em 0em .3em 3em
}

.button a {
	display: block;
	background: #59cafa;
	padding: .2em 1em .3em 1em;
	color: #fff;
	width: 6em;
	text-align: center;
	margin: 1em 1em 1em 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.button_sm a {
	display: block;
	background: #59cafa;
	padding: .2em .2em .2em .2em;
	color: #fff;
	width: 5em;
	text-align: center;
    -moz-border-radius: 2px;
    border-radius:2px;
}
.button.play {
    float:left;
}


.button.play a {
	display: block;
	padding:0;
	margin: 0;
	text-indent: -4000em;
	width: 23px;
	height: 23px;
	background: #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 2px;
	background: #59cafa url("/jplayer/jp-play.png") 10px 8px no-repeat;
}

#content_children div.child_item div.button.play a {
	position: absolute;
	margin: -1.5em 0 0 -2em;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;

	width: 28px;
	height: 28px;
	background: transparent url("/jplayer/jp-play.png") 10px 8px no-repeat;
}
#content_children div.child_item div.button.play a:hover {
	background: #59cafa url("/jplayer/jp-play.png") 10px 8px no-repeat;
}
.button a:hover, .button_sm a:hover {
	background: #59cafa
	}

#content_container div.file div.button a {
	float: left;
}
#content_container div.file div.button.play a {
	float: left;
	margin: 1em .5em 0 0;
	height: 24px;
	background: #59cafa url("/jplayer/jp-play.png") 7px 6px no-repeat;
	cursor: pointer;

}


.toolButton {
	display: inline;
}

#comments {
	margin-top: 1em;
	clear: both;
}



#comment_entries {
}

#comment_entries div.item.comment div.comment_description p {
	max-width: 720px;
}

#comment_entries .item {
	}

#comment_entries .comment_name {
	font-weight: bold;
	color: #59cafa;
}

#comment_entries .comment_date {
	color: #EEE;
	font-size: .8em;
}

#comment_entries .comment_description {
	clear: both;
	text-align: justify;
}




#comment_form form {
	margin: 0;
	padding: 0;
}

#comment_form .fieldset {
	border: none;
	padding: 0 0 1em 0;
	background: transparent;
}

#comment_form textarea {
	width: 450px;
}

#comment_form label {
	display: block;
	padding: 1em 0 .2em 0;
	font-weight: bold;
	color: #FFF;
}

#comment_form input,#comment_form textarea {
	border: 1px solid #666;
	padding: .5em;
	margin: 0;
}

#new_comment_email {
	display: none;
}



#comment_form .form_button {
	background: #222;
	padding: .3em 2em .3em 2em;
	color: #FFF;
	border:none;
}

#footer {
	clear: both;
	padding-top: 0;
	padding-bottom: 0;
}

#footer img {
	border: none;
}

#footer ul {
	padding: 0;
	position: absolute;
	margin-top: -100px;
	margin-left: 400px;
	padding: 0 0 0 1.5em;
	list-style: none;
}

#footer li {
	padding: 1em .5em 5em 1em;
	float: left;
}

#email_campaign {
	margin: 1em 0 1em 0;
	font-size: .8em;
}

#email_campaign h4 {
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 0em;
	padding: 0;
	margin: 0;
}

#email_campaign form {
	padding: 0;
	margin: 0;
}

#email_campaign p {
	padding: 0;
	margin: 0;
}

#email_campaign fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#email_campaign_unsubscribe {
	margin-left: 1em;
	margin-top: .5em
}

#email_campaign input {
	font-size: 1.2em;
	border: none;
	padding: .2em;
}

#email_campaign label {
	display: block;
	padding: .5em 0;
}

#email_campaign_unsubscribe_label {
	position: absolute;
	margin-top: -1.9em;
	margin-left: 3em;
}

#email_campaign .form_button {
	background: #000;
	padding: .2em 1em .2em 1em;
	color: #FFF;
    -moz-border-radius: 2px;
    border-radius:2px;
}

#creative_commons {
}

#breadcrumb {
	display: none;
}

#breadcrumb ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#breadcrumb li {
	margin-top:.5em;
	display: block;
	float: left;
	padding: .5em .1em 0 .1em;
}

#breadcrumb a {
	font-size: .8em;
}
