/*
   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;
}


/* ------  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; 
}

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

}

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

}

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

}


/*  ------  Global  ------  */
body {
  line-height: 1;
  font-size: 14px;
  font-family: Helvetica, Arial;
  color: #000000;
}
  
h1, h2, h3, h4, h5, h6 { color:#ffffff; margin:0; 
  font-family:  ColaborateThinRegular;
}

h1 {
  letter-spacing: 1px;
  line-height:1.5em;
  font-size: 36px;
}

h2 {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1em; 
}

a {  outline: none;  color: #000000; }
  
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {	content: ''; 	content: none; }
table {	border-collapse: collapse;	border-spacing: 0; }
form div ,table td, table th { padding: 5px;}

::-moz-selection{ background: #A5A29F; color:#fff; text-shadow: none; }
::selection { background:#A5A29F; color:#fff; text-shadow: none; }

p { margin: 0; }

p, ul li, ol li {  line-height: 1.5em; }
em {  font-style:italic; }
strong {  font-weight:bold; }
  
/* Required to Render UL and OL elements correclty */
ol {   list-style: decimal inside none; }
ul {   list-style: disc inside none; }




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




/* Menu Definitions */
#menu_container { 
  width: 960px;
  margin: 1.5em auto 0px ;
  padding-bottom: 30px; 
  text-align: center;

}

#menu_container #logo {  margin-bottom: 1.5em;}
#menu_container #logo a  { text-decoration: none; color: #000000;}
#menu_container #logo a img { border:0px; }
#menu_container #logo h1 { font-size: 55px; padding:0px; margin: 0px; 

font-family: ColaborateThinRegular
}

#menu_container #logo h1 a:hover {   text-decoration:none; }

/* Menu */

#menu ul { list-style-type:none;}
#menu li.top_level {
  margin-bottom: 10px;
  display: inline-block;
  padding:0 2px 0 2px;
  vertical-align: top;
  zoom: 1;
  *display:inline;
  
}


#menu .dropdown {
  float: none;
  z-index: 100;
  position: absolute;
  width: 180px;
  height: 0;
  overflow: hidden;
  
  -webkit-transition: height 700ms;
  -moz-transition: height 700ms;
}


#menu .category:hover .dropdown, 
#menu .category:focus .dropdown {
  -webkit-transition: height 940ms;
  -moz-transition: height 940ms;
}


#menu a, 
#menu a:visited {
  -webkit-transition: background-color 940ms;
  -moz-transition: background-color 940ms;
  -webkit-font-smoothing: antialiased;

  font-size: 14px;
  line-height: 1em;
  padding: 0.75em 1.35em;  
  text-decoration: none;
  display: block;
  
  font-family: ColaborateRegular;
  background-color: #fcf9f9;
  color: #000000; 
}


#menu a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#menu a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#menu .dropdown a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  text-align: left;
}


#menu .dropdown li:first-child a {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#menu .dropdown li:last-child a {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

#menu a:hover, 
#menu a:focus {
  text-decoration: none;
  background: #e6d8d8;
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
}

#menu .selected a { background: #ffffff!important; } /* Needs !important to override effects of css transitions. /

/* Share button */
#share_button {
  border-left: 1px solid #ab9696;
  display: inline;
  line-height: 1.75;
  margin: 3px 0 0 7px;
  overflow: visible;
  padding: 4px 0 4px 10px;
  position: relative;
  top: 0;
  *top: -3px;
  zoom: 1;
}

#share_button a {
  background: #ab9696;
  color: #ffffff;
  margin: 3px 3px 4px 0;
  padding: 4px 11px;

  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.04em;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;

  filter: alpha(opacity=60);
  opacity: 0.6;

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

  font-family: arial;
  font-size: 11px;
  text-decoration: none;


}
  #share_button a:hover,
  #share_button a:focus { 
    filter: alpha(opacity=100);
    opacity: 1;
  }

.post_text {
  margin: 0 auto;
  width: 960px;
  padding: 4px 0;
  color: #ffffff;;
  text-align: center;
  font-size: 12px;
  font-family: Lucida Grande, Verdana;
  margin-bottom: 10px;
  margin-top: 5px;
}


#fancybox-overlay { 
  background: #ffffff;
}
/* Social Icons */

ul.social_icons {
  text-align: center;
  list-style-type: none;
  margin: 5px 0 20px ;
}

ul.social_icons li.social_icon {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  border-radius: 50%;
  display: inline-block;
  *display:inline;
  line-height: 21px;
  margin: 0 3px;
  filter: alpha(opacity=60);
  opacity: 0.6;
  position: relative;
  width: 20px; height: 20px;
  zoom: 1;
  font-size: 12px;
    
    background: #000;
    color: #fff;
  
}

ul.social_icons li.social_icon a {
  width: 20px; height: 20px;
  display: block;
  filter: alpha(opacity=0);
  opacity: 0;
  padding: 2px;
  position: absolute; top: -2px; left: -2px;
}

ul.social_icons li.social_icon:hover { 
  filter: alpha(opacity=100);
  opacity: 1;
}

/* All Pages */
body {   
    background: #ffffff;
}

/* ---------  Gallery Page ---------   */
#content {
  padding: 0px 0 0 0px;

}

body.gallery .assets {
  margin: 0 auto;
}
body.listing .title,
body.gallery .title {
  width: 960px;
  padding: 0px;
  margin: 0 auto;
  margin-bottom: 30px;
}
body.listing .title h1,
body.listing .title h2,
body.gallery .title h1,
body.gallery .title h2 {
  text-align: center;
}

body.listing .assets .asset .img,
body.gallery .assets .asset .popup {
  display:block;
  background: #ffffff;

}
  

/* Simple/Plain */

  body.listing #content .asset_container {
    margin: 0 20px 20px 20px;
  }

  body.gallery .cont_txt_caption { 
    margin-bottom: 15px;  
    padding: 0px;
    padding-top: 5px;
  }
  body.gallery .cont_txt { padding: 0; }
  



body.gallery .assets .asset { 
  margin: 8px;
}
body.gallery .assets .asset img  { display:block; }

body.gallery .assets .asset.width_one,
body.gallery .assets .asset.width_one img {
  width: 490px;
}
body.gallery .assets .asset.width_one.lifted:before, 
body.gallery .assets .asset.width_one.lifted:after {
  width: 234px;
}
body.gallery .assets .asset.width_one .youtube_cont,
body.gallery .assets .asset.width_one .vimeo_cont { width: 490px;}

body.gallery .assets .asset.width_two,
body.gallery .assets .asset.width_two img {
  width: 540px;
}
body.gallery .assets .asset.width_two.lifted:before, 
body.gallery .assets .asset.width_two.lifted:after {
  width: 259px;
}

body.gallery .assets .asset.width_two .youtube_cont,
body.gallery .assets .asset.width_two .vimeo_cont { width: 540px;}


body.gallery .assets .asset.width_three,
body.gallery .assets .asset.width_three img {
  width: 340px;
}
body.gallery .assets .asset.width_three.lifted:before, 
body.gallery .assets .asset.width_three.lifted:after {
  width: 159px;
}



body.gallery .assets .asset.width_three .youtube_cont,
body.gallery .assets .asset.width_three .vimeo_cont { width: 340px;}


body.gallery .cont_txt_caption {
  font-size: 14px;
  color: #ffffff; 
}


body.gallery #asset_title img,
body.listing #asset_title img { display:block; margin:0 auto; margin-bottom: 10px;}

/*  ---------   Listing Page  ---------   */

body.listing #content {
  padding: 20px 0 0 0px;
  width: 960px;
  margin: 0 auto;
}

body.listing #content a img { display:block;}

body.listing #content .asset {
  position: relative;
}

body.listing #content .asset_container {
  position: relative;
  float:left;
}


/* If assets have copy make them all a set height */
/*  body.listing  .asset_container.has_copy { height: 190px!important; } */
/*  body.listing  .has_copy .asset .copy { height: 39px; overflow: hidden; } */
  


body.listing .assets .copy  { 
  padding: 7px 5px 7px;
  width: 190px;
  overflow: hidden;
}
body.listing #content .listing_image a {
  color: #ffffff; 
  text-decoration:none!important;
}
body.listing #content .listing_image p {
  text-align: center;
  line-height: 1.3em;
  font-size: 14px;
}




/*  ---------   Simple Page  ---------   */
body.simple #content {
  background: #ffffff; 
  margin: 0 auto;
  width: 960px;
}

._4ORMAT_content_wrapper {
  background: #ffffff; 
  margin: 0 auto;
  padding: 25px 20px;
}



/* --- fancybox for IE7 --- */
/* this stuff has to go here because it has to us an absolute path for the src */
/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://bucket1.format-assets.com/theme_versions/10469414/assets/images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://bucket1.format-assets.com/theme_versions/10469414/assets/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://bucket1.format-assets.com/theme_versions/10469414/assets/images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://bucket1.format-assets.com/theme_versions/10469414/assets/images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://bucket1.format-assets.com/theme_versions/10469414/assets/images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://bucket1.format-assets.com/theme_versions/10469414/assets/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://bucket1.format-assets.com/theme_versions/10469414/assets/images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://bucket1.format-assets.com/theme_versions/10469414/assets/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
