/*
   v2.0
*/

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Required to Render UL and OL elements correclty */

ol {
    list-style: decimal inside none;
}
ul {
    list-style: disc inside none;
}


/*
   Font Import 
*/

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

/*
   Global 
*/

html {
  overflow-y: scroll;
}

body {
  font-size: 75%;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }
  
h1, h2, h3, h4, h5, h6 {color:#bbb;margin:.5em 0;}

h1 {
  font-family: "NewsCycleRegular", sans-serif;
  letter-spacing: 1px;
  line-height:1.5em;
  font-size: 1.75em;
  }

h2 {
  font-family: "NewsCycleRegular", sans-serif;
  font-size: 2.15em;
  letter-spacing: 1px;
  line-height: 1em; }

a {
  text-decoration: none;
  outline: none;
  color: #fff; }

a:hover {
  color: #fff; }

body.basic a {
  color: #0e0f0f;
}
body.basic {
  font-family: Georgia, serif;
  font-size: 12px;
  color: #0f0f0f;
}

body.basic h1, body.basic h2 {
  font-family: NewsCycleRegular;
  color: #ffffff;
}
body.basic h1 {
  font-size: 45px;
}
body.basic h2 {
  font-size: 14px;
}
  
::-moz-selection{ background: #A1E7E9; color:#fff; text-shadow: none; }
::selection { background:#A1E7E9; color:#fff; text-shadow: none; }

p, ul li, ol li {
  line-height: 1.5em; }

em {
  font-style:italic; }

strong {
  font-weight:bold; }
  
.page_wrap {
  padding-bottom: 70px;
}

body.listing #content,
body.gallery #content {
  width:940px;
  margin: 30px auto 0;
}

._4ORMAT_content_wrapper { margin: 30px auto 0; }
  
/*
   Navigation/Header
*/

#logo {
  margin-bottom: 40px; 
}

#menu {
  padding-top:30px; 
  text-align: center;
  font-family: "NewsCycleRegular", sans-serif;
  letter-spacing: 1px; 
  word-spacing: -3px;
  width:940px;
  margin: 0 auto; 
  position: relative; 
}
  
#menu li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display:inline;
}
  
#menu li a, #menu li.category span.label-text {
  display:block;
  padding: 8px 10px; }

#menu li.category {
  padding:0; }

#menu h1 a {
  text-align: center;
  letter-spacing: 4px; }
  
#menu li.category {
  width:100%; }

#menu li.category+li.category {
  border-top:none;
}


/*
   Social
*/
  
#menu #social {
  position: absolute;
  top: 20px;
  right: 0;
}

/* Share button */
#menu #social #share_button {
  border-left: 1px solid #141414;
  padding-left: 10px;
  margin-left: 8px;
}

#menu #social #share_button a {
  background: #ffffff;
  color: #000000;
  line-height: 1.5;
  margin: 0 3px 0 0;
  padding: 2px 10px;
  font-family: arial;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-size: 11px;
  
  filter: alpha(opacity=30);
  opacity: 0.3;

  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;

  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
  #menu #social #share_button a:hover,
  #menu #social #share_button a:focus {
    filter: alpha(opacity=100);
    opacity: 1;
  }


/* 
  Gallery and Listing Only 
*/

body.gallery #content .title,
body.listing #content .title {
  float: left;
  width: 215px; }
    
body.gallery #content .title img ,
body.listing #content .title img {      
  width: 215px; 
}

.gallery #content .assets,
.listing #content .assets {
  width:711px;
  padding-bottom: 30px;
  float:right; }

body.gallery #content .assets .asset,
body.listing #content .assets .asset {

  padding: 0 0 1em 10px; }

body.gallery #content .assets .copy,
body.listing #content .assets .copy {
  margin-top:1em; }


body.gallery #content .assets .copy h1 ,
body.listing #content .assets .copy h1 {
  margin-bottom: 1em;
  font-size: 1.5em; }

body.gallery #content .assets .asset.txt p,
body.listing #content .assets .asset.txt p  {
  font-size: 1.25em;
  line-height: 1.5em; }

body.gallery #content .assets .asset.txt h2 ,
body.listing #content .assets .asset.txt h2 {
  font-size:1.5em;
  line-height:1.5em;
  margin:1em 0; }

body.gallery #content .assets .asset.txt blockquote ,
body.listing #content .assets .asset.txt blockquote {
  line-height: 1.5em;
  margin-left: 1em;
  padding-left: 1em;
  font-size: 1.25em; }

/*
   Gallery Video (YouTube, Vimeo)
*/


body.gallery .asset.video .youtube_cont { width: 700px;  height: 438px; }

body.gallery .asset.video .vimeo_cont { width: 700px;  height: 411px; }


/*
   Gallery Display Slideshow
*/

body.gallery .controls {
  margin-top: 1em; 
  font-family: "NewsCycleRegular", sans-serif; }
  
body.gallery .controls a {
  text-decoration: none;
  font-size: 3em;
  display: block;
  width: 50%;
  text-align: center;
  float: left; 
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
    
body.gallery .controls a#next {
  width: 49%; }
      
/*
   Listing
*/

body.listing #content.listing .assets {
  float: right;
  width: 710px;
  margin-bottom: 20px;
}

body.listing #content.listing .assets .asset {
  width: 200px;
  border: none;
  padding: 12px; 
  float: left;
  text-align: center;
  margin: 0 0 10px 10px;
  line-height: 1.3em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; 
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }

body.listing #content.listing .asset .copy {
  letter-spacing: 1px; 
  margin-top: .5em; }
          
body.listing #content.listing .asset.txt {
  width: 220px;
  float: left;
  margin-right: 10px; }
    
body.listing #content.listing .asset.txt h1 {
  font-size: 1.5em; }

/*
   Clearfix
*/

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* 
------------------------------------------------------------------
  Variables 
------------------------------------------------------------------
*/

body {
  background: #696f70;
}

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









#menu #logo h1 a {
  color: #ffffff; 
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  }
  
#menu #logo  h1 a:hover {
  color: #999999; }
  


#menu #logo h1 {
  font-size: 55px;
}

#menu a {
  color: #fafafa;
}

#menu p, #menu li.category .label {
  font-size: 12px;
  color: #444444;
  border-right: 1px solid #141414;
}
#menu p, #menu li, #menu h1 {
  font-family: NewsCycleRegular;
}
#menu li.item {
  font-size: 12px;
  border-right: 1px solid #141414;
}

#menu li.item:last-child {
  border-right:none;
}

#menu li.selected a {
  color: #ede613;
}
#menu li a:hover { 
  color: #ede613;
}

#menu li.category {
  border-bottom: 1px solid #141414;
  border-top: 1px solid #141414;
  
}


/*  
------------------------------------------------------------------
Social
------------------------------------------------------------------
*/

#menu #social li {
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  color: #696f70;
  display:block;
  float:left;
  margin: 0 3px;
}
#menu #social .social_icon {
  border-radius: 50%;
  filter: alpha(opacity=30);
  opacity: 0.3;
  position: relative;
  width: 20px; height: 20px;
    
    background: #000; 
  
}
#menu #social .social_icon a {
  width: 20px; height: 20px;
  display:block;
  filter: alpha(opacity=0);
  opacity: 0;
  padding: 2px;
  border: none;
  position: absolute; top: -2px; left: -2px;
}

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

#content a {
  color: #0e0f0f;
}
#content {
  font-family: Georgia, serif;
  font-size: 12px;
  color: #0f0f0f;
}
h1, h2 {
    font-family: NewsCycleRegular;
}
#content h1, #content h2 {
  font-family: NewsCycleRegular;
  color: #ffffff;
}
#content h1 {
  font-size: 45px;
}
#content h2 {
  font-size: 14px;
}

/* 
  Gallery and Listing Page Only 
*/

body.gallery #content .title h1,
body.listing #content .title h1  {
  color: #fcfcfc;
  font-size: 20px;
  line-height: 1.25em; 
}
body.gallery #content .title p,
body.listing #content .title p  {
  color: #0f0f0f;
  font-size: 39px;
}

body.gallery #content .controls a {
  color: #faf5f5;
}

body.gallery #content .controls a:hover {
  color: #ffffff;
}

body.gallery #content .assets .asset, 
body.gallery #content .controls a#next,
body.listing #content.listing .assets {
  border-left: 1px solid #444444;
  }

body.gallery #content .assets .asset {
  padding-bottom: 30px;
}    

body.listing #content.listing .assets .asset {
  background: #333333;
}

body.listing #content.listing .assets .asset:hover {
  background: #222222;
}

body.listing #content.listing .asset .copy {
  color: #ffffff;
}

body.listing #content.listing .asset:hover .copy {
  color: #ffffff;
}

/* Listing Page with no Title */
body.listing #content.listing .assets.no_title {
  width: auto;
  border: 0px;
}







/*  
------------------------------------------------------------------
Left Placement
------------------------------------------------------------------
*/

#loading-container {
  position: absolute;
  width: 700px;
  right: 0;
  text-align: center;
  z-index: 9999;
  padding-top: 20%; }



/*  
------------------------------------------------------------------
Stack Display
------------------------------------------------------------------
*/



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


/*  ----------------------------  Gallery Page ---------------------------- */
body.gallery #content .assets {
  width: 715px;
}
/*  ----------------------------  Listing Page ---------------------------- */
body.listing #content .listing_image p {
  color: #0f0f0f;
}
body.listing #content .listing_image a:hover img { 
  border: 1px solid #fafafa;
}


/*
------------------------------------------------------------------
Loading
------------------------------------------------------------------ 
*/
  
.loading {
  display:block;
  width:48px;
  margin: 0 auto;
  text-indent: -9999px;
  height:48px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background: transparent url(https://bucket0.format-assets.com/theme_versions/10469439/assets/images/load.gif) no-repeat center; }