@charset "utf-8";

@import 'loginbox.css';
/* 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.eot")
}

@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.eot")
}

@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.eot")
}

@font-face {
    font-family: "Junegull";
    font-weight: normal;
    font-style: normal;
	src: url("../fonts/junegull.ttf")
}

/* Saltwater, Regular */
@font-face {
    font-family: "Saltwater";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/saltwate.eot")
}

@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;
  position: relative;
  top: 7em;
}

ul {
 list-style-type: square;
}

#today{
	position: absolute;
	top: 2.8em;
	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;
}

#title a{
	color:#fff;
	text-decoration:none;
	padding: 0.1em;
}

#title a:hover {
	color: #00008b;
	background-color: transparent;
}

#title a:active {
	color:#6CC
}

#navlist{
	position:absolute;
	left:15em;
	top:1em;
	height:30px;
	width:260px;
	list-style:none;
	padding-left:0;
	margin:0em;
}
#navlist li {
	position:absolute;
	top:0px;
	text-align:center;
	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;
	width: 44em;
	border:.1em dashed blue;
	left:2em;
	padding:.5em;
	background-color:aliceblue;
	margin-top: 2em;
	margin-bottom:1em;
}

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:focus {
  text-decoration:none;
  color:#00CED1; /* darkturquoise */
}

.entry{
	margin-top: 1em;
	margin-bottom: 2em;
}

.entry_id {
  font-size: 1.5em;
  color: darkblue;
  float: left;
}

.entry_title {
  font-family: "Junegull", Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 1.5em;
  padding-top: 0.06em;
  margin-left: 1.8em;
  margin-bottom: 0;
  text-shadow: 2px 2px #BCBCB8;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false);
}

.entry_title a:link{
	color: #000;
}

.entry_title a:visited{
	color: #4e6f81;
}

.entry_title a:hover{
	background: transparent;
	text-shadow: none;
	color: #BCBCB8;
}

.entry_title a:focus{
	color: #000;
}

.entry_content {
  padding: 0.5em;
  line-height: 1.4em;
  font-family:"Tahoma", "Geneva", sans-serif;
  letter-spacing: .05em;
}

.entry_content img{
  padding: 1em 0em 1em 0em;
  border:none;
}

.prev_entry{
	margin-left: 0.5em;
}

.next_entry {
	float: right;
	margin-right: 0.5em;
}

.prevnextdiv {
	height: 1.5em;
}

.prevnextdiv a{
    background-color: #6C72AA;
    border: 0.1em solid #236995;
    color: aliceblue;
    padding: 0 0.5em;
}

.prevnextdiv a:hover{
	background-color: aliceblue;
	color: #6C72AA;
}

.prevnextdiv a:focus{
	border: none;
}

blockquote {
  background-color:#D6D6FF;
  background: -webkit-linear-gradient(left, #FAFAFD, #D6D6FF);  
  background: -moz-linear-gradient(left, #FAFAFD, #D6D6FF);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr=#FAFAFD, endColorstr=#D6D6FF);
  border: thin solid #00008B;
  padding: 1em;
}

q {
  color: #800000;
}

acronym{
  border-bottom: thin dotted black;
}

acronym:hover {
    cursor: help;
}

.booktitle{
  font-style:italic
}

.dateandauthor{
  border-top:thin inset blue;
  border-bottom:thin inset blue;
  font-size: .8em;
}

.lastedited{
  font-weight: bold;
  color: #0000cd;
}

#intro p{
	text-align:left;
	color:#FFF;
}

#lastmodified {
	color: #fff;
	margin:.5em;
	font-size:0.8em;
}

.commentdiv{
    border-bottom: thin solid blue;
    margin-bottom: 2em;
    padding-bottom: 0.8em;
}

.commentheading{
	background-color: rgb(0, 0, 0); 
	color: rgb(254, 255, 193); 
	margin-bottom: 0.8em; 
	padding: 0.5em; 
	border-radius: 2em 2em 2em 2em; 
	opacity: 0.7;
}

.commenttitle{
	background-color: rgb(44, 101, 185); 
	color: rgb(219, 255, 253);
    padding: 0.4em;
}

.commenttitle h3{
	padding: 0.3em;
	margin: 0;
	display: inline;
}

.commenttitle span{
	float: right;
}

.commentcontent{
    background-color: #C7EAE8;
    margin-bottom: 1em;
    padding: 1em;
}

.commentdiv a{
    font-family: "Lucida Console", monospace;
}

#commentform input[type="text"] {
    width: 26.8em;
}

#commentform {
    background-color: darkblue;
    color: #FFFFFF;
    display: table;
    font-family: "Lucida Console", monospace;
    margin: 0 auto;
    width: 55em;
	border-radius: 1em;
}

#commentform span{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

#commentform div {
    text-align: center;
    padding: 0.5em 0;
}

.pagenav{
	background-color: #fff;
	text-align: center;
	margin-top: 4em;
    border: #2f7d9e solid 0.1em;
    box-shadow: inset 0 0 0.5em #7399a9;
	border-radius: 2em;
    padding: 0.2em;
}

.pagenave a:link {
    color: blue;
}

.pagenav a:visited {
    color: black;
}

.pagenav a:hover {
    background-color: transparent;
    color: #6699FF;
}

.pagenav a:focus {
    background-color: #6699FF;
    color: #fff;
}

#currentpage1, #currentpage2{
	background-color: darkBlue;
	color: #fff;
    padding: 0.12em 0.2em;
}

#creativecommons {
    background-color: #FFFFFF;
    border-radius: 1em 1em 1em 1em;
    box-shadow: 0.5em 0.5em #405B90;
    font-size: 0.8em;
    margin: 2em auto;
    padding: 1em;
    text-align: center;
    width: 30em;
}

#creativecommons img{
	border: none;
}

#creativecommons a:link {
    color: #365FB2;
}

#creativecommons a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #0A2E78;
}

#creativecommons a:focus {
    color: #c5d1e8;
}

#validation{
  position:relative;
  height: 2em;
  padding-left:0;
  margin: 1em;
  text-align: center;

}

#validation ul{
  list-style: none;
}

#validation li{
  padding: 0;
  margin: 0;
  display: inline;
  position: relative;
  padding-right: 2em;
  width: 88px;
  height: 31px;
}

#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;
}

