/*
Theme Name: Kapinallisen
Theme URI: http://www.kapinallisen.com
Description: Custome theme for Kapinallisen.
Version: 1.0
Author: Mikko Kotila
Author URI: http://www.kapinallisen.com
*/

@charset "utf-8";

body, html
{
    width: 100%;
    margin: 0;
    padding: 0; 
}

body, span, div, td, th
{
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 10pt;
    color: #484848;
    /*cursor: default;*/
}

.left_space, .right_space
{
    background-image: url(images/header_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
}

.right_space
{
    padding-top: 140px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 34px;
}

.header
{
    /*background-image: url(images/header.gif);*/
    height: 175px;
    width: 569px;
    background-position: center top;
    background-repeat: no-repeat;
}

.content
{
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}

.post_date
{
    padding-bottom: 10px;
    font-size: 8pt;
    color: #0abae4;
    font-weight: normal;
}

.post_title
{
    font-size: 12pt;
    padding-bottom: 8px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #e0e7eb;
    padding-top: 5px;
    padding-left: 6px;
    text-decoration: underline;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.post_title a:link, .post_title a:visited, .post_title a:hover, .post_title a:active
{
	color: #71a9d7;
	text-decoration: underline;
}

.post_description
{
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 0px;
}

.post_description p
{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.post_readmore
{
    padding-top: 0px;
    padding-bottom: 19px;
    vertical-align: middle;
    color: #068cb4;
    /*cursor: pointer;*/
    list-style-image: url(images/icon_post_readmore.gif);
}

.post_readmore a:link, .post_readmore a:visited, .post_readmore a:hover, .post_readmore a:active
{
    color: #068cb4;
    text-decoration: none;
}

.post
{
    padding-bottom: 42px;
}

.post_divider
{
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-bottom-style: double;
    border-top-color: #d6d6d6;
    border-right-color: #d6d6d6;
    border-bottom-color: #d6d6d6;
    border-left-color: #d6d6d6;
}

.menu
{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    list-style-image: url(images/bullets_menu.gif);
    width: 192px;
    line-height: 1.5em;
}

.menu a:link, .menu a:visited, .menu a:hover, .menu a:active
{
    color: #2dafdd;
    text-decoration: none;
}

.menu_title
{
    font-weight: bold;
    color: #727272;
    font-size: 9pt;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-bottom-style: double;
    border-top-color: #C1C1C1;
    border-right-color: #C1C1C1;
    border-bottom-color: #C1C1C1;
    border-left-color: #C1C1C1;
    margin-top: 30px;
    margin-bottom: 15px;
}

a:link, a:visited, a:hover, a:active
{
    color: #2dafdd;
    text-decoration: none;
}
