/*
Theme Name: Explicit Music
Theme URI: http://www.explicitmusic.co.uk
Description: WordPress theme for Explicit Music.
Version: 3.0
Author: Dan Davies
Author URI: http://www.darfuria.com
*/

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
}

body {
	background: url(images/background_body.png) repeat-x #ca4203;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #434343;
	font-size: 12px;
}

#holder {
	width: 901px;
	margin: 0px auto;
	background: #efefef;
}

#innerholder {
	padding: 34px 30px 0px 30px;	
}

#header {
	position: relative;
}

#header h1 {
	float: left;
	margin-right: 85px;
	margin-bottom: 30px;
}

#header .record {
	width: 110px;
	height: 110px;
	background: url(images/background_record.png) no-repeat;;
	position: absolute;
	top: -80px;
	right: -25px;
	padding-top: 75px;
	text-align: center;
}

#header .record a {
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
}

#header .record a:hover {
	color: #ca4203;
}

#navigation {
	float: left;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
}

#navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-transform: lowercase;
	border-top: 4px solid #000000;
	font-size: 150%;
}

#navigation ul li a:hover {
	color: #b12f10;
	border-color: #ca4203;
}

#breadcrumbs {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bdbdbd;
	font-size: 90%;
}

#breadcrumbs a {
	color: #434343;
}

#breadcrumbs a:hover {
	color: #ca4203;
}

#intro {
	font-size: 150%;
	color: #ca4203;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bdbdbd;
}

#left {
	min-height: 500px;
	width: 540px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #bdbdbd;
}

#left p {
	line-height: 150%;
	margin-bottom: 15px;
}

#left ul {
	margin-bottom:15px;
margin-left: 15px;
}

#left ul li {
	line-height: 150%;
margin-bottom: 5px;
}

#left h2 {
	margin-bottom: 15px;
}

#left ul.searchresults {
	list-style: none;
}

#left ul.searchresults li {
	line-height: 150%;
	margin-bottom: 5px;
}

#left ul.searchresults li a {
	color: #434343;
}

#left ul.searchresults li a:hover {
	color: #ca4203;
}

#right {
	width: 265px;
	float: right;
}

#right ul {
	list-style: none;
}

#right input, #right textarea {
	background: efefef;
	border: 1px solid #bdbdbd;
	padding: 4px;
	font: inherit;
	line-height: inherit;
	margin-bottom: 3px;
	width: 140px;
	font-size: 90%;
}

#right input.button {
	width: 60px;
	padding: 3px;
}

#right #tiny-contact-form
{
	width: 180px;
}

#footer {
	padding-top: 10px;
	margin-top: 10px;
	background: url(images/background_footer.png) no-repeat bottom #efefef;
	width: 901px;
	margin: 0px auto;
	position: relative;
}

#footer .donate {
	position: absolute;
	bottom: 55px;
	right: 5px;
}

#footer .content {
	padding: 0px 30px 20px 30px;
}

#footer .content p {
	border-top: 1px solid #bdbdbd;
	padding-top: 10px;
}

#footer a {
	color: #434343;
}

#footer a:hover {
	color: #ca4203;
}

.cboth {clear: both;}

/* ######### CSS for Shade Tabs. Remove if not using ######### */


#flowertabs {
	margin-left: 0px !important;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: inherit;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #FFFFFF;
background: #CA4203;
font-weight: bold;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


