@media all and (max-device-width: 600px) {
    html
	{
		background-color:#000 !important; 
	}
}


@font-face {
    font-family: collegeFont;
    src: url(../fonts/college.ttf);
}


html
{
	background-color:#000;
	background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 	
	
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}


h1
{
	color:white;	
	font-family:collegeFont;
	font-size:72px;
	text-align:center;
}

h2
{
	color:white;
	font-size:36px;
	text-align:center;	
	text-decoration:underline;
}

a
{
	color:#F1AE00;
}

.text
{
	color:white;
	font-size:20px;
	text-align:center;
	padding:20px 40px;	
}

#sponsored
{
	color:rgba(210,222,220,0.4);
	margin-top:-66px;
	margin-bottom:30px;
	text-align:center;
	padding-left:250px;	
}

#sponsored a
{
	color:rgba(210,222,220,0.4);
}

#back a
{
	color:#AAA;	
}


#ktLogo
{
	position:fixed;
	margin-right:30px;	
}


#navigation
{
	width:150px;
	height:500px;
	margin-left:150px;
	float:left;	
}

#mainContent
{
	position:relative;
	width:600px;
	min-height:600px;
	min-width:400px;
	margin-left:20px;
	background-color:rgba(30,30,30,0.5);
	float:left;
	z-index:2;
	margin-bottom:30px;
	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
}




ul#menu {
    padding: 0;
    margin-bottom: 11px;
	width:100%;
	list-style:none;
	font-size:20px;
	overflow:hidden;
	border-right:thin solid #333;
	padding:20 0;
	font-family:collegeFont;
	height:380px;
	line-height:2em;
	padding-top:20px;
}

ul#menu li {
    margin-right: 3px;
	margin-left:20px;
	padding-top:12;
	padding-bottom:12;
	padding-right:30px;
	width:80%;
	text-align:right;
	-ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    transform: rotate(-15deg);
}

ul#menu li:hover
{
	background-color:rgba(30,30,30,0.8);
	
}

ul#menu a {
    text-decoration: none;
	color:white;
}

ul#menu li a:hover {
	padding-left:5px;
}

.inactive
{
	opacity:0.2;
	cursor:default;
}

.inactive:hover
{
	
}




/* REGISTER */

#register_table
{
	font-size:22px;	
}

.register_table_left
{
	color:white;
}

.textField
{
	border-radius:5px;
	border:none;
	width:90%;
	line-height:2em;
	padding:3px;
}	

.registration_text, .registration_success_text
{
	color:white;
	font-size:18px;
	padding:20px;	
}

.boysOrGirls
{
	color:#F3B000;
	font-size:26px;
	padding-left:40px;	
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
}

#register_submit
{
	background-color:green; 
	width:200px; 
	height:50px;
	border:none;
	border-radius:10px;
	cursor:pointer;
	color:white;
	font-size:30px;
	float:right;
	margin-right:50px;
}



/* CONTACT */
#contactTable
{
	width:100%;
	font-size:22px;
	color:white;	
}

.contactTableLeft
{
	width:30%;
}

.contactTableRight
{
	width:70%;	
}


