/* 
--------------------------------
Palsta pluginin tyylitiedosto
Petri Tiihonen		             
--------------------------------
*/

.palsta {
display: block;
clear: both;
text-align: left;
margin-bottom: 10px;
overflow: hidden;
}

.palsta h2 {
margin-top: 0px;
margin-bottom: 10px;
}

.vasenpalsta {
width: 46%;
display: block;
float:left;
}

.oikeapalsta {
width: 46%;
display: block;
float:right;
}


.palsta p {margin-top: 0px; margin-bottom: 10px;}


/* kolme palstaa */

.kolmasosapalsta {width: 32%; display: block; float:left; overflow: hidden; }
.toinen {width: 32%; display: block; float:left; overflow: hidden; }
.kolmas {width: 32%; display: block; float:left; overflow: hidden; }

.palstaVali {width: 2%; display: block; float:left; font-size: 1px;}
