/* 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: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;  font-family: Helvetica, Arial, sans-serif; }
body.basic h1 {
  color: #000000;
  font-size: 12px;
}

body.basic h2 {
  color: #000000;
  font-size: 12px;
}

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

body.basic a:link,
body.basic a:active,
body.basic a:visited {
  color: #000000;
  text-decoration: underline;
  outline: none;
}
a:hover { 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 */

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

}

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

}

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

body, html{
  background: #ffffff;
}

body.basic { color: #000000; }

html {
  overflow-y: auto;
}

a {
  outline: 0;
}
/*  
------------------------------------------------------------------
Menu Nav
------------------------------------------------------------------
*/

#menu {
  position: relative;
  
  width: 990px;
  
  z-index: 9998;
  margin: 0 auto;
}
#menu .container {
  
  width: 850px;
  
}

#menu .container, #menu .menu_wrap {
  height: 100%;
}
#menu #logo {
  ;
  padding: 12px 22px 0 0;
  float: left;
  
  
  
  vertical-align: top;
  width: 175px;
}
#menu #logo h1 {
  font-size: 15px;
  font-family: PTSansRegular;
}
#menu #logo h1 a {
  color: #231f20;
  text-decoration: none;
  text-transform: uppercase;
}
#menu #logo img {
  max-height: 80px;
  max-width: 165px;
}
#menu .menu_list {
  list-style-type: none;
   
  max-width: 480px;
  
  float: right;
  text-align: right;
  padding-top: 5px;
}

#menu .menu_list li {
  display: inline-block;
  z-index: 1;
}

nav #menu .menu_list li a{
  line-height: 1.5em;
  display: block;
}

#menu ul.menu_list > li > a{
  padding: 6px 0 0 20px;
}

#menu ul.menu_list p, #menu .menu_list li {
  font-size: 13px;
}
#menu ul.menu_list p, #menu .menu_list li {
  font-family: PTSansRegular;
}
#menu .menu_list li a {
  color: #231f20;
  display: block;
  text-decoration: none;
}

.menu_list li a {
  text-transform: uppercase;
}

#menu .menu_list li.category {
  position: relative;
  z-index: 1;
}

#menu .menu_list li.category:hover {
  background: #ffffff; /* IE7 HACK */
  z-index: 2;
}

#menu .menu_list li.selected > a,
#menu .menu_list li a:hover,
#menu .menu_list li.category > a.selected { 
  color: #231F20;
}
#menu .menu_list li.selected > a,
#menu .menu_list li.category > a.selected {
  
  text-decoration: underline;
  
}

#menu .menu_list li a:hover {
  
  text-decoration: underline;
  
}

#menu .menu_list .dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  left: 14px;
  list-style-type: none;
  width: 120px;
  background: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#menu .menu_list .dropdown li {
  width: 120px;
  float: left;
  clear: both;
}
#menu .menu_list .dropdown li a {
  color: #231f20;
  width: auto;
  display: block;
  padding: 4px 6px 4px 7px;
  text-align: left;
}

#menu .menu_list .dropdown li.selected a,
#menu .menu_list .dropdown li a:hover {
   color: #231f20;
}

#menu .menu_list .dropdown li.last a {
  border: 0;
}
#menu li.category {
  position: relative;
}
#menu .menu_list li.category:hover ul.dropdown,
#menu .menu_list li.category:hover ul.dropdown_background {
  display: block;
}
#menu .menu_list .dropdown_background {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* post text */
#post_text {
  color: #000000;
  font-size: 10px;
  font-family: PTSansRegular;
  width: 990px;
  margin: 0 auto;
} 
#post_text p {
  opacity: 0.5;
  filter: alpha(opacity=50);

}
/*  
------------------------------------------------------------------
Global Content
------------------------------------------------------------------
*/

body.basic a, #content a {
  color: #000000;
}
body.basic, #content {
  font-family: PTSansRegular;
  font-size: 13px;
  color: #000000;
}
body.basic h1, body.basic h2, #content h1, #content h2 {
  font-family: PTSansRegular;
  color: #000000;
}
body.basic h1, #content h1 {
  font-size: 12px;
}
body.basic h2, #content h2 {
  font-size: 12px;
}

#content .title_element li {
  list-style-position: inside;
}

/* Social */
#social {
  float: right;
  padding: 11px 0 0 20px;
  
}
#social ul {
  float: right;
  clear: both;
}
#social .social_icon {
  list-style-type: none;
  padding: 0;
  line-height: 18px;
  position: relative;
}

#social .social_icon a {
  height: 16px;
  width: 16px;
  display: inline-block;
  filter: alpha(opacity=0);
  opacity: 0;
  padding: 0;
  border: none;
  position: absolute; top: -1px; left: 0;
}
#social li {
  margin: 0 0 0 5px;
  width: 16px;
  height: 16px;
  float: left;
  background: #edf0f3;
  
  color: #adb8c3;
  
}

#social .social_icon.icon_share {
  width: 38px;
  background: #edf0f3;
}
#social .social_icon.icon_share a {
  font-size: 11px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 18px;
  vertical-align: top;
  text-decoration: none;
  filter: alpha(opacity=100);
	opacity: 1;
  
  color: #adb8c3;
  
  font-family: 'PTSansRegular';
  font-weight: 500;
} 


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

/*  ----------------------------  Gallery Page ---------------------------- */
body.gallery #content .assets {
  width: 990px;
  margin: 0 auto;
}

body.gallery #content .assets .asset {
  position: relative;
  width: 850px;
}

body.gallery #content .assets .asset .img {
  background: #ffffff;
  text-align: center;
}

body.gallery #content {
  padding: 0 0 60px 0;
}
body.gallery #content .assets .asset {
  opacity: 0;
  filter: alpha(opacity=0);
}

body.gallery #content .assets .asset img {
  max-width: 850px;
  max-height: 600px;
  display: block;
  margin: 0 auto;
}

body.gallery #content .asset.video,
body.gallery #content .asset.txt,
body.gallery #content .asset.text_only,
body.gallery #content .asset.video .copy
{
  width: 850px;
}

body.gallery #content .asset.txt li,
body.gallery #content .title_element li {
  padding-left: 1px;
}

body.gallery #content .asset.video .youtube_cont,
body.gallery #content .asset.video .vimeo_cont {
  height: 600px;
  width: 850px;
}

body.gallery #content .assets .copy_content {
  font-family: PTSansRegular;
  font-size: 10px;
  color: #000000;
  padding: 20px 0;
}
body.gallery #content .title_element .copy_content {
  font-family: PTSansRegular;
  font-size: 13px;
  color: #000000;
}

body.gallery #content .assets .copy_content * {
  text-align: center;
}

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

body.gallery #content .asset.txt .content,
body.gallery #content .asset.text_only .content {
  width: 850px;
}

body.gallery .jspDrag  {
  background: #000000;
}

body.gallery #loader {
  background: url(https://bucket1.format-assets.com/theme_versions/431314/assets/images/progress.gif) 50% 55% no-repeat;
  position: fixed;
  height: 90%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

body.gallery #thumbs_wrapper {
  font-family: Helvetica, Arial, sans-serif;
  position: fixed;
  top: 3px;
  right: 14px;
  padding: 0 8px;
  width: 112px;
  z-index: 9999;
  outline: 0;

  -webkit-perspective: 1000;
          perspective: 1000;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

body.gallery #thumbs {
  z-index: 99;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
}
body.gallery #thumbs li {
  list-style-type: none;
  padding: 10px 0;
  font-size: 12px;
  line-height: 12px;
}
body.gallery #thumbs li img {
  -ms-interpolation-mode: bicubic;
  display: block;
}
body.gallery #thumbs li a {
  display: block;
}

body.gallery #thumbs li.video,
body.gallery #thumbs li.txt {
  width: 100px;
}

body.gallery #thumbs li.txt {
  height: 60px;
}

body.gallery #thumbs li.video img {
  width: 100px;
}

body.gallery #thumbs li.txt a{
  display: block;
  width: 100px;
  height: 60px;
  margin: 0 auto;
  background: #474747 url(https://bucket1.format-assets.com/theme_versions/431314/assets/images/text.png) 50% 47% no-repeat;
  text-indent: -2000em;
}

body.gallery #viewer {
  position: absolute;
  top: 0;
  width: 108px;
  height: 60px;
  border: 1px solid #ff7200;
  left: 3px;
  z-index: 0;
  overflow: visible !important;
  opacity: 0;
  filter: alpha(opacity=0);
}

body.gallery #viewer .inner {
  position: absolute;
  height: 80%;
  top: 11%;
  left: -1px;
  width: 110px;
  display: block !important;
  background: #ffffff;
}

body.gallery #to_top {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 27px;
  height: 27px;
  background: #474747 url(https://bucket1.format-assets.com/theme_versions/431314/assets/images/up_arrow.png) 50% 50% no-repeat;
  display: none;
  text-indent: -2000em;
  cursor: pointer;
}
body.gallery #to_top:hover {
  background: #5b5b5b url(https://bucket1.format-assets.com/theme_versions/431314/assets/images/up_arrow.png) 50% 50% no-repeat;
}

body.gallery #loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(https://bucket1.format-assets.com/theme_versions/431314/assets/images/progress.gif) 50% 50% no-repeat;
  z-index: 999;
}

body.gallery #social {
  
}
/*  ----------------------------  Listing Page ---------------------------- */
body.listing #menu .container {
  
   width: 990px;
  
}

body.listing #content {
  padding: 40px 0 60px 0;
}

body.listing #content .listing_image a{
  color: #29292a;
  font-family: PTSansRegular;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.4em;
}
body.listing .title_element .copy {
  font-family: PTSansRegular;
  font-size: 13px;
  color: #000000;
}
body.listing #content .assets {
  width: 990px;
  margin: 0 auto;
}
body.listing #content .asset {
  float: left;
  margin: 0 24px 25px 0;
}

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

body.listing #content .title_element {
  width: 990px;
  margin: 0 auto;
  padding-bottom: 45px;
}

/*  ----------------------------  Simple Page ---------------------------- */
body.simple #menu .container, body.simple #menu {
  
   width: 990px;
  
}

._4ORMAT_content_wrapper {
  margin: 0 auto;
  padding: 40px 0 60px 0;
}


html, body {
  height: 100%;
}
.page_wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto 0;
}

#post_text {
  padding: 20px 0 40px 0;
}


