@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;}
table{
	border-collapse:collapse;
	border-spacing:0;}
fieldset, img{
	border:0;}
address, caption, cite, code, dfn, em, strong, th, var, optgroup{
	font-style:inherit;
	font-weight:inherit;}
del, ins{
	text-decoration:none;}
li{
	list-style:none;}
caption, th{
	text-align:left;}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;}
q:before, q:after{
	content:'';}
abbr, acronym{
	border:0;
	font-variant:normal;}
sup{
	vertical-align:baseline;}
sub{
	vertical-align:baseline;}
input, button, textarea, select, optgroup, option{
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;}
/*	  */
::selection{
	background: #2585AB; /* Safari */
	color:#fff;}
::-moz-selection{
	background: #2585AB;
	color:#fff; /* Firefox */}
body, html{
	margin:0;
	font-family:Tahoma, sans-serif;
	font-size:13px;
	line-height:1.5;
	color:#313a42;}
html{
	background:url(https://s3.amazonaws.com/s3.350.org/images/bg.jpg) repeat fixed 0 0 #087DAE;
	height:100%;}
body{
	background:url(https://s3.amazonaws.com/s3.350.org/images/globe-bg-part.png) no-repeat fixed left top;
	min-height:100%;}
.clearall{
	clear:both;}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	margin-bottom:.5em;
	font-family:ff-din-round-web-pro-1, ff-din-round-web-pro-2, Tahoma, sans-serif;
	line-height:1.2;}
h1{
	font-size:40px;
	letter-spacing:-.02em;}
h2{
	font-size:35px;
	letter-spacing:-.02em;}
h3{
	font-size:28px;}
h4{
	font-size:24px;}
h5{
	font-size:1.3em;}
h6{
	font-size:1.15em;}
a {
	font-weight:900;
	color:#087DAE;}
a:hover {
	color:#FF6319;
	text-decoration:underline;}
a:active {
	color:#313a42;
	text-decoration:underline;}
p, ul, ol {
	margin:0 0 15px;}
p:last-child, ul:last-child, ol:last-child {
	margin-bottom:0;}
img {
	max-width:100%;}
strong {
	font-weight:bold;}
blockquote {
	margin:0 0 1em;
	font-size:.85em;
	padding-left:1em;}
q {
	font-style:italic;}
sup {
	font-size:.75em;
	vertical-align:top;}
sub {
	font-size:.75em;
	vertical-align:bottom;}
caption {
	font-size:.85em;
	color:#888;}
ul ul, ol ol, ul ol, ol ul, ul ul ul, ol ol ol {
	margin-left:30px;
	margin-bottom:0;
}
ul li {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:15px;
}
ol li {
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:15px;
}
em {
	font-style:italic;
}
table {
	border-collapse:separate;
	border-spacing:2px;
}
th {
	background:#dde0e3;
	padding:2px 5px;
}
thead th {
	background:#313a42;
	color:#fff;
	padding:2px 5px;
	font-weight:900;
}
td {
	background:#eee;
	padding:5px;
}
code, samp, kbd, var {
	font-family:"Courier New", Courier, monospace;
}
pre {
	font-family:"Courier New", Courier, monospace;
	padding-left:15px;
	border-left:5px solid #dde0e3;
	margin:15px 0;
}
del {
	text-decoration:line-through;
}
small {
	font-size:.9em;
}
abbr, acronym {
	font-size:0.9em;
	font-variant:small-caps;
	letter-spacing:0.07em;
	border-bottom:2px dotted #313a42;
	cursor:help;
	padding-bottom:2px;
}
input {
	padding:7px;
	margin:2px 0 6px;
	width:235px;
	border-radius:2px;
}
input.checkbox,
input.radio,
input[type='radio'],
input[type='checkbox'] {
	width:auto !important;
}
select {
	padding:6px;
	margin:2px 0 6px;
	width:100%;
	cursor:pointer;
	border-radius:2px;
}
textarea {
	padding:7px;
	width:235px;
	min-height:80px;
	border-radius:2px;
}
legend {
	font-weight:bold;
}
cite {
	font-style:italic;
}
br.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
	overflow:hidden;
}
.button{
	background: #D8D8D8;
	background: -moz-linear-gradient(top,  #D8D8D8 0%, #ACACAC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D8D8D8), color-stop(100%,#ACACAC));
	background: -webkit-linear-gradient(top,  #D8D8D8 0%,#ACACAC 100%);
	background: -o-linear-gradient(top,  #D8D8D8 0%,#ACACAC 100%);
	background: -ms-linear-gradient(top,  #D8D8D8 0%,#ACACAC 100%);
	background: linear-gradient(top,  #D8D8D8 0%,#ACACAC 100%);
	padding:3px 7px;
	border:1px solid #9CA5A9;
	color:#424a4c;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0;
	position:relative;
	text-shadow:none;
	box-shadow:
		inset 0 0 1px 0 rgba(255,255,255,1)
		;
	margin:0 0 5px;
	line-height:1.5;
	border-radius:3px;
}
.button.small{
	font-family:Tahoma,sans-serif;
	font-size:11px;}
.button:hover{
	border:1px solid #768187;
	color:#313a42;
	box-shadow:
		inset 0 0 1px 0 rgba(255,255,255,1),
		0 0 3px 0 rgba(0,0,0,0.2)
	;
	text-decoration:none;}
.button:active{
	top:1px;
	box-shadow:
		inset 0 0 1px 0 rgba(255,255,255,1)
	;}
#container {
	padding:1px;
}
#main {
	width:800px;
	position:relative;
	margin:0 auto;
}
#header #logo {
	margin-bottom:15px;
}
#header #logo a {
	background:url(https://s3.amazonaws.com/s3.350.org/images/350-logo-white.png) no-repeat;
	display:block;
	width:75px;
	height:35px;
	cursor:pointer;
	text-indent:-9999px;
	margin-top:20px;
}
#header #logo a:hover {
	opacity:.6;
}
#header #logo a:active {
	position:relative;
	top:1px;
}
#content {
	width:450px;
	padding:35px;
	background:#f7f9fb;
	position:relative;
	z-index:100;
	border-bottom: 4px solid #CCd4da;
	border-radius:3px;
}
#main .large-form {
	width:800px;
	padding:0;
}
#content input, #content textarea, #content select {
	background-color:#Eef0F3;
	border:1px solid #bbb;
}
#content label {
	font-weight:bold;
}
#form-wrapper {
	position:absolute;
	top:60px;
	left:520px;
}
#page-title{
	font-family:'Permanent Marker',ff-din-round-web-pro-1,ff-din-round-web-pro-2,sans-serif;
	letter-spacing:-0.03em;
	line-height:1.1;
	font-weight:normal;
}
#form {
	padding:9px 10px 9px 10px;
	background-color:#A9B1B5;
	width:250px;
	margin-bottom:20px;
	z-index:50;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#form-wrapper div.fixed {
	position:fixed;
	top:30px;
}
input, select, textarea {
	background:	#f9fafb;
	background:rgba(255,255,255,0.7);
	border:0 none;
}
input.label, textarea.label {
	font-weight:normal;
	background:#e8e9ea;
	background:rgba(255,255,255,0.7);
	color:#777;
}
input.focused, textarea.focused, #content input.focused, #content textarea.focused {
	background:#fff;
	color:#ccc;
	font-weight:normal;
	border-color:#ff6319;
}
select.focused {
	background:#fff;
	color:#000;
}
input.info-entered, textarea.info-entered, #content input.info-entered, #content textarea.info-entered {
	color:#000;
}
p.form-instructions {
	border-bottom: 2px dashed #777777;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 9px;
	padding-bottom: 10px;
}
#form h4 {
	margin-top:5px;
}
form.dummy {
	padding:0 !important;
	background:0 none !important;
	margin:0 !important;}
input#id_postal {
	width:80px;
}
select.country {
	width:148px;
}
input.LV_valid_field, #content input.LV_valid_field {
	background:url(validation-img.png) no-repeat scroll right 2px #e8ffea;
}
select.LV_valid_field, #content select.LV_valid_field {
	background:#e8ffea;
}
input.LV_invalid_field, #content input.LV_invalid_field {
	background: url(validation-img.png) no-repeat scroll right -126px #F9E4D2;
	margin-bottom:0;
}
select.LV_invalid_field, #content select.LV_invalid_field {
	background-color:#F9E4D2;
}
input.hasDatepicker {
	cursor:pointer;
	background-image:url(validation-img.png);
	background-repeat:no-repeat;
	background-position:right -297px;
}
input.hasDatePicker:hover {
	background-color:#ffc;
}
.input-wrapper {
	position:relative;
	display:inline;
}
span.LV_valid {
	display:none;
}
span.LV_invalid {
	background:#FF761A;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	position: relative;
	top:-1px;
	margin:0 0 7px 1px;
	z-index: 90;
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
}
.alert {
	display:block;
	padding:5px 8px;
	background:#ccc;
	background:rgba(0,0,0,0.1);
	margin:7px 0;
	font-size:10px;
	font-weight:bold;
}
textarea.letter {
	width:95%;
	font-family:Tahoma, sans-serif;
	border:0 none;
	background:#eaeaea;
	margin:20px 0;
}
#known_user {
	border-bottom:2px dashed #666;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
#known_user span.greeting {
	font-size:18px;
	font-weight:bold;
}
a.logout {
	text-decoration:none;
	font-size:11px;
}
#script {
	padding:13px 17px 17px;
	background:#E3EAF1;
	margin:20px 0;
}
#target_checkboxes input {
	width:auto;
}
div.target {
	background: none repeat scroll 0 0 #CCCFD3;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	margin: 10px 0;
	padding: 8px;
}
#form .state {
	width:60%;
	margin-right:1%
}
#form .zip {
	width:29%;
}
ul#ak-errors {
	margin:0;
	padding:0;
}
ul#ak-errors li {
	color: #DD0000;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 5px;
}
input.submit,
#content input.submit,
#container input.submit,
.button.big{
	display:block;
	display:inline-block;
	padding:8px 15px 6px;
	text-align:center;
	background: #ec7f00;
	background: -moz-linear-gradient(top,  #f39F00 0%, #e75f00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f39F00), color-stop(100%,#e75f00));
	background: -webkit-linear-gradient(top,  #f39F00 0%,#e75f00 100%);
	background: -o-linear-gradient(top,  #f39F00 0%,#e75f00 100%);
	background: -ms-linear-gradient(top,  #f39F00 0%,#e75f00 100%);
	background: linear-gradient(top,  #f39F00 0%,#e75f00 100%);	
	border:1px solid #e75f00;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#f1f2f3;
	font-weight:500;
	box-shadow:
		inset 0 0 1px 0 rgba(255,255,255,0.5),
		0 2px 2px 0 rgba(0,0,0,0.4)
		;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:.03em;
	text-shadow:
		1px 1px 0 rgba(255,255,255,0.3),
		-1px -1px 0 rgba(0,0,0,0.3);
	font-size:17px;
	margin:8px 0 3px;
	position:relative;
	font-family:ff-din-round-web-pro-1,ff-din-round-web-pro-2,sans-serif;
	width:auto;
	min-width:140px;
	max-width:400px;
}
input.submit:hover,
#content input.submit:hover,
#container input.submit:hover,
.button.big:hover{
	box-shadow:
		inset 0 0 1px 0 rgba(255,255,255,1),
		0 2px 4px 0 rgba(0,0,0,.3)
		;
	color:#fff;
	border:1px solid #b4481e;
}
input.submit:active,
#content input.submit:active,
#container input.submit:active,
.button.big:active{
	top:1px;
	box-shadow:
		inset 0 0 1px 0 rgba(255,255,255,1),
		0 0 4px 0 rgba(0,0,0,.2)
		;
	color:#fff;
}
#main .thanks {
	width:auto;
}
.taf-option {
	width:185px;
	padding:15px;
	background:#dde4eF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	float:left;
	margin-bottom:15px;
}
.taf-option-1 {
	margin-right:15px;
}
#taf-facebook, #taf-twitter {
	height:100px;
	background:#dde4ef url(https://s3.amazonaws.com/s3.350.org/images/share-bg.png) no-repeat right bottom
}
#taf-facebook {
	background-position:80% 50px;
}
#taf-twitter {
	background-position:75% -355px;
}
a.facebook-share {
	display:block;
	height:19px;
	width:55px;
	background:#EBEDF4 url(https://s3.amazonaws.com/s3.350.org/images/share-bg.png) no-repeat 0 -872px;
	text-indent:-9999px;
	cursor:pointer;
	border:1px solid #CAD4E7;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin-top:15px;
}
a.facebook-share:hover {
	border:1px solid #9DACCE;
}
#taf-email {
	width:415px;
	float:none;
	clear:both;
}
#taf-email input, #taf-email textarea {
	width:320px;
}
#taf-email input.submit {
	width: 250px;
}
#taf-email .email {
	display:table
}
.email-header {
	display:table-row;
}
.email-header-label, .email-header-content {
	display:table-cell;
	padding:4px;
	vertical-align:top;
}
#taf h4 {
	color:#878F98;
}
.email-header .to {
	vertical-align:middle;
}
.to .email-header-content {
	padding-bottom:0;
	padding-top:0;
}
.to input {
	margin-bottom:0;
}
.email-header-label {
	text-align:right;
	font-weight:bold;
}
#form input.disabled, #form input.disabled:hover, #form input.disabled:active, #content input.disabled, #content input.disabled:hover, #content input.disabled:active {
	background:#666;
	color:#fff;
	border-color:#A9B1B5;
	top:3px;
	cursor:not-allowed;
	opacity:.3;
	filter: alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.actions-taken, .money-raised {
	background: none repeat scroll 0 0 #E3EAF1;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 0 2px;
	text-align: center;
}
.Donation #main, .Donation #main .large-form, .Petition #main, .Petition #main .large-form {
	width:865px;
}
.Donation #content.large-form, .Petition #content.large-form {
	background-image:url(https://s3.amazonaws.com/s3.350.org/images/faux-column-bg.png);
	background-repeat:repeat-y;
}
.Petition #content.large-form {
	background-position:67px 0;
}
.Petition .name{
	display:block;}
.large-form fieldset {
	padding:12px 15px 15px;
	position:relative;
}
#user-info {
	background:#BFC4C7;
}
#payment-info {
	background:#D7DADD;
}
#progress {
	margin:15px 0;
	width:390px;
}
input.radio, .donate-form input.radio {
	width:auto;
	margin-left:15px;
}
.large-form .intro, .large-form .action {
	float: left;
	padding: 25px 25px 25px 20px;
	width: 320px;
}
.Petition .large-form .intro, .Petition .large-form .action {
	width:387px;
}
.Petition .large-form .intro {
	background:#F7F9FB;
}
.Petition .large-form .action {
	padding-top:15px;
	background-color:#D2D6D8;
	padding:0;
	width:433px;
}
.Petition .petition, .Petition .form {
	background:#EEF0F3;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	padding:15px 20px 25px;
}
.Petition .petition-text {
	font-size:17px;
	font-family:ff-din-round-web-pro-1, ff-din-round-web-pro-2, 'DIN Round Pro', sans-serif;
}
.signed {
	font-weight:bold;
	font-size:11px;
	margin-bottom:1px;
}
.Petition .form {
	background:#DADDDF;
	background:rgba(255,255,255,0.17);
}
.petition-intro {
	font-weight: bold;
	margin: 8px 0 10px;
	font-size:11px;
}
.Petition #id_name {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
	border:0 none;
	border-bottom: 2px dotted #AAAAAA;
	color: #313A42;
	font-family: 'Permanent Marker';
	font-size: 30px;
	font-weight:normal;
	padding: 2px 9px;
	font-weight:normal;
	display:block;
}
.Petition .name label{
	font-family: 'Permanent Marker';
	font-weight:normal;
	font-size: 30px;	
	line-height:37px;
	font-weight:normal !important;
	letter-spacing:-.03em;
}
.Petition #id_name.focused {
	color:#999;
	background:rgba(255,255,255,0.6);
}
.Petition #id_name.info-entered {
	color:#313a42;
}
.Petition #id_name.LV_valid_field {
	background-position: 98% 12px;
}
.Petition .select label{
	display:none;}
.Petition #state {
	width:188px;}
.Petition #id_email{
	width:190px;}
.Petition #id_city {
	width:160px;}
.Petition #country {
	width:280px;}
.Petition #id_postal {
	width:85px;}
.Petition .action input {
	width:370px;}
div.input.textarea{
	display:block;	
}
div.input.textarea label{
	margin-top:8px;
}	
.Petition textarea{
	width:370px;	
}
h4.legend {
	color:#7F8487;
	color: rgba(0, 15, 25, 0.4);
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin:0 0 8px;
}
h2.donate {
	margin:6px 0 22px;
}
.donate-form {
	background: none repeat scroll 0 0 #BFC4C7;
	display: block;
	float: left;
	width: 500px;
}
#act {
	background: none repeat scroll 0 0 #eff1f4;
}
.donate-form input {
	width:215px;
}
.donate-form #amount_list {
	width:235px;
	float:left;
}
.donate-form input#amount_other_field {
	font-size:45px;
	border:0 none;
	border-bottom:2px dashed #666;
	width:200px;
	background: url("https://s3.amazonaws.com/s3.350.org/images/dollarsign.png") no-repeat scroll 0 11px transparent;
	padding:6px 0 4px 25px;
	margin-right:14px;
	font-family:'ff-din-round-web-pro-1', 'ff-din-round-web-pro-2', tahoma, sans-serif;
	color:#313a42;
	line-height:1;
}
.amt-label, .freq-label {
	color: #999B9E;
	font-size: 10px;
	font-weight: bold;
	left: 5px;
	margin-top: 5px;
}
.donate-form input#amount_other_field:hover, .donate-form input#amount_other_field.focused {
	background-color:#fdfeff;
	background-position:-1px 10px;
	border:1px solid #ccc;
	border-radius:2px;
	padding:5px 1px 5px 24px;
	margin-right:12px;
}
.donate-form .warning {
	background: none repeat scroll 0 0 #FFE4CC;
	border: 1px solid #FF9944;
	font-size: 11px;
	padding: 10px;
}
.donate-form input#amount_other_field.focused {
	border-color:#ff6319;
	color:#b1bac2;
}
.amount_radio_button {
	display:none !important;
}
.donate-form #type {
	left: 3px;
	float: left;
	position: relative;
	width: 200px;
}
#type label {
	display:block
}
#type input {
	margin:0 1px 0 0;
	border:0 none;
}
#content input#card_num {
	width:450px;
	background-image:url(https://s3.amazonaws.com/s3.350.org/images/cc.png);
	background-repeat:no-repeat;
	background-position:98% center;
}
input#card_code {
	width:52px;
}
.donate-form input#region {
	width:118px;
}
.donate-form select#state {
	width:135px;
}
.donate-form input#postal, .donate-form input#postal-usa, .donate-form input#zip {
	width:76px;
}
.donate-form select#country {
	width:170px;
}
.donate-form input#name {
	width:275px;
}
.donate-form .us input#name {
	width:450px;
}
#exp_date_month {
	width:60px;
}
#exp_date_year {
	width:75px;
}
.submit-wrapper {
	position:relative;
	margin-top:12px;
}
.alt-payment {
	font-size:11px;
	padding:0 15px;
	float:left;
	position:relative;
	top:-7px;
}
#check-info {
	margin-top:10px;
	padding:10px;
	border-radius:3px;
	background:#e7e9eB;
}
input#paypal {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	margin:0;
	padding:0;
	vertical-align:bottom;
	width:auto;
	position:relative;
	bottom:1px;
	cursor:pointer;
}
#footer {
	border-top:2px dashed #CCCCCC;
	padding-top:10px;
	clear:both;
	margin-top:20px;
	margin-bottom:150px;
	color:#fff;
	font-size:11px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#ff6319;
}
#footer a:active {
	color:#ddd;
}
#simpleTooltip {
	padding: 4px 7px;
	border: 1px solid #A6A7AB;
	background: #F2F3F5;
	background:rgba(255,255,255,0.9);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:11px;
	max-width:150px;
	-mox-box-shadow:0 0 4px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.4);
	box-shadow:0 0 4px rgba(0,0,0,0.4);
}
.expando-inner {
	display:none;
}
label.infield {
	padding:8px;
}
div.input {
	position:relative;
	display:inline;
}
div.input label {
	left: 0;
	line-height: 0;
	padding: 8px;
	position: absolute;
	top: 0;
	cursor:text;
}
div.checkbox{
	display:block;}
div.checkbox label{
	position:static;
	cursor:pointer;
	padding:0;
	line-height:1;}
/* Survey page styles */

.Survey .large-form .intro {
	width:auto;
	float:none;
}
.Survey .survey-content {
	background-color:#EFF1F4;
	padding:10px 20px 20px;
}
.Survey .user,
.Survey .submit-form {
	padding:25px 20px 10px;
	background-color:#D7DADD;
}
.Survey #content label{
	font-weight:normal;	
}
.Survey .survey-content .question-label {
	width:470px;
	float:left;
	display:block;
	margin-top:5px;
	text-align:left;
}
.Survey .question {
	padding:10px 0;
	border-bottom:1px dashed #999;
	text-align:right;
}
.Survey .question:last-child {
	padding:10px 0 0;
	border-bottom:0 none;
}
.Survey #content .question input,
.Survey #content .question textarea {
	display:block;
	float:right;
	margin-bottom:0px;
	width:262px;
	background-color:#ffffff;
}
.Survey .submit-form{
	padding-top:1px;
}
.Survey #content .user input{
	width:150px;	
}
.Survey #content .user #id_postal{
	width:80px;	
}
.Survey .user input.LV_invalid_field{
	margin-bottom:25px;
}
.Survey .user span.LV_invalid{
	position:absolute;
	left:-1px;
	top:24px;	
}
.Survey .question input.checkbox,
.Survey .question input.radio,
.Survey .question input[type='radio'],
.Survey .question input[type='checkbox'] {
	margin-left:1em;
}
.Survey .question label{
	text-align:right;
}	
.Letter div.input.name{
	display:inline;}
.Letter div.name label,
.Letter div.name input#id_name{
    color: #313A42;
    font-family: 'Permanent Marker';
    font-size: 20px;
	font-weight:normal;
	padding:5px 7px 3px;}
.signature{
	font-family: 'Permanent Marker', sans-serif;
	font-weight:normal;
	font-size:26px;
	line-height:1;}
/* LTE styles */
h3#form-title{
	font-size:1.7em;
	text-transform:uppercase;
	margin-bottom:.2em;}
.LTE #main{
	width:960px;}
.LTE #content{
	float:left;
	border-radius:3px 0 0 3px;
	margin-bottom:30px;}
.LTE form.ak-form{
    background: none repeat scroll 0 0 #42484C;
    border-radius: 0 3px 3px 0;
	color:#fff;
    display: block;
    float: right;
    padding: 20px;
    width: 400px;
	margin-bottom:30px;}
.LTE input,
.LTE textarea{
	width:385px;}
.LTE label{
	color:#313a42;}
.LTE .instructions{
	border-bottom: 1px solid #666677;
	font-family: ff-din-round-web-pro-1;
	font-size: 1.1em;
	padding-bottom: 5px;
	margin-bottom:1em;
	color:#c8c9ca;}
.LTE #known_user,
.Call #known_user{
	border-bottom:0 none;
	color:#fff;
	position:absolute;
	right:0;
	top:0;
	font-family:ff-din-round-web-pro-1,ff-din-round-web-pro-2,sans-serif;
	font-size:1.2em;}
.LTE #known_user_name,
.Call #known_user_name{
	font-family:'Permanent Marker',sans-serif;
	font-size:1.4em;
	position:relative;
	top:1px;
	padding-right:4px;}
.LTE .userform{
	display:inline;}
.LTE #id_phone{
	width:92px;}
.LTE #id_city{
	width:137px;}
.LTE #country{
	width:145px;}
.LTE #state{
	width:100px;}
.LTE #id_address{
	width:170px;}
.LTE .userform br{
	display:none;}
#known_user .small{
	margin-left:10px;}
td.circulation,
td.phone {
	display:none;}
#target-table{
	border-spacing:0;
	width:400px;
	position:relative;
	top:-15px;}
#target-table td{
	background:none;
	padding:1px;}
#target-table input,
#target-table label{
	cursor:pointer;
	color:#fff;}
#target-table td.paper-name{
	padding-left:15px;}
#target-table tr.level_header{
	margin-bottom:8px;}
#target-table tr.level_header td{
	padding:15px 0 5px;
	font-weight:bold;}
#target-table h5{
	margin-bottom:0;}
#target-table tr.shaded td {
    background:#4F5559;}
#letter_text{
	height:230px;
	padding-bottom:25px;
	margin-bottom:7px;}
#to_target_row{
    font-family: ff-din-round-web-pro-1;
    font-size: 1.5em;
    margin-bottom: 5px;}
.ak-form .disclaimer{
	font-size:.85em;
	opacity:.7;}
.LTE div.name{
	display:block;}
.LTE .wordCount{
	bottom: 14px;
	color: #313A42;
	left: 8px;
	position: absolute;}
.LTE .name input,
.LTE .name label{
	font-family:'Permanent Marker', sans-serif;
	font-size:1.5em;
	color:#313a42;}
.LTE .name input{
	padding:4px 7px;}
.LTE .name label{
	top:13px;}
.LTE #submit-disclaimer{
	float:right;
	width:235px;
	margin-top:9px;}
.LTE .LV_invalid{
	position:absolute;
	top:-31px;
	right:7px;
	padding:4px 5px;}
.LTE #help_tabs{
	margin-top:30px;
	border-top:1px solid #c5c6c8;}
.LTE #change-target{
	color:#888;
	text-decoration:none;
	font-size:.75em;}
.LTE #change-target:hover{
	color:#ec7f00;}
.LTE #change-target:active{
	opacity:.5;}
/* Create Event */ 
.EventCreate{
	font-family:ff-din-round-web-pro-1,ff-din-round-web-pro-2;
	font-size:15px;}
.EventCreate #main{
	width:650px;}
.EventCreate #content,
.EventCreate .ak-form{
	width:580px;}
.EventCreate #content{
	border-radius:3px 3px 0 0;
	border-bottom:0 none;}
.EventCreate .ak-form{
	background-color:#313a42;
	color:#fff;
	padding:35px;
	border-radius:0 0 3px 3px;}
.EventCreate input,
.EventCreate textarea{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:.5em .5em .4em;}
.EventCreate input.button{
	display:inline-block;
	width:auto;}
.EventCreate textarea{
	margin-bottom:1em;
	height:120px;}
.EventCreate label{
	color:#313a42;}
.EventCreate .checkbox label{
	color:#fff;}
#id_event_city,
.EventCreate #id_city{
	width:53.5%;}
#id_event_state,
.EventCreate #country{
	width:30%;}
#id_event_zip,
.EventCreate #id_postal{
	width:15%;}
#id_event_title,
.id_event_title label{
	font-size:1.5em;}
.EventCreate #known_user,
.EventSignup #known_user{
	border-bottom:0 none;
	color:#fff;
	position:absolute;
	right:0;
	top:0;
	font-family:ff-din-round-web-pro-1,ff-din-round-web-pro-2,sans-serif;
	font-size:1.2em;}
.EventCreate #known_user_name,
.EventSignup #known_user_name{
	font-family:'Permanent Marker',sans-serif;
	font-weight:500;
	font-size:1.4em;
	position:relative;
	top:1px;
	font-weight:normal;
	padding-right:4px;}
.EventCreate #user-info,
.EventSignup #user-info{
	background-color:transparent;}
fieldset{
	border-top:1px dashed #aaa;
	border-top:1px dashed rgba(0,0,0,0.17);}
.EventCreate fieldset{
	border-color:#888;
	border-color:rgba(255,255,255,0.3);
	padding:15px 0 35px;}
.EventCreate #id_event_starts_at_time{
	width:88%;}
.EventCreate div.checkbox{
	background:#5A6168;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    margin: 5px 0;
    padding: 6px 8px 4px;}
legend{
	font-family:'Permanent Marker',sans-serif;
	font-size:1.1em;
	font-weight:500;
	line-height:.5;
	color:#666;
	color:rgba(0,0,0,0.4);
	padding-right:1em;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;}	
.EventCreate legend{
	color:rgba(255,255,255,0.75);}
.EventCreate select.ampm{
	width:11%;}
#host-rules,
#host-requirements{
	margin:1em 0;	
}
/* Tabs */
#tabs { 
	background:#f4f5f6;
	border-color:#e8e9ea;
	border-width:1px;
	border-style:solid;
	border-radius:0 4px 4px 4px;
	color:#313a42;
	padding:15px;
	position:relative;
	margin:50px 0 15px;}
#tab-nav{
	left:-1px;
	position:absolute;
	top:-29px;}
#tab-nav a{
	background:#e5e6e8;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#c5c6c8), color-stop(14%,#e5e6e8));
	background: -moz-linear-gradient(bottom, #b5b6b8 -20%, #e5e6e8 15%);
	border-color:#e8e9ea #e8e9ea rgba(0,0,0,0.2);
	border-width:1px;
	border-style:solid;
	border-radius:3px 3px 0 0;
	font-family: ff-din-round-web-pro-1,ff-din-round-web-pro-2,sans-serif;
	font-size: 16px;
	padding:8px 15px;
	position:relative;
	text-decoration:none;
	color:#313a42;
	cursor:pointer;}
#tab-nav a:hover{
	border-color:#c5c6c8;}
#tab-nav a.active{
	background:#f4f5f6;
	border-bottom:1px solid #f4f5f6;}
#tab-nav a.active:hover{
	border-color:#e8e9ea;
	border-bottom:1px solid #f4f5f6;
	cursor:default;}
#tabs .tab-content{
	display:none;
	z-index:0;}
#tabs .tab-content.active{
	display:block;
	z-index:999;}

.EventSignup #content{
	border-radius:3px 0 3px 3px;}
.EventSignup .ak-form,
.EventSignup #attendee-tools{
	background:#313a42;
	border-radius:0 3px 3px 0;
	color:#fff;
	padding:15px;
	position:absolute;
	right:0;
	top:50px;
	width:250px;}
.EventSignup label{
	color:#313a42;}
#event-host-tools,
#host-event-details,
#event-attendee-details{
	margin:15px 0;}
#event-host-tools h6,
#host-event-details h6{
	border-bottom: 2px dashed #CCCCCC;
	color: #878C8F;
	font-family: 'Permanent Marker',sans-serif;
	padding-bottom: 8px;}
.event-time,
.event-signup .event-time{
	font-weight:800;}
.event-search .event-time{
	font-weight:normal;}
#host-event-details .event-time{
	margin-top:15px;}
#host-event-details .event-location{
	margin-bottom:15px;}
.event-description,
.event-directions,
.event-note-to-attendees{
	margin:15px 0;}
#manage-attendee fieldset,
fieldset#taf{
	background:#A8ACAE;
	background:rgba(0,0,0,0.1);
	border-radius:3px;
	margin:15px 0;
	padding:10px 15px;}
table.signup-tbl{
	margin-bottom:10px;}
ul.events{
	border-color:#A8ACAE;
	border-style:dashed;
	border-width:0 0 2px;
	margin-bottom:30px;
	padding:10px 0;}
ul.events li{
	list-style-type:none;
	margin-left:0;}
ul.events a{
	background-color:#EEF0F3;
	border-radius:3px;
	color:#313a42; 
	display:block;
	font-weight:normal;
	padding:10px 70px 10px 10px;
	position:relative;
	margin-bottom:10px;
	text-decoration:none;}
ul.events a:hover{
	background-color:#E2e7ea;}
ul.events a span{
	display:block;}
ul.events .event-location span{
	display:inline;}
#event-search-results .event-title{
	font-family:ff-din-round-web-pro-1,ff-din-round-web-pro-2,sans-serif;
	font-size:1.5em;
	font-weight:bold;}
#event-search-results .event-distance{
	color:#A8ACAE;
	font-size:13px;
	position:absolute;
	right:12px;
	bottom:10px;}
.event-signup #event-search-results .event-title{
	display:none;}
.event-signup #event-search-results .event-time,
.event-signup #event-search-results .event-location,
.event-signup #event-search-results .event-venue{
	font-family:ff-din-round-web-pro-1,ff-din-round-web-pro-2,sans-serif;
	font-size:1.5em;
	line-height:1.4;}
#event-attendee-details .event-time,
#event-attendee-details .event-location,
#event-attendee-details .event-venue{
	font-family:ff-din-round-web-pro-1,ff-din-round-web-pro-2,sans-serif;
	font-size:1.5em;
	line-height:1.4;}
.event-signup #event-search-results .event-time{
	font-weight:bold;}
.event-signup ul.events a{
	padding:0;
	background-color:transparent;}
.event-signup ul.events{
	border-width:0;
	padding:0;
	margin-bottom:0;}
.event-signup #map img{
	margin:0 0 15px;
	border:1px solid rgba(0,0,0,0.15);
	border-radius:3px;}
.event-signup a.event{
	cursor:default;}
.event-signup h6,
.event-signup span.event-distance{
	display:none;}
input.search-zip,
div.input label.search-zip{
	font-size:1.5em;
	font-family:ff-din-round-web-pro-1,ff-din-round-web-pro-2,sans-serif;
	font-weight:500;
	padding-top:10px;}
.event-search span.event-description,
.event-search span.event-directions{
	display:none;}
#attendee-tools a{
	color:#f47521;
	text-decoration:none;}
#attendee-tools a:hover{
	color:#fff;}
#attendee-tools a:active{
	color:#ddd;}
#no-events-found{
	border-bottom:2px dashed #ccc;
	padding-bottom:30px;
	margin-bottom:30px;}
#no-events-found h4{
	background-color:#F8B990;
	border:1px solid #f47521;
	border-radius:3px;
	padding:10px;}

	