/*	Sylesheet by Mark Eagleton - mark.eagleton@bkwld.com
***********************************************************/

body {
	font: 13px/1.5em "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: url('../img/body-bg.png') repeat-y left #000;
	color: #fff;
	text-align: center;
	margin: 0;
}

h1 {
	font: 13px/1.5 Times, Georgia, serif;
	position: relative;
	font-size: 20px;
	line-height: 1.5em;
	text-transform: uppercase;
}

h1:first-letter {
	font-size: 1.5em;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	line-height: 1.25em;
	margin-top: 0;
}

blockquote {
	color: #dcdcc2;
	text-align: center;
}

small {
	font-size: 11px;
	color: #ccc;
}

a:link, a:visited {
	color: #fff;
}

a:hover {
	color: #fff;
}

a:focus {
	outline: none;
}

a img {
	border: 0;
}

/*	Forms
************************/

form ul {
	list-style-type: none;
	padding: 0;
}

form li {
	line-height: 24px;
	margin: 4px 0;
}

form em {
	color: #900;
}

fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
}

label {
	margin-left: 13em;
}

label[for] {
	display: block;

	width: 12em;
	margin: 0 .5em 0 0;

}

input, textarea, select {
	font: 12px/1.5em "Lucida Grande", Tahoma, Helvetica, sans-serif;
	border-width: 1px;	
}

input, textarea {
	padding: 1px 2px;
}

input[type='checkbox'] {
	margin: 0;
}

div#confirm, div#error {
	margin-top: 10px;
	text-align: center;
	padding: 10px;
	border: 1px solid #693;
	background: #CF9;
	color: #693;
}

div#error {
	border-color: #900;
	background: #F99;
	color: #900;
}

/*	Tables
************************/

table {
	border-collapse: collapse;
	width: 100%;
}

#goal {
	font: 13px/1.5 Times, Georgia, serif;
	margin-top: 80px;
	width: 170px;
	float: right;
	font-size: 11px;
}

#goal thead th {
	text-align: center;
	background: url('../img/our-goal-5-million.png') no-repeat;
	height: 88px;
	text-indent: -9999px;
}

#goal tbody {
	background: url('../img/thermometer-middle.png') repeat-y 41px 70px;
}

#goal tbody th {
	text-align: right;
	font-weight: normal;
	width: 38px;
	padding-right: 1em;
}

#donors {
	border-collapse: collapse;
	width: auto;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}

#donors td {
	background: #fff;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	vertical-align: middle;
}

#donors a img {
	margin: 0;
}

#donors a {
	display: block;
	border: 5px solid #fff;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
	position: relative;
	text-decoration: none;
	text-align: center;
}

#donors a:hover {
	border: 5px solid #f82727;
	opacity: 0.99;
	-moz-opacity: 0.99;
	filter:alpha(opacity=99);
}

#donors .popup {
	position: absolute;
	display: none;
	background: #161513;
	color: #fff;
	width: 100%;
	bottom: 0;
}

#donors a:hover .popup {
	display: block;
}

#mercury {
	background: url('../img/mercury.png') no-repeat 2px 0;
}

#donate {
	background: url('../img/donate-now.png') no-repeat -1px 0;
	height: 93px;
}

#donate a {
	display: block;
	margin-top: 33px;
	height: 33px;
	text-indent: -9999px;
}

th,td {
	padding: 0px;
}

/*	Navigation/controls
************************/

#topnav, #botnav {
	list-style-type: none;
	padding: 4px 10px;
	position: relative;
	margin: 0 auto;
}

#topnav li, #botnav li {
	display: inline;
}

#botnav li {
	margin: 0 5px;
}

#topnav {
	text-align: left;
	padding: 72px 0 0 220px;
	margin-bottom: 60px;
}

#botnav {
	clear: both;
	margin: 50px auto;
	width: 724px;
	padding-top: 20px;
}

#topnav a, #botnav a {
	background: url('../img/nav.png') no-repeat;
	display: block;
	float: left;
	height: 33px;
	text-indent: -9999px;
}

#logo {
	position: absolute;
	display: block;
	width: 200px;
	height: 100px;
	top: 20px;
	left: 0;
}

#logo a {
	background: url('../img/society-for-the-blind.png') no-repeat;
	display: block;
	width: 200px;
	height: 100px;
	text-indent: -9999px;
	border: none;
}

#logo a:hover {
	background: url('../img/society-for-the-blind.png') no-repeat;
}

#nhome a, #bnhome a { width: 62px; }
#ncampaign a, #bncampaign a { 
	width: 176px; 
	background-position: -62px 0;
} 
#nbuilding a, #bnbuilding a { 
	width: 147px; 
	background-position: -236px 0;
} 
#ndeclarations a, #bndeclarations a {
	width: 138px; 
	background-position: -382px 0;
}

#nhome a:hover, #bhome #nhome a, #bhome #bnhome a { background-position: 0 -33px; }
#ncampaign a:hover, #bcampaign #ncampaign a, #bcampaign #bncampaign a { background-position: -62px -33px; } 
#nbuilding a:hover, #bbuilding #nbuilding a, #bbuilding #bnbuilding a { background-position: -236px -33px; } 
#ndeclarations a:hover, #bdeclarations #ndeclarations a, #bdeclarations #bndeclarations a { background-position: -382px -33px; }

a.add, a.edit, a.delete {
	padding: 4px 4px 4px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

a.add {
	background-image: url('../img/add.png');
	font-size: 12px;
	font-weight: normal;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

a.edit {
	background-image: url('../img/edit.png');
}

a.delete {
	background-image: url('../img/delete.png');
	margin-left: 2em;
}

/*	Structure
************************/

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#main {
	width: 760px;
	float: left;
}

#footer {
	clear: both;
	color: #ccc;
}

.grade {
	padding: 20px;
	background: url('../img/body-bg.png') repeat-y;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.col {
	width: 47%;
	float: left;
	margin-right: 3%;
}

img.left {
	float: left;
	margin: 0 20px 20px 0;
}

img.right {
	float: left;
	margin: 0 0 20px 20px;
}

/*	Page Specific
************************/

#bhome #main {
	background-repeat: no-repeat;
	height: 600px;
	text-transform: uppercase;
}

.michelle #main {
	background-image:url(/img/michelle.png);
}

.mike #main {
	background-image:url(/img/mike.png);
}

.spencer #main {
	background-image:url(/img/spencer.png);
}

.naomi #main {
	background-image:url(/img/naomi.png);
}

.russ #main {
	background-image:url(/img/russ.png);
}

.kyron #main {
	background-image:url(/img/kyron.png);
}


.caption {
	font: 13px/1.5 Times, Georgia, serif;
	width: 360px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 120px;
}

.caption blockquote {
	margin: 0;
}

.caption h1 {
	margin: 20px 0 40px 0;
}

#bhome #main h1:first-letter, #bhome #main p:first-letter {
	font-size: 1.25em;
}

#declarations {
	background: url('../img/your-declarations.png') no-repeat;
	height: 167px;
	margin-bottom: 1px;
	position: relative;
}

#declarations h1 {
	text-indent: -9999px;
}

#declarations a#share {
	position: absolute;
	display: block;
	right: 25px;
	top: 80px;
	height: 30px;
	width: 223px;
	text-indent: -9999px;
}

#declarations .paging {
	font: 14px/30px Times, Georgia, serif;
	text-transform: uppercase;
	position: absolute;
	top: 115px;
	left: 110px;
}

#declarations .paging li {
	display: inline;
}

#declarations #page {
	float: left;
	line-height: 32px;
}

#declarations .paging a {
	display: block;
	float: left;
	width: 27px;
	height: 27px;
	background: url('../img/page-bg.png') no-repeat;
	margin: 1px;
	text-align: center;
	text-decoration: none;
}

#declarations .paging a:hover {
	background-position: 0 -26px;
	color: #f82727;
}

#declarations .paging a.selected {
	background-position: 0 -26px;
	color: #f82727;
}

#bdeclarations .grade {
	padding: 15px 10px;
	width: 735px;
}

/* Donations Form */
#DonationForm{
	width: 660px;
	margin: 0 auto;
	font-family: georgia;
}
#DonationForm label{
	text-transform: uppercase;
	font-size: 11px;
}
#DonationForm ul{
	list-style: none;
	clear: both;
}
#DonationForm ul li{
	list-style: none;
	float:left;
	margin: 10px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	line-height: 120%;
}
#DonationForm ul li label{
  display:block;
  margin: 0px;
  padding: 0px;
  width: 150px;

}
#DonationForm ul li label.wide{
	width:250px;
}
#DonationForm hr{
	border: 0;
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 100%;
	clear: both;
}
#DonationForm h4{
	float: left;
	display: block;
	font-size: 20px;
	font-variant: small-caps;
	margin: 40px 0px 0px 0px;
}
#DonationForm h4{
	float: left;
	display: block;
	font-size: 20px;
	font-variant: small-caps;
	margin: 10px 0 0 0;
}
span.gold{
	font-size: 11px;
	color: #C6C67A;
	text-transform: uppercase;
}
span.smalltext{
	font-size: 9px;
}
span.smalltext_custom{
	font-size: 11px;
}
span.mediumtext_bold{
	font-size: 11px;
	font-weight: bold;
}
span.mediumtext_custom{
	font-size: 13px;
	text-transform: uppercase;
}
#DonationForm p{
	font: 13px/1.5em "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#DonationForm .section{
	margin: 20px 0px 20px 100px;
}
#DeclarationInformation ul li img{
	float:left;
	margin-right:10px;
}

/* Declarations Styles */

#declarations .paging{
	margin:14px 0 0 40px;
}
#TB_ajaxContent, .declaration_detail{
	background:#231F1B url(/img/declaration_header.gif) no-repeat;
	padding-top: 25px;
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
}
#TB_window{
	border:4px solid white;
}
#TB_ajaxContent p{
	color:white;
	clear:both;
}
#TB_ajaxContent a.close{
	font-size: 12px;
	font-weight:bold;
	color:#FF4328;
	text-decoration:none;
}
#TB_ajaxContent a.close span{
	padding: 1px 5px;
	background-color:gray;
	color:black;
	border: white 1px solid;
}
#TB_ajaxContent a.declarationLink{
	font-size:125%;
	font-weight:bold;
	color:#FF4328;
}
#TB_ajaxContent h4, .declaration_detail h4{
	color:white;
	font-size:22px;
	margin-top:35px;
}
.declaration_detail h4{
	margin-top:45px;
	margin-bottom:10px;
}
#TB_ajaxContent img, .declaration_detail img{
	float:left;
	border:#FF4328 4px solid;
	margin:0 10px 10px 0;
}
.declaration_detail img{
	margin:0 10px 0 0;
}
.declaration_detail{
	padding: 15px;
}
.declaration_detail p{
	padding-bottom: 15px;
}
.declaration_nophoto{
	padding-left: 150px;
}
#TB_title{
	display:none;
}	

#Submit{
background: #686868 url(/img/submit_bg.gif) no-repeat top center;
height: 79px;
width: 755px;
text-align: center;
}


input.donation_submit{
width: 215px;
height: 42px;
background: #333 url(/img/submit.gif) no-repeat;
outline: none;
border: 0px; 
margin: 20px 0px 0px 0px;
cursor: pointer;
}


.error{
font-size: 9px !important;
color: red;
font-family: arial;
}



.backend_validation{
background-color: #333333;
text-align: left;
color: red;
}


.errorspan{
display: block;
clear: both;
color: red;
width: 150px;
font-size: 11px;
font-family: arial;
}

.error_message{
width: 500px;
margin: 0px auto;
padding: 20px;
border: 1px solid red;
}

