/* css for dallas life */

body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
}

a:link, a:visited, a:active {
	color: #3672A7;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #3672A7;
}

h2 {
	font-size: 13px;
	color: #3672A7;
}

.roundedBox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #CC331B;
	margin-top: 0;
	margin-top: 13px;
}

h3 {
	font-size: 12px;
	color: #4A8CC6;
	font-weight: bold;
	margin-bottom: -7px;
}

.roundedBox h3 {
	font-weight: bold;
	color: #3672A7;
}

#content {
	padding: 10px 20px;
}

p, ul, ol {
	line-height: 140%;
}

.skyline ul {
	margin-left: -10px;
}

strong {
	color: #3672A7;
}

.leftColumn {
	width: 465px;
}

.rightColumn {
	float: right;
	width: 165px;
}

.rightColumn h3 {
	margin-top: 0;
}

img.thumbnail {
	border: solid 2px #b5cae1;
	margin: 0 10px 10px 0;
}

img.thumbnailDark {
	border: solid 2px #3672A7;
	margin: 0 5px;
}

.floatLeft {
	float: left;
}

p.downloadLinks {
	display: block;
	margin-top: 25px;
	padding: 10px;
	width: 194px;
	background-image: url(../Images/events/rounded_box_small.gif);
	background-repeat: no-repeat;
}

p.downloadLinks a:link, p.downloadLinks a:visited, p.downloadLinks a:hover, p.downloadLinks a:active {
	color: #CC0033;
}

.addPadding {
	padding: 10px;
}

.donate {
	font-size: 27px;
	font-weight: bold;
	margin: 0;
}

.skyline ul.events {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.skyline ul li strong {
	display: block;
	margin-top: 15px;
}

.skyline {
	background-color: #EDEEEC;
	background-image: url(../Images/FinalDesign/centerpic.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 380px;
}

.roundedBox {
	background-image: url(../Images/events/rounded_box.gif);
	background-repeat: no-repeat;
	padding: 10px;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}


/* FORM STYLES */

fieldset {
	padding: 10px;
	border: 2px solid #D7E2EF;
	clear: left;
	margin-bottom: 15px;
}

legend {
	font-size: 14px;
	color: #B5CAE1;
	font-weight: bold;
}

label {
	display: block;
	float: left;
	font-size: 11px;
}

input.textfield, select {
	display: block;
	clear: left;
	margin-bottom: 15px;
	width: 185px;
	font-size: 11px;
	padding: 0;
	padding: 2px;
	
	border: 1px solid #D5E1EE;
}

form div.formColumn {
	float: left;
	width: 200px;
	padding-right: 13px;
}

form div.formColumn.double {
	width: 400px;
}

input#zip, input#city, select#state,
input#salvationMonth, input#salvationDay, input#salvationYear,
input#birthMonth, input#birthDay, input#birthYear,
input#startMonth, input#startDay, input#startYear,
input.time {
	width: 56px;
	margin-right: 4px;
}

textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #D5E1EE;
	overflow: auto;
}

textarea#flexibility {
	width: 350px;
}

/* END OF FORM STYLES */