/*
Theme Name: Adrian Bradford
Theme URI: http://www.fabriccreative.com/
Description: The theme for Adrian Bradford, record producer, programmer and engineer.
Version: 1.0
Author: Jonathan Cochran <jono.cochran@gmail.com>
Author URI: http://www.fabriccreative.com
*/

/**
 *  RESIZABLE BACKGROUND
 * --------------------------------------------------------- */
div#background-image 		{ width: 100%; height: 100%; position: fixed; overflow: hidden; top: 0; left: 0; top: 0; }
div#background-image img	{ height: 100%; width: 100%; position: absolute; z-index: 0; }
div#background-pattern		{ z-index: 2; width: 100%; height: 100%; background: url('images/bg-dots.png'); position: absolute;}

/**
 *  NAVIGATION
 * --------------------------------------------------------- */
#navigation 				{ margin-top: 55px;	background: #f71700; float: right; padding: 5px 8px; }
div#navigation a			{ height: 24px; height: 12px; display: block; float: left; }
div#navigation a:hover		{ text-decoration: none; }
a.home 						{ background: url('images/nav.gif') no-repeat; width: 65px;}
a.home:hover				{ background-position: 0 -13px; }
a.discog					{ background: url('images/nav.gif') no-repeat -65px 0; width: 118px; }
a.discog:hover				{ background-position: -65px -13px !important; }
a.bio						{ background: url('images/nav.gif') no-repeat -183px 0; width: 53px; }
a.bio:hover					{ background-position: -183px -13px; }
a.photos					{ background: url('images/nav.gif') no-repeat -236px 0; width: 50px; }
a.photos:hover				{ background-position: -236px -13px; }

/**
 *  SIDEBAR
 * --------------------------------------------------------- */
#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	width: 303px;
	float: right;
	}
#sidebar h2 {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 0;
	letter-spacing: -1px;
	}	
#sidebar > ul {
	/* padding: 20px !important;
	margin-bottom: 10px !important; */
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
li.widget_search {
	border: 2px solid white;
	padding: 15px 30px;
	background: #fff !important; 
	text-align: center;
}

li.widget {
	background: #f0ece4;
	color: #fff;
	border: 2px solid white;
}
li.widget_twitter h2 {
	padding: 15px 0 10px 30px !important;
	font-size: 24px !important;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	background: #fff url('images/twitter.gif') no-repeat 93% 13px;
}
li.widget > ul {
	padding: 10px 30px 10px 30px !important;
}
li.widget_twitter li:first-child {
	border-top: none;
}
li.widget_twitter li:last-child {
	border-bottom: none;
}
li.widget_twitter li {
	background: url('images/quote.gif') no-repeat 0 10px;
	border-bottom: 1px solid #cfc9bd;
	border-top: 1px solid white;
	margin: 0 !important;
	padding: 8px 0 8px 20px !important;
}
li.twitter-item {
	color: black !important;
}
span.twitter-timestamp {
	color: #aba496;
}
li.widget h2 {
	padding: 15px 0 10px 30px !important;
	font-size: 24px !important;
	text-transform: uppercase;
}

li.widget_recent_entries h2 {
	 background: #f0ece4;
}

li.widget_recent_entries {
	background: white;
}
li.contact_widget {
	text-transform: uppercase;
}
li.contact_widget h2 {
	background: white;
}
li.contact_widget li {
	font-size: 14px;
	color: #777;
}
li.widget_mp3 {
	height: 340px; 

}
li.widget_mp3 h2 {
	background: white;
}


/**
 *  SEARCH 
 * --------------------------------------------------------- */
#searchform #s {
	background: url('images/search-bg.png') no-repeat;
	width: 180px;
	padding: 6px 2px 5px 23px;
	font-size: 10px;
	color: #999;
	border: 0;
}
#searchsubmit {
	display: none;
}


/* Begin Typography & Colors */
a:focus, a:active {
	outline: none;
	border: none;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Arial, Sans-Serif;
	color: #333;
	}

#page {
	position: relative;
	text-align: left;
	z-index: 5;
	padding-bottom: 35px !important;
	}

#header {
	padding: 20px 0;
	}
#twitter {
	position: absolute;
	width: 400px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: red;
	margin: -25px 0 0 110px;
}
#twitter a {
	color: red !important;

}
	
#content {
	background: white;
	font-size: 1.2em;
	width: 560px;
	padding: 30px;
	}
div.date {
	background: url('images/date-bg.gif') no-repeat;
	display: inline-block;
	height: 36px;
	padding: 7px 12px 0 20px;
	margin-left: -39px;
	font-weight: bold;
	font-size: 22px;
	color: white;
	text-transform: uppercase;
}
.post h2 {
	margin-top: 10px !important;
	font-size: 24px;
	letter-spacing: -1px;
}
.cfi {
	margin-left: -15px;
}
.cfi img {
	width: 620px;
}
.entry img {
	display: block;
	margin-left: -30px !important;
	width: 620px !important;
}
.entry p {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666;
	}
.entry img {
	height: auto;
	padding-bottom: 10px;
}

.entry, .entry {
	line-height: 1.6em;
	}
.postmetadata-single {
	text-align: left !important;
	border-bottom: 2px solid #eee;
	padding: 12px 40px !important;
	color: #b2b2b2 !important;
}
/* Single Post Page */
.single {
}
.single .post h2 {
	font-size: 36px !important;
}
.single-date {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
}


.narrowcolumn .postmetadata {
	border-top: 2px solid #eee;
	padding: 8px 0;
	text-align: right;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #dadada;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	/* border-left: 1px solid #ddd; */
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}



h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

/* COMMENTS LIST */
div.comments {
	padding-top: 20px;
}
ol.commentlist {
	margin: 15px 0;
}
ol.commentlist .commentHead {
	height: 22px;
	background: transparent url('images/efefef.gif') 0 50% repeat-x;
}
ol.commentlist .commentHeading {
	background: #fff;
	padding-right: 5px;
	font-size: 18px;
}
ol.commentlist .commentHeading cite {
	color: #333;
}
ol.commentlist .commentmetadata {
	background: #fff;
	padding-left: 5px;
}
ol.commentlist .commentmetadata, ol.commentlist .commentmetadata a {
	color: #555;
}
ol.commentlist .num {
	margin-left: -3px;
	font-size: 24px;
	color: #ccc;
	padding: 0 14px 0 0;
}
ol.commentlist .commentEntry {
	padding-bottom: 10px;
	border-bottom: 2px solid #eee;
	width: 500px;
}
ol.commentlist .commentEntry p {
	padding-top: 0;
	line-height: 18px;
}

h3#comments, h3#respond {
	font-size: 18px;
	text-transform: uppercase;
	color: #777;
}
.left {
	float: left;
	position: relative;
}

/* COMMENTS FORM */
#commentform input, #commentform textarea, #searchform input {
	background: #efefef;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#commentform textarea#comment {
	width: 550px;
}
#commentform label {
	text-transform: uppercase;
	font-size: .8em;
}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	/* color: #777; */
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: red;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 960px;
	}


#headerimg {
	margin: 0;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 10px 0;
	clear: both;
	}

#footer span {
	text-transform: uppercase;
	margin: 0;
	background: #0f0c09;
	font-weight: bold;
	color: #999;
	padding: 2px 5px;
	}
#footer a {
	color: white;
}
a.fabric {
	float: right;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
.single p img {
	padding: 0;
	/* max-width: 100%; */
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadatali {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.navigation a {
	display: block;
	background: #eee;
	text-transform: uppercase;
	padding: 5px 8px;
	color: #999;
	font-weight: bold;
	font-size: 11px;
}
.navigation a:hover {
	background: #dadada;
	color: #333;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin-top: 10px;
	font-weight: bold;
	width: 560px !important;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	color: black !important;
	padding: 5px 0;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

