/** Styles for social login stuff **/
#social-error {
	background: #DBF2B7 url(../img/icn-social-warn.png) no-repeat 15px 50%; 
	margin: 9px 0; 
	border-radius: 5px; 
	padding: 18px 20px 18px 60px; 
	box-shadow: 0 1px 2px #A8C58B inset; 
	font-family: "proxima nova", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 27px; 
}

#social-error + .post {
	border-top: none; 
}

#social-checklist {
	border-left: 1px solid #eee;
	float: right;
	margin-right: 160px;
	margin-top: 40px;
	padding-left: 20px;
}

#social-checklist ul {
	margin-left: 0;
	margin-top: 0; 
}

#social-checklist ul li {
	list-style-type: none;
	line-height: 40px;
	margin: 10px 0;
	font-family: "proxima nova", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#social-checklist ul li:before {
	content: "\e063";
	font-family: 'Gigaom-Icon';
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	margin-right: 8px;
	position: relative;
	speak: none;
	top: 2px;
	-webkit-font-smoothing: antialiased;
}

#social-checklist ul li.one:before {
	content: "\e062";
}
