@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;
	line-height:1.5;
	color:#313a42;}
html{
	font-family:ff-din-round-web-pro;
	font-size:15px;
	height:100%;}
body{
	background:url(https://s3.amazonaws.com/s3.350.org/images/ibc-bg.jpg) repeat fixed left top;
	height:100%;}
.clearall{
	clear:both;}
h1, h2, h3, h4, h5, h6{
	font-weight:500;
	margin-bottom:.5em;
	font-family:ff-din-round-web-pro, Tahoma, sans-serif;
	line-height:1.2;
	text-transform:uppercase;}
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:#ff6319;
	text-decoration:none;}
a:hover {
	color:#107DAF;
	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:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	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%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
	border-radius:2px;}
textarea {
	padding:7px;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	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 {
	min-height:100%;
	position:relative;
}
#nav{
	display:none;
	background-color:#313a42;
	margin-bottom:25px;}
#nav a{
	border-right:1px solid #555;
	color: #fff;
	display:block;
	display:inline-block;
	font-size:17px;
	font-weight:500;
	padding: 12px 15px 9px;
	text-decoration: none;
	text-transform:uppercase;}
#nav a:hover{
	background-color:#ff7500;
	color:#fff;
	cursor:pointer;}
#main {
	position:relative;
	padding:0 0 120px;}
#logo a{
	display:block;
	text-indent:-9999px;
	height:105px;
	width:257px;
	background:url(https://s3.amazonaws.com/s3.350.org/images/india-beyond-coal-logo.gif) no-repeat;
	font-size:27px;
	margin:0 10px 15px 0;
	padding:15px 0 10px;
	text-transform:uppercase;}
#logo a {
	text-decoration:none;
	color:#fff;
	font-weight:normal;}
#logo a:hover {
	color:#ccc;}
#logo a:active {
	position:relative;
	top:1px;}
#content {
	padding:30px 20px;
	background:#f7f9fb;
	position:relative;}
#content input, #content textarea, #content select {
	background-color:#Eef0F3;}
#content label {
	font-weight:bold;}
#page-title{
	color:#46BDED;
	font-family:ff-din-round-web-pro,sans-serif;
	letter-spacing:-0.01em;
	line-height:1.1;
	font-weight:500;
	text-transform:uppercase;}
#form {
	padding:9px 10px 9px 10px;
	background-color:#A9B1B5;
	margin-bottom:20px;
	z-index:50;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;}
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.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;
	display:none;
}
#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 {
	background-color: #FF6319;
	border-radius: 3px 3px 3px 3px;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 25px;
	padding: 15px;}
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,sans-serif;
	width:auto;
	min-width:140px;
	max-width:95%;
}
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;
}

div.input.textarea{
	display:block;	
}
div.input.textarea label{
	line-height:1.5;
	height:auto;
}	
.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 {
	background-color:#313a42;
	padding:20px 0 30px;
	clear:both;
	margin-top:20px;
	color:#fff;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
}
#footer-inner{
	margin:0 auto;
	padding:0 25px;}
#footer a {
	color:#fff;
	font-weight:500;
	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 {
	cursor:pointer;
}
div.checkbox{
	display:block;}
div.checkbox label{
	position:static;
	cursor:pointer;
	padding:0;
	line-height:1;}


/* Create Event */ 
.EventCreate{
}
.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_title,
.id_event_title label{
	font-size:1.5em;}
.EventCreate #known_user,
.EventSignup #known_user{
	border-bottom:0 none;
	color:#fff;
	font-family:ff-din-round-web-pro,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:50%;}
.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-size:1.1em;
	font-weight:500;
	line-height:.5;
	color:#666;
	color:rgba(0,0,0,0.4);
	letter-spacing:.07em;
	padding-right:1em;
	text-transform:uppercase;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;}	
.EventCreate legend{
	color:rgba(255,255,255,0.75);}
.EventCreate select.ampm{
	width:49%;}
#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,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;}

.ak-form,
#attendee-tools{
	background:#46BDED;
	border-radius:0 3px 3px 0;
	color:#fff;
	padding:20px 15px 30px;}
.EventSignup label{
	color:#313a42;}
#static-start-date{
	display:none;}
#event-host-tools,
#host-event-details,
#event-attendee-details{
	margin:25px 0;}
#event-host-tools h6,
#host-event-details h6{
	border-bottom: 2px dashed #CCCCCC;
	color: #878C8F;
	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,sans-serif;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.3;}
#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,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,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.3em;
	font-family:ff-din-round-web-pro,sans-serif;
	font-weight:500;
	padding-top:10px;}
div.input label.search-zip{
	top:-3px;}
.event-search span.event-description,
.event-search span.event-directions{
	display:none;}
#attendee-tools a{
	color:#B3EFEA;
	border-bottom:1px solid #B3EFEA;
	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;}
.event-contact-headers label{
	color:#fff;}
.event-sm{
	margin-bottom:5px;}
.event-sm .twitter-share-button{
	margin-right:8px;
	position:relative;
	top:-3px;}

.EventCreate .ui-datepicker{
	display:none;}
	
div.id_event_max_attendees,
.EventCreate div.id_at_my_house{
	display:none !important;}
#header-inner{
	padding:0 25px;}
@media screen and (min-width:750px) {
#main,
#header-inner,
#nav-inner {
	margin:0 auto;
	width:750px;}
#header-inner{
	padding:0;}
#content,
.ak-form{
	padding:35px;}
.EventSignup .ak-form, .EventSignup #attendee-tools{
	border-radius:0 0 3px 3px;
	padding:35px;}
}