

/* OLIO MODULAR CSS				 															*/
/*																							*/
/*																							*/
/* copyright (c) Medusaworks Oy 2008 / ML													*/
/* Portions of this document are licensed under CC-GNU LGPL <http://creativecommons.org/licenses/LGPL/2.1/> or are in Public Domain */
/*																							*/
/* General notes: _Always_ use element name if possible, do not use a class/ID alone. IE6	*/
/* and Opera inheritance is buggy as hell - so ".hmenu .menuitem .hsmenu" is baaad, m'kay?	*/

/* INITIAL STYLES																			*/

/* CSS RESETS   by Eric A. Meyer (http://meyerweb.com/), Public Domain						*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
:focus {
/*	outline: 1px dotted gray;*/
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Assist styles */
.clrbrk {
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -1000em;	/* overkill hiding from all browsers; use "&nbsp;" for content */
	}



/* MAIN LAYOUT ELEMENTS																		*/

html {
	width: 100%;
	height: 95%;
	}
body {
	color: #000000;
	margin: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;		/* default font */
	font-size: 112%;
	/*background: #ffffff url(./imgs/body-bk.jpg) repeat-x;*/
	}

/* LAYOUT BLOCKS */

#frame {
	position: relative;
	width: 930px;
	margin: 0px 0px 0px 20px;
/*	background: #ffffff url(./imgs/frame-bk.jpg) repeat-x; */
	font-size: 62%;
	text-align: left;
	}
#top {
	position: relative;
	width: 930px;
	height: 80px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	z-index: 100;		/* Needed to keep dropdowns above other positioned content */
	}
#main {
	position: relative;
	width: 930px;
	/* background: url(./imgs/fauxcols-2.gif) repeat-y; */
	padding-top: 1px;	/* to give layout - compensate w/ negative margin for #content */
	z-index: 1;			/* Needed to keep dropdowns above other positioned content */
	}
#left, #exhibition_menu {
	position: absolute;
	width: 300px;
	top: 8px;
	left: 0px;
	min-height: 400px;
	z-index: 2;			/* Needed to keep dropdowns above other positioned content */
	}
#right {
	display: none;		/* Normally not needed */
	}
#content {
	position: relative;
	width: 600px;
	margin: 9px 210px 0px 320px;
	z-index: 1;			/* Needed to keep dropdowns above other positioned content */
	min-height: 500px;
	_height: 500px;
	padding: 4px 0px 10px 10px;
	line-height: 14px;
	}
#exhibition_content {
	position: relative;
	width: 600px;
	margin: -7px 210px 0px 320px;
	z-index: 1;			/* Needed to keep dropdowns above other positioned content */
	min-height: 500px;
	_height: 500px;
	padding: 0px 0px 10px 10px;
	line-height: 14px;
	}

#gallerycontent {
	width: 100%;
	min-height: 380px;
	_height: 380px;
	}
#footer {
	color: #999999;
	text-align: right;
	clear: both;
	margin-top: 88px;
	padding-bottom: 32px;
	}

/* TOP: Internal layout */

#logoholder {
	float: left;
	width: 280px;
	height: 110px;
	margin: 0px 0px 10px 10px;
	border: 1px solid black;
	}

/* MENUS: position and size */
/* use overrides in menu.css for theming */
#menu0 {
	position: relative;
	clear: left;
	width: 950px;
	z-index: 100;		/* Needed to keep dropdowns above other positioned content */
	}
#menu1 {
	position: relative;
	width: 280px;
	margin: 10px 10px 10px 10px;
	z-index: 100;		/* Needed to keep dropdowns above other positioned content */
	}
#menu2 {
	position: relative;
	width: 200px;
	z-index: 100;		/* Needed to keep dropdowns above other positioned content */
	}
/* breadcrumb trail is technically a menu */
/* also themed in menu.css */
#breadcrumbs {
	clear: both;
	width: 950px;
	height: 24px;
	line-height: 24px;	/* vertical centering of breadcrumb elements - keep same as height */
	z-index: 1;			/* Needed to keep dropdowns above breadcrumb trail */
	}

/* BANNER AREAS: Placement */

/* placeholder styles - delete before publishing */
.bannerspace, .bannerspace-h, .bannerspace-grid {
	border: 1px dotted black;
	color: #cccccc;
	}
.bannerspace a, .bannerspace-h a, .bannerspace-grid a {
	color: #cccccc;
	}

/* Banner placement within layout blocks */
/* see banners.css */
#top .bannerspace {
	position: relative;
	width: 468px;
	height: 60px;
	margin: 20px 0px 0px 310px;
	text-align: center;
	}
#content .bannerspace {
	position: relative;
	width: 470px;
	height: 60px;
	margin: 5px 0px 5px 0px;
	text-align: center;
	}
#left .bannerspace-h {
	position: relative;
	width: 280px;
	margin: 10px 0px 0px 10px;
	text-align: center;
	}
#right .bannerspace-grid {
	position: relative;
	width: 190px;
	margin: 10px 0px 0px 5px;
	}
.clrbrk {
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -1000em;
	}


/* MENU ELEMENTS																			*/

/* Top menu (horizontal) */

ul#menu {
	display:block;
	position:static;
	top: 0px;
	right: 0px;
	height: 26px;
	border-bottom: 2px solid #000000;
	text-transform: uppercase;
	}
ul#menu li {
 	float: right;
	margin: 0px 8px;
	list-style-type: none;
	display: inline;
	text-align: left;
	width: auto;
	}
ul#menu #nav_10 {
	margin-right: 0px;
	}
ul#menu #nav_1 {
	position: absolute;
	top: 36px;
	left: 0px;
	font-size: 1.5em;
	padding-left: 14px;
	font-weight: normal;
	margin: 0px;
	}
ul#menu li a {
	line-height: 16px;
	width: auto;
	color: #000000;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	display: block;
	padding: 5px 10px 5px 10px;
	}
ul#menu li#nav_10 a {
	color: #818181;
	text-transform: lowercase;
	font-size: 1.1em;
	letter-spacing: 1px;
	}
ul#menu a:hover , ul#menu a:active, ul#menu a:hover.outbound, ul#menu a:active.outbound,
ul#menu a.menupathlink {
	background: #000000;
	color: #ffffff;
	outline: none;
	}
ul#menu #nav_1 a {
	padding: 7px 10px 7px 10px;
	}
ul#menu #nav_1 a.menupathlink {
	background: none;
	color: #000000;
	}


/* LEFT: ARTWORK menu (vertical with thumbnails for submenu) */

#gallerycontent #left ul {
	margin: -8px 0px 24px 24px;
	}
#gallerycontent #left ul li {
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	clear: left;
	}
#gallerycontent #left ul li a {
	display: block;
	color: #000000;
	margin: 0px 0px 4px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 1.0em;
	}
#gallerycontent #left ul li ul {
	display: block;
	padding: 0px 0px 24px 0px;
	margin: 0px;
	}
#gallerycontent #left ul li ul li {
	margin: 0px;
	padding: 0px;
	}
#gallerycontent #left ul li ul li a {
	display: block;
	position: relative;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 14px 0px;
	#margin-bottom: 4px;
	}
#gallerycontent #left ul li ul li a {
	outline: none;
	}
#gallerycontent #left ul li ul li a span {
	float: left;
	height: 55px;
	line-height: 55px;
	text-indent: 6px;
	}
.menukuva {
	display: block;
	width: 75px;
	height: 55px;
	overflow: hidden;
	}
.menupikkukuva {
	width: 75px;	
	height: 55px;
	border: 0px;
	padding: 0px;
	margin: 2px 0px;
	#margin: 0px;
	}

/* LEFT: EXHIBITIONS menu (vertical text menu) */

#exhibition_menu ul {
	margin: 0px 0px 24px 24px;
	}
#exhibition_menu ul li {
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	clear: left;
	}
#exhibition_menu ul li a {
	display: block;
	color: #000000;
	margin: 7px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.0em;
	}
#exhibition_menu ul li a:active {
	outline: none;
	}
#exhibition_menu ul li ul {
	display: block;
	padding: 0px 0px 14px 0px;
	margin: 0px;
	}
#exhibition_menu ul li ul li a {
	font-size: 1.0em;
	}


/* Manual links in #left */

#left p a {
	color: #000000;
	}

/* BANNER AREAS 																			*/

.bannerspace a.bannerlink, .bannerspace-h a.bannerlink {
	display: block;
	overflow: hidden;
	margin: 0px auto 6px auto;
	}
.bannerspace-grid a.bannerlink {
	display: block;
	overflow: hidden;
	float: left;
	margin-left: 5px;
	}

/* BANNER SIZES: some default classes */
/* Use either short name or banner[width] */

a.ldrboard, .banner728 {		/* leaderboard */
	width: 728px;
	height: 90px;
	}
a.fullbnr, .banner468 {		/* Full banner */
	width: 468px;
	height: 60px;
	}
a.halfbnr, .banner234 {		/* Half banner */
	width: 234px;
	height: 60px;
	}
a.microbar, .banner88 {		/* Micro bar */
	width: 88px;
	height: 31px;
	}
a.lrgrect, .banner336 {		/* Large rectangle */
	width: 336px;
	height: 280px;
	}
a.rectbnr, .banner180 {		/* Rectangle */
	width: 180px;
	height: 150px;
	}
a.sqrbtn, .banner125 {		/* Square button */
	width: 125px;
	height: 125px;
	}
a.skyscrp, .banner120 {		/* Skyscraper */
	width: 120px;
	height: 600px;
	}
a.wskyscrp, .banner160 a {		/* Wide skyscreaper */
	width: 160px;
	height: 600px;
	}

/* Insert custom banners sizes here */



/* themes - Kaisaleena content.css*/
/* CONTENT STYLING																			*/

a {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

/* CONTENT headers */

#content h2 {
	display: block;
	font-size: 1.4em;
	line-height: 30px;
	font-weight: bold;
	margin: 0px 0px 22px 0px;
	padding: 6px 0px 0px 0px;
	}
#content h3 {
	margin: 0px 0px 10px 0px;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	}
#content h4 {
	display: block;
	clear: both;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	}
#content h5 {	
	display: block;
	clear: both;
	line-height: 18px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #000000;
	}

/* CONTENT: main text content */
body#frontpage .nosto {
	margin: 0px 30px 30px 200px;
	padding: 72px 0px 0px 30px;
	}
#content p {
	margin: 8px 0px 8px 0px;
	font-size: 1.0em;
	line-height: 16px;
	}
#content b, #content strong {
 	font-weight: bold;
	}
#content i, #content em {
	font-style: italic;
	}
#content p a {
	color: #000000;
	text-decoration: underline;
	}
#content a:hover {
	color: #999;
	}
#content p.box {
	margin-left: 24px;
	}
#content ul {
	display: block;
	margin: 6px 0px 6px 6px;
	line-height: 14px;
	list-style: disc;
	}
#content ol {
	display: block;
	margin: 6px 0px 6px 6px;
	line-height: 14px;
	list-style: decimal;
	}
#content li {
	margin-left: 12px;
	}
#content p.ingressi {
	padding: 6px 12px;
	font-size: 1.0em;
	background-color: #f5f2f2;
	}
#content td {
	padding: 5px;
	}

/* CONTENT: entry page */

#content #introimg {
	width: 600px;
	height: 400px;
	overflow: hidden;
	padding: 0px;
	text-align: right;
	}
#content #introimg img {
	margin-right: 0px;
	}

/* CONTENT: GALLERY */
#gallerycontent h3 {
	font-weight: normal;
	text-transform: none;
	}
#gallerycontent .image_content {
	display: block;
	width: 600px;
	margin-bottom: 14px;
	text-align: right;
	}

#gallerycontent .galleryimage_content, #gallerycontent .exhibition_artwork {
	width: auto;
	float: left;
	margin: 0px 14px 14px 0px;
	}
#gallerycontent .article_container p, #gallerycontent .article_container h3 {
	font-size: 1.0em;
	line-height: 14px;
	margin: 0px 0px 8px 0px;
	}
.products_exhibition a {
	color: #000000;
	font-size: 1.0em;
	}
#exhibition_content a:hover {
	color: #999;
}
#exhibition_image {
	margin: 0px 0px 14px 0px;
	}
#exhibition_artworks {
	margin: 0px 0px 14px 0px;
	}
#exhibition_address {
	margin-bottom: 14px;
	}
	
#exhibition_text a:link, #exhibition_text a:visited {
	color: #000;
}

#exhibition_text a:hover, #exhibition_text a:active {
	color: #999;
}

.pikkukuva {
	display: block;
	width: 100px;
	height: 70px;
	}


/* CONTENT forms */
form {
	}
fieldset {
	display: block;
	clear: left;
	border: none;
	padding: 6px;
	border: 1px solid #D3D3D3;
	margin: 4px 0px 0px 0px;
	}
legend {
	padding: 0px 6px 0px 6px;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 1px;
	}
label {
	float: left;
	clear: left;
	width: 180px;
	line-height: 12px;
	height: 16px;
	padding: 0px;
	}
#kansi label {
	width: 260px;
	}
#content fieldset p {
	margin: 0px 0px 4px 190px;
	padding: 0px;
	}
#content #palautelomake fieldset p {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	}
#content #kansi p {
	margin-left: 290px;
	}
#content fieldset p #kplinput {
	display: inline;
	margin: 0px;
	}
input {
	display: block;
	margin: 0px 0px 4px 190px;
	border: 1px solid #9d9d9d;
	}
#kansi input {
	margin-left: 280px;
	}
input.tworowlabel {
	margin-bottom: 16px;
	}
input#submit {
	height: 18px;
	line-height: 18px;
	margin: 4px 0px 16px 200px;
	font-size: 0.8em;
	}
textarea {
	display: block;
	height: 100px;
	width: 218px;
	margin: 0px 0px 4px 190px;
	border: 1px solid #9d9d9d;
	}


/* LEFT COLUMN: text content and titling */
#left h3 {	
	display: block;
	clear: both;
	font-size: 1.0em;
	margin: 6px 6px 6px 6px;
	}
#left p {
	margin: 10px 0px 0px 24px;
	line-height: 1.0em;
	}	


/* FOOTER */
#footer p {
	color: #999999;
	margin: 0px 0px 0px 15px;
	font-size: 0.9em;
	}
#footer a {
	color: #999999;
	}
#footer a img {
	display: inline;
	}


a:active {outline:none;}
a:focus {-moz-outline-style:none;}

#left p a:hover {
	color: #999;
}




#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox img {
	width: auto;
	height: auto;
	}
#lightbox a img {
	border: none;
	}

#outerImageContainer {
	position: relative; 
	background-color: #1a1a1a; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto;
	}
#imageContainer { 
	padding: 10px;
	}

#loading {
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0;
	}
#hoverNav {
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav {
	left: 0;
	}
#hoverNav a {
	outline: none;
	}

#prevLink, #nextLink {
	position: absolute;
	bottom: -14px;
	width: 40%;
	height: 20px;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block;
	}
#prevLink {
	left: 0; 
	float: left;
	margin-left: 6px;
	background: url(/cms/plugins/lightbox2/images/prevlabel.gif) left bottom no-repeat;
	}
#nextLink {
	right: 0; 
	float: right;
	margin-right: 6px;
	background: url(/cms/plugins/lightbox2/images/nextlabel.gif) right bottom no-repeat; 
	}
#prevLink:hover, #prevLink:visited:hover {
	background: url(/cms/plugins/lightbox2/images/prevlabel.gif) left bottom no-repeat;
	}
#nextLink:hover, #nextLink:visited:hover {
	background: url(/cms/plugins/lightbox2/images/nextlabel.gif) right bottom no-repeat; 
	}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #1a1a1a;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	;
	}
#imageData {
	padding:0 10px; 
	color: #666;
	}
#imageData #imageDetails {
	width: 100%; 
	}	
#imageData #caption {
	font-weight: bold;
	}
#imageData #numberDisplay {
	display: block; 
	width: 80px;
	padding: 0em 0em 1.0em 24px;
	color: #ffffff;
	}
#imageData #bottomNavClose {
	width: 66px;
	position: absolute;
	left: 50%;
	bottom: 8px;
	z-index: 999;
	height: 14px;
	width: 24px;
	margin-left: -12px;
	outline: none;
	background: url(/cms/plugins/lightbox2/images/close.gif) left bottom no-repeat;
	}

#overlay {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000;
	}

