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

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(bg_and_logo_images/images/sk_banner_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin-top: -10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}
.twoColFixRtHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left: 0px;
	background-color: #000000;
} 
.twoColFixRtHdr #header {
	width: 1020px;
	height: 497px;
} 
#logoimg {
	padding: 0px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	padding: 15px 10px;
	background-color: #555555;
}
.twoColFixRtHdr #mainContent {
	background-color: #555555;
	background-image: url(bg_and_logo_images/purp_gradient_bg.jpg);
	background-repeat: repeat-x;
	padding: 5px 20px;
} 
.nikologo {
	width: 187px;
	height: 26px;
	margin-top: 191px;
}
#fullaudioConatiner {
	padding: 15px 15px 15px 30px;
	height: 600px;
}
.twoColFixRtHdr #footer {
	background:#DDDDDD;
	width: 950px;
	margin-left: 36px;
	background-image: url(bg_and_logo_images/bottom_purp_gradient_bg.jpg);
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 12px;
} 
.footernav {
	text-align: center;
	padding: 0 10px 0;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#apDiv1 {
	position:absolute;
	left:0px;
	top:304px;
	width:1000px;
	height:56px;
	z-index:1;
	visibility: visible;
}
#apDiv2 {
	position:absolute;
	left:0px;
	top:361px;
	width:1000px;
	height:61px;
	z-index:2;
	visibility: visible;
}
/*this is for links*/
a.btmnavs:link {
	color: #000000;
	text-decoration: none;
}
a.btmnavs:visited {
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
}
a.btmnavs:hover {
	color: #FFFFFF;
}
a.btmnavs:active {
	color: #B2F511;
	text-decoration: underline;
}
/*internal links*/
a.internal:link {
	color: #66FFFF;
	text-decoration: none;
}
a.internal:visited {
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
}
a.internal:hover {
	color: #FFFFFF;
}
a.internal:active {
	color: #B2F511;
	text-decoration: underline;
}
/*external links*/
a.external:link {
	color: #66FFFF;
	text-decoration: none;
}
a.external:visited {
	color: #D226EC;
	font-weight: bolder;
	text-decoration: none;
}
a.external:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.external:active {
	color: #B2F511;
	text-decoration: underline;
}
/*external links in black background.... remeber links in other parts of the page become black!!!*/
a.blackbgexternal:link {
	color: #66FFFF;
	text-decoration: none;
}
a.blackbgexternal:visited {
	font-weight: bolder;
	text-decoration: none;
	color: #D226EC;
}
a.blackbgexternal:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.blackbgexternal:active {
	color: #B2F511;
	text-decoration: underline;
}
/*this is for rounded corners*/
.rndContainer {
	width: 675px;
	margin-left: 37px;
	background-color: #000000;
}
.artistsrndContainer {
	width: 948px;
	margin-left: 37px;
}
.artiststable {
	padding: 5px;
	background-image: url(bg_and_logo_images/bottom_purp_gradient_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #555555;
}
.r1{
	margin: 0 5px
}
.r2{
	margin: 0 3px
}
.r3{
	margin: 0 2px
}
.r4{
	margin: 0 1px;
	height: 2px
}
/*this is rounded corners for the sidebar*/
.rndsideContainer {
	background-color: #000000;
	float: right;
	width: 250px;
	margin-right: 15px;
	display: inline;
}
.stop *, .sbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #555555;
	
}
.s1{
	margin: 0 5px;
}
.s2{
	margin: 0 3px
}
.s3{
	margin: 0 2px
}
.s4{
	margin: 0 1px;
	height: 2px
}
.artistpics {
	padding: 5px;
	text-align: center;
	background-image: url(bg_and_logo_images/gray_to_blckgradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
}
/*these are used for the images in the discog page(originally)... but will be used in artists profile as well*/
.discogimgdivs {
	background-color: #555555;
	background-image: url(bg_and_logo_images/gray_to_blckgradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 15px;
	text-align: left;
	padding: 15px;
	width: 850px;
	border: solid 1px;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-right-color: #555555;
	border-top-color: #555555;
}
.discoginfoDivs {
	padding: 50px;
}
.tableDiv {
	padding: 5px;
}
.smldiscogimgdivs {
	padding: 15px;
	background-image: url(bg_and_logo_images/gray_to_blckgradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.discogContainer {
	padding: 5px;
}
.musicstorelinks {
	width: 200px;
	padding: 15px;
}
.audiopagedivs {
	width: 272px;
	float: left;
}
.soul4reelarchives {
	width: 272px;
	left: 361px;
	margin-left: 285px;
}
.storebuttons {
	width: 250px;
	padding: 10px;
	background-image: url(bg_and_logo_images/moreblackskgradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	height: 500px;
	font-size: 10px;
}
.skarchivesdiv {
	width: 272px;
	position: relative;
	margin-left: 570px;
	margin-top: -577px;
}
.blackbgexternal {
}
.pressContainer {
	padding: 5px 5px 50px 5px;
}
.textpressContainer {
	padding: 25px;
	height: 125px;
	width: 650px;
}
.pressimgContainer {
	padding: 15px;
}
td {
	background-repeat: repeat-x;
}
#linksContainer {
}
tr {
	background-repeat: repeat-x;
}
.galleryContainer {
	width: 200px;
	background-image: url(bg_and_logo_images/moreblackskgradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 250px;
	margin-left: 325px;
	padding: 25px;
	color: #FFFFFF;
	background-color: #000000;
}
table {
}
#linksContainer {
	font-size: 14px;
	text-align: center;
}
.newsDiv {
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 15px;
	border: solid 1px;
	background-image: url(bg_and_logo_images/bottom_purp_gradient_bg.jpg);
	border-right-color: #555555;
	border-left-color: #CB29E3;
	border-bottom-color: #CB29E3;
	border-top-color: #CB29E3;
	border-left-style: ridge;
	margin-bottom: 10px;
}
.eventsDiv {
	background-image: url(bg_and_logo_images/bottom_purp_gradient_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 15px;
	border: solid 1px;
	border-left-color: #CB29E3;
	border-bottom-color: #CB29E3;
	border-top-color: #CB29E3;
	border-right-color: #555555;
	border-left-style: ridge;
}
