/*
   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: 16px ;
  font-family: Helvetica, Arial;
  color: #555555;
  background: #ffffff;
}
  
h1, h2, h3, h4, h5, h6 { color:#000000; margin:0; 
  font-family:  Helvetica Neue, Arial;
}

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

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

a {  outline: none;  color: #00A1F9; }
  
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: 40px auto 0px ;
  padding-bottom: 20px; 
  text-align: center;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 30px;
}

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

font-family: Helvetica Neue, Arial
}

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

/* Menu */

#menu ul { list-style-type:none;}
#menu li.top_level {
  margin-bottom: 1px;
  display: inline-block;
  padding:0 1px 0 0px;
  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: Helvetica Neue, Arial;
  background-color: #222222;
  color: #ffffff; 
}

#menu .selected a { background-color: #444444!important; } /* !important necessary to override effects of css transition */


#menu .dropdown a {
  text-align: left;
}


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


/******* TOP *********/

.header_container { margin-bottom: 10px;}
#head_logo { float:left;}

#head_about {
	padding-left: 10px;  
	text-align: left;
  float:right; 
  width: 330px; 
  margin-bottom: 20px;
  margin-left: 30px;
  font-size: 11px;
  font-family: Helvetica Neue, Arial;  
  color: #333333;;
  border-left: 1px solid #b5b5b5;
	}



/* Social Icons */

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

ul.social_icons li.social_icon {
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  margin: 0 3px;
  filter: alpha(opacity=60);
  opacity: 0.6;
  vertical-align: top;
  zoom: 1;
  *display:inline;
  width: 20px; height: 20px;
  line-height: 20px;
  position: relative; top: -2px;
  text-align: center;
    
  background: #222;
  color: #fff;
  
}
ul.social_icons li.social_icon a {
  height: 20px;
  width: 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;
}

/* Share button */
.social_icons #share_button {
  border-left: 1px solid #000000;
  display: inline-block;
  padding-left: 12px;
  margin-left: 3px;
}

.social_icons #share_button a {
  background: #000000;
  color: #ffffff;

  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;

  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;


  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;

  width: auto;
  height: 11px;

  margin: 0px 2px 1px 0;
  padding: 5px 10px;
  
  line-height: 1em;
  letter-spacing: 0.04em;
  font-family: arial;
  font-size: 11px;
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}
  .social_icons #share_button a:hover,
  .social_icons #share_button a:focus {
    filter: alpha(opacity=100);
    opacity: 1;
  }

/****** CONTENT *******/
.page_left_border {  width: 0px; height: 100%; background: #ffffff; position:fixed; z-index: 33333;  top: 0; left: 0;}
.page_right_border {  width: 0px; height: 100%; background: #ffffff; position:fixed; z-index: 33333;  top: 0; right: 0;}
.page_bottom_border { height: 0px; background: #ffffff; position:fixed; z-index: 33333; width: 100%; top: 0; left: 0;}
.page_top_border { height: 0px; background: #ffffff; position:fixed; z-index: 33333; width: 100%; bottom: 0;left: 0;}



#content .title {
	margin-bottom: 5px;
	padding-bottom: 20px;
}




/******* GENERAL CLASSES *********/

  .page {
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 45px;
    width: 960px;
  }

  body.simple .page {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  ._4ORMAT_content_wrapper { margin: 0 auto; }
  
  .gallery .asset img { margin: 0 auto; display:block;}
  .gallery .title img { margin: 0 auto; display:block;}
  
  
  .gallery .asset.txt,
  .gallery .asset_copy,
  .listing .title .asset_copy {
    width: 700px;
    margin: 0 auto;
    padding: 20px 0;
    margin-bottom: 20px;

  }
  .nav .menu_wrap { text-align: left; font-size: 0;}
  




/* Gallery Assets */

.gallery .title { border-bottom: 1px solid #b5b5b5;}
.gallery .asset {
  border-bottom: 1px solid #b5b5b5;
  padding: 20px 0;
}

/* Video dimensions */
/* 
  videos need to be centered because captions are also centered. 
  Looks weird with non-centered video and centered caption
*/
body.gallery .video .video_container { margin: 0 auto;  }


	
.gallery .asset .copy {
  width: 600px;
  margin: 0 auto;
  padding-top: 10px;  
  text-align: center;

}


/* Listing Assets */

.listing #content .assets a {
	display: block;
	height: 230px;
}

.listing #content .assets .asset_box {
	width: 300px;
	height: 230px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
  margin-right: 20px;
}

.listing #content .assets .asset_box .asset_img {
	width: 300px;
}

.listing #content .assets .asset_box .asset_copy {
	margin-top: 0px;
	width: 300px;
	height: 50px;
	background-color: #000000;
	display: block;
	opacity: 0.8;
    filter: alpha(opacity=80);
}

.listing #content .assets .asset_box .asset_copy p {
	padding: 2px 10px;
	font-size: 11px;
	text-align: center;
	display: block;
	color: #ffffff;
}

.listing #content .title {
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 20px;
}