/* Basics */

body {
	background: transparent url(../img/layout/bg/body.png) repeat;
}

body, div, span, p, font, td, h1, h2, h3, h4, h5, h6 {
	font-family: 'Liberation Sans', FreeSans, Arial, Tahoma, sans-serif;
}

/* Special Functions */

.hidden {
	display: none;
}

/* cellpadding="0" is still obligatory */
table.reset {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Links */

a {
	color: #1866A7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Text Blocks */

p {
	
}

h1 {
	
}

/* Forms */

input, textarea {
	border: 1px solid black;
	padding: 5px;
}

.errorlist {
	color: red;	
}
	
	.errorlist li {
		padding-bottom: 5px;
	}

/* ---Structure--- */

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

.cleaner {
	clear: both;
}

/* Header */

#auth-wrapper {
	margin-top: 30px;
}

#auth {
	background-color: #FFFFFF;
	float: right;
	font-weight: bold;
	padding: 3px;
	text-align: right;
}

	#auth a {
		color: #B00C1C;
		font-style: italic;
	}

#header-wrapper {
	background: transparent url(../img/layout/bg/header.png) no-repeat;
	margin-top: 10px;
}

#header {
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

	#logo-container {
		float: left;
		padding: 10px 0 0 30px;
		width: 140px;
	}
	
		#logo-container a {
			color: #3D5F69;
		}
		
		#logo {
			width: 130px;
			height: 50px;
		}
	
	/* Navigation */
	
	#navigation {
		float: left;
		padding: 25px 0 10px 20px;
		width: 800px;
	}
	
		#navigation ul {
			display: block;
		}
		
		#navigation ul li {
			float: left;
			padding-right: 40px;
		}
		
		#navigation ul li a {
			color: #3D5F69;
			text-decoration: none;
		}
		
		#navigation ul li a:hover {
			color: #3D5F69;
			text-decoration: underline;
		}
		
		#link-reformal {
			background: transparent url(../img/layout/links/reformal.png) no-repeat;
			padding-left: 20px;
		}
		
		#link-twitter {
			background: transparent url(../img/layout/links/twitter.png) no-repeat;
			padding-left: 20px;
		}
		
		#link-search {
			background: transparent url(../img/layout/links/search.png) no-repeat scroll 0 50%;
			padding-left: 20px;
		}

/* Common Header */

#common-header-wrapper {
	background-color: #D7E1EA;
	border-bottom: 1px solid #CAD8E3;
	border-top: 1px solid #CAD8E3;
}

#common-header {
	margin-left: 30px;
}

	#common-header h1 {
		color: #3D5F69;
		font-size: 20px;
		font-weight: normal;
		line-height: 66px;
	}
	
	#common-header h1 a {
		border-bottom: 1px dashed #3D5F69;
		color: #3D5F69;
		text-decoration: none;
	}
	
	#common-header h1 span.event-original-name {
		color: #999999;
		font-size: 12px;
	}

/* Main */

#main-wrapper {
	background: transparent url(../img/layout/bg/main.png) repeat-y;
}

#main {
	padding: 30px 30px 20px 30px;
}

	/* Navigation2 */
	
	#navigation2 {
		overflow: hidden;
		height: 1%;
	}
	
		/* Choose */
		
		div.choose, div.choose div, div.choose li {
			float: left;
		}
		
		div.choose {
			margin-bottom: 40px;
			width: 100%;
		}
		
			div.half-width {
				width: 50%;
			}
		
		div.choose div, div.choose span {
			color: #B00C1C;
			display: inline-block;
			font-size: 20px;
			margin: 0 10px 5px 0;
		}
		
		div.choose ul li {
			width: auto;
		}
		
		div.choose ul li a {
			color: #1866A7;
			display: inline-block;
			font-size: 12px;
			margin-bottom: 2px;
			padding: 4px;
			text-decoration: none;
		}
		
		div.choose ul li a:hover {
			color: #1866A7;
			text-decoration: underline;
		}
		
		div.choose ul li a.active {
			background-color: #2A4F6A;
			color: #FFFFFF;
		}
	
	/* Content */
	
	#content {
		overflow: hidden;
		padding: 0 40px;
	}
	
		#content h2 {
			color: #1866A7;
			padding-bottom: 20px;
		}
		
		#content p {
			font-size: 14px;
			line-height: 20px;
			padding-bottom: 5px;
		}
		
		#content strong {
			font-weight: bold;
		}
		
		/* Content Event/Place */
		
		#event ul, #place ul {
			overflow: hidden;
		}
		
			#event a {
				color: #1866A7;
				font-size: 20px;
				text-decoration: none;
			}
			
			#event a:hover {
				color: #B10E1E;
				text-decoration: underline;
			}
			
			#event li {
				background-color: #F5F5F5;
				float: left;
				font-size: 12px;
				margin: 0 10px 10px 10px;
				padding: 5px;
				text-align: center;
				width: 185px;
				height: 260px;
			}
			
				#event ul li a {
					font-size: 12px;
				}
			
			#event div.see-more {
				text-align: right;
			}
			
				#event div.see-more a {
					color: #AAAAAA;
					font-size: 12px;
				}
			
			#place li {
				padding-bottom: 10px;
			}
			
				#event li a, #place li a {
					color: #1866A7;
				}
				
				#event li img {
					padding-bottom: 10px;
				}
		
		/* Content Event Details */
		
		#content #poster-container {
			float: left;
			padding: 0 20px 20px 0;
			height: 220px;
		}
		
		#content #timetable-container {
			float: left;
		}
		
		#content #info-container {
			clear: both;
		}
		
		/* Content Element Header */
		
		#content .header .name {
			/*padding-top: 40px;*/
		}
		
			#content .header .address {
				padding-top: 5px;
			}
			
			#content .header .name a {
				color: #1866A7;
				font-size: 20px;
				text-decoration: none;
			}
			
			#content .header .name a:hover {
				color: #B10E1E;
				text-decoration: underline;
			}
		
		#content .header .address {
			color: #AA9664;
			font-size: 12px;
			padding-bottom: 10px;
		}
		
		#content .header .tags {
			padding-bottom: 10px;
		}
		
			#content .header .tags li {
				display: inline;
			}
			
				#content .header .tags li, #content .header .tags li a {
					color: #888888;
					font-size: 11px;
					line-height: 14px;
					text-decoration: none;
				}
				
				#content .header .tags li a:hover {
					background-color: #888888;
					color: #FFFFFF;
				}
		
		/* Content Element Table */
		
		#content table.timetable {
			margin-bottom: 40px;
		}
		
		#content table.timetable th, #content table.timetable td {
			border-top: 1px solid #CCCCCC;
			padding: 10px;
		}
		
			#content table.timetable tr.first th, #content table.timetable tr.first td {
				border: none;
			}
		
			#content table.timetable th .name {
				font-size: 12px;
			}
			
				#content table.timetable th .name a {
					color: #1866A7;
					font-size: 12px;
					line-height: 14px;
					text-decoration: underline;
				}
				
				#content table.timetable th .name a:hover {
					color: #B10E1E;
				}
				
				#content table.timetable th .name span.technology {
					background-color: #2A4F6A;
					color: #FFFFFF;
				}
			
			#content table.timetable th .tags {
				
			}
			
				#content table.timetable th .tags li {
					display: inline;
				}
				
					#content table.timetable th .tags li, #content table.timetable th .tags li a {
						color: #888888;
						font-size: 11px;
						line-height: 14px;
						text-decoration: none;
					}
					
					#content table.timetable th .tags li a:hover {
						background-color: #888888;
						color: #FFFFFF;
						cursor: default;
					}
		
			#content table.timetable td div {
				color: #000000;
				float: left;
				font-size: 11px;
				margin-left: 20px;
			}
			
				#content table.timetable td div.old {
					color: #888888;
				}
		
		/* OpenID */
		
		#openid-list {
			
		}
		
			#openid-list li {
				padding-top: 15px;
			}
			
			#openid-list .openid-container, #custom-openid {
				padding-top: 10px;
			}

/* Footer */

#footer {
	background: transparent url(../img/layout/bg/footer.png) no-repeat;
	margin-bottom: 30px;
	height: 25px;
}