/* Forms */
div.e-form form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
div.e-form fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
div.e-form fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 110%;
	font-weight: bold;
}
div.e-form fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
div.e-form fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
}
div.e-form fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
div.e-form form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
div.e-form form div.input {
	color: #444;
}
div.e-form form div.required {
	color: #333;
	font-weight: bold;
}
div.e-form form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
div.e-form label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
div.e-form input, div.e-form textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
div.e-form select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
div.e-form select[multiple=multiple] {
	width: 100%;
}
div.e-form option {
	font-size: 100%;
	padding: 0 3px;
}
div.e-form input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.e-form input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.e-form div.radio label {
	margin: 0 0 6px 20px;
}
div.e-form input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

div.message, div#flashMessage {
	clear: both;
	color: #333;
	margin: 10px;
	border: 1px solid #00334F;
	background-color: #FEFD8E;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

.item-title {
	font-weight: bold;
	font-size: 13px;
	margin-top: 0px;
}

.item-date {
	font-size: 10px;
	color: #ccc;
	margin-bottom: 0px;
}

.event-photo {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

#admin-bar {
	background-color: #00334f;
	padding: 4px;
	font-size: 11px;
	margin-bottom: 10px;
	color: #FFF;
}

#admin-bar a:link {
	color: #FFF;
}

#admin-bar a:visited {
	color: #FFF;
}

ul#icContacts {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#icContacts li {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

div.actions {
	width:100%;
	background-color:#000000;
	}

