.dovetail_inline_subs_wrap {
	position: relative;
	z-index: 2000 !important;
	width: 622px;
	background-color: rgba(255,255,255,0.7);
	top: -70px;
	margin-bottom: -70px;
	padding-top: 80px;
	background: url('grad.png') repeat-x top left transparent;
}

.dovetail_inline_subs {
	width: 580px;
	border: solid 1px #efefef;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	padding: 20px;
	color: #252525;
}

.dovetail_inline_subs .divider {
	width: 620px;
	margin-left: -20px;
	background-color: #ccc;
	border-color: #ccc;
}

.dovetail_inline_subs .divider.heavy {
	height: 5px;
	background-color: #252525;
	border-color: #252525;
}

.dovetail_inline_subs .sub-form {
	background-color: #252525;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
}

.dovetail_inline_subs label {
	display: block;
	text-transform: uppercase;
	font-weight:  bold;
}

.paywalled-post .article-social {
	opacity: 0.5
}

.paywalled-post .all-taxonmoies,
.paywalled-post .signoff {
	display: none;
}

/**
 * Stuff that is in the theme stylesheet just dup it here for the short term to
 * fool some caches.
 */
.sub-left, .sub-right {
	display: inline;
	float: left;
	width: 48%;
}
.sub-left {	margin-right: 2%; }
.sub-right { margin-left: 2%; }

.very-large {
	font-size: 34px;
	line-height: 35px;
}

a.blue-button {
	background-color: #0E6BEE;
	color: #fff;
	display: inline-block;
	padding: 4px 10px 3px;
	border-radius: 0.4em;
}

a.blue-button:hover {
	text-decoration: none;
	background-color: #0a4ba5;
}

/**
 * Form
 */
.dovetail_sign_in input[type=submit] {
	margin: 0;
}

.dovetail_sign_in .text-field {
	width: 100%;
	background-color: #fff;
	border: solid 1px #ccc;
	margin: 8px -1px 14px;
}

.dovetail_sign_in input.web_id {
	display: block;
	border: 0 none;
	background-color: transparent;
	padding: 0;
	margin: 0 2%;
	width: 96%;
	line-height: 1.4em;
	height: 1.4em;
	color: #000;
	box-shadow: none;
}

.dovetail_sign_in input.web_id:focus {
	border: 0 none;
	outline: 0 none;
	box-shadow: none;
}

.dovetail_sign_in .help {
	margin-top: 10px;
}

/**
 * Top bar
 */
#dovetail_top_bar {
	height: 28px;
	background-color: #252525;
	color: #fff;
	position: relative;
	z-index: 2002 !important
}

.drop {
	position: relative;
}

.drop .content {
	position: absolute;
	top: 28px;
	left: 0;

	visibility:hidden;
	opacity: 0;

	-webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
	-moz-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
	-ms-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
	-o-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
	transition: visibility 0s linear 0.25s, opacity 0.25s linear;
}

/* Can't click to activate so we'll work on hover. */
.drop.active .content,
html.no-js .drop:target .content,
html.no-js .drop:hover .content {
	visibility:visible;
	opacity: 1;

	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
	-ms-transition-delay:0s;
	transition-delay:0s;
}


.drop .desc {
	cursor: pointer;
}

.drop .desc:hover {
	text-decoration: underline;
}

.bar-item {
	float: left;
	margin: 0 10px;
}

.bar-item .content {
	background-color: #252525;
	padding: 10px;
	box-shadow: 0 0 10px #000;
	border-radius: 0 0 5px 5px
}

.bar-item .desc {
	line-height: 28px;
	height: 28px;
}

.bar-item .content a {
	color: #fff;
	font-weight: bold;
}

#wpadminbar {
	z-index: 99999 !important
}

.subscription a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

.subscription {
	background-color: #C00;
	display: inline;
	float: right;
	color: #fff;
	padding: 0 9px 0 8px;
}

#dovetail_top_bar form.dovetail_sign_in {
	width: 250px;
}

.sub-drop .desc {
	background: url( 'spectator-16x16.png' ) no-repeat left center;
	padding-left: 21px;
}

.sub-drop .content {
	left: 18px;
	color: #fff;
}

.drop .content .close {
	position: absolute;
	top: 0;
	right: 5px;
	cursor: pointer;
	width: 15px;
	text-align: right;
	line-height: 21px;
	color: #fff;
	text-decoration: none;
}
