/*   
Theme Name: Etla
Theme URI: 
Description: Etla Theme
Author: KWD Digital
Author URI: http://www.kwd.fi/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply a basic layout */
@import url('2c-r-fixed.css');


/* -------------------------------------------------------------- 
   
   Set default typography
     
-------------------------------------------------------------- */   

#wrapper {
  /*
   * To use a 12px font size on the page, delete the 14px declarations.
   * to use a 14px font size on the page, delete the 12px declarations.
   */

  /* Use a 12px base font size with a 16px line height */
  font-size: 0.75em; /* 16px x .75 = 12px */
  line-height: 1.333em; /* 12px x 1.333 = 16px */

}


body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
  /* The following font family declarations are based on the Microsoft core web
   * fonts which are common fonts available on most computer systems. The DejaVu
   * fonts are commonly available on Linux systems where the MS fonts are less
   * common. Tahoma and Helvetica are also widely available.
   *
   * A user's web browser will look at the comma-separated list and will
   * attempt to use each font in turn until it finds one that is available
   * on the user's computer. The final "generic" font (sans-serif or serif)
   * hints at what type of font to use if the web browser doesn't find any
   * of the fonts in the list.

  font-family: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-family: Times, "Times New Roman", Georgia, "DejaVu Serif", serif;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;

  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;

  font-family: "Courier New", "DejaVu Sans Mono", monospace;

   */

  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  color: #333;
}




/* Headings
-------------------------------------------------------------- */

/*
 * Headings
 */
h1 {
  font-size: 26px;
  line-height: 1.3em;
}

h2 {
  font-size: 20px;
  line-height: 1.3em;
  color: #267eae;
}

h3 {
  font-size:18px;
  line-height: 1.3em;
  color: #267eae;
}

h4,
h5,
h6 {
  font-size:14px;
  line-height: 1.3em;
  color: #267eae;
}

/* Text elements
-------------------------------------------------------------- */

p {
  margin: 1em 0;
}

/*
 * Lists
 *
 * We need to standardize the list item indentation.
 */
ul,
ol {
  margin: 1em 0;
  padding-left: 2em; /* LTR */
}

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/*
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
a:link {
  color: #1570b1;
  text-decoration:none;
}

a:visited {
  color: #1570b1;
  text-decoration:none;
}

a:hover,
a:focus {
  color: #1570b1;
  text-decoration: underline;
}

a:active {
  color: #1570b1;
}

body {
}

/*
 * Just for book keeping...
 */
.rounded {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#post-12 .lcp_catlist {
    padding-left: 0;
}

#post-12 .lcp_catlist li {
    list-style: none;
    font-style: italic;
    color: #666666;
}

#post-12 .lcp_catlist li a:first-child {
    font-size: 22px;
    color: #1570b1;
    display: block;
    font-weight: normal;
    line-height: 22px;
    text-decoration: none;
    margin-bottom: 15px;
    font-style: normal;
}

#post-12 .lcp_catlist li p {
    font-style: normal;
    font-size: 14px;
    color: #464646;
}

.category-tutkimushanke .entry-meta { display: none; }