
/**************************************************************

 **************************************************************/

html,
body {

  background-color:#eeeeee;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 170%;
  
  color: #555;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;

  font: 400 1.6em arial, sans-serif;
  color: #536C71;
  border-bottom: 12px solid #ddd;
}
h1.otsikkologo {
width:180px;
padding-top:25px;
padding-left:35px;
padding-bottom:13px;
margin-bottom:1px;
font-size:22px;
font-family:arial;
border-bottom: 0px solid #ddd;
color:#bbb;

}

h1.artikkeli {
  font: bold 14px arial, sans-serif;
  letter-spacing:0.1px;
margin-bottom:3px;
  padding-bottom: 0px;
margin-top:15px;
  color: #586B7A;
  border-bottom: 0px solid #ddd;
}



h2 {
  font-size: 1.2em;
  color: #586B7A;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D6F73;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}


/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
  color: #668FA3;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/* Lists */
ul li {

}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}



/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}



/**************************************************************

 **************************************************************/

form {
  padding: 0;
  margin: 0;
}



input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}
input.laheta {
font-weight: bold;
color: #000;
padding:5px;
background-color:#dddddd;
border:1px solid #888;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}



input.radio {
  border: 0;
}



 
 
#content {
/*
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
*/  
  margin-left: auto; 
  margin-right: auto;
  width:776px;
}



/**************************************************************

 *************************************************************

#topbar {
  float: left;
  width: 100%;
  padding: 0.6em 0;

  font-size: 0.9em;
  text-transform: uppercase;

  color: #CFD9DB;
  background: #FFF;
}
*/


/**************************************************************

 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 95px;
	margin: 0px;
	background: #c93f3f url(yla.jpg) no-repeat center right;
	border-bottom: 2px solid #48525B;

	text-align:left;
}






/**************************************************************

 **************************************************************/

.jqueryslidemenu {
  width: 100%;
  margin: 0 auto;
    background-color: #48525b ;
height:20px;
	padding-top:4px;
padding-bottom:4px;
text-align:center;
border-bottom:10px solid #eeeeee;

}

.jqueryslidemenu ul {
  width: 100%;
  float: left;
height:20px;
  margin: 0;

  padding: 0;
list-style-type: none;

  text-align: left;

}

.jqueryslidemenu ul li {
  display: inline;
float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;

  
}


.jqueryslidemenu ul li.here {
  background-color: #000000;
}


.jqueryslidemenu ul li a {


  float: left;
 /* width: 20%;
  */

  font: 12px arial, verdana, sans-serif;
  letter-spacing: 0.1em;
padding:0;
margin:0;

line-height:20px;

  padding-left:9px;
  padding-right:6px;

  color: #fff;
  text-decoration: none;

}
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}



.jqueryslidemenu ul li a:hover,
.jqueryslidemenu ul li a.here {
  background: #4A5C6A;


}

.jqueryslidemenu ul li a:hover span.desc,
.jqueryslidemenu ul li a.here span.desc {
  color: #FFF;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;

display: block;
visibility: hidden;
   background-color: #48525b;
right:0;
padding:0;
margin:0;
padding-top: 4px;
  border-bottom: 0px solid #949494;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
padding: 0px;
margin: 0;
text-align:left;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top:0px;


}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
  font: 12px arial, verdana, sans-serif;
 /*width of sub menus*/
height:20px;
float:left;
width:100%;
    background-color: #48525b ;
margin: 0;
  padding: 4px 0px 4px 10px;

border-bottom: 1px solid #333;

}
.jqueryslidemenu ul li ul li.yhteys a {
width:120px;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
  background: #4A5C6A;
color: white;
}



/**************************************************************

 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
 margin-bottom:70px;

  text-align: left;
}

#columns {
  margin: 0 auto;
}


/* Column widths */
.width {
  width: 776px;
}

.widthetu {
  width: 766px;
}
.widthetuvasen {
  width: 190px;
}
.widthetuoikea {
  width: 185px;
}
.widthetukeski {
  width: 385px;

}

.widthPad {
  width: 746px;
}



.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}
.width66 {
  width: 66%;
}
.width34 {
  width: 34%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}


/**************************************************************

 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
 
}

#footer #bg {
  position: relative;
  height: 5em;
  margin: 0 auto;

}

#footer #bg ul {
  float: right;
  margin: 3em 1em 0 0 !important;
  margin: 3em 0.5em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #4D5760;
  border-right: 1px solid #4D5760;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #6C0;
}

#footer #bg img {
  position: absolute;
  top: 6%;
  left: 10px;
}



/**************************************************************

 **************************************************************/

a.lightTheme img,
a.darkTheme img,
a.submitButton img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}



/**************************************************************

 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #888;
}

.titleb {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
}



.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}



/**************************************************************

 **************************************************************/

ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
}

ul.thumbs li {
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
  padding-bottom: 5px;
  list-style: none;

}

a.thumb img {
  
  border: 5px solid #ccc;
}

a:hover.thumb img {
  background: #8EB4C6;
  border: 5px solid #668FA3;
}




a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
  margin-bottom:0px;
  padding-bottom:0px;
}



/**************************************************************

 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style: none;

}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {

}

ul.submenu1 a:hover {
  color: #426F85;

}

ul.submenu2 li a {
  color: #426F85;

}

ul.submenu2 a:hover {
  color: #426F85;

}






/**************************************************************

 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #EAF2F5;
}

.dark {
  color: #353E47;
}





/**************************************************************

 **************************************************************/

/*********************************************************

 *********************************************************/





