body {
  margin:0px 0px 0px 0px;
  background: #050579;
  font-family:palatino, georgia, times new roman, serif;
  font-size: 10pt;
  color: #000;
  border-top:7px double #455AC2;
  }

a:link  {
  text-decoration: underline;
  color: #fff;
  }
  
a:visited { 
  text-decoration: underline;
  color: #2E4565;
  }

a:hover { 
  text-decoration: none;
  color: #000;
  }

p {
  font-family:palatino, georgia, times new roman, serif;
  color:#000;
  font-size:small;
  font-weight:normal;
  letter-spacing: .1em;
  }

#header {
  position: absolute;
  top: 30px;
  left: 173px;
  z-index: 1;
  }
  
#content {
  position:absolute;
  top: 70px;
  left: 175px;
  background:#050579;
  padding: 2px;
  width: 70%;
  margin-bottom:20px;
  border:3px solid #455AC2;	
  }
		
#blog {
  padding:0px;
  background:#97A9F6; 
  border:2px solid #455AC2;	
  }
  
#nav {
  position: absolute;
  top: 40px;
  left: 17px;
  border:3px solid #455AC2;	
  width: 130px;
  font-family:palatino, georgia, times new roman, serif;
  color:#fff;
  font-size:small;
  font-weight:normal;
  padding:2px;
  margin-top:30px;
  letter-spacing: .3em;
  }	
  
  .leftnav {
    padding:0px;
    background:#97A9F6; 
    border:2px solid #455AC2;	
	  }	

    .leftnav_inner {
      padding:8px;
      background:#97A9F6; 
      border:1px solid #050579;	
	    }	
		
.extended {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 10pt;
  font-family:palatino, georgia, times new roman, serif;
  letter-spacing: .1em;
  color: #000000
  }

/* main page comment link size and color */
.mainpagecomments {
  margin-top: 4px;
  margin-bottom: 12px;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 8pt;
  font-family:palatino, georgia, times new roman, serif;
  letter-spacing: .1em;
  }

/* for popup window name, email, website text */
.postcomments {
  margin-top: 10px;
  margin-bottom: px;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 10pt;
  font-family:palatino, georgia, times new roman, serif;
  letter-spacing: .1em;
  font-weight: bold;
  } 

.comments {
  padding: 10px;
  color:#000;
  font-size: 10pt;
  font-family:palatino, georgia, times new roman, serif;
  letter-spacing: .1em;
  background-color: #BDD7FD;
  border-bottom: solid 3px #2E4565;
  } 

/* name of poster in the comments section */
.commentshead {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color:#000;
  font-size: 10pt;
  font-family:palatino, georgia, times new roman, serif;
  letter-spacing: .1em;
  font-weight: bold;
  } 

/* individual entry comments header; /mt/mt-archives/000934.php for example */
.comments-head {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  line-height: 18px;
  border: solid 1px #8393CA;
  font-size: 10pt;
  font-family:palatino, georgia, times new roman, serif;
  letter-spacing: .1em;
  font-weight: bold;
  }
  
.comments-individual {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 10pt;
  font-family:palatino, georgia, times new roman, serif;
  letter-spacing: .1em;
  background-color: #8393CA;
  } 
  
/* body for comments on all pages */  
.commentsbody {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 10pt;
  color:#fff;
  font-family:palatino, georgia, times new roman, serif;
  letter-spacing: .1em;
  } 

/* timestamp */
.ts {
  font-family:palatino, georgia, times new roman, serif;
  color:#fff;
  font-size:small;
  font-weight:normal;
  padding:2px;
  letter-spacing: .3em;	
  }

/* datestamp */  
.date {
  font-family:palatino, georgia, times new roman, serif;
  color:#fff;
  font-size:large;
  font-weight:normal;
  padding:2px;
  letter-spacing: .3em;
  border-bottom: 3px double #455AC2;
  }

/* header for pages; see /gaming for example */
.header {
  font-family:palatino, georgia, times new roman, serif;
  color:#fff;
  font-weight:bold;
  padding:2px;
  margin-top:30px;
  letter-spacing: .3em;
  }  

/* for the not my project note */
.tinyfont {
  font-size: 8pt;
  font-family:palatino, georgia, times new roman, serif;
  letter-spacing: .1em;
  color: #000
  }
  
/* for the not my project note */
.footer {
  font-size: 9pt;
  font-family:palatino, georgia, times new roman, serif;
  color: #000
  }

