/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 13px ;
  font-family: DroidSansRegular;
  color: #000000;
}
._4ORMAT_content_wrapper { margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { color:#000000; font-size: 100%; line-height: 1.6em;font-weight: normal; font-family: DroidSansRegular }

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

a { outline: none; color: #000000}
a:link , a:active, a:visited { color: #000000; text-decoration: underline; outline: none;}
a:hover { color: #000000; text-decoration :underline;}

blockquote, q     { quotes: "" ""; }

/* ClearFix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

p,li, span {
  line-height: 1.4em;
}

body, html{
  background: #ffffff;
}

a {
  outline: 0;
  _noFocusLine: expression(this.hideFocus=true);
}

@font-face {
  font-family: "FontAwesome";
  src: url('/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.eot');
  src: url('/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.eot?#iefix') format('eot'),
  url('/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.woff') format('woff'),
  url('/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.ttf') format('truetype'),
  url('/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

}

/*
------------------------------------------------------------------
Menu Nav
------------------------------------------------------------------
*/

#logo {
  padding: 100px 30px 40px;
  position: relative;
  z-index: 1;
}

#logo h1 {
  font-size: 19px;
  font-family: DroidSansRegular;
  line-height: 1.3em;
  text-transform: uppercase;
  position: relative;
}

#logo h1 a{
  color: #000000;
  text-decoration: none;
}

#logo img {
  max-height: 100px;
  max-width: 165px;
  image-rendering: optimizeQuality;
}

#menu {
  left: 0px;
  top: 0;
  position: fixed;
  width: 210px;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  overflow: hidden;
}

#menu .jspPane {
  width: 100% !important;
}
#menu .jspDrag {
  background: #e8e8e8;
}

#menu .inner {
  width: 190px;
  margin-left: 20px;
  position: relative;
}
#menu ul.nav {
  margin-right: 30px;
}
#menu ul.nav li {
  text-transform: uppercase;
}
#menu ul.nav, #menu ul.nav ul {
      list-style-type: none;
    }
    #menu .inner ul.nav > li a,
    #menu .inner ul.nav > li strong,
    #menu .inner ul.nav > li.category {
      display: block;
      padding: 2px 10px 1px;
    }
     #menu .inner ul.nav > li.item {
      background: #ffffff;
    }
    #menu .inner ul.nav > li.item:hover, #menu .inner ul.nav > li.item.selected,
     #menu .inner ul.nav > li.category.selected,  #menu .inner ul.nav > li.category:hover {
      background: #ffffff;
    }
      #menu ul.nav a,
      #menu ul.nav .category strong {
        color: #999999;
        font-size: 13px;
        font-family: DroidSansRegular;
        text-decoration: none;
      }
        #menu ul.nav > li a:hover,
         ul.nav > li a:focus, #menu ul.nav > li.selected a,
        #menu ul.nav > li.selected,
        #menu ul.nav .category:hover strong,
        #menu ul.nav .category.selected strong {
          color: #696969;
        }
        #menu ul.nav .item {
          clear: both;
          font-size: 13px;
        }
        #menu ul.nav li, #menu ul.nav .item, #menu ul.nav .category,  #menu ul.nav .category strong, #menu ul.nav .category a {
          line-height: 1.5em;
        }
    #menu ul.nav .category {
      font-size: 13px;
      background: #ffffff;
      cursor: pointer;
      display: block;
      font-family: DroidSansRegular;
      padding: 5px 15px 5px 10px;
      position: relative;
    }
     #menu ul.nav .category_container li.item,
     #menu ul.nav .category_container li.item a {
      font-size: 13px;
      color: #6e6f6f;
     }
     #menu ul.nav .category_container li.item a {
      padding-left: 19px;
     }
    #menu ul.nav li.category_container li:hover,
    #menu ul.nav li.category_container li a:hover,
    #menu ul.nav .category_container li.item.selected,
    #menu ul.nav .category_container li.item.selected a{
      color: #dedede;
      background: #181818;
    }
    #menu ul.nav > li.item {
      width: auto;
    }

    #menu ul.nav li.category strong {
      display: block;
      padding: 0;
      *position: relative;
    }

    #menu ul.nav .category_container {
    
      display: none;
      
    }
    #menu ul.nav .category_container ul li a {
      width: 122px;
    }
     #menu ul.nav li.category_container .item {
      background: #ffffff;
     }
     #menu ul.nav .category_container .item:hover, #menu ul.nav .category_container .item.selected {
      background: #181818;
     }
    #menu .inner {
      outline: 0;
    }

    #menu ul.nav .arrow-cont {
      display: inline-block;
      font-weight: 500;
      line-height: 1.5em;
      position: relative;
      width: 0px;
      height: 0px;
      *display: inline;
      *zoom: 1;
    }
    #menu ul.nav .arrow-right {
      background: url(https://bucket1.format-assets.com/theme_versions/1414015/assets/images/arrows-on.png) 0 0 no-repeat;
      
      background-position: 0 -12px;
      
      display: inline-block;
      height: 10px;
      width: 8px;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      left: 6px;
    }

    #menu ul.nav .arrow-down {
      background: url(https://bucket1.format-assets.com/theme_versions/1414015/assets/images/arrows.png) 0 0 no-repeat;
      
      background-position: 0 -10px;
      
      display: inline-block;
      height: 8px;
      width: 10px;
      position: absolute;
      top: 50%;
      margin-top: -9px;
      left: 10px;
    }

/* post text */
#post_text {
  color: #9b9b9b;
  font-size: 10px;
  font-family: DroidSansRegular;
  padding: 0 15px 16px 30px;
  position:relative;
}
/*
------------------------------------------------------------------
Global Content
------------------------------------------------------------------
*/

#content a, #caption_window a {
  color: #000000;
}
#content a:hover, #caption_window a:hover {
  color: #000000;
}
#content, #caption_window a {
  font-family: DroidSansRegular;
  font-size: 13px;
  color: #000000;
}
#content h1, #content h2,
#caption_window h1, #caption_window h2 {
  font-family: DroidSansRegular;
  color: #000000;
}
#caption_window h1, #caption_window h2 {
  color: #000000
}
#content h1,
#caption_window h1 {
  font-size: 24px;
}
#content h2,
#caption_window h2 {
  font-size: 18px;
}

#content .title_element li {
  list-style-position: inside;
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
}
/* Social */

#social {
  padding: 16px 15px 16px 22px;
  position: relative;
}

#social ul { list-style-type: none; }

#social .social_icon {
  list-style-type: none;
  padding: 0;
  position: relative;
  width: 16px; height: 16px;
  
    color: #6d6d68;
  
  content: 'Dark';
}

#social .social_icon a {
  height: 16px;
  width: 16px;
  display: block;
  padding: 0;
  border: none;
  text-decoration: none;
  font-size: 11px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  line-height: 14px;
  position: absolute; top: -1px; left: 0;
}
#social li {
  margin: 0 0 0 5px;
  width: 16px;
  height: 16px;
  float: left;
}
#social li a {
  text-decoration: none;
}

#social .social_icon.icon_share {
  background: none;
  width: auto;
}
#social .social_icon.icon_share a {
  text-indent: 0;
  width: auto;
  
  color: #6d6d68;
  
  position: relative;
  vertical-align: middle;
  padding: 0 10px 0 8px;
  display: block;
  text-decoration: none;
  font-size: 11px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  line-height: 22px;
}


/*
------------------------------------------------------------------
Individual Pages
------------------------------------------------------------------
*/

/*  ----------------------------  Gallery Page ---------------------------- */
html.gallery {
  *overflow-x: hidden
}
body.gallery .page_wrap {
  overflow: hidden;
}
body.gallery #content .assets {
  height: 100%;
  position: relative;
  left: 210px;
}

body.gallery #content .assets .asset {
  position: fixed;
  height: 0;
  width: 0;
  left: 210px;
  top: 0;
  right: 0;
  background: #ffffff;
  z-index: 1;
  overflow: hidden;
  display: none;
}
body.gallery #content .assets .asset.image.loading .moving {
  background: url(https://bucket1.format-assets.com/theme_versions/1414015/assets/images/progress.gif) 50% 50% no-repeat;
}
body.gallery #content .assets .asset .moving {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

body.gallery #content .asset.current {
  border-bottom: 1px solid #ffffff;
}

body.gallery #content .assets .asset.visible {
  display: block;
  width: 100%;
  height: 100%;
}
body.gallery #content .assets .asset .img {
  overflow: hidden;
  margin: 0 auto;
  
  width: 100%;
  height: 100%;
  
}
body.gallery #content .assets .asset.image img {
  
  display: block;
  margin: 0 auto;
  
}
body.gallery #content .assets .asset .show_copy {
  position: absolute;
  left: 23px;
  top: 30px;
  z-index: 9999;
  display: block;
  height: 25px;
  width: 24px;
  text-indent: -9000em;
}
body.gallery #content .assets .asset .show_copy {
  background: #999999 url(https://bucket1.format-assets.com/theme_versions/1414015/assets/images/caption.png) 50% 50% no-repeat;
  
  background-position: 0px 0;
  
}

body.gallery #content .asset.video .video_wrapper { margin: 0 auto; }
body.gallery #content .asset .video {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

body.gallery #content .asset.video .preview {width: 100%; height: 100%;}

body.gallery #content .assets .asset .copy {
  position: absolute;
  left: -9000em;
  max-width: 690px;
  height: 50%;
  background: #efeded;
  overflow: hidden;
  z-index: 9999;
}
body.gallery .asset .copy_content,
body.gallery .asset .copy_content p,
body.gallery .asset .copy_content li,
body.gallery .asset .copy_content span {
  line-height: 1.6em;
}
body.gallery .copy_content {
  font-family: DroidSansRegular;
  font-size: 13px;
  color: #000000;
}
body.gallery .copy_content h1,
body.gallery .copy_content h2,
body.gallery .copy_content h3 {
  color: #000000;
}
body.gallery #content .assets .asset.title_element {
  background: #ffffff;
}
body.gallery #content .assets .asset.title_element .img{
  max-width: 850px;
}
body.gallery #content .title_element .copy_content {
  font-family: DroidSansRegular;
  font-size: 13px;
  color: #000000;
  padding: 20px 0;
  margin: 0;
}

body.gallery .copy_content h1,
body.gallery .copy_content h2 {
  color: #000000;
  padding: 0 0 20px 0;
  line-height: 1.33em;
}

body.gallery #content .asset.title_element .copy {
  max-width: 80%;
  background: transparent;
  position: static;
  height: auto;
}
body.gallery #content .title_element .img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

body.gallery #content .asset.txt li {
  list-style-position: inside;
}

body.gallery #content .asset.txt .content,
body.gallery #content .asset.text_only .content {
  width: 700px;
  margin: 0 auto;
  overflow: auto;
}
body.gallery #content .asset.text_only .content {
  margin: 0;
  position: absolute;
  bottom: 110px;
  left: 65px;
  overflow: hidden;
}
body.gallery #arrows {
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 99999;
  width: 30px;
}
body.gallery #arrows a {
  text-indent: -9000em;
  width: 47px;
  height: 47px;
  display: block;
  border-radius: 60px;
  float: left;
  opacity: 0.7;
  filter: alpha(opacity=70);

  
  background: #fff url(https://bucket1.format-assets.com/theme_versions/1414015/assets/images/arrows_dark.png) 52% 15px no-repeat;
  
  margin-top: 0;
  behavior: url(/static/PIE-172eaf95ae8ee7073d7d2d20a11b13eaaf0a355d426f0c839a06296c534db344.htc);
}
body.gallery #arrows a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

body.gallery #arrows a.next {
  background-position: 50% -49px;
}
body.gallery #arrows a.prev {
  margin-bottom: 10px;
}

body.gallery #caption_window {
  position: fixed;
  left: 210px;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  z-index: 9999;
  overflow: hidden;
}
body.gallery #caption_window.opened {
  height: 100%;
  width: auto;
}
body.gallery #caption_window > .inner {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 690px;
  height: 50%;
  margin: 0 auto;
  padding: 40px;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -385px;
  background: #efeded;
  overflow: hidden;
  min-height: 150px;
  z-index: 2
}
body.gallery #close_caption_window {
  background: #999999 url(https://bucket1.format-assets.com/theme_versions/1414015/assets/images/close.png) 0 0 no-repeat;
  
  background-position: 6px 5px;
  
  display: block;
  height: 26px;
  width: 23px;
  text-indent: -9000em;
  float: right;
  margin-top: -30px;
  margin-right: -30px;
}
body.gallery #caption_close {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  display: none;
  background: url(https://bucket1.format-assets.com/theme_versions/1414015/assets/images/pixel.gif) repeat;
}
body.gallery #caption_window.opened #caption_close {
  display: block;
}
body.gallery #caption_window .caption_content,
.jspScrollable {
  outline: 0;
}
body.gallery .jspDrag {
  background: #e8e8e8
}
body.gallery #caption_window .jspDrag {
  
  background: white;
  
}

/*  ----------------------------  Listing Page ---------------------------- */
body.listing .page_wrap {
  max-width: 990px;
  margin: 0 auto;
  padding-left: 210px;
}

body.listing #content {
  position: relative;
  z-index: 0;
  margin-left: 45px;
  margin-right: 45px;
}

body.listing #content .container {
  padding: 60px 0 60px 0;
  background: #ffffff;
  overflow-x: hidden;
}
body.listing #content .listing_image a{
  color: #000000;
  font-family: DroidSansRegular;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.4em;
}
body.listing .title_element .copy {
  font-family: DroidSansRegular;
  font-size: 13px;
  color: #000000;
  max-width: 874px;
  padding: 20px 0 0 0;body.listing .title_element .copy
}
body.listing .title_element .image {
  margin-left: 12px;
}
body.listing #content .assets {
  max-width: 900px;
  margin: 0 auto;
}
body.listing #content .asset {
  float: left;
  margin: 0 12px 18px 12px;
}

body.listing #content .asset .copy {
  font-size: 13px;
  width: 200px;
  text-align: center;
}

body.listing #content .title_element {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 45px;
}
body.listing #content .title_element img {
  max-width: 98%;
}

/*  ----------------------------  Simple Page ---------------------------- */
body.simple .page_wrap {
  margin: 0 auto;
  padding-left: 210px;
}
body.simple #content {
  position: relative;
  zoom: 1;
  z-index: 1;
  margin: 0 45px 0 45px;
}

body.simple #content .inner {
  background: #ffffff;
  padding: 60px 0 60px 0;
}

body.simple #content .container {
  margin: 0 auto;
}

/* ie styles */
.lt-ie8 #menu ul.nav li.category_container ul {
  *zoom: 1;
  *display: inline;
}

.lt-ie8 #menu ul.nav li.category_container {
  *zoom: 1;
  *display: inline;
  *min-width: 10px;
}

.lt-ie8 #menu ul.nav .category_containerul li {
  *zoom: 1;
  *display: inline;
}
.lt-ie8 #menu ul.nav .category_container ul li a {
  *width: 124px;
  *zoom: 1;
  *display: inline;
  *padding-left: 10px;
  *padding-top: 1px;
}

.lt-ie8 #social .icon_share.social_icon {
  line-height: 11px;
  margin-top: -1px;
}
.lt-ie8 #menu .inner ul.nav > li a,
.lt-ie8 #menu .inner ul.nav > li strong {
  padding: 0px 10px;
}
.lt-ie8 #menu .inner ul.nav > li.category {
  padding-top: 3px;
  padding-bottom: 0;
  padding-left: 0;
}
.lt-ie8 .social_icon i {
  cursor: pointer;
}
/* end ie styles */

/* Blog styling */

.f_blog_body_typography,
.f_blog_body_typography:hover {
    color: #eeeeee!important;
    font-family: DroidSansRegular!important;
    font-size: 17px!important;
    line-height: 1.8!important;
}
.f_blog_body_typography > p { line-height: 1.8!important; }

.f_blog_body_typography_color,
.f_blog_body_typography_color:hover,
.blog_date_icon_path { fill: #eeeeee!important; }

.f_blog_title_typography,
.f_blog_title_typography:hover {
  color: #eeeeee!important;
  font-family: DroidSansRegular!important;;
  font-size: 36px!important;
  font-style: normal!important;
  font-weight: bold!important;
}
.f_blog_title_typography_hover:hover {
  color: #eeeeee!important;
  text-decoration: underline!important;
}

/* Hack to make listing hovers work nicely */
.f_blog_list a:hover h4 {
  color: #eeeeee!important;
  text-decoration: underline!important;
}

.fancybox-title .child, /* apply to fancybox for popup image captions */
.f_blog_caption_typography {
  font-family: DroidSansRegular!important;;
  font-size: 14px!important;
}
.f_blog_caption_typography_font-size { font-size: 14px!important; }


  .f_blog_wrapper .slidesjs-container { background: #000; }


/* ------------------------------------------------------------------ */
/* Content Pages styling */

#content_page_wrapper h2.xl-headline {
  font-size: 27px;
}
