@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 1.4em;
	background-color: #000000;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	width: 837px;
	padding-top: 25px;
	padding-left: 35px;
	padding-right: 25px;
	padding-bottom: 35px;
	background-color: #FFFFFF;
}
.footer {
	height: 66px;
	width: 837px;
	background-color: #007755;
	font-size: 12px;
	font-weight: normal;
	color: #fafdfe;
	text-decoration: none;
	vertical-align: top;
}
.footer a:link {
	color: #fafdfe;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
.footer  a:visited {
	color: #fafdfe;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
.footer  a:hover {
	color: #FF995B;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.style1 {
	color: #007755;
	font-weight: bold;
}
.content a {
	font-size: 13px;
	font-weight: bold;
	color: #005B30;
	text-decoration: underline;
}


a, a:link, a:active, a:visited {
	font-size: .9em;
	text-decoration: none;
}

a:hover, a:visited:hover {
  text-decoration: underline;
}

#wrapper {
	
  text-align:left;
}

.BlogShort {
	margin: 5px auto;
	padding: 5px 15px;
	border-bottom: 3px solid #c0c0c0;
/*	background: #fff; */
}

.BlogLong {
/*	background: #fff; */
	padding: 5px 15px;
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
}

.BlogLong div.entryText {
	font-size: 12px;
	font-weight: normal;
}

.BlogShort h3.EntryTitle a, .BlogLong h3.EntryTitle {
	border-bottom: 1px dashed #909090;
	display: block;
	padding: 5px;
	margin: 0;
}

.BlogShort h3.EntryTitle a {
	margin-top: -19px;
}

.BlogShort p, .BlogLong p {
	margin: 5px 0;
	clear: both;
}

div.UserComments {
	margin: 15px 0;
	border-top: 1px dashed #909090;	
}

div.UserComments h4 {
	margin: 5px 0;
}

div.comment, p.noComments {
	margin: 5px;
	padding: 5px;
	background: #A2DFB5;
	font-size: .9em;
	border-left: 10px solid #825B2F;
}

div.clr {
	background: #EFE6E3;
	border-left: 10px solid #F06EA9;
}

p.noComments {
	color: red;
}

div.comment p span.userName {
	font-weight: bold;
}

div.comment p.commentDate {
	font-size: .9em;
	color: #777;
}

div.comment p {
}

div.tagList {
	margin-bottom: 10px;
	border-bottom: 1px dashed #909090;
	padding-bottom: 10px;
}

ul.tagLinkList {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tagLinkList li {
	float: left;
	font-size: .9em;
}

ul.tagLinkList li a {
  background-color: #e0e0e0; 
	border: 1px solid #909090;
	padding: 1px 5px;
	margin: 3px 1px;
	display: block;
}

ul.tagLinkList li a:hover, ul.tagLinkList li a:visited:hover {
	background: #825b2f;
	color: #ececd4;
}

.searchEntries {
	padding: 10px;
}

.searchEntries h4 {
	margin: 0;
}

.row {
	clear: both;
	padding: 5px;
	font-size: .9em;
}

.row .label {
	float: left;
	text-align: right;
	width: 123px;
	font-weight: bold;
}

.row .val {
	float: left;
	text-align: left;
	width: 345px;
	padding-left: 5px;
}

.Msg {
	font-weight: bold;
	background: #fff;
	padding: 5px 15px;
}

.errMsg {
	color: red;
	border: 1px solid red;
	background: #fff;
	padding: 5px 15px;
	margin: 10px 0;
}

.smalltext {
	font-size: .9em;
}

.smalltext a {
	font-size: 1.1em;
}

.shortText {
	margin-bottom: 10px;
	border-bottom: 1px dashed #909090;
	padding-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide, .off {
	display: none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div.searchformdiv
{
  border: 2px solid;
}

div.taglistdiv
{
  border: 2px solid;
}

div.taglistdiv ul
{
  margin: 0;
  padding-left: 15px;
}

div.archivelistdiv
{
  font-weight: 700;
  border: 2px solid;
}

div.archivelistdiv ul
{
  margin: 0;
  padding-left: 15px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
* html div.comment {
	height: 1%;
}
/* End hide from IE-mac */

