/* British Comedy Guide - Link Styles
Version 1.0 - August 2007 */

/* DEFAULT LINKS */

a {  
	color: #0000FF;
	text-decoration: none;
}

a:visited {  
	color: #0033FF;
	text-decoration: none;
}

a:hover {  
	color: #FF0000;
	text-decoration: none;
}

/* DECORATED LINKS */

h2 a {
	color: #000000;
}

h2 a:visited {
	color: #000000;
}

h2 a:hover {
	color: #0099FF;
}

a.link-big {  
	font-size:16px;
	font-weight: bold;
}

a.link-big-go {  
	font-size:16px;
	font-weight: bold;
	padding-right: 14px;
	background-image: url(/images/furniture/arrow_blue.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

a.link-go {  
	padding-right: 14px;
	background-image: url(/images/furniture/arrow_blue.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

a.link-go-small {  
	padding-right: 12px;
	background-image: url(/images/furniture/arrow_blue_s.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

a.link-go-back {  
	padding-left: 14px;
	background-image: url(/images/furniture/arrow_blue_back.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

a.link-top {  
	padding-right: 14px;
	background-image: url(/images/furniture/arrow_top.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

a.link-bottom {  
	padding-right: 14px;
	background-image: url(/images/furniture/arrow_bottom.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

a.link-ext {  
	padding-right: 17px;
	background-image: url(/images/furniture/arrow_link_out.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

.homepage-mini-holder a.link-ext { 
	padding-right: 13px !important;
	background-image: url(/images/furniture/arrow_link_out_s.gif) !important;
}

a.link-ext-small {  
	padding-right: 12px;
	background-image: url(/images/furniture/arrow_link_out_s.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

a.link-ext-grey {  
	padding-right: 17px;
	background-image: url(/images/furniture/arrow_link_out_grey.gif);
	background-position: center right;
	background-repeat: no-repeat;
	color: #666;
}

a.link-ext-grey-small {  
	padding-right: 12px;
	background-image: url(/images/furniture/arrow_link_out_grey_s.gif);
	background-position: center right;
	background-repeat: no-repeat;
	color: #666;
}

a.link-arrow-grey {  
	padding-right: 14px;
	background-image: url(/images/furniture/arrow_grey.gif);
	background-position: center right;
	background-repeat: no-repeat;
	color: #666;
}

a.link-arrow-red {  
	padding-right: 14px;
	background-image: url(/images/furniture/arrow_red.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

a.link-arrow-grey:hover, a.link-ext-grey:hover {
	color: #900;
}

a.link-rss {  
	padding-left: 18px;
	background-image: url(/images/furniture/rss_icon.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

a.link-header-subline-open {
	text-decoration: none;
	color: #333333;
	border: none !important;
	padding-right: 14px;
	background-image: url(/images/furniture/arrow_grey_down.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

a.link-logged-in {  
	padding-left: 17px;
	background-image: url(/images/furniture/signin_icon.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
}

.header-social-media-link {
	vertical-align: middle;
	padding-bottom: 2px;
	margin-right: 3px;
}

a.link-faint, a:visited.link-faint {
	color: #000066;
}

a:hover.link-faint {
	color: #990000;
}


a.link-comedy {
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	font-style: italic;
}

a.link-comedy-bold {
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

a:hover.link-comedy, a:hover.link-comedy-bold {
	color: #990000;
	border-bottom: 1px solid #990000;
}

a.link-subtle {
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
}

a.link-subtle-ext {
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	padding-right: 17px;
	background-image: url(/images/furniture/arrow_link_out_grey.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

a:hover.link-subtle, a:hover.link-subtle-ext {
	color: #990000;
	border-bottom: 1px solid #990000;
	text-decoration: none;
}

a.link-comedy-repeat {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}

a.link-comedy-repeat-bold {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover.link-comedy-repeat, a:hover.link-comedy-repeat-bold {
	color: #990000;
}

a.link-person {
	color: #000000;
	text-decoration: none;
}

a:hover.link-person {
	color: #990000;
}

a.link-grey {
	color: #AAAAAA;
	text-decoration: none;
}

a:hover.link-grey {
	color: #990000;
}

a.link-black {
	color: #000000;
	text-decoration: none;
}

a:hover.link-black {
	color: #990000;
}