/* This stylesheet is used to style the public view of the plugin. */
.entry-content { 
	position: relative;
	z-index: 0;
}

.st-hider {
	display: none;
	position: absolute;
	background: #FFF;
	z-index: 1;
	width: 100%;
}

.st-fader {
	position: absolute;
	width: 100%;
	background: url( '../assets/fade-out.png' ) repeat-x;
	z-index: 1;
}

.st-hider-remove {
	text-align: center;
	margin: .5em 0 0 !important;
}

.st-hider-remove a {
	color: #898989;
}

#st_content_concealer_signup {
	border: 5px solid #EAEAEA;
	background: #FFFFFF;
}

#st_content_concealer_signup .pitch {
	padding: 1em;
}

#st_content_concealer_signup h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 18px;
	text-align: center;
}

#st_content_concealer_signup form {
	background: #eee2fa;
	padding: 1em;
	border-bottom: 3px solid #C8ACE4
}

#st_content_concealer_signup .st-featured-on img {
	max-width: 100%;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);

}

#st_content_concealer_signup input {
	width: 30%;
	margin-right: 1%;
}

#st_content_concealer_signup input[type=submit] {
	font-size: 14px;
	background: #4F4648;
	border: 1px solid #111;
	color: #FFF;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0;
	padding: 0;
	height: 32px;
}

	#st_content_concealer_signup input[type=submit]:hover {
		background: #686868;
	}

#st_content_concealer_signup ul {
	list-style: none;	
}

#st_content_concealer_signup li {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 18px;
	margin-right: 5em;
}

#st_content_concealer_signup input.error {
	background: #FDD;
}

#st_content_concealer_signup label.error {
	display: inline-block;
	padding: 0 1%;
	color: #844;
	margin: 0;
}