/* http://www.presente.org/static/css/mobile/petition.css */


.petition #content {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:blue;
}

.petition .leading {
	padding-left: 20px;
	padding-right: 20px;
}

.petition .sub {
	padding-top: 0;
	padding-bottom: 0;
}

.petition .left {
	padding-top: 0px;
	padding-bottom: 10px;
	border-right: 0;
	width: 100%;
}

.petition .right {
	padding-top: 28px;
	padding-bottom: 40px;
	width: 100%;
}

.petition #content .sign-petition h2 {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 17px;
	word-spacing: 4px;
}

.sign-petition {
	overflow: auto;
	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: 280px;
	height: 36px;
}

.sign-petition input[type="submit"] {
	margin-top: 12px;
	margin-right: 30px;
	padding: 0 26px;
}

.recent-signers-wrapper {
	padding-top: 10px;
	border-top:2px solid #E3E3E3;
	height:200px;
	display: none;
}

#content .recent-signers h2,
#content .letter h2 {
	color: #666;
	padding-top: 0;
	padding-bottom: 5px;
	word-spacing: 4px;
}
.recent-signers ul {
	width: 275px !important;
}

.recent-signers li {
	padding: 7px 1px;
}


/* Left column */

.letter {
	padding-top: 20px;
}

.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: 20px !important;
	font-style: normal;
}

form.recognized p {
	font-style: italic;
	padding-top: 15px;
	padding-bottom: 7px;
}

.petition .sharing-options li.first-child {
	padding-top: 0px;
    margin-right:-17px;
}

.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;
	display: none;
}
.thermometer-box p {
	font-style: italic;
	font-size: 14px;
	line-height: 14px;
	padding: 0px 0px 12px 5px !important;
}

.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(http://www.presente.org/static/images/common/bg-thermometer-gray.png) no-repeat;
	width: 268px;
	z-index: 0;
}

.thermometer-color {
	background: transparent url(http://www.presente.org/static/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;
}