.clearblog {
	clear: both;
}

#blog_wrapper {
	width: 100%;
	height: 100%;
}

#blog_wrapper h1 {
	color:#FFFFFF;
	display:block;
	font-size:1.0em;
	font-weight:normal;
	letter-spacing:1px;
	line-height:32px;
	margin-left:12px;
	float:left;
}

#blog_wrapper #blog_right_wrapper a{
	color: white;
	text-decoration: none;
        font-weight:normal;
	padding-left:30px;
	font-size:0.9em;
}

/*#blog_wrapper #blog_left_wrapper a{
	color: black;
	text-decoration: none;
}*/

#blog_wrapper #blog_left_wrapper {
	width: 444px;
	float: left;
	margin-right: 5px;
}


#blog_wrapper #blog_right_wrapper{
	width: 175px;
	float: right;
	margin-left: 5px;
	color: white;
}

#blog_wrapper #blog_left_wrapper .left_menu_header {
	background: URL(../../App_Themes/VisitEurope/blog/left_blog.png);
	height: 32px;
	width: 432px;
}

#blog_wrapper #blog_right_wrapper .right_menu_header {
	background: Transparent url(../../App_Themes/VisitEurope/OtherTripListHeader.png) no-repeat;
	height: 32px;
	width: 175px;
	line-height:18px;
	border-bottom: 2px solid #FFFFFF;
}


#blog_wrapper #blog_right_wrapper .right_menu_box {
	background: URL(../../App_Themes/VisitEurope/OtherTripListItem.png) no-repeat;
	border-bottom: 1px solid #FFFFFF;
}


#blog_wrapper .blog_item {
	border-bottom: 1px solid #FFFFFF;
	padding: 3px 0px 3px 0px;
	line-Height:21px;
	background: URL(../../App_Themes/VisitEurope/OtherTripListItem.png) no-repeat;
	
}

#blog_wrapper #blog_left_wrapper .blog_left_footer {
	background: URL(../../App_Themes/VisitEurope/blog/footer_blog_left.png);
	height: 14px;
	width: 432px;
}

#blog_wrapper #blog_right_wrapper .blog_right_footer {
	background: Transparent url(../../App_Themes/VisitEurope/OtherTripListFooter.png) no-repeat;
	height: 14px;
	width: 175px;
	
}


#blog_wrapper #blog_right_wrapper .right_menu_item {
	margin-bottom: 5px;
}

#blog_wrapper #blog_left_wrapper .left_menu_item {
	margin-bottom: 15px;
	margin-left: 12px;
}
.BlogPDateWhole{
  font-size:0.8em;
}
.BlogPostBody{
  font-size:1em;
  margin-top:10px;
}
.BlogPDate {
  color:#FFFFFF;
  float:right;
  line-height:32px;
  padding-right:15px;
  font-size:0.8em;
}