body {
	margin:0px auto; 
	max-width:1080px;
	background: repeating-linear-gradient(rgb(230,230,230), rgb(200,200,200), rgb(230,230,230));
	background-size: 100% 100%;
	color: #000000; 
	font-family: 'Roboto', 'Lato', 'Helvetica Neue', sans-serif;
	font-weight: 300;
	font-size: 12pt;
	line-height: 150%;
}

#all {
	text-align:left;
	width: 100%;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 1px 30px 1px rgba(50,50,50,0.4);
	background-color: rgb(250,235,190);
}

#left {
	width:180px;
	float:left;
}

#right{
	width:180px; 
	float:right; 
}

#corner {
	text-align:center;
	height:120px;	
}

#dgstudios_logo{
	width: 89px;
	height: 38px;
	border:thin solid black;
	opacity:0.6;	
	margin-right: 10px;
}

#menu {
	background-color: rgb(200,100,0);
	height: 30px;
}

#submenu {
	margin: auto;
	width: 50%;
	min-width: 360px;
	height: 30px;
}

#header {
	width: 100%;
	height:120px;
}

#main {
	padding: 20px 2% 1px 2%;
	min-height:300px;
}

#foot{
	clear:both; 
	text-align: center;
}

#update {
	float:left; 
	padding:4px;
	font-size: 8pt;
}

#copyright {
	color: rgb(100,100,100);
	padding:4px; 
	text-align:center; 
	font-size:8pt;
}

#w3c {
	text-align: center;
	margin:10px auto;
}

#sidebar_left {
	float: left;
	width: 180px;
	height: 100%;	
}

.background_circles{
	background:
	radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.15) 30%, rgba(255,255,255,.3) 32%, rgba(255,255,255,0) 33%) -150px -20px,
	radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.1) 11%, rgba(255,255,255,.3) 13%, rgba(255,255,255,0) 14%) 100px 50px,
	radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 17%, rgba(255,255,255,.43) 19%, rgba(255,255,255,0) 20%) 0 110px,
	radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 11%, rgba(255,255,255,.4) 13%, rgba(255,255,255,0) 14%) -130px -170px,
	radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 5%, rgba(255,255,255,.4) 7%, rgba(255,255,255,0) 8%) -100px 100px,
	radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.1) 11%, rgba(255,255,255,.2) 13%, rgba(255,255,255,0) 14%) 0 100px;
	background-size: 470px 470px, 570px 570px, 410px 410px, 610px 610px, 530px 530px, 730px 730px;
}

.background_dots{
	background: 
	radial-gradient(rgba(250,250,250,.2) 15%, rgba(250,250,250,0) 16%) 0 0, 
	repeating-linear-gradient(rgb(220,220,220), rgb(180,180,180), rgb(220,220,220)) 0 0;
	background-size: 16px 16px, 100% 1920px;
}

/*
.menubutton_bg{
	height:30px;
	min-width: 80px;
	width: 16.66666666666666666666666666%;
	//max-width:180px;
	float:left;
	//background: linear-gradient(rgb(220, 120, 20) 0%, rgb(200, 100, 0) 50%);
	
	background-color: rgb(200,100,0);
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.menubutton_bg:hover{
	background-color: rgb(250,160,0);
}

.menubutton_bg_active{
	/*
	height:30px;
	//width:16.66666666666666666666666666%;
	//max-width:180px;
	float:left;
	//background: linear-gradient(rgb(220, 120, 20) 50%, rgb(200, 100, 0) 60%);
	background: linear-gradient(rgb(220, 120, 20) 0%, rgb(250, 160, 0) 50%);
}
*/
	
.menubutton{
	border-radius: 8px 8px 0px 0px;
	position: relative;
	height: 40px;
	width: 16.66666666666666666666666666%;
	min-width: 80px;
	float: left;
	text-align: center;
	background-color: rgb(200,100,0);
	-webkit-transition: -webkit-transform 0.3s, background-color 0.4s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	z-index: 1;
	display: inline-block;
}

.menubutton:hover{
	background-color: rgb(250,160,0);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.menubutton.active{
	background: linear-gradient(rgb(250, 180, 20), rgb(250, 160, 0));
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.menubutton2{
	height:35px;
	margin-top: -10px;
	width: 33.333333333333333333333%;
	min-width: 120px;
	border-radius: 0px 0px 6px 6px;
	float: left;
	text-align: center;
	white-space: nowrap;
	background-color: rgb(250,190,0);
	-webkit-transition: -webkit-transform 0.3s, background-color 0.5s;
	transition: transform 0.3s, background-color 0.5s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	display: inline-block;
}

.menubutton2:hover{
	background-color: rgb(250,160,0);
	-webkit-transform: translateY(5px);
	transform: translateY(5px);

}

.menubutton2_active{
	background: linear-gradient(rgb(250, 160, 0), rgb(250, 140, 10));
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

#menu_underline{
	position: absolute;
	height: 10px;
	width: 100%;
	max-width: 1080px;
	float: none;
	background-color: rgb(250,160,0);
	z-index: 1;
}

.menubutton a, .menubutton a:visited{
	background: none;
	position:relative;
	padding-top: 3px;
	height:30px;
	color:#000000;
	font-weight: 500;
	display:block;
}

.menubutton2 a, .menubutton2 a:visited{
	padding-top: 10px;
	color:#000000;
	font-weight: 500;
	display:block;
}

.menubutton2 a:hover {  
	height:20px;
}

.menuicon {
	color: black;
	height:30px;
	width: 22px;
	padding: 4px 5px 4px 10px;
	font-size: 14pt;
}

.menuicon.active {
	background: linear-gradient(rgb(250, 180, 20), rgb(250, 160, 0));
}

.menuicon a, .menuicon a:visited{
	color: black;
}

.pagetitle {
	float: right;
	padding-top: 2px;
	padding-right: 10px;
	font-weight: 500;
}

.responsive0 {
	display: none;
}

@media screen and (max-width:480px) {
	#menu .menubutton {
		float: none;
		min-width: 100px;
	}
	#submenu {
		width: 80%;
		min-width: 180px;
	}
	
	
	.menubutton2 {
		width: 33.3333333333%;
		min-width: 60px;
		margin-top: 0px;
	}
	
	.responsive1 {display: none;}
	.responsive0 {display: inline-block;}
}

/* The "responsive2" class is added to the menu
   with JavaScript when the user clicks on the icon.
   This class makes the menu look good on small screens */
@media screen and (max-width:480px) {
	#menu .menubutton.responsive2 {
		float: none;
		display: block;
		height: 30px;
		border-radius: 0px;
		text-align: left;
		padding: 0px 10px 0px 20px;
	}
	#menu .menubutton.responsive2:hover {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#menu .menubutton.responsive2.active {
		background-color: rgb(200,100,0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

}
