/* for cobranding logo in header */
header#top img.cobranding {
	margin-left:0px;
	margin-top:10px;
	max-height:90px;
}

/* For outside US petition */

span.info {
	font-size:12px;
	color: #AAA !important;
	float:left;
	margin-bottom:10px;
}

.main .pull-left {
	padding-left:29px;
}

.main .margin-right-20 {
	margin-right: 20px;
}

#content section.contentheading {
	padding-bottom: 0;
}

#content section.contentheading h1 {
	margin-left: 0;
}
#content section.contentheading img {
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: .5em;
}
#content section.contentheading p {
	margin-left: 0;
}

#content form label[for="id_country"] {
display: inline-block;
margin-right: 10px;
}

#known_user {
	margin-bottom:10px;
}
 
#content #petition_extra_fields {
	margin-top:10px;
	clear:left;
}

#content #petition_extra_fields ul.user_form li > small {
	float:left;
	color:#AAA;
	margin:-10px 0px 10px 10px;
}

#content .group {
	margin: 0 auto 20px auto;
	display: block;
	padding:0;
}

#content .group > div {
	display:inline-block;
}

.sp_fb_large a,
.sp_tw_large a,
.sp_em_large a {
	width: 153px !important;
	font: normal 15px/15px Arial, Helvetica, sans-serif !important;
}

/* Might be cruft */
#content .group li {
	font-family: "din-condensed-web", sans-serif;
	border: none;
	color: white;
	background-color: #00AEEF;
	display: inline-block;
	font-size: 28px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 38px;
	height: 47px;
	padding: 0 20px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	clear: both;
	min-width:100px;
	text-align:center;
}

#content .group li.facebook {
	background-image: -moz-linear-gradient(top, #4568B2, #30487B);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4568B2), to(#30487B));
	background-image: -webkit-linear-gradient(top, #4568B2, #30487B);
	background-image: -o-linear-gradient(top, #4568B2, #30487B);
	background-image: linear-gradient(to bottom, #4568B2, #30487B);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4568b2', endColorstr='#ff30487b', GradientType=0);
}

#content .group li.twitter {
	background-color: #0BB8E7;
	background-image: -moz-linear-gradient(top, #12CCFF, #009AC4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#12CCFF), to(#009AC4));
	background-image: -webkit-linear-gradient(top, #12CCFF, #009AC4);
	background-image: -o-linear-gradient(top, #12CCFF, #009AC4);
	background-image: linear-gradient(to bottom, #12CCFF, #009AC4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12ccff', endColorstr='#ff009ac4', GradientType=0);
}

#content .group li.email {
	background-image: -moz-linear-gradient(top, #00AEEF, #009AC4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00AEEF), to(#009AC4));
	background-image: -webkit-linear-gradient(top, #00AEEF, #009AC4);
	background-image: -o-linear-gradient(top, #00AEEF, #009AC4);
	background-image: linear-gradient(to bottom, #00AEEF, #009AC4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AEEF', endColorstr='#ff009ac4', GradientType=0);
}

#content .group li a {
	color: white;
	position:relative;
	top:4px;
}

#content .group li a:hover {
	text-decoration:none;
	text-shadow: 0 0 2px white;
	cursor:pointer;
}

.socialite-buttons {
	width:15%;
	margin:0 auto;
	text-align:center;
}

.socialite-buttons > div {
	display:inline-block;
}
/* End possible cruft */


div#signup {
	width:330px;
}

div#signup .petition_text {
	background-color: white;
	border-radius: 10px;
	padding: 15px 10px;
}

div#signup .petition_text p {
	font-size:13px;
	font-style: italic;
}

div#signup form input[type="submit"] {
	float:left;
	margin-bottom:10px;
}

div#signup form label.opt-in {
font-size: .7em;
line-height: 1.1em;
letter-spacing: 1px;
color: #666;
display: block;
margin: 10px 0;
padding-left: 20px;
padding-right: 45px;
position: relative;
clear:left;
}

div#signup form label.opt-in.disclaimer {
padding-left:0;
}

.fb_edge_widget_with_comment {
	position: relative;
	right: 44px;
}

section.callout p.p1 {
	font-size:12px;
}

ul#ak-errors {
	list-style: none;
	padding-left: 0;
}

ul#ak-errors li {
	color: red;
	font-size:18px;
}

#content form input[type="text"], #content form input[type="email"], #content form input[type="tel"], #content form textarea {
	width: 91%;
}

.fixed {
	position:fixed;
}


/* ==================================================================
	LIKE BUTTON THAT SLIDES OUT 
================================================================== */

.sticky-box {
 -webkit-transition: right 2s ease;
 -moz-transition: right 2s ease;
 -o-transition: right 2s ease;
 transition: right 2s ease;
 position: fixed;
 z-index: 9999999;
 top:220px;
 right: -607px;
 background-color:#fff;
 border: 7px solid #EA6000;
 border-radius:7px;
 padding:20px 25px;
 width:480px;
 box-sizing:border-box;
 -moz-box-sizing:border-box;
}

.sticky-box h1 {
	color: #9d9f9f;
	font-size:17px;
}

.sticky-box h1 span {
	font-size:24px;
	font-weight:bold;
	text-transform: uppercase;
}

.sticky-box.active {
  right:-20px;
}


.sticky-box .fb_edge_widget_with_comment {
	right:0;
}

.sticky-box .fb_edge_widget_with_comment iframe {
	height:224px !important;
}
























