* {
	margin:0;
	padding:0;
}

body {
	background: #f3f3f3;
	color: #272c30;
	font-family: arial,sans-serif;
	font-size: 12px;
}

a {
	color: #4cb5d7;
	outline: none;
	text-decoration: none;
}
	a:hover { text-decoration: underline; }
	a img { border:none; }
	
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	border-bottom: 1px solid #efefef;
	color: #10343f;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 7px;
	padding: 0 0 7px;
}
	h1.huge-h1 {
		border-bottom: 2px solid #f2f2f2;
		margin-bottom: 10px;
		padding: 0 0 5px 10px;
	}
	h1.huge-h1 span {
		color: #afafaf;
		font-weight: normal;
	}
h2 {
	color: #4cb5d7;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #4cb5d7;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #4cb5d7;
	font-family:Helvetica,Arial,sans-serif;
	font-size:18px;
	padding: 0 0 8px;
}
	h4 a:hover {
		color: #309dc0;
		text-decoration: none;
	}
ul, li {
	margin: 0 12px;
}

p {
	line-height: 16px;
	padding-bottom: 10px;
}

/* Helpers */
.fl { float: left; }
.fr { float: right; }

.cb { clear: both; }

/* Layout */
.wrapper {
	margin: auto;
	text-align: left;
	width: 962px;
}

.header {
 	overflow: hidden;
	padding: 16px 20px 7px;
}
	.header ul { float: right; margin: 0; }
	.header li {
		float: left;
		list-style-type: none;
		margin: 0;
	}
	.header span { padding: 0 5px; }

#navigation {
	overflow: hidden;
	padding-bottom: 40px;
}
	#navigation .logo { float: left; }	
	#navigation ul { float: right; margin: 0; padding: 4px 0 0; }
	#navigation ul li {
		border-left: 1px dotted #666;
		float: left;
		list-style-type: none;
		margin: 0;
		padding: 0 10px;
	}
		#navigation ul li.first { border: 0 none; }
		#navigation ul li.last { padding-right: 0; }
	#navigation a {		
		color: #10343f;
		font: normal normal 24px/160% Helvetica, Arial, sans-serif;
	}
		#navigation a:hover { color: #3f707f; text-decoration: none; }
	
.center-border {
	background: url(../img/ui/border_center.gif) top left repeat-y;
	padding: 0 19px 20px;
}
.end-border {
	background: url(../img/ui/border_end.gif) top left no-repeat; 
	height: 5px;
	margin-bottom: 20px;
}

#container {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#content {
	background: #fff;
	color: #333;
	padding-bottom: 30px;
}
	.left {
		float: left;
		overflow: hidden;
		width: 575px;
	}
		.imported-notice, .event-location {
			background: #fff4bf;
			margin: 10px 0;
			padding: 10px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		.event-text {
			float: left;
			padding: 0 20px 0 0;
			width: 355px;
		}
		.event-info {
			float: left;
			width: 200px;
		}
			.event-info h3 {
				margin: 0;
				padding: 0 0 10px;
			}
			.event-info li {
				margin: 0;
				padding: 4px 0;
			}
	blockquote {
		background: #f3f3f0 url(../img/ui/quote.gif) top left no-repeat;
		padding: 20px 25px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
.event-list {
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 10px;
}
	.event-list .title {
		display: block;
		font-size: 18px;
		padding-bottom: 7px;
	}
		.event-list .title:hover { text-decoration: none; }
	.event-list .when {
		background: #efefef;
		font-size: 11px;
		float: left;
		margin: 0 10px 0 0;
		padding: 5px;
		text-align: center;
		width: 50px;
	}
		.event-list .when strong {
			display: block;
			font-size: 16px;
			padding-bottom: 5px;
		}
	
	.actions {
		float: right;
		text-align: right;
		width: 150px;
	}
		.actions a {
			margin-left: 10px;
		}
	
#sidebar {
	float: left;
	padding: 0 0 0 20px;
	width: 325px;
}
	#sidebar ul {
		margin: 0 0 15px;
		padding: 0;
	}
	#sidebar li {
		background: #f3f3f3;
		height: 25px;
		line-height: 25px;
		list-style-type: none;
		margin: 0 0 1px 0px;
		position: relative;
	}
	#sidebar li:hover {
		background: #dfdfdf;
	}
		#sidebar li a {
			color:#272C30;
			display: inline-block;
			/**/padding: 0 0 0 15px;
			width: 175px;
		}
		#sidebar li a:hover {
			
		}
		#sidebar li a.rss {
			background: url(../img/ui/mini_rss.gif) center left no-repeat; 
			color: #38a1c3; 
			display: inline;
			font-size: 10px;
			padding: 0 0 0 13px;
			position: absolute;
			right: 0px;
			width: 57px;
		}
		#sidebar li.active {
			background: #f3f3f3 url(../img/ui/sidebar_list.gif) top left no-repeat; 
			margin-left: 0px;
		}
		#sidebar li.active a {
			/*color: #915555;*/
			font-weight: bold;
			padding-left: 27px;
			width: 190px;
		}
		#sidebar li.active a.rss {
			font-weight: normal;
			padding-left: 13px;
			width: 57px;
		}
	#sidebar h2 {
		color: #915555;
		font-size: 14px;
		font-weight: bold;
		padding: 0 0 2px 30px;
	}
	
	#map {
		height: 250px;
		width: 325px;
	}

#footer {
	color: #666;
	font-size: 11px;
	overflow: hidden;
	padding: 10px 20px;
}
	#footer ul {
		float: right;
		margin: 0;
	}
	#footer li {
		float: left;
		list-style-type: none;
		margin: 0;
	}
	#footer span { padding: 0 5px; }

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	padding: 10px 0;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {  }
div.paging span.current { color: #000; margin: 0 3px; padding: 3px; }
div.paging span a { margin: 0 3px; padding: 3px; }

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

/* Notices and Errors */
.error {
	background-color: #e32;
	color: #fff;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.notice {
	background: #ffcc00;
	color: #000;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

/*.cake-sql-log { display: none; }*/