.c { clear:both; }
.left { float:left; }
.right { float:right; }
#site {
	margin:0 auto;
	text-align:center;
	width:100%;
}
.content {
	margin:0 auto;
	text-align:left;
	width:1024px;
}
header {
	display:block;
	clear:both;
	font-family: 'Oswald', sans-serif;
	color:rgba(71, 71, 71, 1);
}
header .content {
	position:relative;
	padding-top:10px;
}
header #logo {
	display:block;
	float:left;
	margin-top:10px;
}
header #boun {
	display:block;
	float:left;
	margin-top:15px;
	margin-left:10px;
	margin-right:20px;
}
header nav {
	display:block;
	float:left;
}
header nav li {
	display:block;
	float:left;
	margin:10px 0px;
}
header nav {
	display:block;
}
header nav ul {
	margin:0px;
	padding:0px;
}
header #menuBar {
	display:block;
	margin-top:15px;
	float:left;
}
header nav li a:hover {
	text-decoration:underline;
}
header #menuBar li {
	border-right:2px solid rgba(71, 71, 71, 1);
	height:40px;
}
header #menuBar li a {
	display:block;
	font-size:13px;
	line-height:18px;
	color:rgba(71, 71, 71, 1);
	width:90px;
	margin:0px 13px;
	text-decoration:none;
}
header #menuBar li.active a,
header #menuBar li a:hover {
	color:rgba(147, 149, 152, 1);
}
header #menuBar li:first-child {
	margin-left:60px;
}
header #menuBar li:last-child {
	border:none;
	margin-left:60px;
}
header #menuBar li:last-child a {
	width:auto;
	margin-right:0px;
}
header #menuBar li:last-child img {
	display:block;
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}
header #langBar {
	position:absolute;
	display:block;
	top:0px;
	left:964px;
	width:40px;
	margin:5px 0px;
	text-align:right;
}
header #langBar li {
	float:right;
	padding:0px;
	margin:0px;
}
header #langBar li:first-child {
	margin-left:5px;
}
header #langBar li:last-child {
	border-right:2px solid rgba(143, 40, 140, 1);
	padding-right:5px;
}
header #langBar li a {
	color:rgba(71, 71, 71, 1);
	font-size:12px;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
}
header #langBar li a:hover {
	color:rgba(147, 149, 152, 1);
}

section#home {
	display:block;
	clear:both;
	min-height:200px;
	margin:30px 0px;
	font-family: 'Oswald', sans-serif;
}
section#home #slider {
	display:block;
	float:left;
}
section#home #homeText {
	display:block;
	float:left;
	width:590px;
	margin-left:14px;
}
section#home p {
	font-size:14px;
	line-height:25px;
	margin:0px;
}
section#homeEvents,
section#homeHighlights,
section#homeTwitter {
	display:block;
	float:left;
}
section#homeTwitter a {
	color:rgba(71, 71, 71, 1);
	text-decoration:none;
}
section#homeTwitter p {
	padding-bottom:10px;
}
section#homeTwitter p:last-child {
	padding-top:10px;
	padding-bottom:0px;
}
section#homeEvents {
	width: 420px;
}
section#homeEvents article a,
section#events article a {
	color:rgba(71, 71, 71, 1);
	text-decoration:none;
}
section#events article {
	border-bottom:1px solid rgba(71, 71, 71, 1);	
	padding:10px 0px;
}
section#events article:first-child {
	padding-top:0px;
}
section#events article:last-child {
	border:none;
}
section#homeEvents h1 {
	background-color:rgba(71, 71, 71, 1);
	color:rgba(255,255,255,1);
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:24px;
	line-height:38px;
	margin:0px 0px 10px 0px;
	padding-left:10px;
}
section#homeHighlights,
section#homeTwitter {
	width: 288px;
	margin-left:14px;
}
section#homeHighlights h1,
section#homeTwitter h1 {
	display:block;
	background-color:rgba(89, 197, 231, 1);
	color:rgba(255,255,255,1);
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:24px;
	line-height:38px;
	margin:0px 0px 10px 0px;
	padding-left:10px;
}

section#homeEvents #pastEvents,
section#homeEvents #upcomıngEvents {
	display:block;
	float:left;
	width:200px;
}
section#homeEvents #pastEvents {
	padding-right:9px;
	border-right:2px solid rgba(71, 71, 71, 1);
}
section#homeEvents #upcomıngEvents {
	padding-left:9px;
}
section#homeEvents .eventCategory {
	display:block;
	float:left;
	width:188px;
	padding:2px 6px;
	margin-bottom:5px;
	color:rgba(255,255,255,1);
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:18px;
}
section#homeEvents .eventInfo {
	display:block;
	clear:both;
	margin-bottom:5px;
}
section#homeEvents .eventInfo .date,
section#homeEvents .eventInfo .title,
section#homeEvents .eventInfo .related,
section#homeEvents .eventInfo .location {
	display:block;
	clear:both;
/*
	padding-left:20px;
*/
	margin-bottom:5px;
	background-position:top left;
	background-repeat:no-repeat;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:14px;
}
/*
section#homeEvents .eventInfo .date {
	background-image:url(../img/calendar.png);
}
section#homeEvents .eventInfo .related {
	background-image:url(../img/related.png);
}
section#homeEvents .eventInfo .location {
	background-image:url(../img/location.png);
}
*/
section#homeEvents .eventContent {
	display:block;
	clear:both;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:18px;
}
section#homeEvents .eventContent p {
	display:block;
	clear:both;
	margin:0px;
}
section#homeEvents .eventList {
}
section#homeEvents .eventsNavigators,
section#homeEvents .eventsPageLink {
	display:block;
}
section#homeEvents .eventsPageLink {
	float:left;
	width:60%;
}
section#homeEvents .eventsNavigators {
	float:right;
	text-align:right;
	width:40%;
	vertical-align:top;
}
section#homeEvents .eventsPageLink,
section#homeEvents .eventsNavigators a {
	color:rgba(71, 71, 71, 1);
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
section#homeEvents .eventsNavigators a {
	font-size:18px;
	line-height:14px;
	vertical-align:top;
}
section#homeEvents .eventsPageLink:hover,
section#homeEvents .eventsNavigators a:hover {
	text-decoration:underline;
}
section#homeEvents article {
	display:block;
	width:200px;
	height:160px;
	float:left;
}

section#homeHighlights,
section#homeTwitter {
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}
section#homeHighlights p,
section#homeTwitter P {
	display:block;
	clear:both;
	margin:0px;
}
section#eventCategory,
section#events,
section#event,
section#page {
	display:block;
	clear:both;
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:30px;
}

.green,
section#homeEvents .green,
section#events .green {
	background-image:url(../img/headerBars/green.png);
	background-color:rgba(19, 151, 75, 1);
}
.yellow,
section#homeEvents .yellow,
section#events .yellow {
	background-image:url(../img/headerBars/yellow.png);
	background-color:rgba(216, 185, 16, 1);
}
.magenta,
section#homeEvents .magenta,
section#events .magenta {
	background-image:url(../img/headerBars/magenta.png);
	background-color:rgba(189, 41, 119, 1);
}
.grey,
section#homeEvents .grey,
section#events .grey {
	background-image:url(../img/headerBars/grey.png);
	background-color:rgba(99, 99, 99, 1);
}
.darkBlue,
section#homeEvents .darkBlue,
section#events .darkBlue {
	background-image:url(../img/headerBars/darkBlue.png);
	background-color:rgba(66, 77, 166, 1);
}
.orange,
section#homeEvents .orange,
section#events .orange {
	background-image:url(../img/headerBars/orange.png);
	background-color:rgba(246, 129, 34, 1);
}
section#events,
.blue,
section#homeEvents .blue,
section#events .blue {
	background-image:url(../img/headerBars/blue.png);
	background-color:rgba(0, 197, 226, 1);
/*
rgba(76, 191, 234, 1)
*/
}
section#eventCategory,
section#events,
section#page,
section#events #pageText,
section#event #pageText {
	background-color:transparent;
	background-repeat:no-repeat;
	border:none;
}
section#eventCategory h1,
section#eventCategory h2,
section#page h1,
section#page h2 {
	margin:0px;
	padding:0px;
}
section#eventCategory h1,
section#events h1,
section#event h1,
section#page h1 {
	display:block;
	color:rgba(255,255,255,1);
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:24px;
	line-height:40px;
	padding-left:15px;
	margin:0px;
}
section#events h1 a {
	display:block;
	float: right;
	color:rgba(255,255,255,1);
	font-size: 16px;
	margin-right: 36px;
	text-decoration: none;
}
section#events h1 a:hover {
	text-decoration:underline;
}
section#eventCategory aside#left,
section#eventCategory #pageText,
section#page aside#left,
section#page #pageText {
	display:block;
	float:left;
}
section#eventCategory aside#left,
section#page aside#left {
	margin-top:40px;
	margin-left:11px;
	padding-left:25px;
	width:360px;
/*
	height:405px;
*/
	background-color:rgba(255,255,255,0.9);
}
section#events #pageText,
section#event #pageText {
	display:block;
	float:none;
	clear:both;
	padding-left:11px;
}
section#events #pageText #transparentArea,
section#event #pageText #transparentArea {
	padding:15px;
	margin-right:36px;
/*
	height:375px;
*/
	background-color:rgba(255,255,255,0.6);
	overflow:auto;
}
section#eventCategory aside#left #slider,
section#page aside#left #slider {
	display:block;
	clear:both;
	margin-top:-30px;
	margin-bottom:15px;
}
section#eventCategory #pageText,
section#page #pageText {
	width:592px;
	padding-right:36px;
}
section#eventCategory #pageText #transparentArea,
section#page #pageText #transparentArea {
	padding:15px;
/*
	height:375px;
*/
	background-color:rgba(255,255,255,0.6);
	overflow:auto;
}
section#eventCategory #pageText #transparentArea h1,
section#eventCategory #pageText #transparentArea h2,
section#eventCategory #pageText #transparentArea p,
section#events #pageText #transparentArea h1,
section#events #pageText #transparentArea h2,
section#events #pageText #transparentArea p,
section#event #pageText #transparentArea h1,
section#event #pageText #transparentArea h2,
section#event #pageText #transparentArea p,
section#page #pageText #transparentArea h1,
section#page #pageText #transparentArea h2,
section#page #pageText #transparentArea p {
	color:rgba(71, 71, 71, 1);
	font-family: 'Oswald', sans-serif;
}
section#eventCategory #pageText #transparentArea h1,
section#events #pageText #transparentArea h1,
section#event #pageText #transparentArea h1,
section#page #pageText #transparentArea h1 {
	font-weight:bol;
	font-size:24px;
	line-height:28px;
}
section#eventCategory #pageText #transparentArea h2,
section#events #pageText #transparentArea h2,
section#event #pageText #transparentArea h2,
section#page #pageText #transparentArea h2 {
	font-weight:bol;
	font-size:20px;
	line-height:26px;
	margin-bottom:10px;
}
section#eventCategory #pageText #transparentArea ul li,
section#eventCategory #pageText #transparentArea td,
section#eventCategory #pageText #transparentArea p,
section#events #pageText #transparentArea ul li,
section#events #pageText #transparentArea td,
section#events #pageText #transparentArea p,
section#event #pageText #transparentArea ul li,
section#event #pageText #transparentArea td,
section#event #pageText #transparentArea p,
section#page #pageText #transparentArea ul li,
section#page #pageText #transparentArea td,
section#page #pageText #transparentArea p {
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	margin-top:0px;
	margin-bottom:5px;
	vertical-align:top;
	color:rgba(71, 71, 71, 1);
}
section#eventCategory aside#left nav,
section#page aside#left nav {
	display:block;
	overflow:auto;
	margin-right:20px;
}
section#eventCategory aside#left nav ul,
section#page aside#left nav ul {
	display:block;
	padding-left:0px;
	margin-top:0px;
}
section#eventCategory aside#left nav li,
section#page aside#left nav li {
	display:block;
	margin:0px;
	padding:3px 0px;
	vertical-align:top;
	height:auto;
}
section#eventCategory aside#left nav li {
	display:list-item;
	list-style-type:disc;
	list-style-position:inside;
}
section#eventCategory aside#left nav li a,
section#page aside#left nav li a {
	display:block;
	color:rgba(71, 71, 71, 1);
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
	margin:0px;
	padding:0px;
	vertical-align:top;
}
section#eventCategory aside#left nav li.active a,
section#eventCategory aside#left nav li a:hover,
section#page aside#left nav li.active a,
section#page aside#left nav li a:hover {
	color:rgba(53, 175, 225, 1);
}
section#eventCategory aside#left nav li.space,
section#page aside#left nav li.space {
	height:18px;
}
section#eventCategory #transparentArea h2,
section#events #transparentArea h2,
section#event #transparentArea h2 {
	margin:0px 0px 5px 0px !important;
}
section#eventCategory .eventInfo .date,
section#eventCategory .eventInfo .location,
section#eventCategory .eventInfo .related,
section#eventCategory .eventInfo .title,
section#events .eventInfo .date,
section#events .eventInfo .location,
section#events .eventInfo .related,
section#events .eventInfo .title,
section#event .eventInfo .date,
section#event .eventInfo .location,
section#event .eventInfo .related,
section#event .eventInfo .title {
	display:block;
	float:left;
	color:rgba(71, 71, 71, 1);
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:14px;
	margin-left:5px;
	padding: 2px 6px;
/*
	padding-left:20px;
	background-position:top left;
	background-repeat:no-repeat;
*/
}
section#eventCategory .eventInfo .date,
section#events .eventInfo,
section#event .eventInfo {
	margin-bottom:5px;
}
/*
section#eventCategory .eventInfo .date,
section#events .eventInfo .date,,
section#event .eventInfo .date {
	background-image:url(../img/calendar.png);
	margin-left:15px;
}
section#eventCategory .eventInfo .related,
section#events .eventInfo .related,
section#event .eventInfo .related {
	background-image:url(../img/related.png);
	margin-left:15px;
}
section#eventCategory .eventInfo .title,
section#events .eventInfo .title,
section#event .eventInfo .title {
	background-image:url(../img/related.png);
	margin-left:15px;
}
section#eventCategory .eventInfo .location,
section#events .eventInfo .location,
section#event .eventInfo .location {
	background-image:url(../img/location.png);
}
*/
section#events .eventCategory {
	display:block;
	float:left;
	color:rgba(255,255,255,1);
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:14px;
	padding: 2px 6px;
	min-width:200px;
}
section#events .eventInfo .related {
	margin-left:217px;
}
section#events .eventInfo .title {
	max-width:700px;
	line-height:18px;
	padding-top:0px;
}

footer {
	display:block;
	clear:both;
	background-color:rgba(255,255,255,1);
	color:rgba(71, 71, 71, 1);
	font-family: 'Oswald', sans-serif;
	font-size:13px;
	line-height:22px;
	margin:20px 0px;
	margin-bottom:0px;
}
footer.page .left {
	padding-left:12px;
}
footer.page .right {
	padding-right:35px;
}
footer p {
	margin:0px;
}
.content,
.content ul,
.content ul li,
.content td {
	font-family: 'Oswald', sans-serif !important;
}
.disabled { display:none !important; }
.eventsNavigators .prev, .eventsNavigators .next { display:inline-block; width:10px; }
