body {
    font-family: Georgia, serif;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 32px 22px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
h1 {
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 40px 0;
}
h2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
}
.secondary h2 {
    margin: 0;
}
h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}
p,
ul {
    margin: 0 0 12px 0;
}
#about p {
    width: 470px;
}
table,
#resume .primary ul {
    margin-bottom: 24px;
}
#resume .primary ul {
    padding: 0;
}
table {
    font-size: 14px;
    line-height: 24px;
}
td {
    vertical-align: top;
}

#resume td { border-top: 1px solid #eeede4; }
#resume tr:first-child td { border: none; }
#resume td { padding: 5px 0 6px; }
.date { width: 6em; }

.lead {
    font-size: 20px;
    line-height: 30px;
}
hr {
	background: #ccc;
	border: 0;
	clear: both;
	color: #eee;
	height: 1px;
	margin: 0 0 6px 0;
	width: 50px;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #ff3300;
}
header {
    padding: 32px 0;
    position: fixed;
    top: 0;
    width: 200px;
}
    header h1 a {
        color: #222;
    }

nav {
    font-size: 17px;
}
    nav ul {
        line-height: 24px;
        margin: 0;
        padding: 0;
    }
        nav ul ul {
            font-size: 14px;
            margin: 0 0 7px 15px;
        }
    nav li {
        font-weight: bold;
        list-style: none;
    }
        nav li li {
            font-weight: normal;
            margin-bottom: 6px;
        }

#content {
    margin: 0 0 80px 222px;
    min-height: 540px;
    width: 536px;
}
    .primary {
        float: left;
        line-height: 24px;
        width: 536px;
    }
    .secondary {
        float: right;
/*         margin-top: 64px; */
        width: 210px;
    }
    .image-placeholder {
        background-color: #f5f5f1;
        display: none;
        height: 400px;
        margin-bottom: .5em;
    }
#home #content {
    width: 758px;
}
#home #slideshow img {
    max-width: 536px;
}

#paintings #content h3 { margin: 8px 0 20px; position: relative; }
#paintings #content h3 a { margin-left: 10px; }

.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-image-nav-left,
.galleria-image-nav-right { background-image: url(js/galleria/themes/dona-map.png); background-repeat: no-repeat; }

footer {
    margin: 0 0 40px 222px;
}
    footer p {
        margin: 0;       
    }
/*

@media (max-width: 480px) {
    body {
        padding: 32px 20px;
    }
    header {
        padding: 0;
        position: static;
    }
        header h1 {
            margin: 0 0 10px 0;
        }
    nav {
        display: none;
    }
    #content {
        margin: 0;
        width: 100%;
    }
    .primary,
    .secondary {
        float: none;
        width: auto;
    }
    .primary {
        margin-bottom: 20px;
    }
    .primary p {
        width: auto;
    }
    footer {
        margin: 0;
        padding: 20px 0;
        width: auto;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    body {
        padding: 32px 20px;
    }
    header {
        position: static;
        padding: 0;
    }
    nav {
        display: none;
    }
    #content {
        margin: 0;
        width: 728px;
    }
    .primary {
        width: 536px;
    }
    .primary p {
        width: 460px;
    }
    .secondary {
        width: 180px;
    }
    footer {
        margin: 0;
        padding: 20px 0;
        width: auto;
    }
}

@media (min-width: 769px) {
    nav,
    footer {
        -webkit-transition: opacity 0.2s linear;
        opacity: 0.3;
    }
    nav:hover,
    footer:hover {
        opacity: 1;
    }   
}
*/

.clear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clear {display:inline-block;}
.clear {display:block;}