/* CSS for LinkFilter extension */

/**
 * Hide redundant heading, title is already shown
 * @see https://phabricator.wikimedia.org/T143145
 */
.ns-700 .firstHeading {
	display: none;
}

.lr-left {
	float: left;
	width: 55%;
}

.lr-right {
	float: right;
	border-left: 1px solid #DCDCDC;
	float: right;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 20px 0px;
	width: 40%;
}

.lr-right h2 {
	padding: 0px 0px 10px 0px;
	margin: 0px !important;
}

.lr-right h3 {
	padding: 0px 0px 10px 0px !important;
	margin: 0px !important;
	font-size: 16px;
}

.lr-right p {
	padding: 0px !important;
	margin: 10px 0px !important;
}

.lr-top-link {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.link-highlight {
	background-color: #FFFB9B;
	border: 1px solid #FDC745;
	padding: 0px 8px;
}

.lr-top-link a {
	font-weight: bold;
	text-decoration: none;
}

.lr-left p {
	margin: 0px !important;
	padding: 8px 0px !important;
	font-weight: bold;
	font-size: 13px;
}

.remember-me {
	margin: 10px 0px 10px -4px;
}

.favorite-input {
	margin: 8px 0px;
}

.favorite-input-title {
	font-weight: bold;
	min-width: 40px;
	margin: 0px 10px 0px 0px;
}

.lr-input {
	width: 300px;
}

.admin-link {
	border-bottom: 1px solid #dcdcdc;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	color: #333;
}

/**
 * This is kinda awful, and by kinda I mean totally.
 * On some skins (such as Dusk, Nimbus) the default (10px, see above) is good
 * enough, whereas on others it's just not enough and will cause a pesky UI glitch.
 */
.skin-deskmessmirrored div.admin-link:not(.border-fix),
.skin-greystuff div.admin-link:not(.border-fix),
.skin-mask div.admin-link:not(.border-fix),
.skin-metrolook div.admin-link:not(.border-fix),
.skin-monobook div.admin-link:not(.border-fix),
.skin-refreshed div.admin-link:not(.border-fix),
.skin-splash div.admin-link:not(.border-fix),
.skin-truglass div.admin-link:not(.border-fix),
.skin-vector div.admin-link:not(.border-fix) {
	padding-bottom: 35px;
}

.admin-title {
	font-size: 17px;
	padding: 0px 0px 10px 0px;
	/* Prevent long link titles from overflowing (T156133) */
	word-break: break-all;
}

.admin-submitted {
	padding: 0px 0px 10px 0px;
}

a.action-reject {
	display: block;
	background-color: #F15A3A;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 2px 8px;
	margin: 0px 10px 0px 0px;
	float: left;
}

a.action-accept {
	display: block;
	background-color: #68BD46;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	float: left;
	padding: 2px 8px;
	margin: 0px 5px 0px 0px;
}

a.action-reject:hover {
	background-color: #b80202;
	color: #fff;
}

a.action-accept:hover {
	background-color: #466C2C;
	color: #fff;
}

.approved-link {
	padding: 0px 0px 6px 0px;
	/* Prevent long link titles from overflowing (T156133) */
	word-break: break-all;
}

.approved-link a {
	font-weight: bold;
}

.approve-link-time {
	color: #888;
	font-size: 11px;
	margin: 0px 0px 0px 5px;
}

/* Page CSS */
.link-url a {
	font-size: 20px;
	font-weight: bold;
}

.link-url {
	padding-top: 10px;
	/* Prevent long link titles from overflowing (T156133) */
	word-break: break-all;
}

.link-type {
	margin-top: 15px;
	width: 130px;
	font-size: 14px;
	line-height: 20px;
	background-color: orange;
	padding: 2px 6px;
	color: #fff;
	font-weight: bold;
	margin: 0px 6px 0px 0px;
}

.link-date {
	color: #888;
	font-size: 11px;
	padding: 6px 0px 4px;
}

.link-domain {
	font-size: 12px;
	padding: 4px 0px 0px 0px;
	color: green;
}

#main {
	padding: 0px 0px 0px 0px !important;
}

#main p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

#link-page-container {
	overflow: hidden;
}

#link-page-left {
	float: right;
	width: 20%;
	margin: 0px 0px 0px 0px;
}

#link-page-middle {
	width: 75%;
	overflow: hidden;
}

#link-page-right {
	float: left;
	width: 179px;
	padding: 8px 0px 0px 0px;
	background-color: #F2F4F7;
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px;
}

#link-page-middle #edit-menu {
	margin: 0px 0px 0px 7px !important;
}

.link-left-units {
	background-color: #F2F4F7;
	padding: 10px 10px 15px 10px;
	border-bottom: 1px solid #dcdcdc;
}

.link-container {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #dcdcdc;
}

.link-container h2 {
	margin: 0px 0px 8px 0px !important;
	font-size: 16px;
	letter-spacing: -1px;
	color: #333;
}

.bottom-fix {
	border-bottom: none !important;
	padding-bottom: 5px !important;
	margin-bottom: 0px !important;
}

.link-recent {
	line-height: 13px;
	padding: 0px 0px 6px 0px;
}

.link-recent a {
	text-decoration: none;
}

/* Author */

/*.author-container {
}*/

.author-container-fix {
	margin: 0px 0px 10px 0px;
}

.more-container {
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 5px 0px;
	border-bottom: 1px solid #dcdcdc;
}

.more-container-fix {
	margin: 0px !important;
	border: none !important;
}

.link-left-units h2 {
	padding: 0px !important;
	margin: 0px !important;
	border-bottom: none;
	color: #333;
}

.author-info {
	font-size: 11px;
	color: #333;
	line-height: 14px;
	margin: 10px 0px 0px 0px;
}

.author-info img {
	float: left;
	border: 1px solid #dcdcdc;
	padding: 3px;
	background-color: #fff;
	display: block;
	text-align: justify;
	margin: 0px 10px 0px 0px;
}

.author-articles {
	margin: 4px 0px 0px 0px;
}

.more-container h3 {
	margin: 0px 0px 5px 0px !important;
	font-size: 11px;
	letter-spacing: -1px;
	color: #555;
}

.author-title {
	margin: 0px 0px 6px 0px;
}

.author-title a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.author-article-item {
	line-height: 12px;
	margin: 0px 0px 4px 0px;
}

.author-article-item a {
	text-decoration: none;
	font-size: 11px;
}

.author-item-small {
	font-size: 10px;
	color: #888;
}

.author-archive-link {
	text-align: right;
	font-size: 10px;
}

/* Recent Container */
.recent-container {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	font-size: 11px;
	border-bottom: 1px solid #dcdcdc;
}

.recent-container div {
	font-size: 10px;
	margin: 0px 0px 5px 0px;
	line-height: 11px;
	color: #888;
}

.recent-container h2 {
	letter-spacing: -1px;
	font-size: 14px;
	margin: 0px 0px 1px 0px !important;
	color: #333;
}

.recent-item {
	margin: 0px 0px 0px 0px;
}

.recent-title {
	color: #444;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.recent-container img {
	padding: 2px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	margin: 2px 2px 0px 0px
}

.recent-container a {
	text-decoration: none;
}

/* Comment of the Day */
.cod-score {
	font-weight: bold;
	color: #fff;
	background-color: orange;
	padding: 0px 3px;
	margin: 0px 4px 0px 0px;
}

.cod-poster a {
	font-size: 12px;
	text-decoration: none;
}

.cod-comment a {
	text-decoration: none;
	font-size: 12px;
}

.cod-comment {
	line-height: 13px;
}

.cod-item {
	margin: 0px 0px 5px 0px;
	overflow: hidden;
}

.cod-item img {
	padding: 1px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	vertical-align: middle;
}

/* Ad Unit */
.article-ad {
	margin: 10px 0px 0px 0px;
	text-align: center;
}

.article-ad a {
	text-align: center;
}

/* Casual Game */
.game-unit-container {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}

.game-unit-container h2 {
	margin: 0px 0px 8px 0px !important;
	font-size: 16px;
	letter-spacing: -1px;
	color: #333;
}

.poll-unit-title {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #777;
	margin: 0px 0px 8px 0px;
}

.poll-unit-choices a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.poll-unit-image {
	margin: 0px 0px 8px 0px;
}

.poll-unit-image img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
}

.poll-unit-choices input {
	margin: 0px 5px 0px 0px;
}

.quiz-unit-image {
	margin: 8px 0px 0px 0px;
}

.quiz-unit-image img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
}

.quiz-unit-title a {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

.pg-unit-title {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #777;
	margin: 0px 0px 8px 0px;
}

.pg-unit-pictures img {
	float: left;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	padding: 3px;
	margin: 0px 3px 0px 0px;
}

.pickem-unit-game {
	/*border-bottom:1px solid #dcdcdc;*/
	padding: 8px 0px;
}

.pickem-unit-date {
	font-weight: bold;
}

.pickem-unit-visitor, .pickem-unit-home {
	margin: 5px 0px 0px 0px;
	cursor: pointer;
}

.pickem-unit-visitor img, .pickem-unit-home img {
	vertical-align: middle;
	border: 1px solid #dcdcdc;
	margin: 0px 5px 0px 0px;
}

.pickem-unit-nogame {
	font-weight: bold;
	color: #FF0000;
}

/* List Pages */
#link-page-right .listpages-item {
	line-height: 14px;
}

#link-page-right .listpages-item a {
	font-size: 12px !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

#link-page-right .listpages-item {
	margin: 0px 0px 6px 0px !important;
}

/* By Line */
.link-byline {
	font-weight: bold;
	margin: 8px 0px 0px 0px;
	color: #555;
	font-size: 13px;
}

.link-byline-last-edited {
	font-size: 11px;
	color: #888;
	margin: 0px 0px 15px 0px;
}

/* Categories */
#categories {
	padding: 10px 0px;
}

.full {
	width: 530px;
}

.reply {
	margin-left: 70px !important;
	width: 460px;
}

.fc-item {
	position: relative;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
}

.fc-avatar {
	position: absolute;
	top: 0px;
	left: 0px;
}

.fc-avatar img {
	padding: 3px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
}

.fc-container {
	position: relative;
	top: 0px;
	top: 0px;
	margin: 0px 0px 0px 70px;
	z-index: 2;
}

.fc-user {
	font-weight: bold;
	position: relative;
	margin: 0px 0px 6px 0px;
}

.fc-user a {
	font-size: 14px;
	text-decoration: none;
}

.fc-time {
	font-size: 10px;
	color: #888;
	line-height: 11px !important;
	font-weight: normal !important;
}

.fc-text {
	margin-top: 30px;
}

/* Links Home */
.link-home-navigation a {
	background-color: orange;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 8px;
	display: block;
	float: left;
	margin: 0px 6px 0px 0px;
}

.link-home-navigation a:hover {
	color: #fff;
	background-color: #DD9001;
	text-decoration: none;
}

.border-fix {
	border-bottom: none !important;
}

.border-top-fix {
	border-top: none !important;
}

.links-home-left {
	width: 70%;
	float: left;
	padding: 15px 0px 0px 0px;
}

.links-home-right {
	float: right;
	width: 20%;
	margin: 0px;
	overflow: hidden;
}

.links-home-unit-container {
	background-color: #F2F4F7;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	padding: 10px;
}

.links-home-unit-container .listpages-item {
	margin: 0px 0px 6px 0px !important;
	line-height: 14px;
}

.links-home-unit-container .listpages-item a {
	font-size: 12px !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

.links-home-date {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	padding: 25px 0px 5px 0px;
}

.link-item-container {
	border-top: 1px solid #dcdcdc;
	padding: 15px 0px;
}

.link-item-type {
	width: 20%;
	padding-right: 10px;
	float: left;
	font-weight: bold;
	font-size: 13px;
	color: #888;
}

.link-item {
	padding-right: 10px;
	width: 60%;
	color: #333;
	float: left;
}

.link-item a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0px 0px 5px 0px;
}

.link-item-page{
	float: left;
}

.link-item-page a {
	font-size: 11px;
	text-decoration: none;
}

.page-nav {
	padding: 10px 0px 10px 0px;
}

.page-nav a {
	font-weight: bold;
}

/* Link Submit */
.lr-left .link-home-navigation {
	padding: 0px 0px 5px 0px;
}

.link-submit-title {
	color:#333;
	font-size:15px;
	font-weight:bold;
	padding:10px 0px 10px 0px;
	font-weight:bold;
}

.padding-fix {
	padding-top: 0px;
}

.link-submit-button {
	padding: 10px 0px 10px 0px;
}

input.lr-input {
	width: 90%;
}

textarea.lr-input {
	width: 90%;
}

.link-characters-left {
	color: #888;
	font-size: 11px;
}

.link-item-hook {
	line-height: 12px;
	margin: 0px 0px 7px 0px;
	overflow: hidden;
}

.link-item-hook-type {
	background-color: orange;
	color: #fff;
	padding: 0px 5px;
	margin: 0px 5px 0px 0px;
	font-size: 9px;
}

.link-item-hook-url {
	margin: 0px 3px 0px 0px;
}

.link-item-hook-page a {
	text-decoration: none;
	color: #666;
	font-size: 10px;
}

.link-item-hook-page a:hover {
	color: #333;
}

/* Fix for Special:LinkSubmit & Special:LinksHome */
.link-home-navigation a:visited {
	color: #FFFFFF !important;
}

/* Styles for low-end smartphones with a low resolution (i.e. Nokia X) */
@media screen and (max-width: 750px) {
	/* LinkFilter */
	div.lr-right {
		/* Make the instructions fit next to the form */
		max-width: 35%;
	}
	/* Buttons on Special:LinkApprove */
	div.action-buttons a.action-accept,
	div.action-buttons a.action-reject {
		padding: 15px;
	}
}
