/* ************* remove default paddings from all elements *****************/

* {
	margin:0;
	padding:0;
	text-decoration: none;
}
/* ************* end remove default paddings from all elements *****************/



/* *************force scrollbar (to eliminate 'jump in safari)*****************/

html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* ************* end force scrollbar *****************/



/* force minimum content height for internet explorer */

/*\*/

* html #content {
	height: 400px;
}
/*end minimum content height*/



/* ************* body styles *****************/

body {
	font: 100%/160% courier, "courier new", monospace;
	background: #212121;	/*background: #000000 url(images/tile.gif) center top;	background-image: url(images/body-bg2.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}
/* ************* end body styles*****************/



/* ************* paragraphs and headings *****************/

h1#toplogo {
	height:352px;
	width:100%;
	margin:0;
	text-indent:-9999px;
	padding:0!important;
	background-image: url(images/toplogob.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

body.category h1#toplogo{background-image: url(images/toplogo3.jpg);}
body.page-4 h1#toplogo{background-image: url(images/toplogo4.jpg);}
body.page-5 h1#toplogo{background-image: url(images/toplogo5.jpg);}
body.page-20 h1#toplogo{background-image: url(images/toplogo6.jpg);}
body.page-28 h1#toplogo{background-image: url(images/toplogospeaker.jpg);}


#content h2, #content h3, #content h4 {
	
	font-size: 2em;
	margin: 20px 0;
	font-weight:normal;
	text-transform:capitalize;
	line-height:40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 a,h3 a {
	text-decoration:none;
	
}
p {
	margin: 12px 0 12px 0;
	line-height:160%;
}
#secondary p {
	padding-right:30px;
	font-size:10px;
}
.postmetadata {
}

/* ************* end paragraphs and headings *****************/


/* ************* main divisions *****************/

#wrapper {
	margin: auto;
	width:900px;
	background: #FFFFFF url(images/paper.jpg);
}
#menu {
	color: #b8c3ae;
	background-color: #47533d;
	background-image: url(images/menu-div-bg.jpg);
	padding-top: 200px;
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	width:620px;
	min-height:400px;
	height:auto;
	float: left;
}
#footer *, #content *{padding-left:20px;}
#content * *{padding-left:0px;}

#sidebar {
	width:240px;
	float:right;
	/*min-height:400px;*/
	height:auto;
	padding:15px 0 400px;/*background-image: url(images/sidebar/rotate.php);
	background-repeat: no-repeat;
	background-position: center bottom;	*/
	
}
#sidebar ul {
	list-style-type:none;
}
#sidebar p {
	margin-bottom:10px;
}
#sidebar img {
	border: solid 5px white;
}
#sidebar ul {
	list-style-type:none;
}
#sidebar ul li {display:inline;
}
#sidebar li a {
	padding:5px;
	font-size: 1.1em;
	display:block;
	line-height:100%;
	font-weight: bold;
	text-decoration:none;
	padding-left:15px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar li a:hover {
	color:orange;
	background-color:#8c1322;
	background-image:none;
}
#sidebar h2 {
	
	font-size:normal;
	padding:8px 0 0;
	margin:15px 0 2px!important;
	font-size:1.1em;
	border-top: dotted 1px #fff;
}
#comment {
	width:500px;padding:5px;
}
#footer {
	font-size:1.1em;
	clear:both;
	padding: 10px 275px 20px 0;
	
}
/* ************* end main divs *****************/


/* ################# links (anchor tags) ###################*/

 a {
	
	text-decoration:underline;
}
/* ################# end links (anchor tags) ################### */


/* ################# menu styles ################### */

#menulist ul {
	padding:10px 20px;
	height:1%;
	margin-bottom:10px;
}
#menulist ul li a {
	font-size:1.2em!important;
	padding: 3px;
	padding-left: 0.2em;
	padding-right: 0.5em;
	
	
	text-decoration: none;
}
.current_page_item a, #menulist ul li a:hover {
	color:orange;
	background-color:#8c1322;
}
#menulist ul li {
	padding-right: 1px;
	display: inline;
	font-size:1.1em!important;
}
/* ################# end menu styles ################### */

hr {
	display:none;
}
/* italics on interview page */

.page-2 em {
	display:block;
	padding:10px!important;
	color:#FF6600;
	/*border-top: dotted 1px #fff;*/
	background: #000000;
}
.post {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}
.post img {
	padding: 0px;
	border: solid 10px #fff;
	margin:10px 10px 10px 0;
}
/* releases page */

.page-4 h3 {
	padding-top:15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fff;
}
.postmetadata, .nocomments{display:none;}

body, a, #content h2, #content h3, #content h4{color: #000;}

#credits li{
	font-size:11px;
	
}

.audioplayer{
	padding:10px 0;
	background: url(images/audio.gif) no-repeat left center;
}

.page-2 .audioplayer{
	padding:10px 0;
	background: url(images/audiooff.gif) no-repeat left center;
}

.audioplayer object{margin-left:260px;}

a[href^="http://open.spotify.com"] {
background: url(images/spotify-bullet.gif) no-repeat left center!important;
display:block!important;padding:10px 10px 10px 40px!important;

}