.content p,
.content ul,
.content ol,
.content table {
	font-size: 1.4em;
	line-height: 170%;
	padding-bottom: 16px;
}

.content li {
	margin-left: 55px;
}

p.content {
	font-size: 1.1em;
	padding-bottom: 4px;
}

.content h3, h3.content {
	text-transform: uppercase;
	font-size: 1.3em;
	padding-bottom: 13px;
}

h3.content a {
	color: #8dc63f;
	font-style: italic;
	text-transform: none;
	font-weight: normal;
	font-size: 0.85em;
}

.content a {
	color: #5a940b;
}

.column3 h3.content,
.column2 h3.content {
	padding-bottom: 3px;
	text-indent: 20px;
}

.column2 p.content {
	padding-bottom: 0px;
}

.content h1 {
	font-size: 1.8em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.content h2 {
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
}

#content .column2 h3.content {
	padding-top: 20px;
}

#content table {
}

/* !Events grid */
.event-container {
	border: 1px solid #e2e0ca;
	width: 118px;
	height: 113px;
	background-color: white;
	margin: 10px 0px 15px 20px;
	float: left;
}

.event {
	border-left: 4px solid #8dc63f;
	width: 118px;
	height: 113px;
	list-style: none;
	position: relative;
	overflow: hidden;
}

#events .event-container,
#events .event {
	width: 198px;
}

#events .event-description {
	width: 189px;
}

.event-month {
	color: black;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.1em;
	margin-left: -4px;
	font-weight: 400;
	position: absolute;
	top: 20px;
	width: 100%;
}

.event-date {
	color: black;
	text-align: center;
	font-size: 3.0em;
	margin-left: -4px;
	font-weight: 500;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	top: 30px;
	width: 100%;
}

.event-date a {
	color: black;
}

.event-date a:hover {
	color: #8dc63f;
	text-decoration: none;
}

.event-description {
	position: absolute;
	bottom: 0;
	width: 109px;
	height: 30px;
	background-color: #363636;
	color: white;
	padding: 3px;
	font-size: 1.2em;
	font-weight: 300;
	overflow: hidden;
}

.event-link {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 4px;
	right: 7px;
	background: url('/images/site/btn-i-green.png') center center no-repeat;
}

.event-passed .event-month,
.event-passed .event-date,
.event-passed .event-date a {
	color: #c0c0c0;
}

.event-passed .event-date a:hover {
	color: #9a9a9a;
}

.event-passed .event {
	border-left: 4px solid #c0c0c0;
}

.event-passed .event-description {
	background-color: #9a9a9a;
}

.event-passed .event-link a {
	background-image: url('/images/site/btn-i-grey.png');
}

.event-fade {
	background-color: rgba(0,0,0,0.75);
}

#event-dates {
	color: #8dc63f;
}

/* !Forms */
fieldset {
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
	border: 1px solid #f1efd1;
}

fieldset legend {
	font-size: 1.4em;
	font-weight: 400;
	padding: 3px 5px;
	background-color: #8dc63f;
	color: white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

fieldset ul {
	list-style: none;
}

#content fieldset li {
	margin-left: 0px;
	padding-bottom: 10px;
}

fieldset li label {
	width: 150px;
	float: left;
}

fieldset li label.reset {
	width: auto;
	float: none;
	padding-right: 16px;
}

fieldset li label.reset span {
	font-size: 0.85em;
	padding: 3px 5px;
	background-color: rgba(248, 125, 11, 0.8);
	color: white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 3px;
}

fieldset input[type="text"],
fieldset input[type="password"],
fieldset textarea {
	width: 300px;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #252525;
	padding: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	vertical-align: text-top;
}

fieldset input[type="text"]:focus,
fieldset input[type="password"]:focus,
fieldset textarea:focus {
	border-color: rgba(248, 125, 11, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 125, 11, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 125, 11, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 125, 11, 0.6);	
}

fieldset.errors {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	font-size: 1.4em;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

fieldset.errors legend {
	background-color: #b94a48;
	color: white;
	font-size: 1em;
}

fieldset .inline-error {
	background-color: #b94a48;
	color: white;
	font-size: 0.8em;
	font-weight: 400;
	padding: 3px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	vertical-align: text-top;
}

fieldset table {
	text-align: left;
	font-size: 1.3em;
	margin-bottom: 15px;
}

fieldset table th,
fieldset table td {
	padding: 3px 3px 3px 0;
}

fieldset table th {
	text-decoration: underline;
}

#content fieldset.submit ul,
#content fieldset.submit li {
	padding-bottom: 0px;
}

fieldset.submit {
	padding-bottom: 3px;
}

/* !Search results page */
.search-result {
	border-top: 2px solid #F1EFD1;
	padding-top: 16px;
}

#content .search-result-url {
	font-size: 1.2em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content h3 .members-only {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #8DC63F;
	color: white;
	font-size: 0.8em;
	font-weight: 400;
	padding: 2px 5px;
}