.blog_entry{


	width: 100%;
	height: 100%;

	
}

.blog_header{

	width: 100%;
	height: 100px;
	display: block;

	background-color: #0277BD;

	overflow: hidden;

	position: relative;

}

.blog_header a{

	position: absolute;

	color: #fff;

	font-family: 'Raleway', 'sans-serif';
	font-weight: 700; 
    font-size: 24pt; 

    margin: 30px 0 30px 30px;

    text-decoration: none;

}

.blog_entry p{

	font-family: 'Raleway', 'sans-serif';
	font-weight: 500; 
    font-size: 14pt; 
    color: #444;

    margin: 15px 30px 20px 30px;

}

.blog_header_date{

	position: absolute;

	font-family: 'Raleway', 'sans-serif';
	font-weight: 700; 
    font-size: 24pt; 

    color: #fff;

    right: 30px;
    top: 10px;

}

.blog_header_author{

	position: absolute;

	font-family: 'Raleway', 'sans-serif';
	font-weight: 700; 
    font-size: 18pt; 

    color: #fff;

    right: 30px;
    top: 50px;

}

.blog_header_back{


	display: block;
	width: 200px;
	height: 70px;

	background-color: #00B0FF;

	position: absolute;

	right: 0;

	top: 15px;


}

.blog_header_image{

	width: 100%;

}






.blog_notfound{

	position: relative;

	display: block;
	height: 600px;
	width: 100%;

	background-color: #fff;

	text-align: center;

}

.blog_notfound p{

	position: relative;

	color: #00b0ff;

	font-family: 'Raleway', 'sans-serif';
	font-weight: 700; 
    font-size: 36pt; 

    padding-top: 200px;
}

.blog_notfound a{

	position: relative;

	color: #00b0ff;

	font-family: 'Raleway', 'sans-serif';
	font-weight: 700; 
    font-size: 18pt; 

    display: inline-block;

    text-decoration: none;

    padding: 10px 10px;

    border: 1px solid;
    
}