#home {
	width: 646px;
	float: left;
	margin: 0 0 90px 10px;
}
/* VIEWER */
#viewer {
	width: 646px;
	height: 225px;
	margin-bottom: 10px;
	background: #FFF;
	overflow: hidden;
	position: relative;
}
#viewer .item ul.info {
	position: absolute;
	left: 0;
	top: 0;
	padding: 7px 10px 10px;
	width: 170px;
	height: 170px;
	overflow: hidden;
}
#viewer .item ul.info .datevenue {
	padding: 7px 0;
}
#viewer ul.image {
	position: relative;
	left: 195px;
	top: 0;
	height: 225px;
	border-left: 10px solid #333;
}
#viewer ul.image li.strikethrough {
	position: relative;
	display: block;
	top: 0;
	left: 30px;
	height: 130px;
	z-index: 99;	
}
#viewer ul.image li img {
	width: 441px;
	height: 225px;
	position: absolute;
	left: 0;
	top: 0;
}
#viewer ul.image li a {
	width: 441px;
	height: 225px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 199;
}
#viewer .music .strikethrough {
	background: url(../assets/strikethrough_music.png) no-repeat;
}
#viewer .theatre .strikethrough {
	background: url(../assets/strikethrough_theatre.png) no-repeat;
}
#viewer .festivals .strikethrough {
	background: url(../assets/strikethrough_festivals.png) no-repeat;
}
#viewer .cinema .strikethrough {
	background: url(../assets/strikethrough_cinema.png) no-repeat;
}
#viewer .exhibitions .strikethrough {
	background: url(../assets/strikethrough_exhibitions.png) no-repeat;
}
#viewer .kids .strikethrough {
	background: url(../assets/strikethrough_exhibitions.png) no-repeat;
}
#viewer ul.bullets {
	position: absolute;
	left: 0;
	top: 190px;
	padding: 10px;
}
#viewer ul.bullets li {
	float: left;
}
#viewer ul.bullets li a {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 7px;
	background: url(../assets/icn_bullets.png);
}
#viewer ul.bullets li.theatre.active a,
#viewer ul.bullets li.theatre a:hover {
	background-position: 0 -25px;
}
#viewer ul.bullets li.music.active a,
#viewer ul.bullets li.music a:hover {
	background-position: 0 -50px;
}
#viewer ul.bullets li.exhibitions.active a,
#viewer ul.bullets li.exhibitions a:hover {
	background-position: 0 -75px;
}
#viewer ul.bullets li.cinema.active a,
#viewer ul.bullets li.cinema a:hover {
	background-position: 0 -100px;
}
#viewer ul.bullets li.festivals.active a,
#viewer ul.bullets li.festivals a:hover {
	background-position: 0 -125px;
}
#viewer ul.bullets li.kids.active a,
#viewer ul.bullets li.kids a:hover {
	background-position: 0 -150px;
}



/* NAVBAR */
#home #navbar {
	margin-left: 0;
}

/* HOMECONTENT */
#home #homecontent {
	float: right;
	width: 441px;
}
#home #homecontent .cola {
	float: left;
}
#home #homecontent .colb {
	float: right;
}
#home #homecontent #performances,
#home #homecontent #concerts {
	height: 560px;
}


#home #homecontent #cinema .cola {
	float: left;
}
#home #homecontent #cinema .colb {
	float: right;
}

/* SIDEBAR */
#sidebar {
	margin-right: 10px;
	margin-bottom: 90px;
}



/* TYPE */
#viewer h3 a {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}
.subtitle, .teaser, .date, .venue {
	font-size: 11px;
	line-height: 13px;
}
.teaser {
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#viewer .date, #viewer .venue {
	font-weight: bold;
}
.topic {
	font: bold 10px/12px "Trebuchet MS", Arial, sans-serif;
}
#homecontent h2 a {
	color: #000;
}
#homecontent h3 a {
	color: #000;
	font-weight: bold;
}
#homecontent .date {
	font-weight: bold;
}
#homecontent .venue {
	font-style: italic;
}
#sidebar #news h3 a {
	font-weight: bold;
	color: #000;
}