/*
Theme Name: Responsive child
Theme URI: http://cyberchimps.com/responsive-theme/
Description: Child Theme for Responsive Theme by Emil Uzelac from Cyberchimps Inc
Author: Pirjo Turunen
Author URI: www.pipster.fi
Template: responsive
Version: 1.9.7.5
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, rtl-language-support, responsive-layout, fluid-layout, featured-images
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: responsive-child

Background image:http://wallpaper-kid.com/green-circuit-board-wallpaper.htm

*/
@font-face {
    font-family: 'action_manregular';
    src: url('fonts/Action_Man-webfont.eot');
    src: url('fonts/Action_Man-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Action_Man-webfont.woff') format('woff'),
         url('fonts/Action_Man-webfont.ttf') format('truetype'),
         url('fonts/Action_Man-webfont.svg#action_manregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dejavu_sanscondensed_bold';
    src: url('fonts/DejaVuSansCondensed-Bold-webfont.eot');
    src: url('fonts/DejaVuSansCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DejaVuSansCondensed-Bold-webfont.woff') format('woff'),
         url('fonts/DejaVuSansCondensed-Bold-webfont.ttf') format('truetype'),
         url('fonts/DejaVuSansCondensed-Bold-webfont.svg#dejavu_sanscondensed_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* created by http://www.fontsquirrel.com/tools/webfont-generator */
@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/BebasNeue Regular-webfont.eot');
    src: url('fonts/BebasNeue Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue Regular-webfont.woff2') format('woff2'),
         url('fonts/BebasNeue Regular-webfont.woff') format('woff'),
         url('fonts/BebasNeue Regular-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue Regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Sivujen otsikoissa h1 ei näy, mutta blogiteksteissä tämä määre on ohitettu */
h1 {
 	visibility: hidden; 
	font-size:8px;
	font-family: "bebas_neueregular", garamond, arial;
	margin-top:-27px;
}

h2 {
	font-family: "bebas_neueregular", garamond, arial;
	margin-top:-5px;
}

h3 {
    font-family: "bebas_neueregular", garamond, arial;
}

h4 {
    font-family: "bebas_neueregular", garamond, arial;
}

ul {
    list-style: none;
}
/* tausta. Background image from subtlepatterns.com */
#container {
    border: 1px solid black;
    box-shadow: 5px 5px 3px #474747; 
    background-image: url('img/white_wall_hash.png');
}

#wrapper {
    border: 1px solid black;
}

#footer {
    padding-top: 10px;
}

.vihreaKasvi {
    border: 1px solid #888888;
    box-shadow: 4px 4px 2px #474747;
    border-radius: 2px;
}

.cv {
    padding: 5px;
    border: 1px solid black;
    box-shadow: 6px 6px 3px #888888;
    border-radius: 4px;
}

.vihreaLogo {
    padding: 10px;
}

.creativecommons {
    float: left;
}

#logo img {
   width: 100%;
}