/* reset styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, /*dl, dt, dd,*/ ol, ul, li, /*fieldset,*/ form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, nav dl, nav dt, nav dd {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
/*form legend {display: none;}*/
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
ol, ul {list-style: none;}
:focus {outline: 0;}

/* general.css */
a img { border: none; }
a:active { outline: 0; }
h1,h2,h3,h4,h5,h6 { margin: 0; }

/* screen.css */
body {
	margin: 20px 0;
	font-family: "Helvetica", sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	background: #e0e0e0;
}
p { margin: 0 0 1em; }
a { color: #2673C8; }
strong { font-weight: bold; }
em { font-style: italic; }
small { font-size: 0.8em; }
big { font-size: 1.2em; }
h2 {
	margin: 0 0 1em;
	font-size: 25px;
	line-height: 1.25em;
	color: #000;
	font-weight: bold;
}
h3 {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 25px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 2px #888;
	-webkit-box-shadow: 0 1px 2px #888;
	-moz-box-shadow: 0 1px 2px #888;
}
header {
	margin-bottom: 35px;
}
	#header-photos {
		display: block;
		position: relative;
		margin: -25px 0 0 -25px;
		/*width: auto 1010px;
		height: 182px; */
		overflow: hidden;
		z-index: 1;
	}
		#header-photos img {
			/*width: 1010px auto!important;
			height: 285px !important;*/
		}
		#header-photos img:not(:first-child) {
			display: none;
		}
	
	#header-logo-title {
		display: block;
		position: relative;
		height: 160px;
		margin: -182px 0 0;
		padding: 11px 0;
		z-index: 2;
	}
		#logo {
			height: 160px;
			width: 160px;
			float: left;
		}
			#logo img {
				max-height: 100%;
				max-width: 100%;
				border-radius: 50%;
			}
		#header-logo-title h1 {
			padding: 50px 0 0;
			margin-left: 195px;
		}
			#eventtitle {
				display: block;
				float: none;
				height: 1em;
				font-size: 2.2em;
				font-weight: bold;
				color: #fff;
				text-shadow: 0 1px 2px #000;
				white-space: nowrap;
				padding-top: 5px;
			}
			#eventslogan {
				display: block;
				float: none;
				height: 1em;
				margin: -.1em 0 0 .25em;
				font-size: 1.25em;
				color: #fff;
				text-shadow: 0 1px 2px #000;
				white-space: nowrap;
				padding-bottom: 2px;
			}
#maincontent {
	color: #222;
}
.sidebar {}
	#twitter, #visitorMap { display: none; }
	#twitterbox { margin: -10px -10px 0;	}
	#twitterbox li {
		margin: 0;
		padding: 0.5em 1em;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #ddd;
		background: #f7f7f7;
	}
	#twitterbox .tweet_avatar { display: none; }
	#twitterbox a, div.login a {
		color: #888;
		text-decoration: none;
	}
	#twitterbox a:hover, div.login a:hover { text-decoration: underline; }
	#twitterbox .tweet_time {
		display: block;
		margin: 0.5em 0 0;
		font-size: 0.9em;
	}
	#twitterlink {
		margin: 0.5em 0 0;
		padding: 0.5em 0.5em 0.25em;
		text-align: center;
		text-shadow: 0 1px 0 #fff;
	}
		#twitterlink a {
			color: #2673C8;
			text-decoration: none;
		}
#footer p {
	margin: 20px 0 0;
	text-align: center;
	font-size: 0.9em;
	opacity: 0.5;
}

/* baselayout.css */
#maincontent {
	width: 540px;
	float: left;
}
	.sidebar-left {
		width: 150px;
		margin-right: 30px;
		float: left;
	}
	.sidebar-right {
		width: 210px;
		margin-left: 30px;
		float: right;
	}
.supporter {
	clear: both;
	padding-top: 30px;
	text-align: center;
	font-size: 10pt;
	line-height: 24pt;
}
.supporter img {
	padding: 10px;
}
.supporter a {
	padding: 10px;
}
.supporter div a {
	padding: 0px;
}

/* sidebox-design-1.css */
.sidebox {
	margin: 3px;
	margin-bottom: 8px;
	font-size: 0.9em;
	background: #eee;
	border: 1px solid #b5b5b5;
	-webkit-box-shadow: 0 1px 2px #ddd;
	-moz-box-shadow: 0 1px 2px #ddd;
	box-shadow: 0 1px 2px #ddd;
}
	.sidebox .title {
		margin: 0;
		padding: 4px 10px;
		background: #d5d5d5;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #bbb;
		text-transform: uppercase;
		font-weight: bold;
		text-shadow: 0 1px 0 #eee;
		font-size: 1em;
	}
	.sidebox .content {
		padding: 10px;
		color: #444;
	}
	.sidebox .socialMedia {
		padding: 0px;
	}
	.facebook {
		padding-top: 0px;
		margin-top: 10px;
	}
		.sidebox .content p:last-child { margin: 0;}
		
/* sidebox-design-2.css */
.sidebox.plain {
	margin: 0 0 1em;
	padding: 0;
	font-size: 0.9em;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
	.sidebox.plain .title {
		margin: 0;
		padding: 0 0 0.2em;
		font-size: 1em;
		font-weight: bold;
		text-transform: uppercase;
		border-bottom: 1px solid #ddd;
	}
	.sidebox.plain .content {
		padding: 10px;
	}
		.sidebox.plain .content p:last-child { margin: 0;}
		
/* navigation.css */
nav {
	font-size: 17px;
	line-height: 1.25em;
	padding-bottom: 1em;
}
nav ul {
	cursor: default;
	min-height: 1em;
}
nav ul:empty {
	margin-top: 0.5em;
	height: 1em;
	border: 2px #000 dashed;
}
nav li.placeholder, #UserRights #pageRights li.placeholder {
	height: 1em;
	border: 2px #000 dashed;
	background: #ff8;
}
nav li {
	margin-top: 1em;
}
nav ul li ul {
	margin-left: 1.5em;
}
nav ul li ul li {
	margin: 0.5em 0 0;
	font-size: 0.8em;
}
nav ul li ul li ul, ul.newNavigationElements {
	position: absolute;
	margin-left: .2em;
	width: 125px;
	background: rgba(255,255,255,0.9);
	font-size: 1.2em;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 1px 2px #888;
}
ul.newNavigationElements li {
	width: 100%;
}
nav ul li ul li ul li:first-child {
	margin-top: 0;
}
nav li, nav li a {
	display: block;
	color: #888;
	text-decoration: none;
	cursor: pointer;
}
nav li a:hover, .supporter a {
	color: #555;
	text-decoration: none;
}
nav li.current > a, .supporter a:hover {
	color: #333;
	text-shadow: 0 1px 0px #ccc;
	text-decoration: none;
}
/* By Simon */
.arrow {
	font-family: Tahoma, sans-serif;
	font-size: 1.1em;
}
div.navPath {
	font-size: 10pt;
	color: #555;
}
div.navPath a {
	color: #888;
	text-decoration: none;
}
div.navPath a:hover {
	color: #555;
}
div.supporter div {
	font-size: 12pt;
}
div.supporter div a hr {
	display: inline-block;
	width: 45%;
	height: 1px;
	vertical-align: middle;
	border: none;
	color: #888;
	background-color: #888;
}
div.supporter div a:hover hr {
	color: #555;
	background-color: #555;
}
form#login input {
	display: block;
	margin-top: 2px;
}
form#login input[type=text], form#login input[type=password] {
	width: 150px;
}
span#pagetitle {
	display: none;
}
#UserRights ul:first-child li .ui-icon-close {
	float: left;
	margin: .6em 0 0 -8px;
	cursor: pointer;
}
#UserRights #groupSearch {
	margin-bottom: 0.5em;
	width: 30%;
}
#UserRights #groupList {
	width: 30%;
}
#UserRights #groupList li, #UserRights #pageRights div ul li, #UserRights #userList li {
	padding: .2em;
}
#UserRights #groupList li[gid] {
	background: #dfd;
}
#UserRights #userSearch {
	margin-bottom: 0.5em;
	width: 30%;
}
#UserRights #userList {
	width: 30%;
}
#UserRights #userList li {
	cursor: pointer;
}
#UserRights #pageRights div {
	float: left;
	width: 20%;
	padding: 0 5%;
	font-weight: bold;
	text-align: center;
}
#UserRights #pageRights div ul {
	margin-top: .5em;
	text-align: left;
	font-weight: normal;
	min-height: 1em;
}
#UserRights #pageRights div ul:empty {
	height: 1em;
	border: 2px #000 dashed;
}

/* Forms */
form {
	text-align: center;
}
fieldset > label {
	float: left;
	width: 150px;
	text-align: right;
}
fieldset > label:after {
	content: ':';
}
fieldset > input,
fieldset > select,
fieldset > textarea,
fieldset > div {
	display: block;
	width: 300px;
	max-width: 300px;
	min-width: 300px;
	margin-left: 153px;
	text-align: left;
}
label.block {
	display: block;
}
input[type=submit] {
	text-align: center;
}
select option:first-child {
	font-style: italic;
}
.ui-datepicker select option:first-child {
	font-style: normal;
}

/* Toasts */
#toasts {
	position: fixed;
	top: 10px;
	left: 50%;
	z-index: 9999;
	width: 600px;
}

#toasts .toast {
	position: relative;
	left: -50%;
	margin: 2px;
	background: #555;
	color: #fff;
	padding: 5px;
	border-radius: 10px;
	display: none;
	text-align: center;
	font-weight: bold;
}