/*
Theme Name: Fugleburet Studio
Template: leftside
Author: Stig-A. Brattfjord
Version: 1.0
Updated: 2014-07-09 13:20:17
*/

@charset "UTF-8";
@import url('../leftside/style.css');

nav {
  height: 100%;
  width: 30%;
  border-radius: 0 50% 50% 0;
  -moz-border-radius: 0 50% 50% 0;
  -webkit-border-radius:  0 50% 50% 0;
	background-color: blue;
}

a {color: blue;}

a.readmore {background: blue;}