/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
	background: #0E354A url(../images/bgs/body-bg.gif) repeat-x 900px 0px;
}
#wrapper {
	margin: 0px;
    padding: 0px;
	background:  url(../images/bgs/wrapper-bg.gif) no-repeat left top;
}
#header {
	width: 770px;
	height: 280px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background:  url(../images/headings/james-photo.gif) no-repeat left top;
}
#content {
	margin: 0;
	padding: 0 0 0 64px ;
	min-height: 300px;
	width: 85%;
	text-align: left;
	background:  url(../images/bgs/spots-bg.gif) no-repeat left top;

}
#columnOne {
	margin: 0 5% 20px 0;
	width: 60%;
	float: left;
}
#columnTwo {
	margin: 30px 0 0 0;
	width: 30%;
	float: right;
}
#userpanel {
	padding: 0;
	margin: 20px 0 0 64px ;
	clear: both;
}
/* menu styles */
.menu {
	margin: 0px;
	padding: 210px 0 0 290px;
	height: 55px;
}
.menu ul, .menu li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li{
	float:left;
}

/* General styles */

h1, h2, h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	
}
h1 {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #E89933;
}
h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #F1BE91;
}
h3 {
	font-size: 1.3em;
	color: #A4B2CD;
}
h4 {
	font-size: 1.1em;
	font-weight: normal;
}
p {
	font-size: 1.1em;
	line-height: 1.4em;
	}
a {
	color: #E89933;
	border: 0px none;
	text-decoration: none;
}
a:hover {
	color: #F0B689;
}	
img {
	border: none;
}

/* James - Gallery styles */
.james #columnOne .item, .gallery #columnOne .item{
	padding: 1px 0 10px 0;
	border-bottom: 1px dashed #5B708C;
}
.james #columnOne .item h2, .james #columnOne .item h3, .gallery #columnOne .item h2, .gallery #columnOne .item h3{
	margin-bottom: 4px;
	margin-top: 10px;
}
.james #columnOne .item h3, .james #columnOne .item p, .gallery #columnOne .item h3, .gallery #columnOne .item p{
	margin-top: 4px;
}
.james #columnOne .category, .gallery #columnOne .category {
	float: left;
	margin-right: 20px;
}

.james #columnTwo .item p{
	color: #BCC7DA;
	font-style: italic;
	margin-bottom: 3px;
}
.james #columnTwo .item h4{
	margin-top: 3px;
	text-align: right;
}

.gallery #columnOne {
	width: 100%;
	background: url(../images/gallery-gfx.gif) no-repeat top right;
}
.gallery #columnOne .item {
	width: 560px;
}
.gallery #columnOne .album{
	padding: 1px 0 10px 0;
	width: 560px;
}
.gallery .photolist {
	float: left;
    width: 170px;
	margin: 10px 0;
}
.gallery .photolist span{
	display: block;
	clear: both;
}
.gallery .photolist img.gallerythumb {
    float: left;
    margin: 0 0 10px 0;
}
.gallery .currentphoto {
	width: 390px;
	float: right;
	margin: 10px 0;
}


/* Productions styles */
.productions #columnOne h4{
	color: #BCC7DA;
	font-style: italic;
	margin-bottom: 2px;
}

.productions #columnOne .inlinepic {
	float: left;
	margin-right: 10px;
}
.productions #columnOne p img {
	margin: 0 10px 10px 0;
}

.productions #columnTwo .item {
	border-bottom: 1px dashed #5B708C;
	margin-left: 27px
}
.productions #columnTwo h2 {
	margin-left: -27px
}
.productions #columnTwo h2 a {
	display: block;
	width: 180px;
	height: 25px;
	color: #A2B1CC;
	padding-left: 25px;
}
.productions #columnTwo h2 a:hover{
	color: #D1D9E7;
	background: url(../images/links/productions-hover.gif) no-repeat 0px 0px;
}
.productions #columnTwo p{
	margin-left: 27px
}

/* Recordings styles */
.recordings #content .item{
	
	border-bottom: 1px dashed #5B708C;
	clear: both;
}
.recordings #content .item .imageCol
{
	margin: 10px 10px 0 0;
	padding: 0;
	width: 160px;
	float: left;
}
.recordings #content .imageCol .buy{
	margin: 30px 0 0 0;
	padding: 0;
	text-align: center;
}

.recordings #content .item .infoCol
{
	margin: 5px 0 0 20px;
	padding: 0px ;
	width: 50%;
	float: left;
	clear: right;

}
.recordings #content .item .tracklist {
	margin-left: 35px;
}

.recordings #content .item .tracklist ol {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: decimal outside;
}
.recordings #content .item .tracklist li {
	padding: 0;
}

.recordings #content .clearboth{
	clear: both;
}
.recordings #content{
	margin-bottom: 30px;
	clear: both;
}
