* {
    min-height: 1px;
}

body {
    background: #fff1f3 url("//images.lucaslarson.net/bg") repeat-x 0 0;
    border: 0;
    color: #7f000b;
    font: 70%/160% Calibri, "Gill Sans", Trebuchet, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

section, nav, article, aside, hgroup, header, footer, figure, figcaption, canvas, output, progress, details, menu {
    display: block;
}

keygen {
    display: inline-block;
}

a {
    color: #7f000b;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0.25);
}

a:hover {
    color: #fe0000;
}

p {
    border: 0;
    margin: 15px 0;
    padding: 0;
}

::selection {
    background: #ff9;
    color: #222;
}

div {
    border: 0;
    margin: 0;
    padding: 0;
}

h1 {
    border: 0;
    font-size: 260%;
    line-height: 100%;
    margin: 15px 0 10px 0;
    padding: 0;
    text-shadow: #900 2px 2px 1px;
}

abbr {
    border-bottom: 1px dotted #ccc;
    cursor: help;
    font-variant: small-caps;
}

.box {
    min-height: 1px;
}

.box:after {
    clear: both;
    content: "\A0";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

#main {
    margin: 50px auto 0 auto;
    width: 770px;
}

#header {
    background: #fe0000 url("//images.lucaslarson.net/header") no-repeat 0 0;
    color: #fff;
    height: 100px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 770px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px #ed0000;
}

#header #logo {
    left: 35px;
    margin: 0;
    position: absolute;
    top: 35px;
}

#header #logo a {
    color: #fff;
    text-decoration: none;
}

#header #logo a:hover {
    text-decoration: underline;
}

#page {
    background: #fff;
    width: 770px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px #eee;
}

address {
    font-style: normal;
    margin: 5em auto auto;
    text-transform: uppercase;
}

#page-in {
    min-height: 1px;
    padding: 10px 0;
}

#content {
    float: left;
    margin: 0;
    padding: 0 0 0 20px;
    width: 530px;
}

#content .article {
    background: url("//images.lucaslarson.net/content_article_bg") no-repeat 0 0;
    clear: both;
    margin: 0;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px #ebb;
}

#content .article p {
    text-align: justify;
}

#col {
    background: #ffc8d4 url("//images.lucaslarson.net/col_bg") repeat-y 0 0;
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
    border-radius: 10px;
    border: 1px #eeb7c3;
}

#col-in {
    background: url("//images.lucaslarson.net/col_top") no-repeat 0 0;
    padding: 20px 10px;
}

#links {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

#links li {
    border-bottom: 1px solid #ffdbe3;
    margin: 0;
    padding: 0;
}

#links li a {
    display: block;
    padding: 3px 0 3px 22px;
    text-decoration: none;
}

#links li a:hover {
    background-color: #ffccd8;
}

li a {
    position: relative;
    z-index: 24;
}

li span {
    display: none;
}

li a:hover {
    z-index: 25;
}

li:hover span {
    display: block;
    position: absolute;
    width: 120px;
    top: 25px;
    left: 50px;
    background-color: #fcfdd4;
    border: 1px solid #757575;
    padding: 0.5em;
    font-size: 1em;
    color: #1a1a1a;
    text-decoration: none;
    font-family: sans-serif;
    border-radius: 7.5px;
}

