a 			{ color: #0000cc; font-family: Trebuchet MS, verdana, arial, sans-serif; font-size:11px; text-decoration: none; font-weight:bold; } 
a:link		{ color: #0000cc; text-decoration: none; } 
a:visited	{ color: #0000cc; text-decoration: none; } 
a:hover		{ color: #99cc66;  } 
a:active	{ color: #99cc66;  }

/*********************************************************/

#body {
	position: relative;
	width: 800px;
}

/*********************************************************/

#header {
	position: absolute;
	top: 0px;
	left: 0px;

	padding: 0px;
	margin: 0px;
	height: 40px;
	width: 800px;
	background-image: url(../images/header.gif);
}

#header h1 {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px .5em;

	font-family: Trebuchet MS, verdana,arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;

	color: #ffffff;
	float: left;
}

#header .login {
	float: right;
	margin: 1em .5em 1em 1em;
	font-weight: bold;
}

#header .login a {
	color: #ffffff;
	padding: .1em .25em;
}

#header .login a:hover {
	color: #0000cc;
	background-color: #ffffff;
}

/*********************************************************/

#content {
	position: absolute;
	top: 40px;
	left: 0px;
	
	width: 568px;
	padding: 10px 10px 0px 0px;
	margin: 10px 0px 0px 0px;

	/* border-right: 1px dotted #999999; */

	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 579px;
}

/* Again, "be nice to Opera 5". */
body>#content {
	width:571px;
}

/*********************************************************/

#pods {
	position: absolute;
	top: 40px;
	right: 0px;

	width: 200px;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
}

/* Again, "be nice to Opera 5". */
body>#pods {
	width: 200px;
}

#pods .pod {
	margin-bottom: 1em;
	border: 1px solid #999999;
}

#pods .pod h4
{
	font-family: verdana, arial, sans-serif; 
	font-size: .65em;
	font-weight: normal;
	background-color: #dddddd;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: .4em;
	margin: 0px 0px 0px 0px;
}

#pods .podBody {
	font-family: verdana, arial, sans-serif; 
	font-size: .8em;
	text-align: left;
	padding: 2px 1em 2px 1em;
	line-height: 1.2em;
}

#pods .podBody p,
#pods .podBody ul,
#pods .podBody form {
	margin: .3em 0px .3em 0px;
	padding: 0px 0px 0px 0px;
}

#pods .podBody a {
	font-family: verdana, arial, sans-serif; 
}

#pods .podBody ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#pods .podBody li { 
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

#pods .podBody li ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1em;
}

#pods .podBody li ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*********************************************************/


#blogText {
	padding-left: 15px;
	padding-right: 15px;
}

.title {
	font-family: Trebuchet MS, verdana, arial, sans-serif; 
	font-size: 11px;
	margin-left: 10px;
	font-weight: bold;
}

.body,
p,
td,
input, 
select {
	font-family: Trebuchet MS, verdana, arial, sans-serif; 
	font-size: 11px; 
	color: #000000; 
}

p {
	margin: 1.5em 0px 1.5em 0px;
	padding: 0px 0px 0px 0px;
}

.byline {
	font-family: Trebuchet MS, verdana, arial, sans-serif; 
	font-size: 11px; 
	color: #000000;
	margin-top: 1em;
	margin-left: 1em;
}

/*************************************************************/

.calendar .header, 
.calendar .header a {
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

.calendar .calendar_table, 
.calendar .calendar_table a {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendar .calendar_today {
	background-color: yellow;
}

/*********************************************************************/

th {
	text-align: left;
	font-weight: bold;
}

label {
	text-align: left;
	font-weight: bold;
}

/*********************************************************************/

#home .article {
	margin: 0px 1em 1em 0px;
	padding: 0px 0px 1em 0px;
	/* border-bottom: 2px solid #999999; */
}

#home .fullArticle {
	border-bottom: 0px none;
}

#home .article h3 {
	margin: 0px 0px 0px 1em;
	padding: 0px 0px 0px 0px;
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#home .article .body,
#home .article .byline,
#home .article p.noComments {
	margin-left: 2em;
	margin-bottom: 2em;
}

#home .article .byline {
	border-top: 1px solid #cccccc;
	text-align: right;	
}

#home .comments .comment {
	margin: 1em 0px 1em 0px;
	padding: 0px 0px 1em 0px;
	border-bottom: 1px solid #cccccc;
}

#home .comments .comment .body {
	margin-bottom: 1em;
	margin-top: 1em;
}

#home .comments .comment .byline {
	margin: 0px 0px 0px 2em;
	padding: 0px 0px 0px 0px;
}

/*********************************************************************/

#comments .comment {
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 1em 0px;
	border-bottom: 1px solid #cccccc;
}

#comments textarea {
	width: 350px;
	height: 10em;
}

/*********************************************************************/

#entryEditor .entryErrors,
#comments .commentErrors {
	marign: 1em 0px 1em 0px;
	padding: 0px 0px 0px 10px;
}

#entryEditor .entryErrors h3,
#comments .commentErrors h3 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#entryEditor .entryErrors ul,
#comments .commentErrors ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#entryEditor .entryErrors li,
#comments .commentErrors li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position: inside;
	font-size: 1.2em;
	color: #ff0000 ;
	font-weight: bold;
}

#entryEditor input#entryTitle {
	width: 350px;
}

#entryEditor textarea {
	width: 350px;
	height: 17em;
}

/*********************************************************************/

.date,
#home .contentHeader,
#home .loginHeader,
#home .adminHeader,
#home .comments .header,
#comments .header,
#entryEditor .header {
	font-family: Trebuchet MS, verdana, arial, sans-serif; 
	font-size: 11px; 
	color: #666666; 
	border:1px solid #999999;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: left;
}