@media screen and (min-width: 1025px)
{
	.title_bar
	{
		height : 41px;
		border-bottom : 5px solid #777;
		margin : 0px;
		padding : 0px;
	}

	.topnavbar li 
	{
		
		border-radius: 0px 8px 0px 0px;
		
		font-size : 14px;
		line-height : auto;
		height: 36px;
	}

	.headline
	{
		font-size: 20px;
	}

	#news_posts .sub_headline
	{
		font-size: 22px;
	}
	
	#news_posts .news_title {
		font-size: 24px;
		margin-top : 10px;
	}

	#news_posts .news_title2 {
		font-size: 14px;
	}
	
	#news_posts .post-info p 
	{
		font-size: 16px;
		line-height: 22px;
	}
	
	#news_posts li.top_news .post-image img 
	{
		width: 100%;
		height: auto;
		border-radius: 8px;
		max-width: 100%;
	}
	
	.post-big-image 
	{
		height: 300px; 
	}
	
	.photo_item 
	{
		width: 120px;
		height: 175px;
		
	}
	
	#news_posts .post-info
	{
		padding: 0px;
		margin-left : 185px;
	}

	#news_posts  .post-image  img
	{
		width: 175px;
	}

	#news_posts li.top_news .post-image  img
	{
		width: 350px;
	}
	
	
	.post-big-image-block 
	{
		background-image: none !important;
	}
	
		
	#news_posts .post-info .publish-date 
	{
		font-size: 14px;
		margin-top : 5px;
	}
	
	.photo_block
	{
		text-align : center;
		height : 300px;
	}
	
	.bday_photo_item
	{
		width : 140px;
		height : 200px;
	}	
	
	.photo_block span
	{
		font-size : 12px;
	}
	
	.bday_extra_photos_block
	{
		height : 200px;
	}
	

	.cc_pages li a
	{
		font-size: 18px;
		line-height : 24px;
		
	}
	
}