a 			{ color: #0000cc; font-family: Trebuchet MS, verdana, arial, sans-serif; text-decoration: none; font-weight:bold; }
a:link		{ color: #0000cc; text-decoration: none; }
a:visited	{ color: #0000cc; text-decoration: none; }
a:active	{ color: #99CC66;  }
a:hover		{ color: #99CC66;  }

h1 {
	font-family: Trebuchet MS, verdana,arial, sans-serif;
	font-size: large;
	font-weight: bold;
	margin: 0;
	color: #000;
}

#content {
	float: left;
	border-right:1px dotted #999;
	margin-right:15px;
	width: 100%;
	margin-top: 15px;
}

#menu {
	margin-left: 15px;
	margin-top: 15px;
}

#blogText {
	padding-left: 15px;
	padding-right: 15px;
}

#banner {
	font-family: Trebuchet MS, verdana,arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: white;
	background-color: #00c;
	padding: 5px;
}
.title {
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	font-weight: bold;
}

.body, td, input, select, textarea {
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 0px;
}

.byline {
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	color: #000; /* #828282 */
	line-height: 135%;
  clear: left;
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 11px;
}

.comment, .trackback, .tweetback, .commentAlt, .trackbackAlt, .tweetbackAlt {
	border: 1px solid #999;
	margin: 10px 0;
	padding: 10px;
	position: relative;
}

.commentAlt, .trackbackAlt, .tweetbackAlt {
	background-color: #efefef;
}

.comment img, .commentAlt img, .tweetback img, .tweetbackAlt img {
	float: left;
	position: relative;
	margin: 0 5px 5px 0;
}


.commentBody, .trackbackBody, .tweetbackBody {
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	margin-bottom: 10px;
}

.commentByLine, .trackbackByLine, .tweetbackByLine {
	font-style: italic;
	font-size: 11px;
}

.menuTitle {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	background-color: #eaeaea;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 5px;
}

.header, .header a {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

.calendar_table, .calendar_table a {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendar_today {
	background-color: yellow;
}

.menuBody {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
//	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.menuBody A {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

.date {
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 11px;
	color: #666;
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.blogHeader, .trackbackHeader, .commentHeader, .relatedEntriesHeader, .tweetbackHeader {
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 11px;
	color: #666;
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.rightMenu {
	border:1px solid #999;
	margin: 20px 8px 8px 8px;
}

.code {
	font-family: courier;
	font-size: 11px;
  border: 1px solid #0000cc;
//  border: solid thin #0000cc;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
	width: auto; /* 490px */
  padding: 4px 4px 4px 4px;
  line-height: 15px;
}

.codePrint {
	font-family: courier;
	font-size: 11px;
	color: #000;
  border: 1px solid #0000cc;
//	border: solid thin #0000cc;
	background-color: #ffffcc;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
}

.center{
  text-align: center;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #eaeaea;
}

.autoImage {
	float: left;
	margin: 0 5px 5px 0;
}

/* Forms */
fieldset {
  border: none;
  margin: 2px 0 0 0;
}
fieldset label, fieldset input, fieldset select, fieldset textarea {
  display: block;
  width: 330px;
}
fieldset textarea {
  width: 500px;
}
fieldset.sideBySide label, fieldset.sideBySide input, fieldset.sideBySide select, fieldset.sideBySide textarea {
  clear: right;
  float: left;
  margin-bottom: 15px;
}
fieldset.sideBySide label {
  clear: left;
  width: 170px;
}
#submit, .checkBox, #reset {
  width: auto;
  display: inline;
}
fieldset.formButtons {
  text-align: right;
  margin-right: 43px;
}

/* Lists */
#relatedEntries ul {
  padding-left: 0px; /*Needed to support Mozilla */
  margin-left: 10px;
  list-style: none;
}
#relatedEntries ul li {
  padding-left: 18px;
  background-image: url(../g/arrow2.gif);
  background-repeat: no-repeat;
  background-position: 0 .25em;
}
#relatedEntries li span.relatedEntriesDate {
  font-size: .8em;
}

/* IMAGES */
div.body img {
	float: left;
	padding: 5px;
	margin: 0 10px 10px 0;
	margin-top: 0px;
	border: 1px solid #ccc;
	}

div.body img.noImageStyle {
	float: none;
	padding: 0;
	margin: 0;
	border: 0;
	}

div.body img.noBorder {
	border: 0;
	}

div.body img.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
	}

div.body img.floatRight {
	float: right;
	margin: 0 0 10px 10px;
	}