@media screen and (max-width: 480px)
{
	.topnavbar li 
	{
		width: 33%;
		height: 26px;
		padding : 5px;
	}
	
	.headline
	{
		font-size: 16px;
	}

	#news_posts .sub_headline
	{
		font-size: 14px;
	}
	
	#news_posts li.top_news .post-image img 
	{
		width: 100%;
		height: auto;
		border-radius: 8px;
		max-width: 100%;
	}
	
	.post-big-image-block 
	{
		/*width: 210px;	*/
	}
	
	.post-big-image 
	{
		height: 310px; 
	}
	
	.photo_item 
	{
		width: 75px;
		height: 100px;
	}

	#news_posts .post-info
	{
		padding: 0px;
		margin-left : 130px;
	}

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

	#news_posts li.top_news .post-image  img
	{
		width: 240px;
	}
		
	#news_posts .post-info .publish-date 
	{
		font-size: 12px;
		margin-top : 5px;
	}
	
	#news_posts .news_title {
		font-size: 18px;
		margin-top : 10px;
	}

	#news_posts .news_title2 {
		font-size: 12px;
	}
	
	#news_posts .post-info p 
	{
		font-size: 14px;
		line-height: 20px;
	}

	#news_posts .post-info .more {
		display: block;
		margin: 0px 0px 20px;
	}
	
	.photo_block
	{
		text-align : center;
		height : 220px;
	}
	
	.bday_photo_item
	{
		width : 90px;
		height : 120px;
	}	
	
	.photo_block span
	{
		font-size : 10px;
	}
	
	.bday_extra_photos_block
	{
		height : 120px;
	}


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