/* --- GENERIC --- */

.clrfx {zoom: 1;}
.clrfx:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}



/* --- SSAGK FORM --- */

.ssagk-title {
	background: none;
	color: #CA4142;
	text-transform: none;
	font-size: 1.3em;
	margin-bottom: 0;
	padding-left: 0;
}

.ssagk-form {
	position: relative;
	background-color: #CA4142;
	color: #FFF;
	border-top: 3px solid #A83737;
	border-bottom: 3px solid #A83737;
	padding: 1em 0.8em;
	margin-left: -0.8em;
	width: 100%;
	font-family: ff-basic-gothic-web-pro, 'Verdana', 'Helvetica', sans-serif;
	text-shadow: 1px 1px 0 #A83737;
}

.ssagk-form .form-col {
	float: left;
	display: inline-block;
	width: 50%;
	padding: 0.25em 2.5%;
	border-right: 1px dotted #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
.ssagk-form .form-col:last-of-type {
	border: 0;
}

.ssagk-form .form-el {
	float: left;
	display: inline-block;
	margin-right: 0.5em;
}

.ssagk-form .form-submit {
	margin-right: 0;
}

.ssagk-form label {
	display: block;
	margin-bottom: 0.2em;
	font-size: 0.9em;
}

.ssagk-form input[type="text"],
.ssagk-form input[type="email"],
.ssagk-form input[type="password"],
.ssagk-form .text {
	display: block;
	width: 250px;
	padding: 0.4em 0.5em;
	font-size: 1em;
	background-color: #A83737;
	color: #FFF;
	border: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
	        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.ssagk-form input[type="submit"],
.ssagk-form button[type="submit"],
.ssagk-form .submit {
	border: 0;
	cursor: pointer;
	cursor: hand;
	height: 2em;
	padding: 0 0.7em;
	font: normal 1em/0.9em ff-basic-gothic-web-pro, 'Verdana', 'Arial', sans-serif;
	text-shadow: 1px 1px 0 rgba(40, 40, 40, 0.1);
	background-color: #faecec;
	color: #CA4142;
	display: inline-block;
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.ssagk-form input[type="submit"]:hover,
.ssagk-form button[type="submit"]:hover,
.ssagk-form .submit:hover {
	background-color: #FFF;
}


#content .ssagk-form p {
	margin-bottom: 0.5em;
	font-size: 1em;
	line-height: 1.4em;
}
#content .ssagk-form p.space {
	margin-top: 1em;
}

#content .ssagk-form .subscribe_page_button {
	margin-top: 0;
	background-color: #faecec;
	color: #CA4142;
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
#content .ssagk-form p > .subscribe_page_button {
	margin-top: 0.5em;
	float: right;
}
#content .ssagk-form .subscribe_page_button:hover {
	background-color: #FFF;
}
/* OVERRIDE main.css */
#content .subscribe_page_button:after {
	content: "\0020\00BB";
}

#content .ssagk-form h3 {
	color: #FFF;
	margin-bottom: 0.5em;
	padding: 0;
	font: 1.25em/1.4em ff-basic-gothic-web-pro, 'Verdana', 'Helvetica', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 2px 2px 0 #A83737;
}

.ssagk-form .forgot-pass {
	font-family: ff-basic-gothic-web-pro, 'Verdana', 'Helvetica', sans-serif;
	font-size: 0.8em;
	margin-top: 0.15em;
	color: #FFF;
}

.ssagk-form .sep {
	height: 0;
	line-height: 0;
	color: #000;
	border-top: 1px dotted #000;
	text-align: center;
	margin: 1.0em 0;
	font-family: ff-basic-gothic-web-pro, 'Verdana', 'Helvetica', sans-serif;
	clear: both;
}

.ssagk-form .sep span {
	display: inline-block;
	margin: 0 auto;
	font-size: 0.85em;
	text-transform: uppercase;
	background-color: #CA4142;
	padding: 0.1em 0.3em;
	line-height: 1em;
	position: relative;
	top: -0.6em;
}



/* --- LOADING --- */

.ssagk-loading,
.ssagk-authenticated {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #CA4142;
	background-color: rgba(202, 65, 66, 0.85);
	text-align: center;
}
.ssagk-loading div,
.ssagk-authenticated div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height:50%;
	margin: auto;
	text-align: center;
}
.ssagk-loading img {
	display: block;
	margin: auto;
}



/* --- SSAGK NOTICES --- */

.ssagk-message {
	background-color: #A83737;
	color: #FFF;
	font-size: 0.85em;
	line-height: 1.4em;
	margin-bottom: 1em;
	padding: 0.7em 1.5em;
	position: relative;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.ssagk-message a {
	color: #FFA500;
}
.ssagk-error {
	padding-left: 3.5em;
}
.ssagk-error:before {
	content: "!";
	display: block;
	background-color: #FFF;
	color: #A83737;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.15em;
	width: 1.15em;
	height: 1.15em;
	margin: 0;
	text-align: center;
	position: absolute;
	top: 0.35em;
	left: 0.5em;
	text-shadow: none;
}
.ssagk-warning {
	background-color: transparent;
	font-size: 1em;
}



/* --- SSAGK TEMPLATE MODS --- */

.post_summary {
	margin-top: 1em;
}

.require_access {
	position: relative;
	font-size: 11px !important;
	line-height: 11px;
	color: #CA4142;
	text-transform: uppercase;
	font-family: ff-basic-gothic-web-pro, 'Verdana', 'Helvetica', sans-serif;
	letter-spacing: 0.02em;
	text-indent: none;
	white-space: none;
}
.require_access img {
	display: inline;
	width: 10px;
	height: 12px;
}
.require_access span {
	position: absolute;
	left: 15px;
	top: 0;
}

.lock_icon,
#content .issue_box .lock_icon {
	display: inline-block;
	width: 10px;
	height: 12px;
	position: relative;
	z-index: 99;
	vertical-align: middle;
}
#content #homepage_slideshow .homepage_slide .lock_icon img {
	float: none;
	width: 10px;
	height: 12px;
}

.lock_icon img {
	vertical-align: top;
	display: block;
}
.lock_icon div,
#content .issue_box .lock_icon div {
	background-color: #FFFFFF;
	color: #CA4142;
	display: none;
	font: 11px/11px 'Verdana', 'Arial', sans-serif;
	position: absolute;
	left: 15px;
	right: auto;
	top: 0;
	width: auto;
	height: 12px;
	white-space: nowrap;
	padding: 0;
	z-index: 99;
}

.lock_icon div,
#content .issue_box .lock_icon div {
	left: -7px;
	padding: 5px;
	bottom: 22px;
	top: auto;
	-webkit-box-shadow: -1px 1px 9px -2px rgba(0, 0, 0, 0.65);
	        box-shadow: -1px 1px 9px -2px rgba(0, 0, 0, 0.65);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.lock_icon div:after,
#content .issue_box .lock_icon div:after {
	content: "";
	display: block;
	border-top: 7px solid #FFF;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	bottom: -7px;
	left: 7px;
}

#content .stripped-list,
#content .post .stripped-list {
	list-style: none;
	padding: 0;
	margin-bottom: 1em;
}
#content .stripped-list li,
#content .post .stripped-list li {
	list-style: none;
}

.not-available-online {
	color: #CA4142;
	font-family: ff-basic-gothic-web-pro, 'Verdana', 'Helvetica', sans-serif;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
}
