@charset "UTF-8";
html {
	background: #d9edff;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1{ font-size:2.15em; }
h2{	font-size:2.0em; }
h3 { font-size: 1.85em;
margin-bottom: 0.5em; }
h4 { font-size: 1.7em;
margin-bottom: 0.4em;}
h5 { font-size: 1.55em;
margin-bottom: 0.4em;}
h6 { font-size: 1.4em;}

a:link,
a:visited {
	color: #1F99FF;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}

#header {
	height:125px;
}
#content {
	padding:10px 0 0 0;
	min-height: 300px;
}
#footer{
	background: url(../images/footer_shadow.png) #d9edff repeat-x;
	color: #412912;
	padding: 10px 0 0 0;
}

#nav {
	position: relative;
	float: right;
}
#nav ul {
    margin: 5px 0px 0px 0px;
}
#nav li:last-child{
	margin-right: 0;
}
#nav li a:link,
#nav li a:visited {
	color: #412912;
	text-decoration: none;
}
#nav li a:hover {
	background: #1F99FF;
}

.pledge_button li, #nav li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
}

ul.radio_list li {
	list-style: none;
}

#nav a,
.pledge_button a,
#nav span {
	float: left;
	color: #412912;
	padding: 4px 10px;
	line-height: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#nav a, #nav span {
	background: #a2d3ff;
}
.green, li.green a {
  background: #9EFFC8 !important;
  background-color: #9EFFC8; 
}
.pledge_button a {
	background: #a2d3ff;
}

/*** user flash ***/
.flashMessage { 
	padding:10px 15px; 
	border-width: 2px; 
	border-style: solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.flashMessage.user_message {
	border-color: #419E21;
	background-color: #B3D8A6;
}
.flashMessage.error { 
	border-color: red;
	background-color: #ffdfe0;
}

#footer a, #footer a.visited {
	color:#412912;
}
/* pluot used */
#footer_menu {
	text-align:left;
	font-size: 1.0em;
	margin:0 auto;
	padding: 4px 0px 4px 0px;
}
#footer_menu a:link,
#footer_menu a:visited {
	color:#412912;
	text-decoration: underline;
}
#footer_menu a:hover {
	text-decoration: none;
}

ul.error_list {
  color: red;
}

.user_error {
  color: red;
  display:inline;
}

error {
  color: red;
}

a.button{
	display: block;
}
a.button,
input[type=submit],
input[type=button] {
	margin: 0;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: #02456A 0 -1px 0;
	cursor: pointer;
	
	padding: 2px 15px 4px;
	border: 1px solid #ff3d03;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
	
	background: #ff3d03;
	background: -webkit-gradient(linear, left top, left bottom, from(#E47911), to(#ff3d03));
	background: -moz-linear-gradient(top,  #E47911,  #ff3d03);
}
input[type=checkbox] {
  margin: 3px 3px 3px 0px;
}
}

a.button:hover,
a.button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
	border-color: #ff3d03;
	
	background: #ff3d03;
	background: -webkit-gradient(linear, left top, left bottom, from(#E47911), to(#ff3d03));
	background: -moz-linear-gradient(top,  #E47911,  #ff3d03);
	
	-webkit-box-shadow: #ff3d03 0 0 5px;
	-moz-box-shadow: #ff3d03 0 0 5px;
	box-shadow: #ff3d03 0 0 5px;
}
a.button:active,
input[type=submit]:active,
input[type=button]:active {
	text-shadow: #02456A 0 1px 0;
	
	background: #7FCBFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff3d03), to(#E47911));
	background: -moz-linear-gradient(top,  #ff3d03,  #E47911);
}
a.button.disabled,
input[type=submit][disabled],
input[type=button][disabled] {
	text-shadow: #b8baae 0 -1px 0;
	border-color: #b8baae;
	background: #b7b9ad;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0e1db), to(#b7b9ad));
	background: -moz-linear-gradient(top,  #e0e1db,  #b7b9ad);
	cursor: default;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, .1) 1px 0;
	box-shadow: rgba(0, 0, 0, .1) 1px 0;
}
a.button{
	float: left;
	margin: 0 5px 0 0;
}
input[type="text"], input[type="password"], input.text, input.title, textarea {
	padding: 3px;
}
input.autowidth, input[type="text"].autowidth, input[type="password"].autowidth{
	width: auto;
}
label {
	padding: 3px 0;
	white-space: nowrap;
}

#pledges .pledge {
	background: #eeeeee;
	margin-bottom: 10px;
	font-size: 12px;
}
#pledges .pledge p {
	margin: 0;
	font-size: 1.3em;
}
.shadowbox{
	padding: 10px;
	background: #D9EDFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 2px;
	margin: 0 0 10px 0;
}
.content-node{
	position: relative;
	background: #D9EDFF;
	margin-bottom: 10px;
}
.content-node h2,
.content-node h3{
	margin: 0;
}
.content-node .header{
	padding: 10px;
}
#user_info.content-node .header{
	padding-left: 95px;
	min-height: 75px;
}
.content-node #page-image{
	position: absolute;
	left: 10px;
	top: 10px;
}
.content-node .content{
	padding: 10px;
	background: #FEFEFE;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.big_number {
	padding: 10px;
	margin-bottom: 10px;
}
.big_number a:link, .big_number a:visited {
	color: #412912;
}
.big_number .number {
	font-size: 2em;
	line-height: 1em;
	color: #412912;
}
.big_number .number_label {
	font-size: 2em;
	line-height: 1em;
}

#recent_pledges .pledge{
	margin-bottom: 10px;
	font-size: 1em;
}

.coin {
  clear: both;
}
.coin img {
	width: 75px;
	height: 75px;
	float: left;
	padding-right: 10px;
}
.coin .coinName{
	font-weight: bold;
}
.facepile {
	clear:both;
	padding: 10px;
	padding-top: 0;
}
.facepile a {
	padding: 0 2px;
}

#sayit{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.stat {
	font-size: 22px;
	font-weight: bold;
	display: block;
}

#causebar {
  background: #E5E5E5;
  padding: 5px 0 5px 0;
  -moz-box-shadow: 0px 5px 5px #CCC;
  -webkit-box-shadow: 0px 5px 5px #CCC;
  box-shadow: 0px 5px 5px #CCC;
}

ul.partners li {
  list-style: none;
  font-size: 1.5em; 
  font-weight: bold;
	padding-left: 0px;
}
ul.sitemap{padding:10px 0; color:#333333;}

.sitemap li {display:inline; padding: 0 3px;}
#footer .sitemap a, #footer .sitemap a.visited {color:#412912;}
#footer .sitemap a:hover{color:#412912;}

.headline {
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 0 2px #999, 1px 1px 2px #999, 0px 1px 2px #999, 1px 0px 2px #999;
}

input.readonly {
  background-color: #f0f0f0;
  color: #666666;
}

