﻿@charset "UTF-8";
/* CSS Document */

#body {
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	margin:0;
	padding:0;
	resize: both;
}

 a {
  color: red;
  text-shadow: 1px 0px #000;
}
a:visited {
    color: #6699FF;
    text-shadow: 1px 0px #000;
}

#wrapper {
	width:960px;
	height:inherit;
	background-color:#f8f8f8;
	margin:0 auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	list-style:disc;
	alignment-adjust:central;
	resize: both inherit;
}

#header {
width:960px;
height:350px;
margin:0 auto;
margin-bottom:25px;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
}

#header h2 {
	padding:10px;
	color: #6699FF;
	text-shadow: 1px 0px #000;
}



#nav {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	width:960px;
	height:80px;
	border-bottom:1px solid #ccc;
	background-color: #6699FF;
}

#nav a {
	display:inline;
	padding:10px;
	text-decoration:blink;
	background-color:#f1f1f1;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-shadow: 2px 2px #CCCCCC;
}



#content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:600px;
	float:left;
	padding:10px;
	margin:auto;
	left: inherit;
	position: inherit;
}

h3 {
    color: #6699FF;
    text-shadow: 1px 0px #000;
    box-shadow: 8px 0 15px 1px #6699FF;
}

h2 {
    color: #6699FF;
    text-shadow: 1px 0px #000;
    box-shadow: 8px 0 15px 1px #6699FF;
}


#sidebar {
width:180px;
height:800px;
float:right;
margin:auto;
margin-bottom:25px;
}


#table {
width:400;
}

#sidebar a {
text-decoration:none;
}

#sidebar li {
list-style:none;
}

#footer {
	clear:both;
	width:960px;
	height:135px;
	border-top:1px solid #ccc;
	position: relative;
}

#footer p {
padding:10px;
}
 /* Remove margins and padding from the list, and add a black background color */
ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #f1f1f1;
    box-shadow: 1px 4px 15px 1px #6699FF;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
	display: inline-block;
	color: #6699FF;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {
	background-color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6699FF;
	text-shadow: 2px 2px #000;
}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}




 /* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: left;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
	position: relative;
	right: 0;
	top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}
