@import "reset.css";
@import "typography.css";

/* Site */
html, body { height: 100% !important; }
body { position: relative; margin: 10px 5px; min-width: 800px;}

#wrap {
    margin: 40px 30px;
}

#header {
    width: 200px;
    padding-bottom: 20px;
    float: left;
}
#header h1 { margin-bottom: 5px; }
#nav-menu { margin-bottom: 20px; }
#nav-menu ul {
    margin: 0; list-style: none;
}
#nav-menu li { 
    margin-bottom: 5px;
}
#nav-menu a {
    text-decoration: none;
    text-transform: lowercase;
    font-size: 1em;
}

#main-content {
    position: absolute;
    top: 0; left: 210px;
    margin-right: 80px;
}

.image-container {margin-bottom: 20px;}
.images { 
    width: 600px;
    height: 500px;
}

.nav-arrows { margin-top: 20px; }
.nav-arrows a {
    font-size: 24px;
    cursor: pointer;
    padding-right: 50px;
    text-decoration: none;
    font-weight: bold;
}
.nav-arrows ::-moz-selection { background: #fff; }
.nav-arrows ::selection { background: #fff; }

