@charset "UTF-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	
}

#HCB_comment_box textarea {
  /* add any custom CSS for the comment box here. */
  
}


#HCB_comment_box div.hcb-wrapper {
  width:400px;
}
#HCB_comment_box textarea {
  height:100px;
}



/* the entire html comment box container. applies to everything */
#HCB_comment_box {
	font-family:Lucida Grande, Geneva, Verdana, Helvetica, Arial;
  color: #888;
  font-size:12px;
  background-color: #fff;
}

a.link2 {
font-family:Lucida Grande, Geneva, Verdana, Helvetica, Arial;
	text-decoration: none;
	font-size: 12px;
	color:#000000;
	cursor:pointer;
	outline:none;
	border:none;
}

a.link2:visited {
font-family:Lucida Grande, Geneva, Verdana, Helvetica, Arial;
	text-decoration: none;
	font-size: 12px;
	color:#000000;
	cursor:pointer;
	outline:none;
	border:none;
}

a.link2:hover {
font-family:Lucida Grande, Geneva, Verdana, Helvetica, Arial;
	text-decoration: none;
	font-size: 12px;
	color:#CC0000;
	cursor:pointer;
	outline:none;
	border:none;
}

a.link1:active {
font-family:Lucida Grande, Geneva, Verdana, Helvetica, Arial;
	text-decoration: none;
	font-size: 12px;
	color:#cc0000;
	cursor:pointer;
	outline:none;
	border:none;
}

.link-blue {
font-family:Lucida Grande, Geneva, Verdana, Helvetica, Arial;
	text-decoration: none;
	font-size: 12px;
	color:#336699;
	cursor:pointer;
	outline:none;
	border:none;
}

.link-blue:visited {
font-family:Lucida Grande, Geneva, Verdana, Helvetica, Arial;
	text-decoration: none;
	font-size: 12px;
	color:#336699;
	cursor:pointer;
	outline:none;
	border:none;
}

.link-blue:hover {
font-family:Lucida Grande, Geneva, Verdana, Helvetica, Arial;
	text-decoration: none;
	font-size: 12px;
	color:#000000;
	cursor:pointer;
	outline:none;
	border:none;
}

.link-blue:active {
font-family:Lucida Grande, Geneva, Verdana, Helvetica, Arial;
	text-decoration: none;
	font-size: 12px;
	color:#000000;
	cursor:pointer;
	outline:none;
	border:none;
}


#HCB_comment_box p.error {
  border: 1px solid red;
  background-color: #fee;
}

#HCB_comment_box textarea, #HCB_comment_box input.text {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background-color: #f8f8f8;
}

#HCB_comment_box input.text {
  width:200px;
}

/* the submit button */
#HCB_comment_box input.submit {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  background-color: #ccc;
  color: #666;
  font-weight:bold;
  cursor:pointer;
}

#HCB_comment_box span.home-desc {
  font-size:10px;
  opacity:0.4;
}

/* the individual comment display containers */
#HCB_comment_box div.comment {
  border-bottom:1px dotted #eee;
  margin-bottom:5px;
}



.logblog-black {
font-family:Lucida Grande, Geneva, Verdana, Helvetica, Arial;
	text-decoration: none;
	font-size: 12px;
	color:#000000;
	
	
	}
	
.logblog-date {
font-family:Lucida Grande, Geneva, Verdana, Helvetica, Arial;
	text-decoration: none;
	font-size: 10px;
	color:#000000;

	
	}
	
.logblog-header  {
font-family:Lucida Grande, Geneva, Verdana, Helvetica, Arial;
	text-decoration: none;
	font-size: 16px;
	color:#336699;
	padding: 15px 0px 15px 0px;

	
	
	}