﻿


.BlogEntry
{
	margin-bottom:35px;
}

.BlogPostDate
{
	color:#E8B36D;
	font-size:15px;	
	font-weight:bold;
	margin:0;
	padding:0;
	margin-top:-15px;
}

.CommentsLink, A.CommentsLink:hover
{
	background-image:url(../Images/comment.gif);
	padding-left:28px;
	font-size:14px;	
	color:#CCCCCC;
	height:23px;
	padding-top:5px;
	display:inline;
	background-repeat:no-repeat;
	margin-left:10px;
	background-color:White;
}
 

.BlogPostContent
{
	margin-left: 1px;
	font-size: 100%;
	line-height: 20px;
}
.BlogPostHeader
{
	color: #4C7A9E;
	font-size: 150%;
	font-weight: bold;
	padding: 4px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}

H3.BlogPostHeader A, H3.BlogPostHeader, H3.BlogPostHeader A:Hover
{
	color:#2B8EB7;
	font-size: 18px;
	text-decoration:none;
	padding:0;
	margin:0;
	background:white;
}
 
.BlogPostFooter
{
	margin-top:8px;
}

PRE
{
	font-family:Courier;	
	line-height:normal;
}





/******** TITLES *********/
#Comments
{
	background-image: url(../Images/title-comments.gif);
}


#Archive2006-12
{
	background-image: url(../Images/title-archive-2006-12.gif);
}
#Archive2006-11
{
	background-image: url(../Images/title-archive-2006-11.gif);
}
#Archive2006-10
{
	background-image: url(../Images/title-archive-2006-10.gif);
}
#Archive2006-09
{
	background-image: url(../Images/title-archive-2006-09.gif);
}
#Archive2006-08
{
	background-image: url(../Images/title-archive-2006-08.gif);
}
#Archive2006-07
{
	background-image: url(../Images/title-archive-2006-07.gif);
}
#Archive2006-06
{
	background-image: url(../Images/title-archive-2006-06.gif);
}
#Archive2006-05
{
	background-image: url(../Images/title-archive-2006-05.gif);
}
#Archive2006-04
{
	background-image: url(../Images/title-archive-2006-04.gif);
}
#Archive2006-03
{
	background-image: url(../Images/title-archive-2006-03.gif);
}
#Archive2006-02
{
	background-image: url(../Images/title-archive-2006-02.gif);
}
#Archive2006-01
{
	background-image: url(../Images/title-archive-2006-01.gif);
}
#Archive2006
{
	background-image: url(../Images/title-archive-2006.gif);
}
#Archive2005
{
	background-image: url(../Images/title-archive-2005.gif);
}
#Archive2004
{
	background-image: url(../Images/title-archive-2004.gif);
}
#Archive2003
{
	background-image: url(../Images/title-archive-2003.gif);
}
#Archive2002
{
	background-image: url(../Images/title-archive-2002.gif);
}
#Archive2001
{
	background-image: url(../Images/title-archive-2001.gif);
}
#Archive2000
{
	background-image: url(../Images/title-archive-2000.gif);
}




/**** CHAT TABLES *****/
/*-------------------------------------------------
CHAT TABLE
-------------------------------------------------*/

table.chat {
  font-size: 12px;
  margin-bottom: 1px;
  border-collapse:collapse;
}

table.chat td {
  padding: 5px;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #dcdcdc;
}

table.chat tr.outofwindow td {
  color: #aaa;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #eee;
}

table.chat td.person {
  width: 1%;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  background-color: #efefef;
  border-left: none;
}

table.chat tr.outofwindow td.person {
  background-color: #f5f5f5;
}

table.chat tr.you td {
  background-color: #ffc;
}

table.chat tr.break td {
  border: none;
}

table.chat tr.leave_message td,
table.chat tr.enter_message td,
table.chat tr.idle_message td,
table.chat tr.kick_message td,
table.chat tr.unidle_message td,
table.chat tr.lock_message td,
table.chat tr.unlock_message td,
table.chat tr.name_change_message td,
table.chat tr.topic_change_message td,
table.chat tr.allow_guests_message td,
table.chat tr.disallow_guests_message td,
table.chat tr.system_message {
  font-size: 10px;
  border: none;
  border-bottom: 1px solid white;
}

table.chat tr.leave_message td,
table.chat tr.enter_message td,
table.chat tr.kick_message td {
  background-color: #D9E7FB;
}

table.chat tr.idle_message td,
table.chat tr.unidle_message td,
table.chat tr.system_message td {
  background-color: #D9FAD9;
}

table.chat tr.idle_message td,
table.chat tr.unidle_message td {
}

table.chat tr.lock_message td,
table.chat tr.unlock_message td,
table.chat tr.allow_guests_message td,
table.chat tr.disallow_guests_message td {
  background-color: #F6C1A9;
}

table.chat tr.name_change_message td,
table.chat tr.topic_change_message td {
  background-color: #FADDA5;
}

table.chat tr.upload_message td img {
  vertical-align: middle;
}

table.chat tr.upload_message td a.image img {
  margin: 5px 0 5px 8px;
}

table.chat tr.paste_message td span.number_of_lines {
  color: #999;
  font-size: 11px;
}

table.chat tr.paste_message td span.number_of_lines span {
  color: #666;
}

table.chat tr.paste_message td pre {
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  padding: 10px;
  overflow: auto;
}

table.chat tr.paste_message td pre code {
  font: 10px monaco, courier, monospaced;
}

table.chat tr.timestamp_message td {
  border: none;
  font-size: 9px;
  font-weight: bold;
  padding-top: 15px;
}

table.chat tr.hidden {
  display: none;
}

table.chat tr.timestamp_message td.date {
  float: right;
}

table.chat tr.timestamp_message td.time {
  border-left: 1px solid #dcdcdc;
  font-weight: normal;
  color: #888;
}

table.chat tr.paste_message td.body span.pasting {
  display: block;
  font-size: 11px;
  color: #888;
  
  padding-left: 27px;
  line-height: 16px;

  background-image: url(/images/dots-white.gif);
  background-position: left center;
  background-repeat: no-repeat;
}