body {
    background: #fff;
    padding: 30px;
    margin: 0;
    font-family: "Hoefler Text", "Georgia", serif;
    line-height: 1.2;
    width: 60em;
}

#header {
    background: url(../images/chrome/header.png) top left no-repeat;
    padding: 170px 0 16px 140px;
}
h1 {
    margin: 0 0 0.25em 0;
    font-weight: normal;
    font-size: 2.5em;
    float: left;
}
h1 a {
    color: #000;
    text-decoration: none;
}
h1 a:hover {
    color: #600;
    text-decoration: none;
    background-color: #ffb;
    padding: 0.25em;
    padding-bottom: 0;
    margin-left: -0.25em;
}

.section {
   border-left: solid 3px #600;
   width: 50em;
   margin-left: 119px;
   padding-bottom: 32px;
   padding-left: 35px;
}
.section.left {
    float: left;
   /* this section's border also gives the border of its right-aligned partner. give a bit of extra border off the bottom, in case the right-hand section is longer than this one. */
   padding-bottom: 100px;
   margin-bottom: -68px;
}
.section.right {
    border: none;
    float: left;
    margin-left: 0;
}

h2 {
    margin: 0;
    font-weight: normal;
    font-style: italic;
    font-size: 1.3em;
    float: left;
    clear: left;
    margin-bottom: 0.5em;
}

.description {
    float: left;
    margin: 0 0 -1em 1.5em;
    position: relative;
}
.description p {
    font-size: 80%;
    width: 30em;
    margin: 0;
    padding: 0 5px 5px 3em;
    position: relative;
    top: -2em;
}
.show-description {
    font-style: italic;
    color: #600;
    text-decoration: none;
    padding: 5px;
    font-size: 1.3em;
}
#header .description p {
    padding-top: 10px;
}
#header .show-description {
    position: relative;
    top: 0.5em;
    font-size: 1.6em;
}
.description:hover .show-description {
    background-color: #ffb;
}
a {
    color: #600;
}
.section.text p {
    clear: left;
    width: 60%;
}
p a:hover {
    background-color: #ffb;
    text-decoration: none;
}
a img {
    border: 0;
}
a.more {
    font-style: italic;
    padding: 0.5em;
    text-decoration: none;
}
a.more:hover {
    background: #ffb;
}
.clear {
    clear: both;
}
ul {
    clear: both;
}
            
#software ul {
    padding-bottom: 10px;
}
#software li {
    float: left;
    width: 128px;
    position: relative;
    margin-right: 64px;
    list-style: none;
}
#software li .software-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    display: none;
    background-color: #ffb;
    padding: 3px;
    z-index: 100;
}
#software li .software-description p {
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
    font-size: 85%;
}
#software li .software-description p.more {
    text-decoration: underline;
}
#software li a {
    color: #600;
    text-decoration: none;
}

#photography ul {
    list-style: none;
}
#photography li {
    float: left;
    margin-right: 16px;
    position: relative;
}
#photography a.more {
    position: absolute;
    left: 0;
    top: 84px;
    width: 6.5em;
}
#photography li.first img {
    height: 128px;
    max-height: 128px;
    max-width: 191px;
}
#photography li.second img {
    height: 128px;
    max-height: 64px;
    max-width: 96px;
}
#photography li .title {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 3px;
    background: #ffb;
    color: #600;
    font-size: 80%;
    display: none;
    z-index: 100;
}
#photography li a {
    text-decoration: none;
}

#tumblr {
    width: 22em;
}
#tumblr li img {
    position: relative;
    top: 4px;
}

#nihilartikel {
    width: 25em;
}

#also {
    position: relative;
    clear: both;
    padding-bottom: 0;
}
#also ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 7em;
    list-style: none;
}
#also ul li {
    float: left;
    margin-right: 1.5em;
}

ul.links {
    list-style-type: square;
    margin-left: 1em;
}
ul.links li {
    margin-bottom: 0.4em;
}
ul.links li a {
    padding: 0.2em;
    color: #600;
}
ul.links li a:hover {
    background: #ffb;
    text-decoration: none;
}

.half-section a.more {
    margin-left: 3em;
}
.half-section .description p {
    width: 15em;
}

#footer {
    background: url(../images/chrome/footer.png) bottom left no-repeat;
    clear: both;
    padding: 60px 0 0 200px;
    font-size: 80%;
    height: 110px;
}
#footer p {
    padding: 0;
    margin: 0;
}

#js {
    position: fixed;
    top: 0;
    right: 0;
    width: 12em;
    margin: 0;
    padding: 0.5em;
    border: solid green;
    border-width: 0 0 1px 1px;
    text-align: center;
    background-color: #dfd;
}