/* CSS Document */


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

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

body {
 /* font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;*/
  
  	margin:0px;
	padding:0px;
	font: 1em verdana, arial, sans-serif;
	/*background-color:#E7E8B4;C8D696;*/
	background:#EBEEDA; 
	background-image: url(../../css/taustagr.jpg);
	background-repeat: repeat-x;
}


.arkisto {
	font-family:Tahoma, Geneva, sans-serif;
}


body.arkisto  {
background-color:#F8F8EF;
background-image:	url(../images/arkisto_taustagr.jpg) ;
background-repeat: repeat-x;
}

body.arkisto #wrapper2 {
background-color:#F6F3E3;
/*background-image:url(../images/arkisto_bg_kuva.jpg);*/
}


h1 {
	text-align:center;
	font-size: 1.3em;
	font-weight: bold;
	/*  	background-color:#F5EE8D;  55FFBB*/
background-color:#b0d3a1;
	padding: 0.4em;
}

.arkisto h1 {
background-color:#F1EBC7;
}

h2 {
  font-size: 1.1em;
  font-weight: normal;
}

/*p, li {
  font-size: 1.4em;
} */

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

h3 {
	
	background-color:#A5DB9E;
	padding: 0.4em;
 
}

ul {
font-size: 1.2em;
border: 1px dotted; 
margin-top: 0.5em; 
margin-bottom: 1em; 
padding: 0.5em 1em .5em 2em; 
list-style:circle;  

}

.arkisto ul {
border:none;
}

li ul{
font-size: 1em;
}

ol ul {list-style:circle;}
li {margin-top: 0.2em;}

li li ul {
	border:none;
}

a {
text-decoration:none; 
/*font-size: 105%;  */
}
a:hover {text-decoration:underline overline; }


#branding {
  height: 50px;
 
  padding: 20px;
}

#branding h1 {
  margin: 0;
}

#mainNav {
  list-style: none;
}

#secondaryContent h2 {
  font-size: 0.9em;
  margin: 0;
}
#secondaryContent ul {
  font-size: 0.7em;
  margin: 0;
}

#secondaryContent h3 {
  font-size: 0.9em;
  margin: 0;
}

#secondaryContent p {
  font-size: 0.85em;
}



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

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

#wrapper {
  width: 80%;
  margin: 5px auto; 
  text-align: left;
  background: #fff /*url(images/nav-faux-col.gif) repeat-y 23% 0*/;

}

#wrapper2 {
  background-color:#ebf3ce; /* B9E6C4E8F4F5;*/
  
   /* background:#fff;
   url(images/secondary-faux-col.gif) repeat-y 78% 0*/
}

#wrapper2 img{
  margin:  3em  0 0 3em ;
}




#mainNav { 
  width: 23%;
  float: left;
}


#content { 
  width: 90%; 
  float: right; 
}

#mainContent { 
  width: 60%; 
  margin: 1em 0 0 0; 
  float: left; 
} 


#mainContent h3 {font-size:1.1em;}
#mainContent  p {font-size:1.em;}	
#mainContent  li {font-size:0.85em;}

#mainContent img {
	margin-top: 2em;
}
 
#secondaryContent {
margin-right: 2em;
margin-top: 1.5em;
  width: 31%;
  min-width: 10em;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right;
} 

#secondaryContent p {font-size:.85em;}

#footer { 
  clear: both; 

  padding: 1em; font-size:70%;  
  background-color:#bed2a3;
}

.arkisto #footer {
background-color:#F1EBC7;
}

/* add some padding to the contentse in the main nav and secondary content areas */

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

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

#mainNav * *, #secondaryContent * * { 
 padding-left: 0;
 padding-right: 0;
}
#secondaryContent a {  /* jotta external linkki kuvake ei mene ihan kiinni */
padding-right: 10px;
}
/*#wrapper #wrapper2 #footer .emailos {
	display: block;
}*/
