/* Start of CMSMS style sheet 'barffi' */
body{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 0.8em; 
}

a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #4F504F; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #4F504F;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
    background-color: inherit;
   color: #4F504F;
}

P {
	font-size: 0.8em; 
        margin: 0px 10px 10px 8px; 
        color: #555753; 
        line-height: 1.5em; 
        font-family: Tahoma, Arial, sans-serif;
}

h1 {
        font-weight:400;
        font-size: 1.3em; 
        margin: 20px 10px 10px 8px; 
        color: #e08a32; 
        line-height: 1.5em; 
        font-family: verdana, Arial, sans-serif;
}

h2 {
        font-weight: bold; 
        font-size: 1.0em; 
        margin: 20px 10px 10px 8px; 
        color: #e08a32; 
        line-height: 1.5em; 
        font-family: verdana, Arial, sans-serif;
}

h3 {
        font-weight: bold; 
        font-size: 0.9em; 
        margin: 20px 10px 10px 8px; 
        color: #e08a32; 
        line-height: 1.5em; 
        font-family: verdana, Arial, sans-serif;
}

.uutisotsikko{
        font-weight: bold; 
        margin: 0px 0px 25px 12px; 
        font-size: 0.8em;         
        color: #e08a32;         
}

p.uutinen {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4F504F;
	background-color:transparent;
}
#menu{
  color:#ffffff;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left:10px;
}

#menu a:link{
  color:#ffffff;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration:none;
}

#menu a:hover{
  color:#ffffff;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration:none;
}

#menu a:active{
  color:#ffffff;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration:none;
}

#menu a:visited{
  color:#ffffff;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration:none;
}
/* End of 'barffi' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}



.NewsSummary {
    padding: 0.5em 0.5em 0.5em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
    font-family:Tahoma,Arial,sans-serif;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-face:Tahoma; 
    font-weight: bold;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummaryTitle {
  margin-bottom: 15px;
  font-size:0.8em;
  font-weight: bold;
  color:#4f504f;
  padding-left:10px;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

.UutisetSummary{
    padding: 0.2em 0.2em 0.3em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
    font-family:Tahoma,Arial,sans-serif;
}

.UutisetSummary p {
  margin:0;
}

.UutisetSummaryLink{    
    font-weight: bold;
    font-size:0.8em;
}

.UutisetSummarySummary {
  line-height: 140%;
}

.TarjousSummary{
    padding: 0.2em 0.5em 0.2em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
    font-family:Tahoma,Arial,sans-serif;
}

.TarjousSummaryTitle {
  margin-bottom: 15px;
  font-weight: bold;
  color:#4f504f;
  font-size:0.8em;
}

.TarjousSummaryContent{
  line-height: 140%;
}

.TarjousSummaryContent p {
  margin:0;
}


#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

