
/* 3.11 Petition
------------------------------------------------------------------------------*/

.actionkit #content {
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.petition .container {
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.petition .sub {
	padding:0;
}

.petition .left {
	width: 382px;
	padding:0 10px 0 0;
	border-right: 0;
}

.petition .right {
	padding-left: 31px;
	width: 340px;
	border-left: 2px solid #e3e3e3;
}

.petition #content .sign-petition h2 {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 17px;
	word-spacing: 4px;
}

.sign-petition {
	overflow: auto;
	border-bottom: 2px solid #e3e3e3;
	padding-bottom: 13px;
}

.sign-petition li {
	margin: 0;
}

.sign-petition p {
        float: left;
        font-style: italic;
        padding-bottom: 7px !important;
        padding-top: 16px !important;
        width: 300px;
}

.sign-petition textarea {
	position: relative;
	font-size: 12.5px;
	line-height: 15px;
	color: #999;
	font-family: Georgia;
	padding: 5px;
	border: 2px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 324px;
	height: 36px;
}


.recent-signers-wrapper {
	padding-top: 22px;
}

#content .recent-signers h2,
#content .letter h2 {
	color: #666;
	padding-top: 0;
	padding-bottom: 5px;
	word-spacing: 4px;
}
.recent-signers ul {
	width: 247px !important;
}

.recent-signers li {
	padding: 7px 1px;
}


/* Left column */

.letter {
	padding-top: 18px;
}

.letter.recognized {
	padding-top: 27px;
}

.letter span {
	display: block;
}

#content .letter h2 {
	padding-bottom: 18px;
	margin-bottom: 0;
}

.letter h2+p {
	padding-bottom: 0;
        padding-top:0px !important;
}

.letter p.italic {
	font-style: italic;
}

.letter p {
	padding-top: 12px !important;
	padding-bottom: 4px !important;
	font-size: 12.5px;
	line-height: 17px !important;
	font-style: normal;
}

form.recognized p {
	font-style: italic;
	padding-top: 15px;
	padding-bottom: 7px;
}

.petition .sharing-options li.first-child {
	padding-top: 24px;
}

.petition .sharing-options a {
	color: #999;
}

.petition .sharing-options a:hover {
    text-decoration:none;
}

.letter p.silhouettes {
	padding: 0;
	padding-left: 32px;
}

/* Thermometer */
.thermometer-box {
	border-bottom: 2px solid #E3E3E3;
	height: 94px;
	position: relative;
}
.thermometer-box p {
	font-style: italic;
	font-size: 14px;
	line-height: 14px;
	padding: 0;
	padding-left: 5px;
	padding-bottom: 12px;
}

.thermometer {
	width:  274px;
	position: relative;
	height: 33px;
}

.thermometer-box .thermometer-gray,
.thermometer-box .thermometer-color,
.thermometer-box .amount {
	position: absolute;
	top: 0;
	left: 0;
	height: 33px;
	display: block;
}

.thermometer-gray {
	background: transparent url(../images/common/bg-thermometer-gray.png) no-repeat;
	width: 268px;
	z-index: 0;
}

.thermometer-color {
	background: transparent url(../images/common/bg-thermometer-color.png) no-repeat;
	width:  0px;
	z-index: 10;
}

.thermometer-box .amount {
	color: #fff;
        text-shadow: gray 1px 1px;
	text-align: right;
	line-height: 33px;
	z-index: 20;
	display: none;
}

.thermometer-box li {
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}

.thermometer-box .zero {
	margin-right: 213px;
	margin-left: 6px;
}

.thermometer-box .current {
    clear:left;
    position:relative;
    top:-22px;
    /* left: set inline by ak template */
}

.thermometer-box .hundred {
	margin-right: 0;
}

#petition_extra_fields label {
	width:auto;
}

#petition_extra_fields input[type=checkbox] {
	height:auto;
	margin-right:5px;
}

@media screen and (max-width: 480px) {
	

	.actionkit input[type=submit] {
		margin:0;
	}

	.petition .right,
	.petition .left {
		width:100%;
		padding:0;
		margin:0;
		border:0;
	}
}