/**********/
/* global */
/**********/

.buddy     {color: #006600;}
.me        {color: #990000;}

body              {color: #000c94; padding: 0px;}
hr                {color: #1273ff;}
blockquote        {color: #000000;  font-style: italic;}
img 			{border: 0;}

.centercell       {background-color: #a3d1ff;}
.smalltext        {font-family: Arial, Verdana, Tahoma, Courier New;  font-size: 6px;}

a:link, a:visited {color: #000000;  text-decoration: none;}
a:hover, a:active {color: #000000;  text-decoration: underline;}

.ahem			{display: none;}

/**************************************************/
/* classes and ids you'll find in the left column */
/**************************************************/

#leftcontent {padding-left: 4px; padding-right: 4px;}
#leftcontent-bio {margin-left: 1px; margin-right: 4px;}
#leftcontent-links {margin-left: 1px; margin-right: 4px;}

.navbar {
	background-color: #3c93ff;
	padding: 1px; color: #ffffff;
	font-family: Arial, Verdana, Tahoma, Courier New;
	font-size: 12px; font-weight: bold;
	}

.navlist {
	font-family: Arial, Verdana, Tahoma, Courier New;
	font-size: 10px;
	color: #000c94;
	}

.navlistwithendspace {
	margin-bottom: 10px;
	font-family: Arial, Verdana, Tahoma, Courier New;
	font-size: 10px;
	color: #000c94;
	}

.nolink {color: #000000;}

.lefttablespace {margin-bottom: 15px;}

/******************************************************/
/* new classes and ids that debut in the right column */
/******************************************************/

#rightcontent {padding-left: 4px; padding-right: 4px;}
#rightcontent-all {margin-left: 1px; margin-right: 4px;}

.searchBox 
	{
	color: #000c94;
	font-size: 10px;
	background-color: #a3d1ff;
	border-width: 2px;
	border-color: #1273ff;
	border-style: solid;
	}

.searchButton 
	{
	color: #000c94;
	font-size: 10px;
	background-color: #a3d1ff;
	border-width: 2px;
	border-color: #1273ff;
	border-style: outset;
	}

.subtitle {
	color: #000000; 
	font-weight: bold;
	margin-bottom: 10px;
	}

.poll {
	position: relative;
	top: -6px;
	margin-bottom: 10px;
	}

.oldpolls {
	position:relative;
	top: -4px;
	font-size: 10px;
	}

.pollcontent {
	margin-bottom: 6px;
	font-family: Arial, Verdana, Tahoma, Courier New;
	font-size: 10px;
	color: #000c94;
	}

.moveup {
	position: relative;
	top: -18px;
	margin-bottom: 0px;
	}

/*****************/
/* Center column */
/*****************/

#centercontent {margin-left: 1px; margin-right: 4px; font-family: Arial, Verdana, Tahoma, Courier New;  font-size: 12px;}
#centercontent a:link {color: #006600;  text-decoration: none;}
#centercontent a:visited {color: #006600;  text-decoration: none;}
#centercontent a:hover {color: #000000;  text-decoration: underline;}
#centercontent a:active {color: #000000;  text-decoration: underline;}
#centercontent b {color: #000000;}

.date {
	background-color: #3c93ff;
	padding: 1;
	margin-bottom: 5px;
	color: #ffffff;
	font-weight: bold;
	}

.post {color: #000c94; margin-bottom: 15px;}
.endofpost {font-size: 10px; margin-bottom: 15px;}

/***********/
/* top row */
/***********/

#top {
   margin: 25px 0px 20px 0px;
}

.logo {
   float: left;
   width: 350px;
   }

.logoquote {
   text-align: right;
   margin-right: 11px;
   position: relative;
   top: 23px;
   }

.tablespace {margin-bottom: 20px;}

/**************/
/* bottom row */
/**************/

#bottom {
   margin: 20px 0px 25px 0px;
}

.credits {
   float: left;
   width: 100%;
   margin-top: 3px; 
   }

.beer {
   float: right;
   width: 50px;
   margin: 2px 5px 5px 5px;
   }