@import url(https://fonts.googleapis.com/css?family=Nunito:700,300,400&subset=latin,latin-ext);
html {
    background-color: #eee;
}

body {
    font-family:'Nunito';
    font-weight:300;
	font-size:12px;
}

h1 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

img {
    border: 0;
}

table {
    border: 0;
    border-spacing: 0px;
    border-collapse: collapse;
}

header,nav,article,aside,footer {
    padding: 10px;
}

header,nav,article,aside {

    padding-top: 0px;
}

div#container {
    margin: 20px 50px 50px 50px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
}

header {
    height: 20px;
    color: #333;
}

header h1 {
    position: relative;
    top: -20px;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
}

nav#topnav {
    height: 8px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

nav#topnav ul li {
    position: relative;
    top: -10px;
    left: -25px;
    height: 25px;
    margin-right: 5px;
    line-height: 25px;
    list-style-type: none;
    float: left;
    text-align: center;
}

nav#topnav ul li a {
    display: block;
    width: 150px;
    height: 25px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #eee;
}

nav#topnav ul li a:hover {
    background-color: #ddd;
}

nav#sidenav {
    width: 15%;
    min-width: 120px;
    float: left;
    clear: both;
}

nav#sidenav h1 {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    padding: 3px 10px 3px 10px;
}

nav#sidenav ul li {
    list-style-type: block;
    list-style-type: none;
    margin: 3px 0px 3px -10px;
}

nav#sidenav ul li a {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #eee;
}

nav#sidenav ul li a:hover {
    background-color: #ddd;
}

article {
    /* width: 60%; // if right sidebar is on */
    width: 80%;
    min-width: 450px;
    float: left;
}

article p {
    color: #333;
}

aside {
    display: none;
    min-width: 160px;
    float: right;
}

footer {
    height: 15px;
    clear: both;
    color: #333;
    border-top: 1px solid #ccc;
}

footer p {
    display: block;
    width: 100%;
    text-align: right;
	margin-top: -2px;
}
