/* Theme Name: Basic Theme Theme URI: http://sajatoldalad.hu/sajat-theme Author: Miklay Edit Author URI: http://sajatoldalad.hu Description: Basic Theme by Miklay Edit 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;
font-family: Arial;
font-size: 14px;
}

header {
text-align: center;
}

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

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

nav {
border-bottom:solid 2px #aaa;
border-top: solid 2px #aaa;

}

nav ul li {
display: inline;
}

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

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