/*LOST IN SOUNDS CSS - Greg Jones Design*/

/*Globals*/

body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	background: transparent url(../images/bgOrganic.jpg) repeat left top;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}

.content a { color: #fff !important; }

/*Layout*/


.wrapper {
	height: 550px;
	width: 900px;
	position: absolute;
	margin-top: -275px;
	margin-left: -450px;
	left: 50%;
	top: 50%;
	background: transparent url(../images/man.png) no-repeat 100px bottom;
}
.nav {
	height: 470px;
	width: 200px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	left: 0px;
	top: 80px;
	background: transparent;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
.nav ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	width: 200px;
}
.nav ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	float: left;
	list-style: none;
	width: 200px;
}
.nav ul li a, .nav ul li a:visited, .nav ul li a:active {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	float: left;
	width: 190px;
	height: 30px;
	text-decoration: none;
}
.nav ul li.current_page_item a {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	float: left;
	width: 190px;
	height: 30px;
	text-decoration: none;
	background: transparent url(../images/hover.png) no-repeat left top;
}
.nav ul li a:hover {
	background: transparent url(../images/hover.png) no-repeat left top;
}
.nav ul li a span {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	float: left;
	background: transparent url(../images/star.png) no-repeat left top;
	width: 170px;
	height: 40px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.logo {
	height: 100px;
	width: 570px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	right: 30px;
	top: 0px;
	background: transparent url(../images/logo.png) no-repeat right top;
}
.stars {
	height: 375px;
	width: 25px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	right: 0px;
	top: 125px;
	background: transparent url(../images/stars.png) no-repeat left 12px;
}
.content {
	height: 375px;
	width: 570px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	right: 30px;
	top: 125px;
	background: transparent url(../images/content.png) no-repeat left top;
}
#contentInnermp3 {
	height: 335px;
	width: 530px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: transparent;
}
#contentInnermp3 a, #contentInnermp3 a:hover, #contentInnermp3 a:visited, #contentInnermp3 a:active {
	color: #fff;
	text-decoration: underline;
}
.contentInner {
	height: 335px;
	width: 530px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	left: 20px;
	top: 20px;
	background: transparent;
}
.contentInner h1, .contentInner h2, .contentInner h3, .contentInner h4, .contentInner h5, .contentInner h6 {
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 5px 0px;
	background: transparent;
	border-bottom: dashed 1px #ccc;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
.contentInner p, .contentInner span {
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
	color: #fff;
	line-height: 14px;
	text-decoration: none;
}
.contentInner ul {
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
.contentInner ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	text-transform: uppercase;
	background: transparent url(../images/bullet.png) no-repeat left center;
}
.footer {
	height: 25px;
	width: 570px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	right: 30px;
	bottom: 0px;
	background: transparent;
}
.footer img {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
	border: 0;
}
.footer a, .footer a:hover, .footer a:visited, .footer a:active {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	background: transparent;
	color: #fff;
	text-decoration: none;
}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 5px;
background-color: #fff;
}
.vscrollerbar {
width: 5px;
background-color: #333;
}
.hscrollerbase {
height: 10px;
background-color: black;
}
.hscrollerbar {
height: 10px;
background-color: white;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}


