/* 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*/
    /*padding-bottom: 2em;*/
    /*background: #f00;*/
    margin-bottom: 2em;
}

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: 70%;*/
    max-width: 800px;
}

#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;*/
}

#festival_accommodation h1 {
    width: auto;
}

#festival_accommodation a {
    display: inline-block;
    margin: 0 10px 10px 0;
}

#festival_accommodation img {
    border: 5px #FFF solid;
}

#map_canvas {
     max-width: 800px;
     height: 480px;
     /*background: #f0f;*/
     margin-left: 224px;
}

#thumbs {
    /*padding-bottom: -10px;*/ /*to make up for link margins*/
    max-width: 800px;
    margin-left: 224px;
    margin-bottom: 1em; /*to match <p>s elsewhere*/
    
}

#festival_accommodation #booked {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border: 0;
}
