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

/* Navigation bar links */
li.breadcrumbs span:first-child > a {
	display: inline-block;
	padding-left: 17px;
}

/* 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%;
	width: 30px;
	height: 40px;
	-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: 40px;
}

/* Links for forum/topic lists */
a.lastsubject {
	font-weight: normal;
	text-decoration: none;
}


/* Arrow links  */
a.arrow-up		{ background: none no-repeat left center; }
a.arrow-down		{ background: none no-repeat right center; }
a.arrow-left		{ background: none no-repeat 3px 60%; }
a.arrow-right		{ background: none no-repeat 95% 60%; }

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

a.arrow-up:hover {
	background-position: left top;
}

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

a.arrow-down:hover {
	background-position: right bottom;
	text-decoration: none;
}

a.arrow-left {
	padding-left: 12px;
}

a.arrow-left:hover {
	text-decoration: none;
	background-position: 0 60%;
}

a.arrow-right {
	padding-right: 12px;
}

a.arrow-right:hover {
	text-decoration: none;
	background-position: 100% 60%;
}

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

/*
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
*/

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

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
  direction: ltr;
  unicode-bidi: embed;
}
a:link, a:visited, a:hover, a:active { text-decoration: none }

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

/* Links for forum/topic lists */
a.forumtitle { text-decoration: none; }
a.topictitle {
  font-weight: bold;
  color: #898989;
  text-decoration: none;
}
a.topictitle:hover {
  color: #bcbcbc;
  text-decoration: underline;
}
a.topictitle:active { color: #898989; }

/* Post body links */
.postlink {
  text-decoration: none;
  color: #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 0;
}
.postlink:active { color: #d2d2d2; }
.postlink:hover {
  background-color: #f6f6f6;
  text-decoration: none;
  color: #404040;
}
.signature a, .signature a:visited, .signature a:hover, .signature a:active {
  border: none;
  text-decoration: underline;
  background-color: transparent;
}

/* Profile links */
dl.postprofile > dt > a > img { margin-bottom: 15px }

a.up, a.up:link, a.up:active, a.up:visited {
  padding-left: 10px;
  text-decoration: none;
  border-bottom-width: 0;
}
a.up:hover {
  background-position: left top;
  background-color: transparent;
}
a.down, a.down:link, a.down:active, a.down:visited { padding-right: 10px; }
a.down:hover {
  background-position: right bottom;
  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;
}