/*
	Theme Name: your-own-destroyer
	Theme URI: http://davidusher.com/
	Description: A DavidUsher.com WordPress theme built for the acoustic record release.
	Version: 1.0
	Author: Gallivan Media
	Author URI: http://gallivanmedia.com/
	Tags: minimalist, template, davidusher
*/

/* == INITIALISE == */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* == CONTAINERS == */

* {
    padding: 0;
    margin: 0;
}

html, body {
	height: 100%;
	border: 0;
	background-color: #000;
}

html {
	overflow-y: scroll;
}

body {
	font-family: "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
	font-size: 75%;
}

#container {
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
}

* html #container {
	height: 100%;	
}

/* == LINKS == */

a, a:link, a:active, a:visited {
	color: #20687c;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}

a:hover {
	color: #000;
}

.home h1 a, .home h1 a:link, .home h1 a:active, .home h1 a:visited {
	color: #000;
}

.home h1 a:hover {
	color: #20687c;
}

/* == NAVIGATION == */

#navigation {
	width: 900px;
	height: 75px;
	background-color: #000;
	color: #fff;
}

#navigation #social-network {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
	display: none;
}

#navigation #logo {
	padding-top: 5px;
	padding-left: 20px;
	font-size: 3.5em;
	display: none;
}

#navigation a, #navigation a:link, #navigation a:active, #navigation a:visited {
	color: #fff;
}

#navigation a:hover {
	color: #31798d;
}

#navigation ul {
	position: absolute;
	top: 21px;
	margin-left: 180px;
	display: none;
}

#navigation li {
	display: inline;
	font-size: 2.2em;
}

#navigation li a {
	margin-right: 20px;
}

#navigation li.current_page_item a {
	color: #f2d5af;
}

/* == HEADER == */

#header {
	width: 900px;
	height: 150px;
	background-color: #000;
	color: #fff;
	overflow: hidden;
}

#header div {
	display: inline;
	width: 150px;
	margin: 0;
	padding: 0;
}

#header img {
	float: left;
	width: 150px;
	height: 150px;
}

#header img.loader {
	padding-left: 63px;
	padding-top: 63px;
}

/* == CONTENT == */

#content {
	width: 900px;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.article {
	width: 860px;
	padding-left: 20px;
}

.home .article {
	width: 500px;
}

.home .article img {
	max-width: 500px;
	height: auto;
}

.article h1 {
	padding-bottom: 20px;
	font-size: 3em;
}

.article h2 {
	padding-bottom: 20px;
	font-size: 2em;
}

.article p {
	font-size: 1em;
	margin-bottom: 20px;
}

#sidebar {
	float: right;
	width: 300px;
	padding: 20px;
}

#deqqwidget {
	width: 300px;
	height: 720px;
	margin: 20px 0 0 0;
}

#deqq {
	background-color: #fff;
	height: 100%;
}	

p#loader {
	position: absolute;
	z-index: 10;
	width: 840px;
	margin-top: 100px;
	text-align: center;
	color: #999;
}

#photoPlayer {
	width: 900px;
	height: 100%;
	border: 0;
}

#videoPlayer {
	width: 900px;
	height: 100%;
}

strong {
	font-weight: bold;
}

#record-cover {
	float: left;
	margin-right: 20px;
}

.clear {
	clear: both;
	margin: 15px 0;
}

p.section {
	margin-top: 25px;
}

div.post {
	border-top: 1px dotted #999;
	padding-top: 15px;
}

.metadata {
	margin-top:-20px;
}

div.small-record {
	clear: both;
}

div.small-record img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

div.stores {
	margin-top: -20px;
}

ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

ol li {
	list-style-type: decimal;
}

ol li .song-title {
	cursor: pointer;
}

.lyrics {
	margin-left: 15px;
	margin-top: 15px;
	display: none;
	font-size: 0.9em;
}

.comment img {
	float: left;
	padding-right: 10px;
}

.navigation {
	margin: 20px;
	padding: 20px 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

input, textarea {
	display: block;
	width: 410px;
	height: 17px;
	border: 1px dotted #777;
	margin: 5px 0 0 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: bold;
	font-size: 0.9em;
	color: #000;
	background: #fff;
}

textarea {
	height: 100px;
}

input#submit {
	width: 150px;
	height: 30px;
	margin: 0;
	padding: 10px;
	background: #20687c;
	color: #fff;
	border: 0;
	cursor: pointer;
}

/* == FOOTER == */

#footer {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 90%;
	color: #888;
	border-top: 1px dotted #999;
}