/* ......::: Main :::...... */

html {
	width: 100%;
}

body {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 34px;
	padding: 0px;
	
	background-image: url(/images/header1920.jpg);
	background-color: #000000;
	background-repeat: no-repeat;

	text-align: center;
	font: 11px verdana, geneva, arial, sans-serif;
	color: #bce5ff;
}

a:link              { color: #63b9ff; font-size: 11px; text-decoration: none; }
a:active            { color: #63b9ff; font-size: 11px; text-decoration: none; }
a:visited           { color: #63b9ff; font-size: 11px; text-decoration: none; }
a:hover             { color: #ffffff; font-size: 11px; text-decoration: none; }

.menu A:link 		{ color: #63b9ff; font-size: 13px; font-weight: bold; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
.menu A:active 		{ color: #63b9ff; font-size: 13px; font-weight: bold; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
.menu A:visited 	{ color: #63b9ff; font-size: 13px; font-weight: bold; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
.menu A:hover 		{ color: #ffffff; font-size: 13px; font-weight: bold; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }

.topmenu A:link 	{ color: #63b9ff; font-size: 13px; font-weight: bold; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
.topmenu A:active 	{ color: #63b9ff; font-size: 13px; font-weight: bold; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
.topmenu A:visited 	{ color: #63b9ff; font-size: 13px; font-weight: bold; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
.topmenu A:hover 	{ color: #ffffff; font-size: 13px; font-weight: bold; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }

img { 
	border: 0;
}

hr {
	height: 1px;
	border: 1px;
	color: #333333;
	background-color: #333333;
}



/* ......::: Main Text :::...... */

b, strong { 
	font-weight : bold;
}

.copyright {
	font-size: 10px;
	color: #555555;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.download {
	font-size: 11px;
	color: #63b9ff;
}

h1 {	/* bold3 */
	font-size: 20px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #999999;
	margin: 0px;
	padding: 0px;
	display: inline;
}

h2 {	/* mixeshead */
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
	display: inline;
}

h3 {	/* pollhead */
	font-size: 12px;
	font-weight: bold;
	color: #63b9ff;
	margin: 0px;
	padding: 0px;
	display: inline;
}

h4 {	/* bold2 */
	font-size: 11px;
	font-weight: bold;
	color: #63b9ff;
	margin: 0px;
	padding: 0px;
	display: inline;
}



/* ......::: Main Divs :::......*/

div.dustlg {
    position: absolute;
    top: 172px;
    left: 0px;
}

div.topmenu {
    position: absolute;
    top: 7px;
    right: 6px;
}
	
div.menu {
    position: absolute;
    top: 127px;
	left: 0px;
	width: 100%;
}
	
div.footer {
    position: fixed;
    bottom: 0px;
	left: 0px;
	width: 100%;
    background-color: #000000;
}

div.container {
	width: 450px;
	margin: 0px auto;
	text-align: left;
}

div.setlisting_container {
	width: 550px;
	margin: 0px auto;
}

div.setlisting_title {
	width: 100%;
}

div.setlisting_boxleft {
	width: 50%;
	text-align: right;
	float: left;
}

div.setlisting_boxright {
	width: 50%;
	text-align: left;
	float: right;
}

div.setlisting_playlist {
	width: 100%;
	clear: both;
}



/* ......::: Forms :::......*/

input {
	background-color: #121212;
	color: #bce5ff;
	font: 11px verdana, geneva, arial, sans-serif;
	border: 1px solid #333333;
}

textarea {
	background-color: #121212;
	color: #bce5ff;
	font: 11px verdana, geneva, arial, sans-serif;
	border: 1px solid #333333;
	background-image: url(http://www.dustwave.net/images/textarea_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

input.button {
	background-color: #121212;
	color: #63b9ff;
	font: 11px verdana, geneva, arial, sans-serif;
	font-weight:bold;
	border: 1px solid #333333;
}



/* ......::: Guestbook :::......*/

table.guestbook { 
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	padding:5px;
	text-align:left;
}

td, font {
	font: 11px verdana, arial; 
	color: #bce5ff;
}

.date{
	  font-family: Verdana, Helvetica, Arial, sans-serif; 
	  font-size: 8px; 
	  font-weight: normal; 
	  color: #00ff00; 
	  text-decoration: none;
}
	  
.italic{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-style: italic;
}
