/* CSS Document */
#blog_holder{
	position:relative;
	width:100%;
	height:auto;
	min-height:200px;
	overflow:visible;
	margin-bottom:20px;
}
#blog {
	float:left;
	width:500px;
	text-align:center;
	margin-bottom:10px;
}
#twitter_holder {
	margin-left:7px;
	width:100%;
	height:auto;
	overflow:hidden;
}
#blog_adverts {
	position:relative;
	float:right;
	width:180px;
	height:auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #764D28;
	line-height: 18px;
	background-color:#5891C7;
	/* rounded corners */
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;
	/* rounded corners  end*/
	margin-bottom:25px;
}
.blog_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #FFF;
	line-height: 30px;
	background-image: url(../images/layout/strip2.png);
	text-align: left;
	background-repeat: repeat-x;
	padding-left: 5px;
}
.blog_spacer {
	background-image: url(../images/layout/strip.png);
	background-repeat: repeat-x;
	height:30px;
	text-align:center;
	width:100%;
}
.blog_content, .blog_content:link {
	padding: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFF;
	line-height: 18px;
	text-align: left;
}
.blog_image {  
	text-align:center;
	max-width:500px;
	max-height:400px;
	vertical-align:text-top;
	cursor:pointer;
}
.blog_images { 
	text-align:center;
	vertical-align:text-top;
}
.add_image {  
	text-align:center;
	width:160px;
	vertical-align:text-top;
	border: 5px solid #2660AA;
	/* rounded corners */
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;
	/* rounded corners  end*/
}
