div#event-search {
	margin-bottom: 10px;
	text-align: right;
}

div#event-search select {
	background: #ffffff; /* Old browsers */
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: 1px solid #e6dbdc;
	color: #000000;
	display: inline-block;
	font-family: 'Lato',sans-serif;
	font-size: 90%;
	height: 30px;
	line-height: 25px;
	padding: 0px;
	width: auto;
	vertical-align: top;
}

h2.month-title {
	background: rgba(51,51,51,1);
	background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(28,28,28,1) 50%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(50%, rgba(51,51,51,1)), color-stop(50%, rgba(28,28,28,1)));
	background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(28,28,28,1) 50%);
	background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(28,28,28,1) 50%);
	background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(28,28,28,1) 50%);
	background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(28,28,28,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: #fff;
	font-size: 16pt;
	padding: 14px 8px;
	text-align: center;
}

h2.month-title div#next-month-link {
	float: right;
}

h2.month-title div#prev-month-link {
	float: left;
}

h2.month-title img {
	border: none;
}

div.event-list-item {
	border-top: 1px dotted #eee;
	margin: 0px 0px 15px 0px;
	overflow: auto;
	padding: 5px 0px 5px;
}

div.event-list-item.first-event {
	border-top: 0px;
}

div.event-day {
	background-color: rgba(89, 89, 89, 0.2);
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #383e46;
	float: left;
	font-size: 28pt;
	line-height: 1em;
	padding: 8px;
	text-align: center;
}

div.event-title {
	font-size: 16pt;
	font-weight: bold;
	margin-left: 75px;
	/*padding-top: 5px;*/
}

div.event-title a {
	color: #000;
}

div.event-info {
	margin-left: 75px;
}

div.event-view div.event-title {
	margin-bottom: 8px;
}

div.view-event-image {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}

div.view-event-info strong {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
}

/* rsvp details */

div.view-event-rsvp-container {
	margin-top: 20px;
}

div.text_field,
div.field {
	clear: both;
	margin-bottom: 15px;
}

div.text_field strong {
	display: block;
}

div.text_field {
	padding-left: 130px;
}

div.field label {
	float: left;
	font-weight: bold;
	padding-top: 8px;
	text-align: right;
	width: 125px;
}

div.field div.input {
	margin-left: 130px;
	min-height: 22px;
}

div.field div.input.review {
	padding-top: 8px;
}

div.submit {
	margin-left: 130px;
}

div.field div.input label {
	float: none;
	font-style: italic;
	font-weight: normal;
	padding: 3px 0px;
	text-align: left;
	width: auto;
}

div.field div.input label.subLabel {
 float: left;
}

div.text_field textarea,
div.field div.input select,
div.field div.input textarea,
div.field div.input input[type=text] {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e6dbdc;
	color: #000000;
	font-size: 9pt;
	padding: 8px 5px;
	width: 140px;
}

span.form-error {
	color: red;
	display: block;
}