/* CSS Document */


body		{
	background-color: #000000;
	font-size: 12px;
	font-family: Verdana, Trebuchet, "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #CCCCCC;
	margin-left: 20px;
	margin-right: 20px;
}

a			{ color: #0000FF; text-decoration: underline; }
a:link		{ color: #0000FF; text-decoration: underline; }
a:visited	{ color: #0000FF; text-decoration: underline; }
a:hover		{ color: #0000FF; text-decoration: overline underline; }



hr {
display: none;
}

div.hr {
margin: 2.0em 0;
height: 0.4em;
background-color: #666666;
clear: both;
}

p	{
	margin-left: 10%;
	margin-right: 10%;
	font-size: 12px;
	font-family: Verdana, Trebuchet, "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #CCCCCC;
	text-align: left;
}

h3	{
	background-color: #333333;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 20px;
	font-family: Verdana, Trebuchet, "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
	border-width: thin;
	border-style: ridge;
	padding-top: 20px;
	padding-bottom: 20px;
}

h2  {
	background-color: #333333;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 16px;
	font-family: Verdana, Trebuchet, "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
	border-width: thin;
	border-bottom: thin;
	border-top: thin;
	border-style: ridge;
}

ul	{
	list-style-type: disc;
	margin-left: 10%;
	margin-right: 10%;
	text-align: left;
}

ol {
	margin-left: 10%;
	margin-right: 10%;
}

li {
	margin-left: 5%;
	margin-right: 5%;
}

div.header {
	/* position: relative; */
	width: 100%;
	height:  90px;
	margin: 0px;
	padding: inherit;
	
	background: url("assets/djsupercub-header.png");
	background-color:#000000;
	background-repeat: no-repeat;
	background-position: center;
	
	border: 0px;
	border-bottom-width: 0px;
	border-style: hidden;
}

div.navbar {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: inherit;
	text-align: left;
	/* border: 1px;
	border-style: inset;
	border-bottom-style: none; */
}

div.navbar a {
	text-decoration: none;
	margin: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
	border-style: dashed;
	color: #CCCCCC;
	font-size: 9px;
	font-family: Verdana, Trebuchet, "Trebuchet MS", Arial, helvetica, sans-serif;
}

div.navbar a:hover {
	color: gray;
}


div.footer {
	font-size: 10px;
	font-family: Verdana, Trebuchet, "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #CCCCCC;
	text-align: left;
}

div.footer p {
	margin-left: 10%;
	margin-right: 10%;
	font-size: 10px;
	font-family: Verdana, Trebuchet, "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #CCCCCC;
	text-align: left;
}

div.footer a {
	text-decoration: underline;
}

table {
	background-color: #000000;
	font-size: 12px;
	font-family: Verdana, Trebuchet, "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #CCCCCC;
	text-align: left;
}
	
div.coming-soon p {
	font-size: 16px;
	font-family: Verdana, Trebuchet, "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
}

div.navigation-hint p {
	font-size: 10px;
	font-family: Verdana, Trebuchet, "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
}