/* Link Styles
---------------------------------------- */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {direction: ltr;unicode-bidi: embed;display: inline-block;
	/* text-decoration: none;
	/* we use links inline more often then not so to address several bugs with
	IE and some other browsers we render all links as inlineblock by default */ }
h2.topic-title a, h2.topic-title a:visited {color:#c53730; text-decoration:none;}
h2.topic-title a:hover, h2.topic-title a:active {text-decoration:underline;}

/* Coloured usernames */
.username-coloured {
	font-weight: bold;
	display: inline !important;
	padding: 0 !important;
}
a.username {font-weight: bold; color:#c53730;}

/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {text-decoration: none;}
.forumbg .header a:hover, .forabg .header a:hover, th a:hover {text-decoration: underline;}

/* Notification mark read link */
.dropdown-extended a.mark_read {
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 3px 0 0 3px;
	display: none;
	margin-top: -20px;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dropdown-extended li:hover a.mark_read {display: block;}
.dropdown-extended a.mark_read:hover {width: 50px;}
.jumpbox-cat-link, .jumpbox-forum-link { font-weight: bold; }

/* Links for forum/topic lists */
a.forumtitle, 
ul.topiclist dt.div a.forumtitle  
{
	font-family: 'Oswald', Helvetica, Arial, Sans-serif;
	font-size: 1.6em!important;
	font-weight: 600!important;
	text-decoration: none;
	color: #333333;
}

a.forumtitle:hover {
	text-decoration: underline;
	color:#c53730;
}

a.topictitle, dt div a.topictitle {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.3em!important;
	font-weight: bold;
	line-height:1.1;
	text-decoration: none;
	display: inline;
	color: #333333;
}

a.topictitle:hover {text-decoration: underline;color:#c53730;}
a.lastsubject {font-weight: bold;text-decoration: none;}
a.lastsubject:hover {text-decoration: underline;}
.row-item a:hover {text-decoration: none}
.row-item .topictitle:hover,
.row-item .subforum:hover,
.row-item .username:hover,
.row-item .username-coloured:hover {text-decoration: underline;}

/* Post body links */
	/*.signature a, .signature a:hover {border: none;text-decoration: underline;}
.postlink {border-bottom: 1px solid transparent;margin-bottom: -2px;padding-bottom: 0;}*/

a.postlink:hover {text-decoration: none;}
a.postlink {display: inline;text-decoration: underline;}


/* Profile links */
.postprofile a, .postprofile dt.author a {font-weight: bold;text-decoration: none;}
.postprofile a:hover, .postprofile dt.author a:hover {text-decoration: underline;}

/* Profile searchresults */
.search .postprofile a {text-decoration: none;font-weight: normal;}
.search .postprofile a:hover {text-decoration: underline;}
.top, a.top, .top i  {font-size: 1.3em;text-decoration: none;padding:0.3em 0;}

/* Back to top of page */
.back2top {clear: both;}
.back2top .top {float: right; margin: 0 -10px 7px 0;}

/* Arrow links  */
.arrow-up {
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
}
.arrow-up:hover {}
.arrow-down {padding-right: 10px;}
.arrow-down:hover {}
.arrow-left:hover {text-decoration: none;}
.arrow-right:hover {text-decoration: none;}

/* invisible skip link, used for accessibility  */
.skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
	float: right;
	margin: 3px;
}

a.anchor {
	display: block;
}
