/* GLOBAL -------------------------------------------------------------------------------------------------------------------- */

html {
    background-color: #292929;
    /*background-image: url(/media/images/grid32.png);*/
}

body {
    font-family: 'Frutiger LT Std', Frutiger,   Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #CCC;
    line-height: 1.33;
    padding: 64px;
    padding-top: 56px;
}

body div {
    clear: both;
    /*margin-bottom: 32px;*/
    overflow: hidden;
    position: relative;
    margin-bottom: -16px; /*cufon*/
}

a {
    text-decoration: none;
    color: #38ace2;
}

a:hover {
    color: #4fc4ff;
}

strong {
    color: #eee;
}

h1 {
    color: #FFF;
    font-weight: normal;
    font-size: 28px;
    width: 192px;
    margin: 4px 0 12px 0; /* adjusted for cufon*/
}

h1 .subtitle {
    display: none;
}


h2 {
    color: #38ace2;
    font-weight: normal;
    font-size: 28px;
    width: 192px;
    line-height: 1.142; /*to complement 28px text against 32px global line height*/
    /*float: left;*/
    position: absolute;
    left: 0;
    margin-top: 2px; /*24px p and 28px h2 are flush top by default, flush baselines instead*/
}

h2 .subtitle {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 1.33;
    margin-top: -4px;
}

p {
    font-weight: normal;
    font-size: 24px;
    margin: -13px 0 29px 224px; /*cufon acting the goat*/
    width: 640px;
}

#portfolio_body {
    font-weight: normal;
    font-size: 12px;
    margin: -13px 0 29px 224px; /*cufon acting the goat*/
    height: 64px;
}

#portfolio_body img {
    float: left;
     margin-right: 6px;
}

.portfolio_item { 
    /*display: inline-block;*/
    float: left;
    width: 200px;
    height: 64px;
    margin-right: 10px;
}

for c1st - causing real probs, so leaving
sup {
/*    display: inline-block;
    margin-top: -0.5em;*/
    /*vertical-align: super;*/
}