/****************************************************************
THIS HOLDS THE STYLE FOR ALL OF THE BLOGS:
	TABLE TALK
	FARM TALK
	MEDIA CENTRE		
****************************************************************/
		


.blog-titles h1, .blog-titles p
{
	display: none;
}

.blog-titles
{
	background-repeat: no-repeat;
	background-position: top left;
	height: 152px;
	width: 829px;
	margin: -40px 0 15px -10px;
}

.blog-titles img
{
	float: right;
}


#tt-header
{
	background-image: url(/_assets/images/table-talk/title.jpg);
}


#ft-header
{
	background-image: url(/_assets/images/farm-talk/title.jpg); 
}

#bg-header
{
        background-image: url(/_assets/images/blog/title.png);
}

#mc-header
{
	background-image: url(/_assets/images/media-centre/title.jpg);
}

#blog-outer
{
	float: left;
	width: 570px;
	margin-right: 10px;
}

#blog-header
{
	background-image: url(/_assets/images/about/about-content-header.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
	margin-left: 5px;
}

#blog-footer
{
	background-image: url(/_assets/images/about/about-content-footer.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
	margin-left: 5px;
}

#blog-content
{
	background-image: url(/_assets/images/table-talk/line-break.gif);
	background-position: 15px 15px;
	background-repeat: no-repeat;	
	padding: 25px 15px;
	margin-left: 7px;
	background-color: #fff;
	font-family: arial, sans-serif;
}

#blog-content p.date
{
	color: rgb(197,11,18);
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
}

#blog-content h1,
#blog-content h1 a,
#blog-content h1 a:hover,
#blog-content h1 a:visited
{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-top: 5px;
}

#blog-content p
{
	font-size: 12px;
	line-height: 17px;
	margin: 5px 0 15px 0;
}

#blog-content .single-post
{
	background-image: url(/_assets/images/table-talk/line-break.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#blog-content .entry h2
{
	font-size: 14px;
	margin: 10px 0 0 0;
	font-weight: bold;
}

ul#what-others-look-at
{
	list-style: none;
	background-image: url(/_assets/images/table-talk/others-been-looking-at-panel.png);
	background-repeat: no-repeat;
	width: 198px;
	height: 213px;
	margin: 0 0 30px 0;
	padding: 99px 0 0 25px;
}

ul#what-others-look-at li
{
	margin-bottom: 14px;
}

ul#what-others-look-at li a
{
	font-family: arial, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #000;
}

ul#what-others-look-at li a:hover
{
	color: #fff;
}

#table-talk-sidebar
{
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
}

#farm-talk-sidebar
{
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
}

#farm-talk-sidebar h1#photo-title
{
	display: block;
	width: 214px;
	height: 56px;
	background-image: url(/_assets/images/farm-talk/photo-title.png);
	background-repeat: no-repeat;
}

#farm-talk-sidebar h1#photo-title span
{
	display: none;
}

#farm-talk-sidebar #lightbox-gallery
{
	margin-top: 15px;
	padding-left: 8px;
}

#farm-talk-sidebar #lightbox-gallery ul
{
	list-style: none;
	margin: 0 0 0 7px;
	padding: 0;
}

#farm-talk-sidebar #lightbox-gallery ul li
{
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

#farm-talk-sidebar #lightbox-gallery ul li.endrow
{
	margin-right: 0;
}

#farm-talk-sidebar #lightbox-gallery ul li.hidded
{
	display: none;
}

#media-centre-sidebar
{
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
}

#media-centre-sidebar a#download-press-rel
{
	background-image: url(/_assets/images/media-centre/download-press-release.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 214px;
	height: 55px;
	display: block;
	margin-bottom: 10px;
}

#media-centre-sidebar a#download-press-rel span
{
	display: none;
}

#media-centre-sidebar #media-contacts
{
	background-imagexxx: url(/_assets/images/media-centre/media-contacts.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 164px;
	height: 136px;
	padding: 135px 25px 0 25px;
}

#media-centre-sidebar #media-contacts p
{
	font-size: 14px;
	font-weight: bold;
}

#media-centre-sidebar #media-contacts a
{
	color: rgb(197,11,18);
	text-decoration: none;
}
	

