@charset "utf-8";
/* CSS Document */

/*Fonts courtesy of pricexml.com and Ray Larabie (http://www.larabiefonts.com)*/
/*Except Saltwater, courtesy of Kelley Deal (http://http://kelleydeal.net)*/

/* Forgotten Futurist, Regular */
@font-face {
    font-family: "Forgotten Futurist";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Forgotte.ttf")
}

/* Plasmatic, Regular */
@font-face {
    font-family: "Plasmatic";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/plasmati.ttf")
}

/* Junegull, Regular */
@font-face {
    font-family: "Junegull";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/junegull.ttf")
}

/* Junegull, Regular */
@font-face {
    font-family: "Saltwater";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/saltwate.ttf")
}


body{
	background-color:#69F
}

noscript p{
  text-align:center;
  background-color:white;
  color:red;
  padding:0em 3em 0em 3em;
  margin:0em;
}

#today{
	position:absolute;
	top:3.2em;
	left:32em;
	font-family:"Forgotten Futurist", MS Serif, New York, serif;
	font-size:1em;
	padding:.25em;
	background-color:white;
	border:.3em double black;
	color:#000;
}

#navbar{
	position:relative;
	top:0em;
	left:0em;
	height:4em;
	width:41em;
}

#title{
	position:absolute;
	top:.5em;
	font-family: "Saltwater", serif;
	font-size: 1.7em;
	font-weight:bold;
	padding-left: .3em;
}

#title a{
	color:#fff;
	text-decoration:none;
}

#title a:hover {
	color: #00008b;
}

#title a:active {
	color:#6CC
}

#navlist{
	position:absolute;
	left:14em;
	top:1em;
	height:30px;
	width:260px;
	list-style:none;
	padding-left:0;
	margin:0em;
}
#navlist li {
	position:absolute;
	top:0px;
	text-align:center;
	list-style: none;
	height:30px;
	width:80px;
	padding:0;
	margin:0;
	background: url(../images/2buttonbackground.gif);
}

#navlist li, #navlist a{
	height: 30px;
	display: block;
	text-decoration: none;
	color:#FFF;
	font-family:"Forgotten Futurist", MS Serif, New York, serif;
	line-height:2em;
}

#navlist li a:hover {
	color:#036;
}

#navlist li a:active {
	color:#0CF
}

/* Changing button backgrounds on :hover with CSS Sprites */
#panel1{
	left: 0;
}

#panel2{
	left: 90px;
}

#panel3{
	left: 180px;
}

#panel1 a:hover {
	background: transparent url(../images/2buttonbackground.gif) 0 -30px;
}

#panel2 a:hover {
	background: transparent url(../images/2buttonbackground.gif) 0 -30px;
}

#panel3 a:hover {
	background: transparent url(../images/2buttonbackground.gif) 0 -30px;
}

#main{
	position:relative;
	top:1em;
	left:0em;
	width:35em;
}

.content {
	
	border:.1em dashed blue;
	position:absolute;
	top:0em;
	width:35em;
	left:2em;
	padding:.5em;
	background-color:aliceblue;
	margin-bottom:1em;
	border-collapse: separate;
	border-spacing: 0em 1.5em;
}

a:link {
  text-decoration:none;
  color:#00F; /* blue */
}

a:visited {
  text-decoration:none;	
  color:#8B008B; /* darkmagenta */
}

a:hover {
  text-decoration:none;
  background-color:#00FFFF; /* cyan */
}

a:active {
  text-decoration:none;
  color:#00CED1; /* darkturquoise */
}

.entry_id {
  width:10%;
  font-size:1.5em;
  color:darkblue;
}

.entry_title {
  font-family:"Junegull", Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size:1.5em;
}

.entry_content {
  padding: 1em;
  line-height: 1.4em;
  font-family:"Tahoma", "Geneva", sans-serif;
  letter-spacing: .05em;
}

blockquote {
  background-color: #E6E6FA;
  border: thin solid #00008B;
  padding: 1em;
}

q {
  color: #800000;
}

.booktitle{
  font-style:italic
}

.entry_content img{
  padding: 1em 0em 1em 0em;
  border:none;
}

.dateandauthor{
  border-top:thin inset blue;
  border-bottom:thin inset blue;
  font-size: .8em;
}

.lastedited, .update{
  font-weight: bold;
  color: #0000cd;
}


#intro p{
	text-align:left;
	color:#FFF;
}

#entrytable > tfoot > tr > td {
	text-align: center;
}

#lastmodified {
	margin:.5em;
	font-size:70%;
}

#validation p{
  margin:0px;
}

#validation{
  list-style: none;
  height: 31px;
  padding-left:0;
}

#validation li{
  padding:0;
  margin:0;
}

#validation img{
  border: none;
  width: 88px;
  height: 31px;
}

/* For Entry #6 */

#timetable{
 width: 30em;
 margin-left: auto;
 margin-right: auto;
 border: .3em ridge #DEB887;
}

#timetable thead td{
 font-size: .8em;
 font-weight: bold;
 color: red;
}

#timetable thead td:first-child {
 text-align: center;
 width: 6em;
}

#timetable td{
 padding: .3em;
 font-size: .9em;
 background-color: white;
}

#timetable tbody td:first-child {
 text-align: center;
}
