/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; position: relative;}
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a, a:hover, a:active, a:focus, a:visited { outline: 0; text-decoration: none;}


abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; }
dd { margin: 0 0 0 40px; }
 ul,  ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    }


@font-face {
    font-family: 'futurabook';
    src: url('../fonts/futura_lt_book-webfont.eot');
    src: url('../fonts/futura_lt_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura_lt_book-webfont.woff') format('woff'),
         url('../fonts/futura_lt_book-webfont.ttf') format('truetype'),
         url('../fonts/futura_lt_book-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futuralight';
    src: url('../fonts/futura_lt_light-webfont.eot');
    src: url('../fonts/futura_lt_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura_lt_light-webfont.woff') format('woff'),
         url('../fonts/futura_lt_light-webfont.ttf') format('truetype'),
         url('../fonts/futura_lt_light-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futurabold';
    src: url('../fonts/futura_lt_bold-webfont.eot');
    src: url('../fonts/futura_lt_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura_lt_bold-webfont.woff') format('woff'),
         url('../fonts/futura_lt_bold-webfont.ttf') format('truetype'),
         url('../fonts/futura_lt_bold-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-=-=-=-=-=-=-=-=-=-MAIN STYLING-=-=-=-=-=-=-=-=-=-*/
body {
    background-color: #222;
    font-family: 'futurabook';
    font-size: 100%;
}

.details {
    width: 94%;
    margin: 20px 3%;
}

.details p, .details i {
    color: #9DB3BF;
    float: left;
    clear: both;
    width: 100%;
}

.details a {
    color: #fff;
}

.details i {
    margin: 10px 0 0 0;
    color: #666;
    font-size: 80%;
}

#getcontent {
    background-color: #222;
    
    height: auto;
    width: 100%;
    z-index: 9998;

    overflow: hidden;
    }
    
#getcontent p {
    display: block;
    float: left;
    margin: 10px  0;
    }
    
.imgframe, .imagetitle {
    width: 96%;
    max-width: 1024px;
    margin: 0 auto 25px auto;
    padding: 0 2% 2% 2%;
    background-color: #222;
    overflow: auto;
    text-align: center;
    }
    
#getcontent img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
    /*
    defined inline in html
    max-width: xxx;
    */
    }
    
 h2 {
    color: #9DB3BF;
    font-family: 'futurabold';
    font-size: 2em;
    text-align: left;
    width: 92%;
    }

time {
    font-size: 80%;
    margin: 10px 0 5px 0;
    display: block;
    float: left;
    color: #9DB3BF;
    font-family: 'futuralight';
}

.tags {
    margin: 10px 0 5px 15px;
    position: relative;
    display: block;
    float: left;
    height: 20px;
    }

.tags li {
    clear: none;
    margin: 0 0 3px 0;
    padding: 0 14px 0 0;
    background: transparent url(../img/slantdivider.png) top right no-repeat;
    font-size: 80%;
    height: 16px;
    display: block;
    float: left;
    color: #9DB3BF;
    font-family: 'futuralight';
    }

.tags li.last {
    background: none;
    padding-right: 0;
    }
    
.imagetitle {
    margin: 25px auto 0 auto;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    padding: 2% 5%;
    width: 90%;
    color: #9DB3BF;
    }
    
.projectcontent, .ajaxcontent  {
    padding: 5% 5% 0 5%;
    width: 90%;
    background-color: #222;
    color: #fff;
    overflow: auto;
    }
    
.ajaxcontent {
    padding: 0 5% 5% 5%;
    }
    
.projectcontent a.seemore {
    display: none;
    }
    
#getcontent .ajax p {
    width: 90%;
    padding: 10px 5% 20px 5%;
    margin: 0 0 25px 0;
    background-color: #222222;
    color: #fff;
    }
    
a.closethis {
    position: fixed;
    width: 49px;
    height: 42px;
    top: 7px;
    right: 0;
    background-color: #ccc;
    z-index: 9999;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-border-radius: 10px 0 0 10px; 
    -moz-border-radius: 10px 0 0 10px; 
    -o-border-radius: 10px 0 0 10px; 
    border-radius: 10px 0 0 10px; 
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.75);
    box-shadow: 0 2px 5px rgba(0,0,0,0.75);
    }

a.closethis span {
    background: transparent url(../img/closethis.png) top left no-repeat;
    position: absolute;
    width: 49px;
    height: 42px;
    top: 0;
    right: left;
    }
    
a.closethis:hover {
    background-color: #FF3333;
    }
