/**
 * @file
 * ilmasto typography CSS.
 */
 
/**
 * Font-faces
 */ 
 
@font-face {
    font-family: ta;
    src: url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L001-webfont.eot');
    src: url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L001-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L001-webfont.woff') format('woff'),
         url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L001-webfont.ttf') format('truetype'),
         url('../../../../../index.html#PFBeauSansPro') format('svg');
         font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: tb;
    src: url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L002-webfont.eot');
    src: url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L002-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L002-webfont.woff') format('woff'),
         url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L002-webfont.ttf') format('truetype'),
         url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L002-webfont.svg#PFBeauSansPro') format('svg');
         font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: tc;
    src: url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L003-webfont.eot');
    src: url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L003-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L003-webfont.woff') format('woff'),
         url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L003-webfont.svg#PFBeauSansPro') format('svg');
         font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: td;
    src: url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L004-webfont.eot');
    src: url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L004-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L004-webfont.woff') format('woff'),
         url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L004-webfont.ttf') format('truetype'),
         url('../../../../../2012/sites/all/themes/ilmasto/typo/TitilliumText22L004-webfont.svg#PFBeauSansPro') format('svg');
         font-weight: normal;
    font-style: normal;
}


/**
 * Elementary
 */
 
body {
  color: #333333;
  font: 13px/18px 'PT Sans', Arial,Helvetica,sans-serif;
}
a {
  color: #036;
  text-decoration: none;
  -moz-transition:all .15s;
  -webkit-transition:all .15s;
  transition:all .15s;
}
a:hover {
  text-decoration: underline;
  /*text-shadow: 0 0 4px rgba(0,0,0,.15);*/
  text-shadow: none;
}

/**
 * Header
 */

/* Menu */

#header .menu-block-wrapper > ul > li > a {
  font-family: tc,arial,sans-serif;
  color: #333399;
  font-size: 16px;
  line-height: 20px;
}


/**
 * Middle
 */
 
/* Promo */

#promo {
  color: #003366;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

#promo h2 a {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
 
h2.front-subhead {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-family: tc, 'arial narrow', sans-serif;
}

.front #school-pickup .block-title a {
  font-weight: bold;
  font-size: 16px;
  color: #003366;
  font-family: tb, arial;
  text-align: left;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.1);
}
.front #school-pickup .views-row a {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.front #right {
  line-height: 14px;
}



/* Front News Single View */

.front #blog-quote,
.front #blog-quote a {
  font-family: tb, arial, sans-serif;
  font-size: 23px;
  color: #fff;
  line-height: 23px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.front #pickup-text {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
}
.front #pickup-text a {
  display: block;
}

/* Front page middle section */

#synopsis {
  color: #003366;
  font-family: tb, arial;
  font-size: 22px;
  line-height: 28px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.1);
}
#synopsis img {
  margin-bottom:6px;
}
#mid-pickups {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#mid-pickups .pick-content a {
  color: #FFFFFF;
  font-family: td, arial;
  font-size: 14px;
  text-transform: uppercase;
}

#mid-pickups .pick-content span {
    color: #FFFFFF;
}

#right-pickups {
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#right-pickups .pick-content a {
  color: #FFFFFF;
  font-family: tb,arial;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
}

/* Front page bottom section */

#twitter {
  font-size: 12px;
  line-height: 16px;
}
.tweet-time {
  color: #777;
  font-size: 11px;
}
#tagcloud a {
  line-height: inherit;
  margin-right: 15px;
}


/* Table of Contents */

.toc {
  font-size: 100%;
  text-align: left;
  line-height: 15px;
}

.toc-title {
  text-align: left;
  font-weight: bold;
}

.toc-back-to-top {
  text-align: right;
  font-style: italic;
}

/* Sidebar */

#sidebar .region {
  font-family: arial, sans-serif;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  line-height: 15px;
}

#sidebar .field-name-field-related .field-label {
  color: #003366;
  font: 20px/20px tc,arial,sans-serif;
  margin-bottom: 10px;
}
#sidebar .field-name-field-related {
  font-size: 13px;
  line-height: 15px;
}
#sidebar .menu-block-wrapper > ul > .active > a,
#sidebar .menu-block-wrapper > ul > li > ul > .active > a,
#sidebar .menu-block-wrapper > ul > li > ul > li > ul > .active > a,
#sidebar .menu-block-wrapper > ul > li > ul > li > ul > li > ul > .active > a,
.node-type-article #sidebar .menu-block-wrapper > ul > .active-trail > a {
  color: #003366;
  font-weight: bold;
}

/* Content blocks */

#middle .view-blogi .date,
#middle .view-jarjestoblogi .date,
#middle .view-ilmastoblogi .date {
  color: #777;
}
#block-system-main .view-blogi .date,
#block-system-main .view-jarjestoblogi .date,
#block-system-main .view-ilmastoblogi .date {
  font-size: 16px;
}
#block-system-main .view-blogi .article-author,
#block-system-main .view-jarjestoblogi .article-author,
#block-system-main .view-ilmastoblogi .article-author {
  color: #777;
}
#middle .view-blogi .title,
#middle .view-jarjestoblogi .title,
#middle .view-ilmastoblogi .title {
    font-family: tc,arial;
    font-size: 17px;
}
#middle .view-blogi .content,
#middle .view-jarjestoblogi .content,
#middle .view-ilmastoblogi .content {
  font-size: 12px;
  line-height: 16px;
}
#block-system-main .view-blogi .content,
#block-system-main .view-jarjestoblogi .content,
#block-system-main .view-ilmastoblogi .content {
    font-size: inherit;
    line-height: inherit;
}
/* Content */

h1 .date,
h1 .tags {
  color: #777;
  font-size: 21px;
}
.disclaimer {
  background: none repeat scroll 0 0 #FEF9F9;
  border: 1px solid #E3C5C5;
  color: red;
  font-size: 13px;
  margin-bottom: 20px;
  padding: 15px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
}
.disclaimer a {
  color: #5f0000;
}
#block-system-main .tag {
  font-family: arial;
  font-size: 11px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}
#block-system-main .tag:hover {
  text-decoration: none;
  color: #000;
}
#block-system-main .field-name-body a {
  text-decoration: underline;
}
#block-system-main .field-name-body a:hover {
  text-decoration: none;
}
.page-node-24 .field-name-body a {
  font-family: tc,arial;
  font-size: 16px;
  line-height: 20px;
}

.caption {
  color: #666666;
  font-size: 11px;
  line-height: 15px;
}
.author-box .author {
  font-weight: bold;
}
.author-box .author-info {
  font-size: 12px;
  line-height: 15px;
}
/**
 * Footer
 */

#footer,
#footer a {
  color: #fff;
  line-height: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#footer .menu-block-wrapper > ul > li > a {
  font-weight: bold;
}

#footer .view-blogi .news-bottom a {
  text-align: center;
}
#footer .view-blogi .date {
  color: #90c0da;
  font-size: 12px;
}