/* ---------------------------------------------------- */
/*														*/
/* 		EXTENSIONS										*/
/*		__________________________________________		*/
/*														*/
/* 		CSS classes for styling links					*/
/* 		(by Dominic Whittle)							*/
/*														*/
/* ---------------------------------------------------- */





/* -------------------------------- */
/* BIG LINKS						*/

a.more-btn {
	background:#5e5e5e url(../images/common/read-more-bg.jpg) repeat-x top;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border:1px solid #666;
	padding:3px 9px;
	color:#333;
	font-weight:bold;
	float:right;
	font-size:11px;
	line-height:15px;
	}
a.more-btn:hover {
	background:#bfbfbf url(../images/common/read-more-bg.jpg) repeat-x bottom;
	text-decoration:none;
	color:#333;
	}
	

a.more-btn-blue {
	background:#5e5e5e url(../images/common/read-more-bg-blue.jpg) repeat-x top;
	border:1px solid #1D615F;
	padding:3px 9px;
	font-weight:bold;
	float:right;
	font-size:11px;
	line-height:15px;
	color:#fcfcfc;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	}

a.more-btn-blue:hover {
	background:#bfbfbf url(../images/common/read-more-bg-blue.jpg) repeat-x bottom;
	color:#fff;
	text-decoration:none;
	}


a.download-link {
	background:#cdcdcd url(../images/extensions/link-download.jpg) 0 0;
	border:1px solid #666;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	color:#333;
	padding:8px 15px 7px 38px;
	display:inline-block;
	}

a.download-link:hover {
	color:#333;
	background:#fefefe url(../images/extensions/link-download.jpg) 0 -76px;
	text-decoration:none;
	}



a.pdf-link {
	background:#cdcdcd url(../images/extensions/link-pdf.jpg) 0 -5px;
	border:1px solid #666;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	color:#333;
	padding:8px 15px 7px 38px;
	display:inline-block;
	}

a.pdf-link:hover {
	color:#333;
	background:#fefefe url(../images/extensions/link-pdf.jpg) 0 -81px;
	text-decoration:none;
	}