/* removed per OD 11.21.07
 a:link
{
	text-decoration:none;
}

a:hover
{
  text-decoration: underline;
}

a:visited {
	text-decoration:none;
}

a:visited:hover {
	text-decoration:underline;
}*/

/*#CONTENT div h2  a {
	font-size: 16px;
}*/

#CONTENT {
	width: 572px;
}

/* needed to have Back to Top format properly*/
#CONTENT div .smalltext a {
	font-size: 8pt;
}

/* "Back to Top" links in comments */
.btt {
	clear: both;
	margin: 0;
	text-align: right;
	font-size: 8pt;
}

.btt a {
	font-size: 8pt;
}

.btt a:hover {
	font-size: 8pt;
}

.comment_head {
	border: 1px solid #0f0;
	margin: 0;
	padding: 5px;
	background-color: #eee;
}

.comment_subject h2 {
	float: left;
	width: 75%;

}

.comment_info {
	font-size: 8pt;
	font-weight: bold;
	color: #333;
	float: right;
}

.comment_admin {
	float: left;
	margin-bottom: 8px;
	width: 575px;
}

.comment_user {
	float: left;
	margin-bottom: 8px;
	width: 575px;
}

div.bodyArea
{
  margin-right: 5px;
}

img
{
	border: 0;
}
form
{
	margin: 0;
}


/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 708px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 708px;
	height: 68px;
	background: white;
	border-width: 2px 2px 0;
	border-style: solid;
	border-color: #000000;
	margin: auto;
}
#header h1
{
	/* small header image specific lines */
	height: 168px;
	width: 694px;
	background: white url(/images/blog/header_sm.jpg) repeat-x 0 6px;
	margin: 0 6px;
	/* end small header image specific lines */
	font-size: 38px;
	text-align: center;
	line-height: 160px;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 708px;
	background: white;
	border-width: 0 2px;
	border-style: solid;
	border-color: #000000;
	margin: auto;
}
#wrapper
{
	width: 708px;
	background-color: #f2ebd8;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 470px;
	height: 1%;
	overflow: visible;
	float: left;
	padding: 4px 0 0 0;
	margin-right: -190px;
	background-color: #ffffff;
}
.content
{
	padding: 0;
	margin: 7px 12px 30px 20px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	background: url(/images/blog/dot.gif) bottom repeat-x;
	font-size: 18px;
	padding: 0 0 6px 0;
	margin: 0;
}

.dots
{
  background: url(/images/blog/dot.gif) bottom repeat-x;
  padding: 0 0 6px 0;
	margin: 0;
}

.itemcomment h1
{
  font-size: 12pt;
}

.contentbody
{
	font-size:13px;
	padding: 0 0 16px 0;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(/images/blog/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(/images/blog/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	/*background: url(/images/blog/bgcomment.gif) center left no-repeat;*/
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(/images/blog/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 0 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(/images/blog/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(/images/blog/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(/images/blog/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	--background: url(/images/blog/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 6px;
  /* was 6px 42px */
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(/images/blog/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(/images/blog/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(/images/blog/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

.blog_link:hover
{
  text-decoration: underline;
}


