

/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 13px Verdana, sans-serif;
  background: url(images/bg_body.jpg) #010c20 center top no-repeat;
  color: #FFFFFF;
  line-height: 140%;
}

img {
  border: 0;
}

h1 {
  font-size: 2.0em;
  font-weight: normal;
  color: #98bbe6;
}

h2 {
  font-size: 17px;
  font-weight: normal;
  color: #98bbe6;
}

h1, h2, p {
  margin: 0.6em 0;
}



#wrapper {
  
}

#navigation {
  height: 30px;
  margin: 377px 0 0 0;
  text-align: center;
}


#mainNav {
  list-style: none;
  background-color:#eee;
}

#footer {
  font-size: 10px;
  text-align: center;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 720px; 
  margin: 0 auto; 
  text-align: left; 
}

#mainNav { 
  width: 140px; 
  float: left; 
}

#content { 
  width: 650px; 
  float: right; 
}

#mainContent { 
  width: 440px; 
  padding: 0 0 30px 0;
  float: left; 
}

#mainContent_wide { 
  width: 580px; 
  padding: 0 0 30px 0;
  float: left; 
}


#secondaryContent { 
  width: 210px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
} 

#footer { 
  clear: both; 
  color: #98bbe6;
  width: 580px;
  margin: 0 0 0 70px;
  border-top: dotted 1px #668fc1;
} 

/* Add some padding
================================== */

#mainNav, #secondaryContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav *, #secondaryContent * {
  padding-left: 20px;
  padding-right: 20px;
}

#mainNav * *, #secondaryContent * * {
  padding-left: 0;
  padding-right: 0;
}


/* Sekalaista
================================== */

.aika  {
  color: #668fc1;
  size: 10px;
  margin-top: -10px;
}

.viiva  {
  border-bottom: dotted 1px #668fc1;
  padding: 30px 0 0 0;
}

.discografia img{
  margin: 20px 0 0 0;
}


#mainContent h2, #mainContent_wide h2 {
  border-top: dotted 1px #668fc1;
  padding: 10px 0 0 0;
}

#secondaryContent UL {
  list-style: none;
}

ul li{
list-style-image: url("images/lista_pallo.gif");
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
}

/* Linkit
================================== */

a:link { 
  color: #98bbe6;
  text-decoration: underline;
}

a:visited { 
  color: #98bbe6;
  text-decoration: underline;
}

a:hover, a:active { 
  color: #c1d8f4;
}


/* Vieraskirja
================================== */



.viesti { 
  border-bottom: dotted 1px #668fc1;
}

.pieni { 
  font-size: 9px;
}

.admin, .admin a { 
  color: #03122d;
}

.aika { 
  font-size: 10px;
  color: #568dbf;
}




/* Lightbox
================================== */

.thumb {
	width: 80px;
	display: block;
	float: left;
	margin: 0 10px 15px 0 ;
}

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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	background-color: #fff;
	}

#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{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}






