body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	background-color: #000000;
}

table, th, td {
  padding: 0px;
}	

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

.glass{
	/* background styles */
	position: relative;
	display: inline-block;
	padding: 15px 25px;
	background-color: black; /*for compatibility with older browsers*/
	background-image: linear-gradient(#333333,#000000);

	/* text styles */
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 700;
	border-radius: 3px;
    box-shadow: 0px 1px 4px -2px #333;
    text-shadow: 0px -1px #333;
	outline-style: solid;
    outline-color: #808080;
    outline-width: 1px;
}
.glass:after{
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}

.glass:hover{
	background: linear-gradient(#2BB0FF,#000000);
}

.glass li {
  display: inline-block;
  font-size: 20px;
  padding: 20px;
}

.topnav {
  position: relative;
  display: inline-block;
  padding: 0px 0px;
  background-color: #333;
  background-image: linear-gradient(#A9A9A9,#000000);
  min-width: 700px;

  
  	/* text styles */
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 700;
	border-radius: 3px;
    box-shadow: 0px 1px 4px -2px #333;
    text-shadow: 0px -1px #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display:inline-block;
}

.topnav a:hover {
  background-color: #ddd;
  background: linear-gradient(#2BB0FF,#000000);
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.topnav li {float: left;
    list-style-type:none;
   	outline-style: double;
    outline-color: #404040;
    outline-width: 1px;
    display:inline;
}

#filmandtv-banner {  width: 728px;  height: 90px; }

#psychedelic-logo {  width: 655px;  height: 70px; }

#nav-bar {  width: 77px;  height: 33px; }

#social-button {  width: 40px;  height: 40px; }

p {
	color: #ffffff;
}	
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
}

h1 {
	color: #dbdbdb;
}

h2 {
	color: #dbdbdb;
}

h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #999999;
}

h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699CC;
	vertical-align: baseline 
}

.gray {
     color: #999999;
}


a {
	color: #9999cc;
}