/*
Theme Name: Jalapeno
Theme URI: jalapeno.co.uk/jalapeno
Description: Another magazine type theme for Wordpress.
Author: Mikee
Version: 0.0.1

dark green: #7caa02
light green: #eef3e2
border

*/

/* lets to some resetting first*/

* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

/* Main Section Layout */

body {
  font: 62.5% verdana; 
  color: black;
  background-color: white; /*#d9d9d9;*/
  text-align: left;
   font-style: italic;
   
  }
  
#menu {
   position: absolute;
   width: 90%;
   margin: auto;
   background-color: darkblue;
   height: 30px;
   top: 0px;
}