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

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
	direction: ltr;
	unicode-bidi: embed;
	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 */
	display: inline-block;

}

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

/* 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;
}

.forumbg .header a:focus, .forabg .header a:focus, th a:focus {
	text-decoration: underline;
}

.stat-block h3 a:hover {
	text-decoration: underline;
}

.stat-block h3:focus, .stat-block h3 a:focus {
	text-decoration: underline;
}

a.subforum:focus {
	text-decoration: underline;
}

a.username-coloured:hover, a.username-coloured:focus {
	text-decoration: underline;
}

p em a:hover, p em a:focus {
	text-decoration: underline;
}

h2.forum-title a:hover, h2.forum-title a:focus {
	text-decoration: underline;
}

h2.topic-title a:hover, h2.topic-title a:focus {
	text-decoration: underline;
}

h2.posting-title a:hover, h2.posting-title a:focus {
	text-decoration: underline;
}

.postbody h3 a:hover, .postbody h3 a:focus {
	text-decoration: underline;
}

#viewprofile a:hover, #viewprofile a:focus {
	text-decoration: underline;
}

.forabg .header, .forumbg .header {
	padding-left: 12px;
}

.rtl .forabg .header, .rtl .forumbg .header {
	padding-left: 0;
	padding-right: 12px;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 5px 0 0 5px;
	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;
	border: 1px solid transparent;
	border-right: none;
}

.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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

a.forumtitle:hover, a.forumtitle:focus {
	text-decoration: underline;
}

a.topictitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	white-space: inherit;
}

a.topictitle:hover, a.topictitle:focus {
	text-decoration: underline;
}

a.lastsubject {
	font-weight: bold;
	text-decoration: none;
}

a.lastsubject:hover, a.lastsubject:focus {
	text-decoration: underline;
}

.row-item a:hover {
	text-decoration: none
}

.row-item .lastsubject:hover,
.row-item .forumtitle:hover,
.row-item .topictitle:hover,
.row-item .subforum:hover,
.row-item .username:hover,
.row-item .username-coloured:hover {
	text-decoration: underline;
}

/* Post body links */
.postlink {
	text-decoration: underline;
	padding-bottom: 0;
}

.postlink:hover, .postlink:focus {
	text-decoration: underline;
}

.signature a, .signature a:hover {
	border: none;
	text-decoration: underline;
}

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

.postprofile a.username, .postprofile .username-coloured {
	font-size: 1.1em;
}

.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 {
	font-size: 12px;
	text-decoration: none;
	margin-top: 10px;
}

/* Back to top of page */
.back2top {
	clear: both;
}

.back2top .top {
	float: right;
	margin-right: -10px;
	margin-top: 0;
}

/* Arrow links  */

.arrow-up {
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
}

.arrow-down {
	padding-right: 10px;
}

.arrow-left:hover, .arrow-left:focus {
	text-decoration: none;
}

.arrow-right:hover, .arrow-right:focus {
	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;
}
