

.clear {
	clear: both;
        height: 0px;
        overflow: hidden;
	}

/* Begin Blog Area */
#content {
  width: 589px;
  /*width: 477px;*/
  /*background-color:#808080;*/
	float: left;
	}

.blogtest {
 position:relative;
 margin: 7px;
 /*border: 1px solid #acacac;*/
 /*padding: .5em;*/
 background-color:#ffffff;
 }

.blog {
	/*width: 589px;*/
	width:477px;
	background:transparent url(bin/gfx/blog/blogbackground2.gif);
	margin-bottom: 7px;
	}
.blog2 {
	/*width: 589px;*/
  width:477px;
	background:transparent url(bin/gfx/blog/blogbackgroundtop2.gif) top no-repeat;
	/*background-color:#f08080;*/
	align:left;
	}
.blog3 {
	/*width: 589px;*/
  width:712px;
	width: 477px;
	/*background-color:#505050;*/
	/*background:transparent url(bin/gfx/blog/blogbackgroundbottom2.gif) bottom no-repeat;*/
	font-size: 13px;
        line-height: 15px;
	}
.entry2 strong {
        font-weight: bolder;
        color: #1b8600;
        font-size: 15px;
        line-height: 15px;
       }

.text {
	/*width: 482px;*/
	width: 601px;
	width: 381px;
	/*background-color:#80f080;*/
	/*background:#909090;*/
	/*width: 610px;*/
	/*width:80%;*/
	float: left;
        /*padding: 0px 5px 0px 10px;*/
	}
.date {
	width: 86px;
	float: left;
        padding: 0px 5px;
	overflow: hidden;
        color: #bbb;
	}
.date a {
        color: #fff;
        }
.date a:hover {
        color: #0e9bdc;
        }

.dateblock {
	text-align: center;
	font-weight: bold;
	padding: 5px 0px;
	}
.month {
	font-size: 12px;
	line-height: 11px;
	color: #bbb;
	}
.day {
	font-size: 48px;
	line-height: 36px;
	color: #0e9bdc;
	}
.year {
	font-size: 20px;
	line-height: 16px;
	color: #bbb;
	}
.title {
	/*background:transparent url(bin/gfx/blog/titlebackground.gif) bottom left no-repeat;*/
	font-size: 16px;
	color: #333;
        display: block;
        padding: 10px;
        line-height: 16px;
	}
.title a, .title a:hover, .title a:active, .title a:visited {
        border: 0px;
        }
.cat_icon {
        padding: 18px;
}
.cathead {
	font-weight: bold;
	font-size: 12px;
	}
.cats {
	font-size: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
	}
.entry {
	/*overflow: hidden;*/
	padding: 5px;
	text-align: justify;
        clear: right;
        width: 98%;
	}
.entry p {
	margin-bottom: 5px;
	}
blockquote {
        margin: 15px;
        background: #333;
        border: 5px solid #0e9bdc;
        padding: 10px;
        color: #fff;
        font-size: 11px;
        }
.entry2 blockquote strong {
        font-size: 12px;
        color: #0e9bdc;
        }
.entry2 blockquote p {
        margin: 0px;
        padding: 4px;
        }
blockquote a:link, blockquote a:active, blockquote a:visited {
        color: #fff;
        }
.entry2 ul {
        margin: 10px;
        }
.entry2 li {
        list-style: circle;
        margin-left: 20px;
        font-size: 11px;
        }
.commentlink {
        clear: both;
        text-align: right;
        font-size: 15px;
        padding: 5px;
        }
.commentlink a:active,
.commentlink a:link,
.commentlink a:hover,
.commentlink a:visited {
        border: 0px;
        background: url(icons/comment.png) 0px 3px no-repeat;
        padding-left: 20px;
        line-height: 20px;
        font-weight: bold;
        color: #0e9bdc;
        }
/* End Blog Area */
