body {background: #622083; /* For browsers that do not support gradients */    	}
header footer {
	background-color:rgba(0, 0, 0, 0);
}
nav, section, article {
	width:75%;
	margin:10px 5px 5px 5px;
	padding:5px;
	background-color:#F1F1D4;
	border-top:1px solid #000000;
}
section {
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
	padding:0px 5px 5px 10px;
}
article {
	width:90%;
	margin:5px 0px;
	padding:0px;
}
#rightimg	{
	float:right;
	position:fixed;
	top: -10px;
	left: 77%;
	height:auto;
	width: auto;
	z-index:-1;
}
nav {
	background-color:#523eab;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
	padding:0px 15px 0px 0px;
	border:none;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: none;
}
nav li {
    float: left;
}

nav li a, .dropbtn {
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
}
nav li a:hover, .dropdown:hover .dropbtn {
    background-color: #0900B0;
}
.dropdown {
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #007DFA;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
	background-color: #75BAFF;
}
.dropdown:hover .dropdown-content {
    display: block;
}
h1, h2, h3 {
	font-family:'Handlee';
	font-size:150%;
	color:#000000;
    text-shadow: 1px 1px 1px grey;
}
h2	{
	font-size:120%;
}
h3 {
	font-size:100%;
}
p	{
	color:#2B2B2B;
}
ul {
	list-style:url(listdash.png);
	color:#1f1f1f;
}
ul#crew {
	list-style:none;
}
ul#IT {
	list-style:none;
}
section a:link	{
	color:#D60015;
	text-decoration:none;
}
section a:visited {
	color:#B00015;
}
section a:hover {
	color:#545454;
	text-decoration:underline;
}
blockquote {
	color:#030303;
}
ol {
	color:#1f1f1f;
}
footer p{
	font-size:x-small;
}
table {
	border-collapse:collapse;
	width:100%;
	color:#1f1f1f;
	text-align:center;
}
table#schedule td {
	background-color:#7C75FF;
	color:#0A0A0A;

	width:20%;
}
table#schedule th{
	background-color:#5147FF;
	color:#000000;
 /*	border-bottom:1px solid #86af95;   */
	padding:2px;
}
table#schedule .break{
/*	border-left: 1px solid #060075;
	border-right: solid 1px #060075;  */
	background-color:#0A00CC;
	color:#ffffff;
}
table#ratings td {
	background-color:#A39EFF;
    color:#000000;
    border:1px solid #060075;
	width:80%;
	padding:2px 5px;
	text-align:left;
}
table#ratings th{
	background-color:#5147FF;
	color:#000000;
	border-bottom:1px solid #86af95;
	padding:2px 5px;
	text-align:right;
	vertical-align:top;
}
blockquote#callout {
	border:1px solid #ADA8FF;
	padding:15px;
	line-height:120%;
	color:#000000;
	background-color:#ADA8FF;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}