/* Colors

	Dirty White: rgb(200,200,200)
	Blue:				 rgb(115, 136, 155)
	Dark Gray:	 rgb(28,28,28)
	
*/
/* Meyer's Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body{ line-height: 1; }
ol,ul{ list-style: none; }
blockquote,q{ quotes: none; }
blockquote:before,blockquote:after,q:before,q:after{ content: ''; content: none; }
:focus{ outline: 0; }
ins{ text-decoration: none; }
del{ text-decoration: line-through; }
table{ border-collapse: collapse; border-spacing: 0; }

/* Other Resets*/
a:active { outline: none; }
 ul,ol,li { list-style-type: none; }

/* Generic Styles */
body {
	background-color: #344559;
	background-image: url(../images/bg-body-3.png);
	font-family: Arial, sans-serif;
	font-weight: normal;
	min-width: 990px;
}
/* link color */
a { color: #fdc400; }

a:hover { text-decoration: underline; }

	
hr { width: 100%; }

/* STRUCTURE */
#header { }

	#titles { margin-left: 115px; padding: 15px; width: 670px; }

#main-content {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	min-width: 670px;
}

#content-wrap	{
	background: url(../images/bg-content.png) repeat-y;
	left: 25%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15%;
	position: absolute;
	right: 25%;
	top: 0px;
	width: 900px;
}

.main {
	background-image: url(../images/black-trans.png);
	box-shadow: 0 0 18px #dfdfff;
	color: #c8c8c8;
	display: block;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 18px #dfdfff;
	padding: 15px;
	-webkit-box-shadow: 0 0 18px #dfdfff;
	border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    min-width: 640px;
}

	
	.main { overflow: auto; /* Clears floats */ width: 100%; }

	
	.main ul { overflow: auto; width: 100%; }

img.floatLeft { 
    float: left; 
    margin: 15px;
    border: 1px solid #666
    
}

img.floatRight { 
    float: left; 
    position: relative;
    top:-40px;
    z-index: 2;
    background-image: url(../images/cornercrop.png);
}

.social-media { position: fixed;
float:left;
right: 3%;
top: 10px;
z-index: 400;
background-image: url(../images/cornercrop.png);
background-repeat:no-repeat;
bottom: 84%;
min-height: 95px;
}

/* BAK


	<img src="images/cornercrop.png" class="floatRight" />

img.floatRight { 
    float: right; 
    position: relative;
    top:-40px;
    z-index: 2; 
}

.social-media { position: fixed;
float:right;
right: -20px;
top: 10px;
z-index: 400;
}

*/

div#title {
	left: 0;
	position: fixed;
	top: 55px;
	overflow:hidden;
	width:33%;
	max-width:500px;
	height:371px;
	z-index:99;
	background-image:url('../images/title.png');
	background-repeat:no-repeat;
	background-size: 100%;
}

	
#legal	{
	background-image: url(../images/black-trans.png);
	box-shadow: 0 0 25px #dfdfff;
	-moz-box-shadow: 0 0 25px #dfdfff;	
	-webkit-box-shadow: 0 0 25px #dfdfff;
	bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 10px;
	position: fixed;
	width: 30%;	
	padding: 15px;
	border-radius: 14px;
}

#legal img { }

div#legal p	{ 
	color: #fff; margin:10px 10px 10px 0; }

#legal a	{
	color: #fdc400;
	font-weight: bold;
	text-decoration: none;
}

#legal a:hover { color: #ee82ee; }


	
/* Content */
li.main	ul {
	border-bottom: #73889b dotted 1px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.mix-title {
	color: #ffffff;
	display: block;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
    text-shadow: #000000 0 2px 2px;
}

	.mix-title .number { color: #00ff00; text-shadow: #000000 0 2px 2px;}

						 
.regular-title {
	display: inline;
	float: left;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 0px;
	margin-right: 15px;
	padding-bottom: 0px;
	text-shadow: #000000 0 2px 2px;
}

.pre	{
	color: #BDBD9D; /*CCC9FF*/
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.song,
.artist		{
	display: inline;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 5px;
	margin-right: 15px;
	max-width: 250px;
}


li.main p {
	/*border-bottom: #73889b dotted 1px;*/
	color: #d4d4d4;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 22px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.download	{
	background-color: #000000;
	border-radius: 6px;
	border: solid 1px #BDBD9D;
	color: #BDBD9D;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-right: 10px;
	margin-top: 0px;
	-moz-border-radius: 6px;
	padding: 8px; /*float: right;*/
	position: relative;
	text-align: right;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
}

.download-full	{
	background-color: #000000;
	border-radius: 6px;
	border: solid 1px #BDBD9D;
	color: #BDBD9D;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-top: 6px;
	-moz-border-radius: 6px;
	padding: 8px;
	text-align: right;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
}

.download:hover { border: solid 1px #fff; color: #fff; }

.download-full:hover { border: solid 1px #fff; color: #fff; }

    		                      
#nav {
	background-color: #000000;
	box-shadow: #000000 0 1px 2px;
	display: block;
	height: 30px;
	-moz-box-shadow: #000000 0 1px 2px;
	padding-top: 15px;
	position: fixed;
	top: 0px;
	-webkit-box-shadow: #000000 0 2px 10px;
	width: 100%;
	z-index: 100;
}

#nav li		{
	color: #ffffff;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	margin-left: -5px;
	text-shadow: #000000 0 1px 1px;
	padding: 4px 5px 0px 5px;  
	position:relative;
}

#nav li	a	{
	color: #ffffff;
	letter-spacing: 2px;
	padding: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li	a:hover {
    color: #fdc400;
}

#nav li:hover a {
    color: #fdc400;
}
#nav li .drop {
    color: #ffffff;
	padding-right:21px;
	background:url("img/drop.png") no-repeat right 8px;
}
#nav li:hover .drop {
    color: #fdc400;
	background:url("img/drop.png") no-repeat right 7px;
}

.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #000000;
	
	/* Gradient background */
	background:#000000;

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_5columns {width: 475px;}

#nav li:hover .dropdown_5columns {
	color: #ffffff;
	left:-1px;
	top:28px;
}

.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_5 {width:468px;}

#nav .nav_right {
	float:left;
	margin-right:0px;
}
#nav li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#nav li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}
    		               
.main h3	{
	color: #FF9900;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-shadow: #000000 0 2px 2px;
	text-transform: uppercase;
}
   		               
	.main h3 a { color: #FF9900; }

    		               
a { text-decoration: none; }

.main .no-rules p { border-bottom: none; }

.main .no-rules p.last { margin-bottom: 0px; padding-bottom: 0px; }

iframe { color: #c8c8c8 !important; }

/*Table and thumbnails*/
.thumb table {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.thumb img {
    border: 5px solid #f1f1f1;  
}

.thumb td {
    padding: 5px;
}

/* BACKGROUND IMAGE */
/* This sets up the scaling background image. The technique is taken from css-tricks.com */
img.bg {
	height: 100%;
	width: 100%;
	left: 0;
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up positioning */
	position: fixed;
	top: 0;
	/* Set up proportionate scaling */
	/* background-size: 100%; */
}

@media screen and (max-width: 1024px){
	img.bg { left: 50%; margin-left: -512px; }

}
div#content {
	margin: 0px 20px 20px 20px; 
	position: absolute;
	right: 7.5%;
	top: 22.3%;
	width: 50.7%;
	min-width: 570px;
}

body {
	margin: 0; /* They are for styling only */
	padding: 20px 0 0 0;
}


.bsky-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.1s ease, opacity 0.2s ease;
    cursor: pointer;
    line-height: 1;
    box-sizing: border-box;
}

.bsky-btn:active {
            transform: scale(0.97);
}

.bsky-btn-primary {
	background-color: #0085ff;
	color: white;
	border: 1px solid transparent;
            
	/* Specific Dimensions */
	width: 134px;
	height: 20px;
            
	/* Text & Layout Adjustments for small size */
	font-size: 11px;
	padding: 0;
	border-radius: 3px; /* Slightly rounded corners for badge look */
}

.bsky-btn-primary:hover {
    background-color: #0074e0;
}