
body {
  background: #ecf2ed;
  font-family: arial,sans-serif;
  margin: 0;
}

#wrapper {
  background: url(../img/pattern.gif) top left repeat-x;
  padding-top: 1.5em;
}

caption, em {
  background: none;
}

abbr {
  border: 0;
}

a {
  text-decoration: none;
  text-decoration: underline;
  color: #222;
}

a:hover {
  color: #006944;
}

#container {
  border-top: 10px solid #006944;
  background: #fff;
  width: 920px;
  margin: 0 auto;
  padding: 0 40px 0 40px;
}

#header {
  height: 90px;
  margin: 5px 0 45px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #006944;
  position: relative;
}

#header h1 {
  font-size: 1em;
  text-indent: -9999px;
  height: 84px;
  display: block;
  background: url(../img/logo.gif) bottom right no-repeat;
}

#header h1 a {
  display: block;
  height: 100%;
}		

#header .ideapark {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: -33px;
  left: 810px;
}

#header .homepage {
  float: right;
  margin-top: -5px;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation li {
  display: block;
  height: 90px;
}

#navigation li a {
  display: block;
  width: 145px;
	height: 90px;
  overflow: hidden;	
  text-indent: -9999px;
  background: url(../img/navigation.gif) 0 39px no-repeat;
	background-size: auto;
}

.index #navigation li.homepage a {background-position: 0 -41px;}
#navigation li.homepage a:hover {background-position: 0 -41px;}

#navigation li.current a {background-position: -155px 39px;}
#navigation li.current a.selected {background-position: -155px -122px;}
#navigation li.current a.selected:hover {background-position: -155px -122px;}
#navigation li.current a:hover {background-position: -155px -41px;}


#navigation li.calendar a {background-position: -310px 39px;}
#navigation li.calendar a.selected {background-position: -310px -122px;}
#navigation li.calendar a.selected:hover {background-position: -310px -122px;}
#navigation li.calendar a:hover {background-position: -310px -41px;}

#navigation li.ticket a {background-position: -465px 39px;}
#navigation li.ticket a.selected {background-position: -465px -122px;}
#navigation li.ticket a.selected:hover {background-position: -465px -122px;}
#navigation li.ticket a:hover {background-position: -465px -41px;}

#navigation li.info a {background-position: -620px 39px;}
#navigation li.info a.selected {background-position: -620px -122px;}
#navigation li.info a.selected:hover {background-position: -620px -122px;}
#navigation li.info a:hover {background-position: -620px -41px;}

.off {
  display: none;
}

#search {
  margin: -30px 0 20px 0;
}

#topBanner {
	height: 45px;
	overflow: visible;
  margin-top: -25px;
  position: relative;
}


#search input {
	font-size: 1em;
	border:1px solid #bbb;
	background:#f6f6f6;
	margin:.5em 0 .5em 0;
	padding:5px;	
	color: #aaa;
}

#search #searchPhrase {
  width: 130px;
  margin-right: 5px;
}

#search input:focus {
	color: #222;
	background: #fff;
	border: 1px solid #222;
}

/** calendar **/

#calendarContainer {
  position: relative;
  height: 240px;
  background: url(../img/calendar/bg.png) repeat;
/*  background: url(../admin/img/multibox/loader.gif) no-repeat 50% 50%;*/
    
}

#calendar {
  overflow: hidden;
  background: url(../img/calendar/bg.png) repeat;
  padding: 12px;
  height: 216px
}

#prevMonth,#nextMonth {
  width: 28px;
  position: absolute;
  height: 28px;
  display: block;
  text-indent: -9999px;
  top: 45%;
  z-index: 0;
  cursor: pointer;
}
#prevMonth {
  background: url(../img/calendar/prevMonth.png) top left no-repeat;
  left: -5px;
}
#nextMonth {
  background: url(../img/calendar/nextMonth.png) top left no-repeat;
  left: 277px;
}

table.calendar {
	margin: 0 20px 0 20px;
  width: 236px;
  float: left;  
  border: 0;
  color: #fff;
  font-size: 12px;
}

#calendarHeader {
  height: 1.5em;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

#calendarHeader h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

table.calendar td {
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
}

table.calendar .disabled {
  color: #009248;
}

table.calendar .today {
	font-weight: bold;
}

table.calendar span {
  padding: 5px;
  display: block;
  height: 100%;
}		
table.calendar a {
	color: #fff;
	text-decoration: none;
  padding: 5px;
  display: block;
  height: 100%;
  background: url(../img/calendar/hasEvent.png) center center no-repeat;
}

table.calendar a:hover {
	text-decoration: underline;
}
table.calendar .event {
  color: #000;
  position: absolute;
  width: 149px;
  height: 74px;
  text-align: left;
  overflow: hidden;
  margin-top: -94px;
  margin-left: -18px;
  background: url(../img/calendar/bubble.png) top left no-repeat;
  z-index: 100;
  font-size: 11px;
}

table.calendar .event div {
  margin-left: 8px;
  width: 121px;
  height: 40px;
  overflow: hidden;
  padding: 10px;
}

table.calendar .event em {
  background: none;
  display: block;
}

/** Forms **/

#searchEvent ol {
  margin: 0;
  list-style: none;
}

#searchEvent label {
  display: block;
}

#searchEvent .dateRange input {
  width: 55px;
}

#searchEvent .category input {
  width: 100%;
}

#searchEvent .category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#searchEvent .category ul label {
  display: inline;
}

#searchEvent .category ul li {
  float: left;
  width: 60px;
}

#searchEvent .category ul input {
  width: auto;
}

#searchEvent .q input {
  width: 100%;
}

#searchEvent .submit {
		text-align: right
}

.dates abbr.location {
  display: none;
}

.dates p.description {
  float: left;
  width: 345px;
  margin-bottom: 1em;
}
/*
.dates p.description a {
  text-decoration: none;
}

.dates p.description a:hover {
  text-decoration: none;
  color: #222;
}
*/
.dates .descriptionKeywords {
  float: left;
  width: 345px;
}
.dates p.keywords {
  color: #999;
  margin: 0 0 .5em 0;
}

form ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

form ol label {
  display: block;
}

form ol ul {
  list-style: none;
}

form ol .inline label {
  display: inline;
}

form ol .value label {
	font-weight: normal
}
form span.err {
  float: right;
  font-weight: bold;
}

form .requiredInfo {
  color:#999;
  margin-top: 10px;
  text-align:right;
}

#search input.submitBtn {
  padding: 4px;
  color: #222;
  background: #ddd;
}

/** footer **/

#footer .vcard {
  width: 81px;
  float: right;
  text-indent: -9999px;
  height: 24px;
  overflow: hidden;
  padding-top: 10px;
}
#footer .vcard * {
  text-indent: -9999px;
}

#footer .vcard a {
  text-indent: -9999px;
	display: block;
  height: 100%;  
  background: url(../img/ideapark.gif) top left no-repeat;
} 
#footerNavi {
  padding-top: 10px;
}
#footer {
  height: 60px;
  background: #fff;
  margin-top: 30px;
  border-top: 1px solid #bfbfbf; 
  font-size: 11px;
  color: #000;
  padding: 20px 0;
}
#copyright {
  color: #555;
}


#footer a {
	text-decoration: none;
  color: #000;
}

#footer a:hover {
  text-decoration: underline;
}


#eventNavi {
  height: 240px;
  position: relative;
}

#top {
  margin-bottom: 20px;
}

#eventNavi ul {
	width: 145px;
  margin: 0 0 0 -60px;
  position: absolute;
  bottom: 0;
  list-style: none;
  text-align: right;
}

#eventNavi ul a {
  color: #006944;
  font-weight: bold;
}

.dates dd {
  margin: 0 0 .5em 0;
}

.dates dd.odd {
	background: #ECF2ED;
}

.dates dd h3 {
  padding:10px 0pt 0pt 10px;
  margin-bottom: .2em;
}

.dates dd h3 img {
		float: left;
		margin: 0 10px 10px 0;
}

.dates .categories, .dates .tags, .dates .archiveInfo {
  padding-top: 10px;
  font-size: .9em;
}

.date {
	text-align: right;
	padding-top: 12px;
}

.archive .date, .current .date {
  padding-top: 0;
}

.date abbr {
		border: 0;
}
		

.dates img {
  border: 1px solid #333;
}

.dates dt {
  font-size: 1.4em;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
}		

.dates dt.label {
  font-weight: bold;
  font-size: 1em;
  border: 0;
}

.dates dt strong {
  font-weight: normal;
  float: left;
  width: 85px;		
}


.dates dt span {
	font-size: .7em;
	margin-left: 10px;
	float: left;
	line-height: 2em;
/*	padding-left:*/ 
}		

.nextPrevMonth {
  line-height: 3em;
}

.nextEvent {
  float: right;
  text-align: right;
}

.nextPrevMonth .next {
  float: right;
  text-align: right;
}

fieldset.submit {
  text-align: right;
}

#event .summary {
  margin-bottom: 0;
  line-height: 1.2em;
}

#event .description {
  font-size: 1.2em;
  font-style: oblique;
  font-weight: normal;
  color: #444;
  margin-top: .5em;
}

* html table.calendar {
  margin: 0 0 0 10px;
}
* html #prevMonth {
  margin-left: 5px;
}
* html #nextMonth {
  left: 271px;
}
* html #prevMonth, * html #nextMonth, * html table.calendar .event, img {
  behavior: url(/assets/iepngfix/iepngfix.htc);
}

* html #eventNavi {
  margin-left: -120px;
  width: 110px;
}

* html #eventNavi ul {
	padding: 0 10px 0 10px;
	width: 150px;
}

.liput {
  border: 1px solid #92c324;
  padding: 15px 15px 0 15px;
  margin-bottom: 15px;
}

* html .liput {
  padding-right: 10px;
}

.liput h3 {
  text-indent: -9999px;
  background: url(../img/ostaliput.gif) top left no-repeat;
  padding: 10px 0;
  margin: -15px -15px 10px -15px;
}

.liput a {
  display: block;
  border-bottom: 1px solid #cce5dd;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.liput img {
  margin: 0;
}

.liput a:last-child {
		border: 0;
}

#carousel {
  height: 240px;
}
#carousel a {
  position: absolute;
  display: block;
}

#carousel .buttons {
  display: none;
}
#event .keywords h5,#event .categories h5, .current .keywords h5,.current .categories h5 {
		border-bottom: 1px solid;
		margin-bottom: 1em;
}
#event .keywords p,#event .categories p,.current .keywords p,.current .categories p {
  font-size: .9em;
  margin-top: 0;
}

.current #content img {
  margin-bottom: .2em;
}

* html #search {
	position: relative;
}

#yhteistyossa h4 {
	border-bottom: 1px solid #BFBFBF;
	color: #333;
}

#yhteistyossa div {
	text-align: center;
}
/* SLIMBOX */

#lbOverlay {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  left: 50%;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(../img/slimbox/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(../img/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(../img/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(../img/slimbox/closelabel.gif) no-repeat center;
  margin: 5px 0;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

h4.frontpageCurrent {
  border-bottom:1px solid #006944;
  padding-bottom: 4px;
}

h4.frontpageCurrent a {
  text-decoration: none;
  color: #006944;
}

#calendarAds a {
	margin-left:5px;
} 

#tickets {
  margin: 0;
  list-style: none;
}

#tickets li {
  margin: 0 0 0.5em;
}

#tickets h3 {
  margin-bottom: 0.2em;
  padding:10px 0 0 10px;
}

#tickets .odd {
  background: #ECF2ED;
}

#tickets li img {
  float:left;
  margin: 0 10px 10px 0;
}

#tickets .ticketVip {
  padding:10px 0 0 10px;
}

#liveInfo .box {
  background: #ECF2ED url(../img/pattern.gif) no-repeat 0 -385px;
  background-color: #ECF2ED;
  padding-top: 4.3em;
}

#liveInfo h2 {
  font-size: 1.5em;
  line-height: 1.2em;
}

#liveInfo h2 a, #liveInfo p a {
  text-decoration: none;  
}    

#liveInfo a:hover {
  color: #222;
}

#liveInfo a.more {
  font-weight: bold;
}

#calendarAds {
  float: right;
}

.ticket form fieldset div {
  clear: both;
}

a.event-date {display:block;margin-top:-1em;}
