
BODY{
	font-family: "tahoma", sans-serif;
	font-size: 1.2em;
	color:#AAAAAA;
	background-color: #222222;
}

INPUT{font-family:verdana, arial, sans-serif;}
TEXTAREA{font-family:verdana, arial, sans-serif;}

#PageBox{position:relative;top:0px;left:0px;width:100%;height:100%;}

/* For P.E.A.R.T. guestbook only */
.text {font-family: "tahoma", sans-serif; font-size: 9pt; color: #AAAAAA; }
.smText {font-family: "tahoma", sans-serif; font-size: 8pt; color: #AAAAAA; }
.bold {font-family: "tahoma", sans-serif; color: #AAAAAA; font-weight: bold;}
/* End guestbook */


/*********************************************/

DIV.lastmod{
	font-family: tahoma, sans-serif;
	font-size: 8pt;
	font-style:italic;
}


A {
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}

A:hover{
	text-decoration:underline;
}

/*********************************************/

.HeadingText{
/*	font-weight: bold;*/
	font-size: xx-large;
	color: #DDDDDD;
}

.Larger{
	font-weight: bold;
	font-size: x-large;
}

.Large{
	font-weight: bold;
	font-size: medium;
}

.BodyText{
	font-size: 9pt;
	text-align: left;
	margin-left:  60px;
	margin-right: 80px;
	margin-top: 15px;
	line-height: 1.5;
}

.NavText{
	font-family: tahoma, sans-serif;
	font-size: 8pt;
	text-align: left;
	line-height: 1.3;
	margin-left:  5px;
	margin-right: 5px;
	margin-top:    40px;
	margin-bottom: 30px;
}

.TemperatureTable{
	font-size: 0.9em;
	text-align: left;
}

.QuoteAuthor{
	margin-left: 30px;
	margin-top: 3px;
	font-style:italic;
}

.endContent{
	display: block;
	text-align: right;
	margin-right: 80px;
}

.adSection{
	text-align: center;
}

.MainTable{
	border: 1px solid #BBBBBB;
/*	background-color: #333333; */
	background-color: #333344;
	position:absolute;
/* May have to adjust placement of navtable and adtable below if width or margins change */
	width: 750px;
	margin-left:    85px;
	margin-top:     20px;
	margin-bottom:  50px;
	text-align: left;
}

.NavTable{
	border: 1px solid #BBBBBB;
/*	background-color: #333333; */
	background-color: #333344;
	position:absolute;
	left:   10px;
	top:    80px;
	width:  120px;
	text-align: left;
	z-index: 20;
}

.TwitterTable{
	border: 1px dashed #BBBBBB;
/*	background-color: #333333; */
	background-color: #222233;
	/*position:absolute;*/
	padding:0 0 0 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 100%;
	text-align: left;
	z-index: 20;
}

.sidebar-title{
    font-size: 10pt;
	font-weight: bold;
}

.AdTable{
	border: 1px solid #BBBBBB;
/*	background-color: #333333; */
	background-color: #333344;
	position:absolute;
	left:   800px;
/*	left:   10px; */
	top:    80px; 
/*	top:    500px; */
	width:  120px;
	text-align: left;
	z-index: 20;
}

ul#sub_nav_table_header {
	float:left;
	padding:0;
	margin: 0;
	border: 1px solid black;
}

ul#sub_nav_table_header a {
	float:left;
	width:10em;
	text-align: center;
	color:white;
	background-color:#333344;
	padding:0.2em 0.2em;
}

ul#sub_nav_table_header a:hover {background-color:white; color: black;}
ul#sub_nav_table_header li {display: inline;}

ul#sub_nav_table_footer {
	float:left;
	padding:0;
	margin: 0;
	border: 1px solid black;
}

ul#sub_nav_table_footer a {
	float:left;
	width:10em;
	text-align: center;
	color:white;
	background-color:#333344;
	padding:0.2em 0.2em;
}

ul#sub_nav_table_footer a:hover {background-color:white; color: black;}
ul#sub_nav_table_footer li {display: inline;}

.Center{
	text-align: center;
}

div.figure {
  /*
  margin: 0.5em;
  */
  padding: 0.5em;
}

div.figure p {
  text-align: center;
  font-style: italic;
  font-size: small;
  text-indent: 0;
}

ul#day_links_table {
	float:left;
	padding:0;
	margin: 0;
	border: 1px solid black;
}

ul#day_links_table a {
	float:left;
	width:5em;
	text-align: center;
	background-color:#333344;
	padding:0.2em 1.2em;
}

ul#day_links_table a:hover {background-color:white; color: black;}
ul#day_links_table li {display: inline;}

.code {
	color :  #663300; 
	background : #fff;
	font-family : verdana, arial, sans-serif; 
	padding : 0.5em;
	margin : 0em 1em;
	border : 1px dashed #000;
}
.code_filename {
	margin : 0em 1em;
}


/* Posts
----------------------------------------------- */
.date-header {
  margin:40px 0px 0px;
  border-bottom:1px dotted #bb9;
  line-height:2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size: large;
  font-weight: bold;
  }
.post {
  margin:.3em 0 14px;
  padding:0 0px;
  }
.post-title {
  margin:0;
  font-size:135%;
  line-height:1.5em;
  display:block;
/*
  border:1px dotted #bb9;
  border-width:1px;
*/
  padding:2px 14px 2px 14px;
  color:#333;
  }
.post-body {
/*
  border:1px dotted #bb9;
  border-width:1px;
*/
  padding:0 0 0 20px;
  }
html>body .post-body {
  border-bottom-width:0px;
  }
.post p {
  margin:0 20 .75em;
  }
p.post-footer {
  margin:0 0 0 -20px;
  padding:2px 8px 2px 8px;
  border:1px dotted #bb9;
  border-width:1px;
  background-color: #445;
  font-size:100%;
  line-height:1.5em;
  text-align:right;
  }
p.post-footer em {
  display:block;
  float:left;
  text-align:left;
  font-style:normal;
  }
a.comment-link {
  /* IE5.0/Win doesn't apply padding to inline elements,
     so we hide these two declarations from it */
  padding-left:10px;
  }
html>body a.comment-link {
  /* Respecified, for IE5/Mac's benefit */
  padding-left:10px;
  }
.post img {
  margin:0 0 5px 0;
  padding:4px;
  border:1px solid #586;
  }
blockquote {
  margin:.75em 0;
  border:1px dotted #596;
  border-width:1px 0;
  padding:5px 15px;
  }
.post blockquote p {
  margin:.5em 0;
  }


/* Comments
----------------------------------------------- */
#comments {
  margin:-25px 0px 10px;
  padding:20px 0 15px 0;
  }
#comments h4 {
  margin:0 0 10px;
  padding:0 14px 2px 14px;
  border-bottom:1px dotted #bb9;
  font-size:120%;
  line-height:1.4em;
  }
#comments-block {
  margin:0 15px 0 9px;
  }
.comment-data {
  margin:.5em 0;
  padding:0 0 0 6px;
  }
.comment-poster {
  font-weight:bold;
  }
.comment-body {
  margin:0 0 1.25em;
  padding:0 0 0 6px;
  }
.comment-body p {
  margin:0 0 .5em;
  }
.comment-timestamp {
  margin:0 0 .5em;
  padding:0 0 .75em 6px;
  color:#fff;
  }
.comment-timestamp a:link {
  color:#fff;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }



/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  padding:0 15px 0;
  }

.archive-list {
	font-size: 1.1em;
	line-height: 1.5em;
}
