/*
Theme Name: Basic Theme
Theme URI: http://takacskeserucsilla.kescsiwt.hu/basic-theme 
Author: Takács-Keserű Csilla
Author URI: http://takacskeserucsilla.kescsiwt.hu 
Description: Basic Theme by Takács-Keserű Csilla
Version: 1.0 
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: basic-theme 
*/

body {
    background: #eee;
    color: black;
    font-family: 'Arial';
}

header {
    text-align: center;
}

#logo {
    display: inline-block;
    margin: 0 auto;
    width: 250px;
}

#logo img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

nav {

    border-bottom: 2px solid #aaa;
    border-top: 2px solid #aaa;
    margin-bottom: 30px;
}

nav ul li {
    display: inline;

}

nav ul li a {
    text-decoration: none;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: inherit;
    text-transform: uppercase;

}
a{
    color: #0eecb7;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    
}

h1 {
    font-size: 30px;
    font-weight: bold;
    color: #0ea2e9;
    margin-bottom: 30px;
    text-align: center;
}

h2 {
    font-size: 24px;
    color: darkcyan;
    margin-bottom: 10px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    color: darkblue;
    margin-bottom: 10px;
    font-weight: bold;
}


p {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 16pt;

}

main ul, main ol{
    margin-bottom: 10px;
}
main ul li, main ol li{
    margin-bottom: 5px;
    line-height: 1.5;
    position:relative;
    padding-left: 15px;
}

main ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: red;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}
h4{
    font-size: 18px;
    color: darkslateblue;
    margin-bottom: 10px;
    font-weight: bold;
}
article{
    margin-bottom: 40px;
    
}
article:nth-of-type(odd){
    clear:left;
}

img {
    margin: 0 auto;
    padding: 30px 0;
}
footer{
    clear: both;
    background: #ddd;
    padding: 20px 0;
    text-align: center;
}
.widget{
    margin-bottom: 30px;
    
}
a.tag-cloud-link{
    font-size: 14px !important;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #aaa;
}
