
* { padding: 0; margin: 0; }

body {
 font-family: 'Open Sans', Trebuchet MS, Arial, Helvetica, sans-serif;
 font-size: 0.8em;
}
a, a:hover {
     outline: none;
}
p {
 margin-bottom: 1.2em;
 margin-top: 0.5em;
}

h1, h2, h3 {
 margin-bottom: 15px;
 margin-top: 10px;
 line-height: 1.1em;
 text-transform: uppercase;
 font-weight: 300;
}
h1 {
 font-size: 2.1em;
}
h2 {
 font-size: 1.8em;
 margin-top: 4px;
}
h3 {
 font-size: 1.6em;
  margin-top: 7px;
}
h4 {
 font-size: 1.2em;
}
h4.toggler, h4.toggler2 {
 color: #c30;
 font-size: 1.2em;
 cursor: pointer;
 margin-top: 5px;
 margin-bottom: 5px;
 
}
#leftpad div.element {
 margin-bottom: 15px;
}
sup {
 line-height: 50%;
 font-size: 70%;
}
h1 span {
    font-weight: bold !important;
    font-size: 1rem;
    text-transform: capitalize;
}
a:link {
 color: #c30;
 text-decoration: none;
}
a:visited {
 color: #c30;
 text-decoration: none; 
}
a:hover {
 color: #f60;
 text-decoration: underline;
}
a:active {
 color: #c30;
 text-decoration: none; 
}
ul {
 padding-left: 15px;
}
img {
 border: none;
}
.image_border {
 border: 1px solid #000;
}
/*
#wrapper table tr,
#contentarea table tr,
.mceItemTable tr {
     vertical-align: top;
}
#wrapper table td,
#contentarea table td,
.mceItemTable td {
     align: left;
     padding-top: 0.1em;
     padding-bottom: 0.1em;
     margin: 0;
     
}

#wrapper table td p,
#contentarea table td p,
.mceItemTable td p {
     margin-bottom: 0.8em;
     margin-top: 0.4em;
}
#wrapper table td h4,
#contentarea table td h4,
.mceItemTable td h4 {
     margin-bottom: 0.4em;
}
*/
.logogrid {
     width: 100%;
}
.logogrid td {
     width: 222px;

     /*border: 1px solid #ccc;*/
     text-align: center;
     vertical-align: bottom;
     height: 100px; 
}

.pagination {
     text-align: center;
     margin: 0 auto;
     width: 280px;
     padding: 0;
}
.pagination .pagestatus {
     padding-left: 10px;
     padding-right: 10px;
}
.pagination td, .pagination a {

      padding-top: 0;
}
.gallery {
     margin: 4px;
     margin-top: 15px;
     text-align: left;
}

.pagination .previous, .pagination .next {
     width: 33%;
}
.info {
    /* font-size: 0.9em;*/
     padding-top: 5px;
     padding-bottom: 10px;
     color: #333;
}

div.selected {
    display: block !important; 
}
div.lehti_sisalto div {
    display: none;
}
div.lehti_sisalto h4 {
    margin-bottom: 5px;
}
div.lehti_sisalto span.selected {
    text-decoration: underline;
}
div.lehti_sisalto span {
    margin-right: 10px;
    cursor: pointer;
}
div.uutinen {
    border-bottom: 1px dotted #999;
    padding-top: 15px;
    padding-bottom: 10px;
}
div.uutinen:first-child {
    padding-top: 0;
}
div.uutinen:after {
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
        border: none;
}