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

	.topnavbar li 
	{
		width: 120px;
		border-radius: 0px 8px 0px 0px;
		padding: 10px 0px 5px 3px;
		font-size : 14px;
		line-height : auto;
		height: 36px;
	}

	.headline
	{
		font-size: 20px;
	}

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

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

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

	#news_posts li.top_news .post-image  img
	{
		width: 300px;
	}
	
	
	#news_posts .post-info .publish-date 
	{
		font-size: 12px;
		margin-top : 5px;
	}
	
	.post-big-image-block 
	{
		/*width: 260px;	*/
	}
	
	.post-big-image 
	{
		height: 450px; 
	}
	
	.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;
		
	}
	
}