/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
	font-size: 16px;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {background:#ffffff url(../img/background.png) repeat-x center top; color:#202020; position: relative; min-width:960px; }
.thinheader {background:#ffffff url(../img/background-short.png) repeat-x center top;}

.body-bkg-stretch {background:#ffffff url(../img/background.png) repeat-x center top;}
.body-bkg-landing {background:#ffffff url(../img/landing_page_background.jpg) no-repeat center top; background-attachment:fixed; height: 100%; min-width:600px; }
@media screen and (max-height: 850px) {.body-bkg-landing {background-size: cover;}}
@media screen and (min-width: 1800px) {.body-bkg-landing {background-size: 100% auto;}}

.sitebody {width:960px;margin: 0 auto;}
.sitebodytitle {background: url("../img/header.jpg") no-repeat scroll center top #070707; left: 0px; right: 0px; position: relative; height: 290px;}

h1 {position: relative;font-family: 'FrizQuadrataRegular', Helvetica, Arial, sans-serif}
h1 cite {font-style: normal;position: absolute;left: 50%;top: 50%;margin-left: -240px;width: 400px;text-align: center;margin-top: 120px;}
h1 span {font-size: 76px;}

a {color:#0C5CA5;text-decoration: none}
a:hover,a:active {color:#082743;}

header {height: 170px}
article {margin-bottom:20px; width:920px; margin-left:auto; margin-right:auto;}
article p, table tr td p {font-size: 100%;text-align: left}
article table {margin:0 auto;}
article table tr td {padding: 10px;}
.splash1 {background: url(../img/splash1.jpg) no-repeat top center;height: 280px;}
.splash2 {background: url(../img/splash2.jpg) no-repeat top center;height: 280px;}
.splash3 {background: url(../img/splash3.jpg) no-repeat top center;height: 280px;}
.lefty {float: left;width:45%;margin:2% 4%;}
.righty {float: right;width:42%;margin:2% 4%;}

h2,h3,h4 {font-style: italic;font-weight: normal;}

.central {text-align: center}

h3,h4{text-align: center}

table tr td h5 {text-align: left;}
h5 {font-size: 20px;color:#c75e2d;font-style: italic;font-weight: normal;margin:0;margin-bottom: 10px;font-family: 'FrizQuadrataRegular', Helvetica, Arial, sans-serif}

footer {width:960px;margin:0 auto;color:#202020;padding:20px 0 30px 0;text-align: center;font-size:90%;}

hr { border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);}

li.question {list-style-type:disc; color:#317BEA;}
li.answer {list-style-type:none; margin-bottom:15px; }


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.caption-small { color:#808080; font-size:90%; margin-bottom: 5px}

/* =============================================================================
   Buttons
   ========================================================================== */
.gradient-button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 0px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 1em .55em;
    text-shadow: 0 1px 1px rgba(255,255,255,.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2); */
}
.gradient-button:hover { text-decoration: none; }
.gradient-button:active { position: relative; top: 1px; }
.gradient-button-stretch { min-width: 50px; }

/* Standard Button Style */
.gradient-button-standard {
    color: #0C5CA5;
    border: solid 0px #B4BAC0;
    background: #dadde2;
    background: -webkit-gradient(linear, left top, left bottom, from(#dadde2), to(#aab0b6));
    background: -moz-linear-gradient(top,  #dadde2,  #aab0b6);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadde2', endColorstr='#aab0b6');
}
.gradient-button-standard:hover {
    background: #aab0b6;
    background: -webkit-gradient(linear, left top, left bottom, from(#aab0b6), to(#aab0b6));
    background: -moz-linear-gradient(top,  #aab0b6,  #aab0b6);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aab0b6', endColorstr='#aab0b6');
}
.gradient-button-standard:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#dadde2), to(#dadde2));
    background: -moz-linear-gradient(top,  #dadde2,  #dadde2);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadde2', endColorstr='#dadde2');
}
.gradient-button-standard:disabled {
    color: #b0b0b0;
    background: -webkit-gradient(linear, left top, left bottom, from(#dadde2), to(#dadde2));
    background: -moz-linear-gradient(top,  #dadde2,  #dadde2);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadde2', endColorstr='#dadde2');
}
.gradient-button-standard:disabled img { filter: url(/css/filters.svg#grayscale); filter: gray; -webkit-filter: grayscale(1); }

/* Store Button Style */
.gradient-button-store {
  font-size:18px;
  min-width: 50px;
  color: #e9e9e9;
  border: solid 1px #555;
  background: #317BEA;
  background: -webkit-gradient(linear, left top, left bottom, from(#317BEA), to(#1E4A91));
  background: -moz-linear-gradient(top,  #317BEA,  #1E4A91);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#317BEA', endColorstr='#1E4A91');
}
.gradient-button-store:hover {
  background: #85ABE2;
  background: -webkit-gradient(linear, left top, left bottom, from(#85ABE2), to(#317BEA));
  background: -moz-linear-gradient(top,  #85ABE2,  #317BEA);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#85ABE2', endColorstr='#317BEA');
}
.gradient-button-store:active {
  color: #cfcfcf;
  background: -webkit-gradient(linear, left top, left bottom, from(#2458AD), to(#6986B2));
  background: -moz-linear-gradient(top,  #2458AD,  #6986B2);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2458AD', endColorstr='#6986B2');
}
.gradient-button-store:disabled {
    color: #404040;
    background: -webkit-gradient(linear, left top, left bottom, from(#dadde2), to(#dadde2));
    background: -moz-linear-gradient(top,  #dadde2,  #dadde2);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadde2', endColorstr='#dadde2');
}

.gradient-button-red {
  background: #e93133;
  background: -webkit-gradient(linear, left top, left bottom, from(#e93133), to(#921f1f));
  background: -moz-linear-gradient(top,  #e93133,  #921f1f);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e93133', endColorstr='#921f1f');
}
.gradient-button-red:hover {
  background: #e38485;
  background: -webkit-gradient(linear, left top, left bottom, from(#e38485), to(#ea3236));
  background: -moz-linear-gradient(top,  #e38485,  #ea3236);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38485', endColorstr='#ea3236');
}
.gradient-button-red:active {
  color: #cfcfcf;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea3236), to(#e38485));
  background: -moz-linear-gradient(top,  #ea3236,  #e38485);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea3236', endColorstr='#e38485');
}

.page-button {
  margin-left: 5px; margin-right:5px;
  min-width:50px;
}

.main-full-table {display: table; height: 100%; width: 100%;}
.main-full-table > div {display: table-row; text-align: center;}
.landing-title {padding-top: 1%; padding-bottom: 0px; }
.landing-subtitle {font-family: sans-serif; font-size: 20px; font-style: italic;}
.landing-strip {padding: 50px 0px;}
.landing-strip img {cursor: pointer; padding: 10px; width: 230px;}
.landing-buttons {}
.landing-button-border {padding: 15px 20px; display: inline-block; border: 2px solid rgba(255,255,255,0.3); margin: 2% 5%; background-color: rgba(0,0,0,0.25); border-radius: 15px;}
.landing-blurb { position: relative; height: 125px; padding: 2% 0px 1% 0px;}
.landing-comment { margin: auto; width: 430px; background-color: rgba(0, 0, 0, 0.4); padding: 10px 20px; position:absolute; left: 0px; right: 0px; display: none;}
.landing-comment.active {display: block;}
.landing-comment img {float: left; padding-right: 20px;}
.landing-comment p:first-of-type {margin-top: 0em; text-align: left;}
.landing-comment p:last-of-type {margin-bottom: 0em; text-align: right;}
.landing-social {padding: 1%;}
.landing-social .socialize {display: inline-block;font-size: 1px;white-space: nowrap;overflow: hidden;}
.landing-social .socialize .facebook iframe {vertical-align: middle;}
.landing-social .socialize .facebook {margin-right:32px; float: left;}
.landing-social .socialize .twitter {margin-left:12px;}
.landing-footer-outer {}
.landing-footer-inner {vertical-align: bottom; display: table-cell;}
.landing-laurels {}
.landing-copyright {font-size: 12px; color: rgba(255, 255, 255, 0.2); text-align: left;}

.message-detail {margin: 10px;}
  .message-detail table {font-size:14px;color:#696969;margin-top:10px}
  .mail-date {float: right;}
  .mail-from {padding-top: 10px}
  .mail-thumb {float: left;margin-right: 10px}
  .message-header td {font-weight:bold;color:#7a7b7d;padding-bottom:20px}

.message-body {background:#e9ebee;padding-top:5px; position: relative; border:1px; border-style:solid; border-radius:5px; margin-top:20px; margin-bottom:20px;}
.message-body forward {border-left:2px solid #808080;padding-left:13px; display:block;}
.message-body forward > strong {display: block;}
.message-body p {margin:1em 0}
.message-body .pspace {margin-bottom:1.6em}
.message-body h2 {margin:0 0 1em 0}
.message-body hr { color: #B1B2B4; background-color: #B1B2B4; height: 2px; }
.message.kryptex,.message.enki {font-family: 'courier new', monospace}
.message.kryptex p,.message.enki p {margin: 0;}
.message.kryptex forward,.message.enki forward {font-family: Arial,Helvetica,sans-serif;margin-top:20px;}
.message.kryptex p.pspace,.message.enki p.pspace {margin-bottom:1.6em}
.message-body .message-video {text-align: center}
.message-body .message-image {text-align: center}
.message-body .message-call-container {border: 2px solid #d0d0d0; width:400px; border-radius: 10px; -moz-border-radius: 10px -webkit-border-radius: 10px; overflow: hidden; padding:0px; margin:0px}
.message-body .credit-link {color:#a0a0a0;}
.message-body .credit-link:hover{color:#b0b0b0; text-decoration:underline;}

/* XRI gallery */
.newest-data {background: #e9ebee;padding-top: 2px; margin-top:20px; margin:bottom:20px; border:1px; border-style:solid; border-radius:5px;}
.newest-data ul {list-style:none;}
.newest-data ul li {float:left; margin:5px 5px 5px 5px; display:inline;}
.newest-data ul li>img, .newest-data ul li a>img {width: 174px; height: 131px;}
.newest-data ul li.unprocessed>img {background: url('/img/timer_background.png') center no-repeat;}
.newest-data ul li.unprocessed span {position:absolute;font-size:12px;bottom:42px;width: 100%;text-align: center;z-index:1; color:white;}

.newest-data ul li.bigger>img, .newest-data ul li.bigger a>img {width: 400px !important;height: 300px !important;}
.newest-data ul li.bigger.letterbox>img, .newest-data ul li.bigger.letterbox a>img {width: 400px !important; height: 210px !important; padding-top: 45px; padding-bottom: 45px; background-color: #343434;}
.newest-data ul li.bigger.unprocessed .arrival-text  {bottom: 85px;}
.newest-data ul li.bigger.unprocessed .arrival-abort {bottom: 40px;}
.newest-data ul li.bigger.unprocessed .arrival-abort button { width: 100px; color: white;}

#photo-container .newest-data {height:675px;padding-top:5px;position: relative;}
#photo-container .newest-data ul li {margin: 8px 5px 7px 10px;}

.photo-gallery {background:#E9EBEE;font-size:12px;padding:5px;height:auto}
  .photo-gallery p {margin:0}

  .photo-gallery .gallery-container {min-height: 700px;}
    .gallery-container .leftcol {float:left;width:154px;}
        .leftcol a {position:absolute;display: block;z-index:1;top: 0;left: 0;width: 100%;height: 100%}
        .leftcol strong {color:#0C5CA5}
        .leftcol button {width:100%;}
    .gallery-container .leftcol ul {margin:0px; padding:0px;}
    .gallery-container .leftcol li {margin-bottom: 5px;}

    .gallery-container .rightcol {float:right; width: 800px;}
      #content .socialize {display:inline-block; margin-top: 0px; font-size: 1px; position:relative; background-color: #f3f4f6;}
      #content .socialize a {font-size: 12px;}
      #content .socialize span {display:table-cell; vertical-align: bottom; padding-left:3px; padding-right:4px;}
      #content .socialize-picture { top:4px; }
      #content .socialize-profile { top: 2px; float:right; padding-left: 7px; }
      .rightcol td iframe {margin-top:10px}

      #image-container-fullscreen {position: relative; overflow: hidden;}
      #image-container-fullscreen ul {list-style: none outside none; margin: 0px; padding: 0px;}

    #thumbnails {width: 690px; height: 103px; float: right;}
    #thumbnails .list img {height: 99px; width:132px;} /* TODO: css in .thumb-strip that auto sizes images based on container height */

    .notch-inner {border-top: 15px solid rgb(233, 235, 238); border-right: 15px solid rgba(233, 235, 238, 0); position: absolute; top: -2px; left: -2px; z-index: 1;}
    .notch-outer {border-top: 18px solid rgb(170, 176, 182); border-right: 18px solid rgba(170, 176, 182, 0); position: absolute; top: -2px; left: -2px; z-index: 1;}

#id-photo-buttons {width: 105px; height: 105px; float: left;}
#id-photo-download-hires {width: 100px; }
    
.audio-clip {background: #e9ebee; padding: 0px; margin-top:20px; margin:bottom:20px; margin-left:auto;
             margin-right:auto; border:1px; border-style:solid; border-radius:5px;
              text-align:center; width:500px;}

.attachment-container {width: 400px; background:#e9ebee; padding-top:5px; position: relative; border:1px;
  border-style:solid; border-radius:5px; margin-top:20px; margin-bottom:20px; margin-left:auto; margin-right:auto;}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}