/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.bestoday.com.au/mt-static/themes-base/blog.css);
@import url(http://www.bestoday.com.au/mt-static/support/themes/minimalist-white/minimalist-white.css);
/* end StyleCatcher imports */
@import url(http://www.bestoday.com.au/custom.css); 
@import url(http://www.bestoday.com.au/mt-static//plugins/ActionStreams/css/action-streams.css);

/*CSS Flickr style pagination*/
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
	}
	div.pagination a {
		border: 1px solid #dedfde;
		margin-right:3px;
		padding:2px 6px;
		background-position:bottom;
		text-decoration: none;
		color: #993333;		
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #000;
		background-image:none;
		background-color:#993333;
		color: #fff;
	}
	div.pagination b {
		margin-right:3px;
                padding:2px 6px;
		font-weight: bold;
		color: #993333;
	}
	div.pagination span.disabled {
		margin-right:3px; 
		padding:2px 6px;
		color: #993333;
	}

