/*
Theme Name: Rich harper
Theme URI: http://richharper.com
Description: Rich Harper Template.
Version: 1.0
Author: Aaron Elliott
Author URI: http://forwardtrends.com/
Tags: rich, harper, blues, band

*/



/* Rich Harper Stylesheet by Aaron Elliott - forwardtrends.com */

body {
	margin:0px;
	padding:0px;
	background-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

iframe {
	border:0;
	width:820px;
}

body.home {
	background-image:url(/img/richharper-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

body.page-id-3 {
	background-image:url(/img/richharper-bg-2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
body.page-id-6 {
	background-image:url(/img/richharper-bg-3.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
body.page-id-9 {
	background-image:url(/img/richharper-bg-4.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
body.page-id-13 {
	background-image:url(/img/richharper-bg-5.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
body.page-id-15 {
	background-image:url(/img/richharper-bg-6.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
body.page-id-18 {
	background-image:url(/img/richharper-bg-7.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
body.page-id-20 {
	background-image:url(/img/richharper-bg-8.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
body.page-id-466 {
	background-image:url(/img/richharper-bg-9.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
body.page-id-26 {
	background-image:url(/img/richharper-bg-10.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
body.page-id-28 {
	background-image:url(/img/richharper-bg-11.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

a {
	color:#FFCC00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

address {
	font-size:11px;
	font-style:italic;
	color:#CCC;
}

h1 {
	font-size:24px;
	font-weight:normal;
	color:#666;
	font-style:italic;
}

h2 {
	font-size:20px;
	font-weight:normal;
	color:#333333;
	font-style:italic;
}

hr {
	color:#333;
	background-color:#333;
	height:1px;
	border:0;
}

img {
	border:0;
}

textarea {
	width:540px;
}	

#wrapper {
	width:860px;
	display:block;
	margin:0 auto;
}

#header {
	height:384px;
	display:block;
	width:860px;
}



#logo {
	position:absolute;
	width:361px;
	height:128px;
	margin-left:530px;
	margin-top:140px;
}

#nav {
	display:block;
	width:860px;
	height:44px;
	position:absolute;
	top:380px;
}

#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav ul li {
	float:left;
}

#nav ul li a {
	display:block;
	color:#FFF;
	height:44px;
	line-height:40px;
	padding:0px 21px;
	font-size:12px;
}

#nav ul li a:hover {
	background-color:#000;
	color:#FFCC00;
}

.home #home a,
.page-id-3 #bio a,
.page-id-6 #gallery a,
.page-id-9 #digital a,
.page-id-13 #merchandise a,
.page-id-15 #schedule a,
.page-id-18 #video a,
.page-id-466 #lyrics a,
.page-id-22 #discography a,
.page-id-26 #links a,
.page-id-28 #contact a

 {
	background-color:#000!important;
	color:#8D8D8D!important;
}

#content {
	display:block;
	width:860px;
	color:#F4F3F2;
}

#main {
	width:580px;
	float:left;
	padding:10px;
}

#mainwide {
	display:block;
	padding:10px;
}	

#main p, #mainwide p {
	font-size:14px;
	line-height:16px;
}

.page-id-26 td p{
	font-size:11px!important;
}

#sidebar {
	width:240px;
	float:right;
	padding:10px;
}

#sidebar p {
	font-size:12px;
	color:#CCC;
}		

#sidebar ul {
	list-style-type:none;
}
#sidebar li {
	font-size:12px;
}

h3#comments, #respond h3 {
	font-size:14px;
	color:#666;
}

.commentlist li, .commentlist p {
	color:#666;
	font-size:11px!important;
	font-family:Arial, Helvetica, sans-serif;
}

.commentlist li a {
	color:#666;
}

#footer {
	display:block;
	font-size:10px;
	color:#333;
}	

#footer a {
	color:#333;
	height:100px;
}
#footer-left {
	float:left;
	width:240px;
}
#footer-right {
	float:right;
	width:620px;
	text-align:right;
}

#footer-nav {
 display:block;
}

#footer-nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:right;
}

#footer-nav ul li {
	float:left;
	margin-left:5px;
}

#credits {
	position:absolute;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4B4B4B;
	top:330px;
	margin-left:40px;
}

#mp3 {

}

#mp3flash {
	width:220px;
}

/* classes */

/* clearfix */

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix
{
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
}
* html .clearfix
{
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
}

