/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
:focus { outline: 0; }
html {  }
body {
  background-color: #212128;
  color: #d3e6ef;
  font-family: helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  -webkit-text-size-adjust: none;
}
ul {  }
p {  }
a { outline: none; }
a img { border: none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
h1 {
  font-weight: normal;
}
section, article, header, footer, nav, aside, hgroup { display: block; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
#secret_pocket {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
}
.no_show {
  display: none;
}
.inner {
  text-align: left;
  margin: 0 auto;
  width: 1020px;
}
a:link, a:visited {
  color: #9bcee4;
  text-decoration: none;
}
a:hover, a.false_hover {
  color: #50d0ff;
}
a.top_link, a.grid_toggle {
  font-size: 12px;
  float: right;
  white-space: nowrap;
  padding-top: 1px;
}
a.top_link {
  display: none;
}
a.grid_toggle {
  background: transparent url(../img/backtogrid_icon.png) no-repeat 0 50%;
  padding-left: 24px;
}
a.grid_toggle:hover {
  background-image: url(../img/backtogrid_icon_rollover.png);
}
a.pdf_icon {
  background: transparent url(../img/resume_icon.png) no-repeat 0 50%;
  padding-left: 26px;
}
a.pdf_icon:hover {
  background-image: url(../img/resume_icon_rollover.png);
}
h1 a.pdf_icon {
  border-left: 1px solid #3e3e3f;
  margin-left: 11px;
  font-size: 14px;
  font-weight: normal;
  background-position: 15px 50%;
  padding-left: 41px;
}
section, article {
  padding: 32px 40px 0 40px;
  clear: both;
}
.clear {
  clear: both;
}
.grid_icon {
  margin-bottom: -20px;
}
.grid_icon a.grid_toggle {
  display: none;
}
.grid_icon .block {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 220px;
  cursor: pointer;

}
.grid_icon .block img {
  background-color: #26262e;
  opacity: .8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.grid_icon .block img:hover {
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.grid_icon .block:nth-child(5), .grid_icon .block:nth-child(9), .grid_icon .block:nth-child(13) {
  margin-right: 0;
}
.grid_icon .block a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  padding: 0 12px;
  background-color: #2b2b32;
  margin-top: -3px;
}
.grid_icon .detail_view {
  display: none;
}
.grid_detail {
  margin-bottom: 20px;

}
.grid_detail a.grid_toggle {
  display: inline;
}
.grid_detail .block {
  width: 60px;
}
.grid_detail .block img {
  width: 100%;
  height: auto;
  opacity: .4;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}
.grid_detail .block img:hover {
  opacity: .9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
.grid_detail .active_block img, .grid_detail .active_block {
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.grid_detail .block, .grid_detail .block:nth-child(5), .grid_detail .block:nth-child(9) {
  margin-right: 20px;
}
.grid_detail .block a {
  display: none;
}
.grid_detail .detail_view {
  display: block;
  clear: both;
  padding-top: 3px;
}
.detail_view nav {
  background-color: #2e2e34;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #26262c;
  padding-right: 15px;
}
.detail_view .detail_nav {
  float: left;
  margin-right: 17px;
}
.detail_view .detail_nav a:link, .detail_view .detail_nav a:visited {
  display: block;
  height: 36px;
  width: 36px;
  background: #9bcee4 url(../img/arrow_previous.png) no-repeat 50% 50%;
}
.detail_view .detail_nav a:hover {
  background-color: #50d0ff;
}
.detail_view .detail_nav a:first-child {
  float: left;
}
.detail_view .detail_nav a:last-child {
  background-image: url(../img/arrow_next.png);
  margin-left: 38px;
}
.detail_view nav span {
  float: right;
}
.detail_view strong {
  border-right: 1px solid #3e3e3f;
  margin-right: 9px;
  padding-right: 9px;
  color: #d3e6ef;
}
.detail_frame {
  background-color: #2b2b32;
  overflow: hidden;
}

#detail_header {
color: #b6c3cb;
}
.detail_element dl {
  display: none;
}
.transition_page {
  position: absolute;
  z-index: 99;
  width: 940px;
  overflow: hidden;
}
.content_page h1 {
  float: left;
  border: none;
  margin-bottom: 36px;
  font-size: 46px;
  font-weight: normal;
  padding: 31px 0 0 37px;
}
.content_page strong {
  border: none;
  margin: 0;
  padding: 0;
}
.element_page, .element_body img {
  background: transparent url(../img/loader_t.gif) no-repeat 50% 50%;
}
.content_page {
  background-image: none !important;
}
.element_page img {
  cursor: pointer;
  min-height: 300px;
}
.element_header p {
  display: block;
  float: right;
  text-align: right;
  white-space: nowrap;
  font-size: 13px;
  color: #adbbc2;
  line-height: 1.6em;
  padding: 31px 40px 0 0;
}
.element_body {
  clear: both;
  padding: 0 0 40px 40px;
}
.element_body img {
  float: right;
}
.element_body p {
  font-size: 14px;
  line-height: 1.5em;
  padding: 0 0 20px 0;
  width: 350px;
}
.element_body a.intro_arrow {
  display: block;
  background-color: #9bcee4;
  width: 350px;
  color: #39393e;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  margin-top: 18px;
}
.element_body a.intro_arrow span {
  line-height: 32px;
  background: transparent url(../img/arrow_next.png) no-repeat 100% 50%;
  padding-right: 16px;
}
.element_body a.intro_arrow:hover {
  background-color: #50d0ff;
}
.block_icon ul {
  list-style-type: none;
}
.block_icon ul li {
  display: block;
  float: left;
  margin-right: 20px;
}

.block_icon ul li img {
 background-color: #26262e;
}
.block_icon ul li:last-child {
  float: none;
  margin-right: 0;
}
.block_icon ul li img {
  border: 1px solid #313139;
}
.block_content_icon div.block {
  float: left;
  margin-right: 20px;
  height: 220px;
  width: 220px;
}
.block_content_icon div.block img {
  background-color: #26262e;
}

.block_content_icon div.block:nth-child(5), .block_content_icon div.block:nth-child(9) {
  margin-right: 0;
}
.block_content_icon div.block p {
  line-height: 1.5em;
  padding-top: 5px;
}
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
header {
  line-height: 32px;
  background-color: #28282d;
  border-bottom: 1px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  z-index: 9999;
}
header .inner {
  background: #28282d url(../img/glasses.png) no-repeat 40px 50%;
}
header h1 {
  font-size: 14px;
  display: inline-block;
  float: left;
  padding-left: 90px;
}
header ul {
  list-style-type: none;
  float: right;
  padding-right: 29px;
}
header ul li {
  display: inline;
}
header ul li a:link, header ul li a:visited {
  border-top: 2px solid #000;
  margin: -2px 1px 0 1px;
  padding-top: 2px;
  display: inline-block;
  padding: 2px 10px 0 10px;
}
header ul li a.active_nav {
  margin: -2px 0;
  border-left: 1px solid #1f1f23;
  border-right: 1px solid #1f1f23;
  border-top-color: #d3e6ef;
  color: #d3e6ef;
  background-image: linear-gradient(top, #3b3b40 0%, #28282d 100%);
  background-image: -o-linear-gradient(top, #3b3b40 0%, #28282d 100%);
  background-image: -moz-linear-gradient(top, #3b3b40 0%, #28282d 100%);
  background-image: -webkit-linear-gradient(top, #3b3b40 0%, #28282d 100%);
  background-image: -ms-linear-gradient(top, #3b3b40 0%, #28282d 100%);
}
#home {}
section h1 {
  font-size: 36px;
  padding: 55px 0 15px 0;
  margin-left: -2px;
}
article {
  margin-bottom: 24px;
}
article h1 {
  display: block;
  border-bottom: 1px solid #4e4e58;
  font-size: 18px;
  line-height: 56px;
  margin-bottom: 20px;
}
.time_scale dl {
  background: transparent url(../img/timeline.png) no-repeat 0 0;
  min-height: 2017px;
  padding: 0 170px 0 182px;
}
.time_scale dt {
  background: transparent url(../img/timeline_key_1.png) no-repeat 0 50%;
  padding-left: 20px;
  font-style: italic;
  font-size: 12px;
  color: #97a4aa;
  line-height: 1em;
}

.time_scale dt.key_0 {
  background-image: url(../img/timeline_key_0.png);
}
.time_scale dt.key_1 {
  background-image: url(../img/timeline_key_1.png);
}
.time_scale dt.key_2 {
  background-image: url(../img/timeline_key_2.png);
}
.time_scale dt.key_3 {
  background-image: url(../img/timeline_key_3.png);
}
.time_scale dt.key_4 {
  background-image: url(../img/timeline_key_4.png);
}
.time_scale dt.key_5 {
  background-image: url(../img/timeline_key_5.png);
}
.time_scale dt.key_6 {
  background-image: url(../img/timeline_key_6.png);
}
.time_scale dt.key_7 {
  background-image: url(../img/timeline_key_7.png);
}
.time_scale dt.key_8 {
  background-image: url(../img/timeline_key_8.png);
}
.time_scale dt.key_9 {
  background-image: url(../img/timeline_key_9.png);
}
.time_scale dt.key_10 {
  background-image: url(../img/timeline_key_10.png);
}

.time_scale dd {
  padding: 8px 0 60px 20px;
  line-height: 1.5em;
}

.time_scale dd strong {
 font-size: 14px;
}

footer, footer .inner {
  background-color: #28282d;
  margin-top: 60px;
}
footer .inner {
  width: 1020px;
}
footer h1, footer ul {
  padding: 0 40px;
}
footer h1 {
  font-size: 24px;
  line-height: 70px;
}
footer ul {
  list-style-type: none;
  padding-bottom: 25px;
}
footer ul li {
  display: inline-block;
  line-height: 18px;
  border-right: 1px solid #94949f;
  padding-right: 18px;
  margin-right: 15px;
  font-size: 16px;
}
footer ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
/* END STRUCTURE */

/* IOS OVERRIDES */
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #home {
    margin-top: -32px;
    padding-top: 32px;
  }
	header {
    position: relative;
  }
  section, article {
    padding-top: 0;
  }
  a.top_link {
    display: none;
  }
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	#home {
    margin-top: -32px;
    padding-top: 32px;
  }
  header {
    position: relative;
  }
  section, article {
    padding-top: 0;
  }
  a.top_link {
    display: none;
  }
}
/* END IOS OVERRIDES */
