html {
    overflow-y: scroll;
    overflow-x: auto;
}
body {
    margin: 0;
    padding: 0;
    background: #eee;
    font-family: palatino, palatino linotype, georgia;
    color: #444;
    font-size: 1em;
    line-height: 1.4em;
}
a:link, a:visited {
    color: #35c;
    text-decoration: none;
}
a:active, a:hover {
    color: #46f;
    text-decoration: underline;
}
p, h1, h2, h3, h4, h5 {
    margin: 1em 0;
    padding: 0;
}
ul, ol {
    margin: 1em 0 1em 2em;
    padding: 0;
}
img {
    border: none;
    -ms-interpolation-mode: bicubic;
}
#shell {
    position: relative;
    width: 700px;
    margin: 20px auto 40px auto;
    background: #fff;
    padding: 20px 40px 60px 40px;
    border-radius: 10px;
}
#content {
    margin: 2em 0;
    border-top: 1px dotted #aaa;
}
h1 {
    font-size: 2em;
    margin: 0.5em 0;
}
h1 a:link, h1 a:visited {
    color: #444;
}
h1 a:hover {
    color: #888;
    text-decoration: none;
}
h2, .detail .expectations h2 {
    font-size: 1.2em;
}
.detail h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1em;
}
h4 {
    font-size: 1em;
}
#sidebar {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 0.9em;
}
#photo {
    margin: 0 0 20px 0;
}
#photo img {
    border-radius: 5px;
}
#also-on {
    padding: 0 0 2em 1em;
/*    border-bottom: 1px dotted #aaa;*/
}
#also-on h4 {
    float: left;
    margin: 0;
}
#also-on ul {
    margin: 0 0 0 5em;
    list-style-type: none;
}
#contact-info h2 {
    display: none;
}
#contact-info p {
    float: left;
    margin: 0 1em 0 0;
    padding: 0 1em 0 0;
    border-right: 1px solid #ccc;
}
#contact-info .location {
    text-transform: uppercase;
    font-size: 0.9em;
    color: #888;
}
#contact-info .phone {
    border: none;
}
#spiel {
    width: 480px;
    margin: 1.5em 0 2em 0;
}
.clear {
    clear: left;
}
#projects {
    margin: 2em 0;
}
#projects h2 {
    border-top: 1px dotted #aaa;
    padding-top: 1em;
    width: 460px;
}
#projects ul, #client-work ul, #hobbies ul, #open-source ul {
    width: 460px;
    margin: 1em 0;
    list-style-type: none;
    border-top: 1px dotted #ddd;
}
#projects li, #client-work li, #hobbies li, #open-source li {
/*    padding: 1em 0;*/
    border-bottom: 1px dotted #ddd;
}
#projects h3, #hobbies h3, #open-source h3 {
    float: left;
    margin: 0;
}
#projects p, #hobbies p, #open-source p {
/*    margin: 0 0 0 7em;*/
    margin-left: 8em;
}
.thumbnails {
    width: 600px;
    margin: 0 auto;
}
.thumbnails a {
    float: left;
    margin: 1em 1em 0 0;
    min-height: 180px;
}
#go-problem {
    padding: 2em 0 2em 30px;
}


.expectations ul .explanation {
    display: none;
}
#samples {
    float: right;
    width: 150px;
    text-align: center;
}
#samples h3 {
    margin: 1em 0;
    padding: 0;
}
#samples a {
    position: relative;
    display: block;
    height: 107px;
    margin: 0 0 10px 0;
}
#samples img {
    display: block;
    width: 150px;
    height: 105px;
    border: 1px solid #ccc;
}
#samples img:hover {
    position: absolute;
    z-index: 9999;
    left: -125px;
    top: -95px;
    width: 400px;
    height: 280px;
    box-shadow: 0px 0px 20px #666;
    border: 1px solid #888;
}
#copy {
    width: 520px;
}

#client-work {
    margin-top: 4em;
    width: 460px;
}
#client-work ul {
    margin: 1em 0;
    padding: 0;
    list-style-type: none;
}
#client-work p {
    margin-top: 0;
    font-size: 0.9em;
}
#client-work h3 {
    margin-bottom: 0.25em;
}
#client-work .date {
    margin-bottom: 0.45em;
    font-style: italic;
    color: #888;
}

#hobbies {
    margin-top: 4em;
}
#hobbies h3 {
    color: #666;
}
