@charset "UTF-8";

/*
		Destroy the Silence

		Design, HTML & CSS by Faruk Ateş
		Copyright (c) 2010 - Rana Sobhany


DTS dark red: #2a0600 - rgba( 42,  6, 0, 1)
DTS med. red: #510f00 - rgba( 81, 15, 0, 1)
DTS lite red: #d12600 - rgba(209, 38, 0, 1)
DTS xtra red: #ff4900 - rgba(255, 73, 0, 1)

DTS black:    #0c0000 - rgba(12,  0,  0, 1)
DTS black 2:  #140a0a - rgba(20, 10, 10, 1)

DTS white:    #fff9e9 - rgba(255, 249, 233, 1)

DTS link:     #96b9db - rgba(150, 185, 219, 1)
(DTS nav link = DTS white)

General design width: 980px

Main column width: 760px
Side column width: 200px

CSS Flags index: (add an = (e.g. =SC) when searching)

	INITIAL - simple style reset
	BASICS  - Body & general
	HEADER  - Header
	CONTENT - Content
	SC      - Secondary
	FOOTER  - Footer
	MQ      - Media Queries
	MISC    - Miscellaneous styles

*/


/* =INITIAL - simple style reset
========================================= */
html, body, h1, h2, h3, h4, h5, h6, section, header, aside, footer, nav, article, fieldset, p, ul, ol, li, dl, dt, dd, form {
	display: block;
	margin: 0;
	padding: 0;
}
body {
	color: #111;
	text-align: left;
}
body,
input,
textarea {
	font: normal 12px/21px Helvetica Neue, Helvetica, Lucida Grande, Gill Sans, Arial, sans-serif;
}
code {
	font-size: 110%;
	line-height: 21px;
}
form label {
	cursor: pointer;
	display: block;
}
sup {
	line-height: 10px;
}
a img,
fieldset {
	border: none;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #333;
	cursor: help;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 1em;
}
hr {
	display: none;
}

/* =BASICS - Body & general
----------------------------------------- */
html, body {
	background: #0c0000 url(background-0c0000.jpg) -85px 0 no-repeat fixed;
	color: #fff9e9;
	font: 12px/18px "Lucida Grande", "Helvetica Neue", Helvetica, Tahoma, Verdana, sans-serif;
	height: 100%;
	margin: 0;
	min-width: 980px;
	padding: 0;
	text-rendering: optimizeLegibility;
}
a:link,
a:visited {
	color: #96b9db;
	-webkit-transition: color .2s ease-in;
}
a:focus,
a:hover {
	color: #fff9e9;
}
p {
	margin: 1em 0;
}



/* =HEADER - Header
----------------------------------------- */
header {
	margin: 0;
	position: relative;
	width: 100%;
}
header #logo {
	background: rgba(0,0,0, .69);
	height: 48px;
/*	margin: 0 auto;
	Disabled under 1180 pixels
	*/
	margin: 0;
	padding: 10px;
	width: 760px;
}
header #logo a {
	background: url('dts-title.png') 0 0 no-repeat;
	display: block;
	height: 48px;
	margin: 0 0 0 10px;
	text-indent: -9999px;
	width: 329px;
}
nav {
	background: rgba(0,0,0, .69);
	display: block;
	min-height: 60px;
/*	margin: 0 auto;
	Disabled under 1180 pixels
	*/
	margin: 0;
	position: relative;
	width: 760px;
	z-index: 10;
}
nav ol {
	list-style: none;
	width: 760px;
}
nav ol li {
	float: left;
	margin-right: 10px;
}

nav ol li a:link,
nav ol li a:visited {
	background: #2a0600;
	color: #fff9e9;
	display: block;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	text-shadow: #000 0 1px 0;
	-webkit-transition: color .2s ease-out,
	                    text-shadow .2s ease-out,
	                    border-radius .2s ease-out, 
	                    background-color .2s ease-out,
	                    -webkit-border-radius .2s ease-out;
	-moz-transition: color .2s ease-out,
	                 text-shadow .2s ease-out,
	                 border-radius .2s ease-out, 
	                 background-color .2s ease-out,
	                 -moz-border-radius .2s ease-out;
	-o-transition: color .2s ease-out,
	               text-shadow .2s ease-out,
	               border-radius .2s ease-out, 
	               background-color .2s ease-out,
	               -o-border-radius .2s ease-out;
	transition: color .2s ease-out,
	            text-shadow .2s ease-out,
	            border-radius .2s ease-out, 
	            background-color .2s ease-out;
}
nav ol li a:focus,
nav ol li a:hover {
	background-color: #510f00;
	color: #fff;
	text-shadow: #000 0 2px 1px;
	
	-webkit-border-radius: 20px 0 20px 0;
	-moz-border-radius: 20px 0 20px 0;
	-o-border-radius: 20px 0 20px 0;
	border-radius: 20px 0 20px 0;
}
.rgba nav ol li a {
	background: rgba(42, 6, 0, .82);
}
.rgba nav ol li a:focus,
.rgba nav ol li a:hover {
	background-color: rgba( 81, 15, 0, .94);
}

header ol #rss {
	background: transparent url('rss.png') 0 0 no-repeat;
	display: block;
	height: 22px;
	right: -74px;
	margin: 19px 0 0;
	overflow: hidden;
	position: absolute;
	text-indent: -999px;
	width: 54px;
}
header ol #rss a {
	background: none;
}

header a#follow {
	background: url('follow-on-tumblr.png') 0 0 no-repeat;
	display: block;
	height: 42px;
	overflow: hidden;
	position: absolute;
	right: 40px;
	text-indent: -9999px;
	top: 26px;
	width: 100px;
}



/* =CONTENT - Content
----------------------------------------- */
#content {
	background: rgba(0,0,0, .69);
/*	margin: 0 auto;
	Disabled under 1180 pixels
	*/
	margin: 0;
	min-height: 75%;
	padding: 10px 0 40px;
	width: 760px;
}
/* Generic, and posts */
#content .post {
	clear: both;
	margin: 40px 0;
	width: 740px;
}
.post p {
	margin: 1em 0 1em 20px;
}
.post .media,
.text .copy p.player {
	margin: 0 0 20px;
	float: left;
	width: 500px;
}
.post .copy p {
	margin-left: 520px;
}
.text .copy p {
	margin-left: 20px;
	width: 500px;
}
.post h3 {
	font-size: 20px;
	padding: 0px 20px;
	text-shadow: #000 1px 1px 0;
}
.post .footer {
	background: url('post-types.png') 0 0 no-repeat;
	clear: left;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0 0 60px 20px;
	padding: 0 0 0 90px;
	
}
.post .footer:link,
.post .footer:visited {
	color: #fff9e9;
	text-decoration: none;
}
.post .footer:focus,
.post .footer:hover {
	text-decoration: underline;
}
.post hr {
	background: #fff9e9;
	background: rgba(255, 249, 233, .4);
	border: none;
	display: block;
	height: 1px;
	width: 200px;
}

div.text   .footer { background-position: 0 0; }
div.video  .footer { background-position: 0 -40px; }
div.photo  .footer { background-position: 0 -80px; }
div.quote  .footer { background-position: 0 -120px; }
div.link   .footer { background-position: 0 -160px; }
div.chat   .footer { background-position: 0 -200px; }
div.audio  .footer { background-position: 0 -240px; }
div.answer .footer { background-position: 0 -280px; }





/* =SC - Secondary
----------------------------------------- */
#secondary {
	background: rgba(0,0,0, .69);
	margin: 0;
	padding: 0 20px;
	width: 720px;
}
#secondary .section {
	float: left;
	margin: 20px 20px 0 0;
	width: 200px;
}
#secondary #sc-albums img {
	padding: 8px 0;
}
#secondary #sc-events {
	width: 170px;
}


/* =FOOTER - Footer
----------------------------------------- */
/* 
	The footer sprite consists of:
	   0 -  200 px: black version of icons
	 200 -  400 px: colored version of icons
	 400 -  700 px: footer bg
	 700 - 1000 px: center footer bg
	1000 - 1300 px: edges for footer center
*/
footer {
	background: #510f00 url(sprite.png) 0 -400px repeat-x;
	height: 300px;
	margin: 0;
	min-width: 980px;
	position: relative;
	z-index: 5;
}
#footer-photos {
	background: #510f00 url(sprite.png) 0 -700px repeat-x;
	display: block;
	height: 300px;
/*	margin: 0 auto; 
	Disabled under 1180 pixels
	*/
	margin: 0;
	width: 760px;
}
#footer-photos li {
	float: left;
	padding-top: 20px;
	height: 280px;
}
#footer-photos #photo-a {
	background: url(sprite.png) -35px -1000px no-repeat;
	margin-right: 10px;
	padding-left: 20px;
}
#footer-photos #photo-c {
	background: url(sprite.png) 191px -1000px no-repeat;
	margin-left: 10px;
	padding-right: 21px;
}
footer div {
	height: 286px;
	padding-top: 14px;
	position: absolute;
	right: 20px;
	top: 0;
	width: 200px;
}
footer div h3 {
	font-size: 20px;
	line-height: 30px;
	text-shadow: #000 1px 1px 0;
}
footer #elsewhere li {
	background: url(sprite.png) 0 0 no-repeat;
	height: 40px;
	margin: 10px 0;
	padding: 0;
}
footer #elsewhere li a {
	background: url(sprite.png) -40px -200px no-repeat;
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 44px;
	-webkit-transition: none;
}
#elsewhere a:link,
#elsewhere a:visited {
	color: #fff9e9;
	text-decoration: none;
}
#elsewhere a:focus,
#elsewhere a:hover {
	background-position: 0 -200px;
	text-decoration: underline;
}
#elsewhere #tumblr   { background-position: 0 -52px; }
#elsewhere #facebook { background-position: 0 -104px; }
#elsewhere #youtube  { background-position: 0 -156px; }

#elsewhere #tumblr a:focus, #elsewhere #tumblr a:hover     { background-position: 0 -252px; }
#elsewhere #facebook a:focus, #elsewhere #facebook a:hover { background-position: 0 -304px; }
#elsewhere #youtube a:focus, #elsewhere #youtube a:hover   { background-position: 0 -356px; }

footer p {
	bottom: 8px;
	color: #d12600;
	color: rgba(209, 38, 0, .8);
	font-size: 10px;
	left: 50%;
	margin: 0 0 0 -360px;
	position: absolute;
}
footer p a:link,
footer p a:visited {
	color: #d12600;
	color: rgba(209, 38, 0, 1);
}
footer p a:focus,
footer p a:hover {
	color: #fff9e9;
}



/* =MQ - Media Queries
----------------------------------------- */

@media screen and (min-width: 1180px) {
	header #logo,
	header nav,
	#content,
	#secondary,
	#footer-photos {
		margin: 0 auto;
	}
	footer div {
		left: 50%;
		margin-left: 390px;
		right: auto;
		top: 0;
	}
	header #logo {
		width: 740px;
	}
	#content .media {
		border: 1px solid #000;
		margin-left: -22px;
		vertical-align: bottom;
	}
	#content .text .copy p.player {
		margin-left: -22px;
	}
	#content .media img,
	#content .media object {
		vertical-align: bottom;
	}
	#content .post .copy p {
		margin-left: 500px;
	}
	#content .text .copy p {
		margin-left: 20px;
		width: 500px;
	}
}

@media screen and (min-width: 1450px) {
	
	header {
		position: fixed;
	}
	header #logo {
		background: none;
		left: 10px;
		padding: 0;
		position: absolute;
		top: 33px;
		width: 329px;
	}
	header nav {
		padding-top: 26px;
	}
	header a#follow {
		top: 26px;
	}
	#content {
		padding-top: 166px;
	}
	#secondary {
		top: 116px;
	}
}

@media screen and (min-height: 600px) and (min-width: 1180px) {
	
	#secondary {
		background: none;
		left: 50%;
		margin-left: 390px;
		padding: 40px 0 0;
		position: absolute;
		right: auto;
		top: 116px;
		width: 200px;
		z-index: 1;
	}
	#secondary .section {
		float: none;
	}
}



/* =MISC - Miscellaneous styles
----------------------------------------- */

/* Thinnify type in Safari */
body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

/* SI Absolute Clearance */
.clear_children,.cc_tallest { position: relative; } /**/* html .clear_children { display: inline;}/* PREVENTS MISSING CHILDREN IN IE WIN 5.0 */
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

/* From Tumblr: */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}