/* @override http://localhost2:8888/css/global.css */
	
/* Main Structure */

body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

a {
	text-decoration: none;
}

.csapda {
	display: none;
}

.centered {
	text-align: center;
	padding-top: 19px;
}

.strike {
	color: white;
	background-color: #66b5be;
	
	font-weight: bold;
	height: 55px;
	padding-top: 5px;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#header {
	height: 75px;
	background: white url(../images/header-logo.jpg) no-repeat 43px center;
	margin-top: 20px;
	margin-bottom: 25px;
}

#header h1 {
	display: block;
	height: 75px;
	width: 640px;
	background: url(../images/header-cct.jpg) no-repeat 160px;
	text-indent: -1000px;
	margin-left: 96px;
}

#main {
	float: left;
	width: 640px;
}

#nav {
	width: 130px;
	height: 200px;
	float: left;
}

#nav a {
	color: #008493;
	font-size: 23px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	display: block;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

body.agenda #nav a.agenda,
body.map #nav a.map,
body.contact #nav a.contact,
body.about #nav a.about,
body.info #nav a.info,
body.gallery #nav a.gallery {
	background-color: #d9edef;
	font-weight: bold;
	margin-right: 0;
}

#nav a:hover {
	background-color: #abd7dc;
	margin-right: 5px;
}

#content {
	background-color: #d9edef;
	width: 500px;
	
	float: right;
	margin-right: 10px;
	color: #008493;
	padding-bottom: 30px;
	
}


#content a {
	color: #0b818f;
	}
	
#content a:hover {
	text-decoration: underline;
}

body.info #content h2 {
	margin-bottom: 0;
	}

body.info #content {
	padding-top: 10px;
	}
	
body.info #content img {
	margin-top: -10px;
	margin-left: 10px;
	}

body.info #content h3, body.info #content h2, body.contact #content h3,body.thankyou #content h3 {
	text-align: center;
	margin-top: 19px;
	font-size: 30px;
}

body.map #content a {
	color: #0b818f;
	display: block;
	padding-top: 7px;
	text-align: center;
	width: 250px;
	float: left;
}

body.map #content a:hover {
	text-decoration: underline;
}

#content h2 {
	margin-left: 15px;
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
}

body.info #content p, body.contact #content p,  body.thankyou #content p {
	text-align: center;
}

body.about #content {
	padding-top: 15px;
	height: 274px;
}

body.thankyou #content {
	padding-top: 85px;
	height: 204px;
}

body.contact #content {
	padding-top: 65px;
	height: 224px;
}

#content p {
	font-size: 18px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
	line-height: 24px;
}

#content table {
	margin-top: 5px;
	margin-left: 15px;
	font-size: 18px;
}

#content table td {
	padding-top: 7px;
}

#content td.time {
	font-weight: bold;
	padding-right: 20px;
}

#content td.event {
	color: #008493;
}

#content .session {
	color: #69b6bf;
	font-style: normal;
	padding-right: 10px;
	font-weight: normal;
}

#sidebar {
	width: 320px;
	float: right;
	color: white;
	height: 290px;
}

#sidebar h2 {
	color: white;
	font-size: 23px;
	text-align: center;
	font-weight: bold;
	background-color: #66b5be;
	display: block;
	width: 115px;
	letter-spacing: -1px;
	padding: 7px 10px;
}
#sidebar form {
	padding: 50px 10px 10px;
	border: 0px solid #008493;
	background-color: #66b5be;
}
	
#sidebar form label {
	width: 88px;
	color: white;
	font-size: 16px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
}

#sidebar form label.invalid {
	width: 184px;
	display: inline-block;
	text-align: left;
	margin-left: 104px;
	margin-right: 0;
	color: #333;
}


#sidebar form p {
	margin-bottom: 10px;
}

#sidebar form input {
	width: 180px;
}

#sidebar #submitbutton {
	display: block;
	background-color: #008392;
	color: white;
	font-size: 18px;
	margin-left: 205px;
	margin-top: 20px;
	border-style: none;
	padding: 3px 2px;
	text-align: center;
}

#sidebar #submitbutton {
	display: block;
	background-color: #008392;
	color: white;
	font-size: 18px;
	width: 80px;
	margin-left: 205px;
	margin-top: 30px;
	border-style: none;
	padding-bottom: 3px;
	padding-top: 3px;
}

#sidebar #submitbutton:hover {
	background-color: #005a65;
}

#footer {
	height: 50px;
	background-color: #abd7dc;
	width: 800px;
	float: right;
	display: none;
}

/* Alert */

#alert {
	padding-bottom: 10px;
	background-color: #0a808f;
	color: white;
	border: 10px solid white;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -20px;
}

#alert h2 {
	text-align: center;
	font-size: 23px !important;
	margin-top: 0 !important;
	padding-top: 5px;
	padding-bottom: 18px;
	font-weight: bold;
}

#alert p {
	font-size: 14px;
	line-height: normal;
	text-align: left !important;
}

/* Clear hack */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
}