body {
    margin: 0;
    font-family: 'Helvetica Light', Helvetica;
    background-color: #1e1e1e;
}
#UIPage {
    position: absolute;
    left: 50%;
    margin-left: -400px;
    width: 800px;
}
.UIFold {
    min-height: 55%;
    width: 75%;
}
#UIBackgroundImage {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    opacity: 1;
    overflow-x: hidden;
}
#UIBackgroundImage img {
    width: auto;
    height: 100%;
}
#UIBackgroundCover {
    width: 100%;
    height: 55%;
    top: 0px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 11;
}
#UIFoldHolder {
    width: 100%;
    position: relative;
    top: 20%;
    z-index: 100;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#UIFoldText {
    padding-top: 10%;
    padding-bottom: 10%;
    text-shadow: 0px 0px 2px #FFF;
}
#UIFace img {
    border-radius: 50%;
    width: 150px;
    border: solid 2px #d8d8d8;
}
#UIHello {
    font-size: 20pt;
    font-weight: bold;
}
#UIName {
    font-size: 50pt;
}
#UIDesc {
    font-size: 25pt;
    font-weight: bold;
}
#UITopFold {
    z-index: 1;
    width: 100%;
}
#UITopFold a {
    color: inherit;
    text-decoration: none;
}
#UITopFold a:hover {
    text-decoration: underline;
}
#UIColourBars{
    width: 100%;
    height: 20px;
    position: absolute;
    top:55%;
    z-index: 120;
}
#UIColourBars div {
    width: 20%;
    display: inline-block;
}

/* colours are from https://kuler.adobe.com/#themeID/2109255 */
#UIColourBars #bar1 {
    background-color: #333A40;
}
#UIColourBars #bar2 {
    background-color: #4C5E5E;
}
#UIColourBars #bar3 {
    background-color: #ADD0E5;
}
#UIColourBars #bar4 {
    background-color: #CDE4FF;
}
#UIColourBars #bar5 {
    background-color: #729EBF;
}

#UIContent {
    margin-top: 10px;
    width: 100%;
    min-height: 100%;
    background-color: #000;
    color: rgb(187, 187, 187);
    position: absolute;
    top: 55%;
    z-index: 110;
    font-size: 16pt;
}

#UIContentContainer {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    width: 100%;
    max-width: none;
    position: static;
    margin-left: 0px;
    display: block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#UIContentContainer a {
    color: #729EBF;
    text-decoration: none;
}

#UIContentContainer a:hover {
    text-decoration: underline;
}

#UIContentContainer h1 {
    color: #FFF;
    margin-bottom: 0px;
    font-size: 17pt;
}
#UIContentContainer h2 {
    color: #FFF;
    margin-bottom: 0px;
    font-size: 14pt;
}
.UIProjectTitle {
    font-weight: bold;
}
.UISubtext {
    font-size: 10pt;
    letter-spacing: 0.1em;
    margin-top: -5px;
    #text-transform: uppercase;
}
table {
    border: none;
}
#UIContactBits td {
    vertical-align: top;
}
#UIRecentPosts {
    list-style: none;
    padding: 0;
    margin: 0;
    table-layout:fixed;
}
#UIRecentPosts td {
    vertical-align: top;
}
#UIRecentPosts td:first-of-type {
    white-space: nowrap;
}
#UIRecentPosts tr:not(:first-child) td:last-of-type::before {
    content: "\00BB\00a0";
}
.UIArrowList {
    padding:0;
    margin:0;
}
.UIArrowList li {
    list-style-type:none;
}
.UIArrowList li::before {
    content: "\00BB\00a0";
}
#UISocial {
    padding-top: 10px;
}
#UISocial a {
    padding-right: 10px;
}
#flickr_badge_uber_wrapper {
    max-height: 158px;
    overflow: hidden;
}
.flickr_badge_image {
    display: inline-block;
    padding-right: 8px;
}
#UIFooter{
    text-align: center;
    padding-bottom: 10px;
}
#UIFooter a {
    color: #FFF;
    text-decoration: none;
}
.sr {
    /* cheers: http://webaim.org/techniques/css/invisiblecontent/ */
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

@media screen and (max-height: 1000px) {
  #UIColourBars{
    top: 510px;
  }
  #UIContent {
    top: 510px;
  }
}

@media screen and (max-width: 800px) {
    #UIPage {
        position: static;
        left: 0px;
        margin-left: 0px;
        width: 100%;
    }
    #UIBackgroundImage {
        position: absolute;
    }
    #UIBackgroundImage img {
        height: 100%;
    }
    #UIHello {
        font-size: 15pt;
    }
    #UIName {
        font-size: 27pt;
    }
    #UIDesc {
        font-size: 14pt;
    }
    #UISocial img {
        width: 32px !important;
        height: 32px !important;
    }
}
