
	.content.events {
		padding: 34px 34px 0 0;
	}
	
	.event article .eventinfo, .event article .listexcerpt {
		font-size: 12px;
		margin-bottom: 20px;
	}
	
		.event article .googlepin {
			float: left;
			margin: 5px 5px 5px 0px;
		}
	
		.event article img.ical  {
			margin: 0 2px -2px;
		}

		.event article div {
			display: inline-block;
			padding: 10px 0;
		}

		.event article time {
			margin: 10px 0;
			float: none;
			display: block;
		}

		.event article time:after {
			content: "";
		}

		.event article h3 {
			float: none;
		}

		.event article section {
			display: block;
		}

/* CALENDAR */

aside.events {
	padding: 24px;
	width: 204px;
}

aside .timeframe_calendar {
	text-align: center;
}

	aside .widget_calendar {
		padding-top: 0;
	}

	aside .widget_calendar .button {
		width: 168px;
	}

	aside .timeframe_calendar table {
		border-color: #ddd;
		float: left;
		border-width: 0px 0px 1px 1px;
		border-style: solid;
		margin-top: 0px;
		padding: 0;
		margin-left: -20px;
		width: 204px;
	}

		aside .timeframe_calendar table th:first-child {
			border-left: 1px solid #ddd;
		}

		aside .timeframe_calendar table tbody tr td {
			width: 28px;
			padding: 12px 0;
			margin: 0px;
			border: none;
			color: #000;
			border-color: #ddd;
			border-width: 1px 1px 0px 0px;
			border-style: solid;
			vertical-align: middle;
		 	cursor: pointer;
		 	font-size: 10px;
		}
		
	aside .timeframe_calendar #today{
		background: #D6DAF5;
		border: 1px solid #fff;
	}

		aside .timeframe_calendar tbody tr td:hover {
			background: #f23233;
		}

	aside .timeframe_calendar caption {
		background: #202D7B;
		color: #fff;
		font-size: 18px;
		padding: 10px 0;
		text-transform: uppercase;
		border-radius: 4px 4px 0 0;
		margin-top: 7px;
	}

		aside .timeframe_calendar thead tr th {
			color: #3f3f3f;
			font-weight: normal;
			font-size: 9px;
			border: 0;
			background: #fff;
			padding: 5px 0;
		}

	aside .timeframe_calendar .circle {
		width: 6px;
		height: 6px;
		margin: 2px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		float: left;
		vertical-align: bottom;
	}

	aside .timeframe_calendar .circle * {
		width: 6px;
		height: 6px;
	}

		/* Hover states not available in IE */
		aside .timeframe_calendar tbody td.selectable:hover {
		  background-color: #202D7B;
		  color: #fff;
		}
		
		aside .timeframe_calendar tbody td.selected:hover, aside div.timeframe_calendar tbody td.stuck:hover {
		  background-color: #202D7B;
		}
		
		/* Selected states */
		aside .timeframe_calendar tbody td.selected {
		  background-color: #D6DAF5;
		}

		aside .timeframe_calendar tbody td.stuck {
		  background-color: #D6DAF5;
		}

		/* Today */
		aside .timeframe_calendar tbody td.today {
		  background-color: #CCC;
		}

		aside .timeframe_calendar tbody td.today_selected, aside .timeframe_calendar tbody td.today_stuck {
		  background-color: #C3C8EF;
		}

		/* Post/pre-month */
		aside .timeframe_calendar tbody td.beyond {
		  background-color: #fff;
		  background-image: none;
		  color: #bbb;
		  text-align: center;
		}

		aside .timeframe_calendar tbody td.beyond_selected {
		  background-color: #D6DAF5;
		}

		aside .timeframe_calendar tbody td.beyond_stuck {
		  background-color: #D6DAF5;
		}

		aside .timeframe_calendar tbody td.unselectable {
		  color: #ccc;
		  cursor: default;
		}

			aside .timeframe_calendar tbody td.unselectable:hover {
			  background-color: #202D7B;
			}

		/* Clear button */
		aside .timeframe_calendar tbody td span.clear {
		  color: transparent;
		  display: block;
		  height: 0;
		  position: absolute;
		  width: 0;
		}

	aside .timeframe_calendar a {
		color: #FFFFFF;
		font-size: 16px;
		font-family: Arial;
		margin-top: -2px;
	}

		aside .timeframe_calendar a:hover {
			text-decoration: none;
			color: #F2762A;
		}
	
	aside .timeframe_calendar #prevb {
		float: left;
		position: relative;
		z-index: 100;
		left: 10px;
		top: 69px;
	}

	aside .timeframe_calendar #nextb {
		float: right;
		position: relative;
		z-index: 100;
		right: 10px;
		top: 69px;
	}

			aside .timeframe_calendar tbody td span.clear span {
			  background-image: url(../images/closebox.png);
			  cursor: pointer;
			  display: block;
			  height: 30px;
			  left: -18px;
			  position: relative;
			  text-indent: -10000px;
			  top: -18px;
			  width: 30px;
			}

				aside .timeframe_calendar tbody td span.clear span.active {
				  background-image: url(../images/closebox_selected.png);
				}

	aside section.widget_calendar #calendars_calendar_0 {
		margin: auto;
	}
	
	aside section.widget_calendar #calendars_menu {
		display: none;
	}

	aside section.widget_calendar #calendars_fields label {
		display: none;
	}

	aside section.widget_calendar #calendars_fields input {
		width: 76px;
		margin: 10px 0;
	}

		aside section.widget_calendar #calendars_fields input#calendars_endfield {
			float: right;
		}

/* SUGGEST AN EVENT */

.event #suggest label {
	text-align: left;
	vertical-align: top;
	display: block;
	margin-bottom: 5px;
}

.red {
	color: #9D0000;
}

.event #suggest .half {
	float: left;
	width: 300px;
	margin-right: 18px;
}

.event #suggest .third {
	float: left;
	margin-right: 15px;
	width: 190px;
}

.event #suggest .description {
	display: inline-block;
}

.event #suggest .end {
	margin-right: 0px;	
}

.event #suggest p {
	margin: 15px 0;
}

.event #suggest #suggestbox {
	clear: both;
	width: 585px;
	color: #FFFFFF;
	background: #6f7ba7; 
	background: -moz-linear-gradient(top,  #9eabd9 0%, #6f7ba7 75%, #3e4a74 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9eabd9), color-stop(75%,#6f7ba7), color-stop(100%,#3e4a74)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9eabd9 0%,#6f7ba7 75%,#3e4a74 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9eabd9 0%,#6f7ba7 75%,#3e4a74 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9eabd9 0%,#6f7ba7 75%,#3e4a74 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9eabd9 0%,#6f7ba7 75%,#3e4a74 100%); /* W3C */   
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    font-size: 12px;
    margin: 20px 0 20px;
    padding: 20px;
}

.event #suggest #suggestbox p {
	height: 30px;
	margin: 0 0 30px 0;
	display: inline-block;
}

.event #suggest .half input[type="text"] {
	width: 288px;
}

.event #suggest #suggestbox input[type="text"] {
	width: 200px;
	float: right;
}

.event #suggest #suggestbox select {
	margin-left: 20px;
}

.event #suggest textarea {
	width: 618px;
	height: 150px;
	border: 1px solid #d0d0d0;
}

.event .success {
	clear: both;
	width: 580px;
	background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #d0d0d0;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 20px;
    padding: 20px;
}

.event #suggest .inputcontain {
	float: left;
	margin-right: 20px;
}

.event #suggest .ui-datepicker-trigger {
	float: left;
	margin-right: 10px;
}