#header{height:201px;}
#image-top{
	z-index:100;
	float:right;
	right:5px;
	top:91px;
	position:absolute;
}


#blogs-header-text{
	padding-bottom:10px;
	padding-top:10px;
	margin:0 0 10px 0;
}

#blogs-header-text h2{
	margin:0px;
}

#selector-section,
#blogs-sources{
	margin: 10px 0;
}

.inner-box {
	background-color:#E8ECD1;
	position:relative;
	padding:15px;
	clear:both;
}

.inner-box h2{
 	margin:0px;
}

.inner-box .subtitle {
	font-size:14px;
	color:#245E71;
}

.inner-box .text-box{
	width:100%;
	margin-top:10px;
}

.inner-box .comment{
	margin-bottom:20px;
}

.btn{
	position:absolute;
	right:20px;
	bottom:-35px;
}

.top-left{
	left:0px;
	top:0px;
	background-image:url(../../images/citl.png);
}

.top-right{
	background-image:url(../../images/citr.png);
	right:0px;
	top:0px;
}

.bottom-left{
	background-image:url(../../images/cibl.png);
	left:0px;
	bottom:0px;
}

.bottom-right{
	background-image:url(../../images/cibr.png);
	right:0px;
	bottom:0px;
}

.message{
	border:solid 1px #56741A;
	color:#56741A;
	text-align:center;
	margin-top:20px;
	padding:20px;
}

/* BLOGS ENTRIES AND ENTRY GROUPS */

.blog-entry-group{
	clear:right;
	border-bottom: 1px dotted #888E51;
	padding-bottom: 20px;
}

.blog-entry-group h2{
	margin-bottom:0px;
}

.blog-entry-group .pagination{
	padding-top:10px;
	border-top: 1px dotted #888E51;
}

.blog-entry-group .pagination .page{
	font-size:16px;
	margin:0 3px;
}

.blog-entry-group .pagination .active-page{
	font-size:20px;
	font-weight:bold;
}

.entry{
	padding:10px 0;
	border-bottom: 1px dotted #888E51;
}

.entry:last-child{
	border-bottom: 0px;
}

.blog-date{
	margin-bottom:10px;
	font-size:14px;
	color:#56741A;
}

.blog-author{
	font-weight:bold;
	color:#56741A;
}

.blog-subject{
	font-style:italic;
}

.entry h2{
	font-size:22px;
	color:#56741A;
	margin:0px;
}
