@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#000000;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
}

a {
	outline:none;
	color:#E0D4C7;
}

#wrapper {
	width:900px;
	margin:auto;
}
#header {
	margin-top:35px;
	height:77px;
	background-color:#0A0A0A;
	background-image:url(/images/common/kamyka.gif);
	background-repeat:no-repeat;
	background-position:710px 10px;	
}
#header h1 {
	background-image:url(/images/common/header.gif);
	background-repeat:no-repeat;
	background-position:35px 10px;
	margin:0px;
	padding:0px;
	height:77px;
}
#header h1 span {
	display:none;
}
#contentArea {
	height:610px;
	padding:10px;
	background-image:url(/images/photos/pic2.jpg);
	background-repeat:no-repeat;
	background-position:410px 0px;
}
div.home-reviews {
	height:610px;
	position:relative;
	z-index:1;
	/*background-color:#0FF;*/
}
div.home-reviews span{
	height:185px;
	display:block;
	/*background-image:url(/images/common/new-reviews.jpg);*/
	background-repeat:no-repeat;
	background-position:404px 410px;
	/*background-color:#0FF;*/
	/*cursor:pointer;*/
	padding-top:420px;
	text-align:center;
}
.section {
	border-left:1px solid #7b3026;
	height:610px;
	/*background-image:url(images/common/doubleBorder.gif);*/
	background-repeat:repeat-y;
	background-position:2px 0px;
	background-color:#000000;
	width:80px;
	float:left;
	position:relative;
	overflow:hidden;
	z-index:10;
}
div.contentDiv {
	height:600px;
	overflow:auto;
	/*border-right:1px solid #0000FF;*/
	background-color:#000000;
	position:absolute;
	top:5px;
	color:#E0D4C7;
	font-size:12px;
	display:none;
}
div.contentDiv h1 {
	background-repeat:no-repeat;
	background-position:left;
	margin:0px;
	padding:0px;
	height:36px;
}
div.contentDiv h1 span{
	display:none;
}
#bio {
	width:495px;
	left:50px;
}
#photos {
	width:485px;
	left:70px;
}
#music {
	width:485px;
	left:55px;
}
#reviews {
	width:475px;
	left:70px;
}
#contact {
	width:485px;
	left:70px;
}
a.navLink {
	font-size:10px;
	color:#B89D7F;
	text-decoration:none;
	position:absolute;
	top:410px;
	left:1px;
	font-weight:bold;
	background-image:url(images/common/navLinkArrow.gif);
	background-repeat:no-repeat;
	background-position:left middle;
	/*background-color:#FFFFFF;*/
	padding-left:10px;
	display:block;
	height:15px;
	padding-top:2px;
	z-index:55;
}
	
#footer {
	padding:10px 20px 10px 0px;
	background-color:#0A0A0A;
	margin-bottom:25px;
	font-size:10px;
	color:#a43b2d;
	text-align:right;
}

.photoGallery a{
	text-decoration:none;
	margin-right:10px;
}
.photoGallery a img {
	border:none;
	margin-bottom:10px;
}

.myMusic p{
	background-image:url(images/common/musicDivider.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:25px;
	width:190px;
	float:right;
	/*border:1px solid #00FF00;*/
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
p.myMusic {
	background-image:url(images/common/musicDivider.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:25px;
	width:190px;
	float:left;
	/*border:1px solid #00FF00;*/
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

a.downloadIcon {
	float:left;
	text-decoration:none;
	margin-right:10px;
}
a.downloadIcon img{
	border:none;
}
a.listenIcon {
	float:left;
	text-decoration:none;
	margin-right:10px;
}
a.listenIcon img{
	border:none;
}

#player {
	float:left;
	padding-left:10px;
	position:relative;
	top:-5px;
}

.inPagePhoto {
	float:left;
	margin:0px 10px 5px 0px;
}

/*  TESTING STYLES */
.section2 {
	border-left:1px solid #7b3026;
	height:610px;
	/*background-image:url(images/common/doubleBorder.gif);*/
	background-repeat:repeat-y;
	background-position:2px 0px;
	background-color:#000000;
	width:550px;
	float:left;
	position:relative;
	overflow:hidden;
}
div.contentDiv2 {
	height:600px;
	overflow:auto;
	/*border-right:1px solid #0000FF;*/
	background-color:#000000;
	position:absolute;
	top:5px;
	color:#E0D4C7;
	font-size:12px;
	display:block;
}









