.links_bottom_text_area
{
	overflow:hidden;
	text-align:center;
	margin-bottom:20px;
	font-size:12pt;
	color:#9F9699;
}
.links_page_area
{
	overflow:hidden;
	margin:20px 0px 100px 0px;
}
.preview_block
{
	float:right;
	background-color:white;
	overflow:hidden;
	height:420px;
	width:590px;
	margin-bottom:55px;
	margin-left:40px;
}
.preview_block.last {margin-left:0;}
.preview_block .img
{
	height:420px;
	width:590px;
	text-align:center;
	border:0;
	background-color:white;
}
.preview_block .img img
{
	height:420px;
	width:590px;
}
.preview_block .preview_body
{
	height:110px;
	overflow:hidden;
	position:relative;
	top:-110px;
	background-color:rgba(0,0,0,0.5);
}
.preview_block .preview_body .date
{
	height:20px;
	overflow:hidden;
}
.preview_block .preview_body .date span
{
	font-size:0.833em;
	color:white;
	line-height:20px;
	height:20px;
	
	padding:0px 10px;
	background-color:#00A8D7;
	display:inline-block;
	float:left;
	margin-left:25px;
}
.preview_block .preview_body .preview_title
{
	margin-top:10px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	margin-right:10px;
	font-size:20pt;
	color:white;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.preview_block .preview_body .desc
{
	height:60px;
	line-height:30px;
	margin-right:10px;
	overflow:hidden;
	float:none;
	font-size:16pt;
	color:white;
}
.preview_block .preview_body .desc p {margin:0px;}
.preview_block .link 
{ 
	display:block;
	height:310px;
	position:relative;
	top:-530px;
	text-align:center;
	background-color:rgba(0,0,0,0.5);
	opacity:0;
}
.preview_block:hover .link {opacity:1;}
.preview_block .link a
{
	display:inline-block;
	height:70px;
	line-height:70px;
	font-size:20pt;
	color:white;
	background-color:#F03C47;
	padding:0px 65px;
	margin-top:120px;
}
.preview_block .link a:hover {background-color:black;}
.preview_block .link a:focus {background-color:black;}

.page_links_border
{
	background-image:url('../images/bg_lines_under.png');
	background-repeat:repeat-x;
	height:30px;
}

#blog_page_half_bg
{
	position:absolute;
	top:517px;
	left:0px;
	width:50%;
	height:290px;
	background-color:#60BDCE;
	z-index:1;
}
#blog_page
{
	overflow:hidden;
}
#blog_page .blog_header
{
	overflow:hidden;
	height:290px;
	background-color:#60BDCE;
}
#blog_page .blog_header .blogger_pic
{
	display:inline-block;
	float:right;
	overflow:hidden;
	margin-top:50px;
	margin-right:40px;
	height:160px;
	width:160px;
	border-radius:80px;
}
#blog_page .blog_header .big_seperator
{
	display:inline-block;
	float:right;
	overflow:hidden;
	margin-top:100px;
	margin-right:30px;
	height:70px;
	width:7px;
	background-color:white;
}
#blog_page .blog_header .blogger_name
{
	display:inline-block;
	float:right;
	overflow:hidden;
	margin-top:92px;
	margin-right:15px;
	height:80px;
	line-height:40px;
	width:210px;
	color:white;
	font-size:32pt;
	font-weight:bold;
}
#blog_page .blog_header .white_area
{
	display:inline-block;
	float:left;
	overflow:hidden;
	margin-top:40px;
	height:185px;
	width:760px;
	background-color:white;
}
#blog_page .blog_header .white_area .right_area
{
	display:inline-block;
	float:right;
	overflow:hidden;
	margin-right:10px;
	height:180px;
	width:400px;
}
#blog_page .blog_header .white_area .tags_area
{
	display:inline-block;
	float:right;
	overflow:hidden;
	margin-top:30px;
	height:60px;
	width:400px;
}
#blog_page .blog_header .white_area .tags_area .tag_icon
{
	display:inline-block;
	float:right;
	overflow:hidden;
	height:20px;
	width:15px;
	text-align:center;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/icon_tags.png');
}
#blog_page .blog_header .white_area .tags_area .tag_label
{
	display:inline-block;
	float:right;
	overflow:hidden;
	margin-right:5px;
	height:20px;
	line-height:20px;
	font-size:12pt;
	color:#7D7A75;
	font-weight:bold;
}
#blog_page .blog_header .white_area .tags_area .tag
{
	display:inline-block;
	float:right;
	overflow:hidden;
	margin-right:5px;
	height:20px;
	line-height:20px;
	font-size:12pt;
	color:#7A7A7C;
	background-color:#F5F5F5;
	border-radius:5px;
	padding:0px 7px;
}

#blog_page .blog_header .white_area .about_me_area
{
	display:inline-block;
	float:right;
	overflow:hidden;
	margin-top:15px;
	width:400px;
}
#blog_page .blog_header .white_area .about_me_area .title
{
	display:block;
	overflow:hidden;
	height:20px;
	line-height:20px;
	font-size:12pt;
	color:black;
	font-weight:bold;
}
#blog_page .blog_header .white_area .about_me_area .desc
{
	display:block;
	overflow:hidden;
	height:42px;
	line-height:14px;
	font-size:10pt;
	color:black;
}

#blog_page .blog_header .white_area .social_area
{
	display:inline-block;
	float:left;
	overflow:hidden;
	margin-top:30px;
	margin-left:30px;
	width:200px;
}
#blog_social_menu
{
	width:auto;
	padding:0;
	
}
#blog_social_menu li
{
	float:left;
	width:25px;
	height:25px;
	overflow:hidden;
	margin-right:15px;
	margin-bottom:15px;
}
#blog_social_menu li a
{
	display:block;
	overflow:hidden;
	width:25px;
	height:25px;
}
#blog_social_menu li img,
#blog_social_menu li .img
{
	width:25px;
	height:25px;
}
#blog_social_menu li .img.hover
{
	position:relative;
	top:-25px;
	opacity:0;
}
#blog_social_menu li a:hover .img.hover,
#blog_social_menu li a:focus .img.hover
{
	opacity:1;
}


#blog_page .blog_title_area
{
	overflow:hidden;
	height:70px;
	border-bottom:1px solid #CFCFCF;
	margin-bottom:60px;
}
#blog_page .blog_title_area .main_circle
{
	display:inline-block;
	float:right;
	overflow:hidden;
	margin-top:25px;
	margin-left:10px;
	height:20px;
	width:20px;
	border-radius:10px;
	background-color:#F03C47;
}
#blog_page .blog_title_area .main_title
{
	display:inline-block;
	float:right;
	overflow:hidden;
	text-align:center;
	margin-top:0px;
	height:70px;
	line-height:70px;
	font-size:20pt;
	color:black;
}
#blog_page .blog_title_area .main_link
{
	display:inline-block;
	float:left;
	margin-right:40px;
	overflow:hidden;
	text-align:center;
	margin-top:0px;
	height:70px;
	line-height:70px;
	font-size:16pt;
	color:#EE3E49;
}
#blog_page .blog_title_area .main_link:hover
{
	color:black;
}










