/** Print **/

/* Hide */
div#search, div#navbar, div#sidebar, a.returnanchor, div#footer span, a.post-edit-link, p.cf-sb, span.reqtxt, span.emailreqtxt, .linklove, div.success { display: none; }

/* Layout */
a#logo h1 {font-size: 18pt; margin-bottom: 3pt; border: none;}
div#subnav {font-size:8pt; text-transform: uppercase; border-top: 1px solid; border-bottom: 1px solid; margin: 1em 0 2em 0; padding: 1pt 0;}
div#footer {font-size:8pt; text-transform: uppercase; border-top: 1px solid; }

/*Typographic*/
body {
font-size: 12pt;
font-family: Helvetica, Arial, sans-serif;
line-height: 1.25em;
color: #000000;
text-align: left;
}

span {color:#000000 !important;}

h1, h2, h3, h4, h5 {margin:12pt 0 12pt 0; padding: 0; width: 100%}
h1 {font-size: 24pt;}
h2 {font-size: 18pt;}
h3 {font-size: 16pt; margin-top: 18pt;}
h4 {font-size: 14pt;}
h5 {font-size: 12pt;}
small {font-size: 10pt;}

a{color:#000000; text-decoration: none;}

div#donor_profiles {text-align: center; line-height: 1em;}
div#donor_profiles th{font-size: 10pt}
div#donor_profiles td{font-size: 8pt}

/* Forms */

.cform {
	display:block;
}

.cform fieldset	{
	margin-top:10pt;
	padding:10pt 0 10pt 0;
	border:none;
}

.cform .cf_hidden {
	display:none;
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend {
	font-size:18pt;
	font-weight: bold;
}

ol.cf-ol {
	margin:0!important;
	padding:0!important;
}
ol.cf-ol li	{
	background:none!important;
	list-style:none!important;
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	font-size: 8pt;
	line-height: 1.5em;
	text-align: left;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	font-weight: bold;
	text-align:left;
	font-size: 10pt;
	display:block;
	width:100%;
	margin-top: 6pt;
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
}

label.cf-before span{
	width:110px;
	display:block;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	width:110px;
	text-align:left;
}

label.cf-after span {
	width:110px;
	display:block;
	font-weight: normal;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	width:110px;
	text-align:left;
}
label.cf-group-after span {
	width:110px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {
	background: none;
	border:none;
	vertical-align:top;

}

.cform textarea,
.cform input {
	width:100%;
}
.cform select {
	width:100%; /* attempt to have equal length */
}

.cform textarea {
	font-style: italic;
	font-size: 10pt;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-size:10pt;
	font-weight: bold;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{
	border:none!important;
	background:none!important;
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	width:65%
}

.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {
	margin:0;
}
