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



/* ------  Font Import ------  */

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


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


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

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



@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;
}





/*  -------------------------------------------------------------
Redefine Tags ----------------------------------------------- */
body, html {
  background-color: #f1f1f1;
  font-family: Helvetica, Arial, sans-serif;
}
ul {
  list-style: disc inside none;
}
ol {
  list-style: decimal inside none;
}
strong { font-weight: bold; }

/* Strong Definitions */








/*  -------------------------------------------------------------
General global styles --------------------------------------- */
/* This is needed for short content sites where the menu may be longer than the html and body elements */
html, body { height: 100%; }

body.basic {
  color: #525252;
  font-size: 12px;
  font-family: Helvetica Neue, Helvetica, Arial;
}

body.basic a { color: #24ABF7; }

body.basic a:hover,
body.basic a:focus { color: #48DCFF; }

body.basic h1 {
  color: #ff0000;
  font-size: 32px;
  font-family: Helvetica Neue, Helvetica, Arial;
}

body.basic h2 {
  color: #ff0000;
  font-size: 24px;
  font-family: Helvetica Neue, Helvetica, Arial;
}

.wrapper {
  overflow: hidden;
  padding: 32px 0 20px 223px;
  position: relative;
  max-width: 975px; min-height: 92%;

  
  margin: 0 auto;
  
}
.wrapper p.post_nav { 
  border-top: 1px solid #dcdcdc;
  clear: both;
  color: #aaaaaa;
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size: 11px;
  margin: 0 25px 15px 25px;
  padding-top: 7px;

  
}

.simple .wrapper p.post_nav { margin-left: 10px; }

#sidebar {
  width: 205px;

  
  position: absolute;
  top: 0; left: 0;
  
}
#sidebar h1 {
  margin-bottom: 35px;
}
#sidebar h1 a { 
  color: #010103;
  font-size: 24px;
  font-family: Helvetica Neue, Helvetica, Arial;
  text-decoration: none;
}
#sidebar h1 a:focus,
#sidebar h1 a:hover { color: #cccccc; }
#sidebar img {
  margin-bottom: 35px;
  max-width: 185px;

}
#sidebar ul {
  list-style-type: none;
  margin-bottom: 22px;
  zoom: 1;
}
#sidebar > ul {
  padding-bottom: 2px;
  width: 180px;
  *position: relative;
  *right: 16px;
}
#sidebar ul a {
  color: #000000;
  font-size: 12px;
  font-family: Helvetica Neue, Helvetica, Arial;
  text-decoration: none;
}
#sidebar ul a:hover, 
#sidebar ul a:focus { color: #5d5d5d; }
#sidebar ul .selected a,
#sidebar ul .selected { color: #5d5d5d; }
#sidebar ul .item { 
  display: block; 
  width: 100%;
  line-height: 1.5em;
}
#sidebar .category {
  line-height : 120%;		  
  border-top : 1px solid #dcdcdc;
  /* border-bottom: 1px solid #dcdcdc; */
  font-size: 12px;		  
  color: #000000; 
  cursor: pointer;
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial;
/*margin: 0 0 -1px 0;
*margin: 0 0 -2px 0;*/
padding: 0.6em 0;
position: relative;
zoom: 1;
}

#sidebar .hover { color: #cccccc; }

#sidebar .open_cat { border-bottom: 1px solid #dcdcdc; }

#sidebar .list_end_cat { border-bottom: 1px solid #dcdcdc; }

#sidebar .category_container { display: none; overflow: hidden; }

#sidebar ul .category_container .item { float: left; }

/* Menu fixed */

#sidebar_fixed_container {
  float: left;
  height: 100%;
  margin-left: -203px;
  position: fixed;
  width: 223px;
  overflow: hidden;

  
}

/* Menu follow */
#sidebar.Follow {
  top: 32px;

  
  left: 8px;
  
}

/* Social links */
#social ul { 
  margin-top: 30px; overflow: visible;
  height: 20px;
}
#social li { 
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  float: left;
  margin: 0 4px;
  height: 20px;
  position: relative;
  
  filter: alpha(opacity=100);
  opacity: 1;
}

#social li.social_icon {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: 'theme_social';
  font-size: 12px;
  
  color: #000;
  background: #f1f1f1;    
  
  width: 20px;
  text-align: center;
  line-height: 20px; 
}

#social li:hover {
  
  filter: alpha(opacity=60);
  opacity: 0.6
}
#social li a { 
  display: inline-block;
  
  filter: alpha(opacity=0);
  opacity: 0;
  width: 20px; height: 20px;
  position: absolute; top: -1px; left: 0;
}
/* General content styles */
#content {
  color: #525252;
  float: right;
  font-size: 12px;
  font-family: Helvetica Neue, Helvetica, Arial;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;

  
  margin: 0 0 30px 0;
  
}
#content a { color: #24ABF7; }
#content a:hover,
#content a:focus { color: #48DCFF; }
#content table td { padding: 1px 3px; }
#content table th { font-weight: bold; padding: 1px 3px; }
#content h1 {
  color: #ff0000;
  font-size: 32px;
  font-family: Helvetica Neue, Helvetica, Arial;
}
#content h2 {
  color: #ff0000;
  font-size: 24px;
  font-family: Helvetica Neue, Helvetica, Arial;
}


/* Content title styles */
#title {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  color: #525252;
  font-size: 12px;
  line-height: 1.5;
  padding: 38px 0;

  
  margin: 0 25px 40px 25px;
  
}
#title ul,
#title ol {
  font-size: 12px;
  margin: 0 0 0 18px;
}
#title li { margin-bottom: 3px; }
#title a {
  color: #24ABF7;
}
#title a:hover,
#title a:focus { color: #48DCFF; }
#title .img { margin-bottom: 10px; }
#title .img img { width: 100%; height: auto; }


/* Listing page styles (styles are default for gallery and over-wrtitten below unless specified '.listing') */
#content .block_wrapper { 
  float: left;
}
.listing #content .block  {
  
  margin: 0 0 30px 25px;
  

}
#content .block {
  font-family: Helvetica Neue, Helvetica, Arial;
  position: relative;

  
  margin: 0 0 30px 25px;
  


  
  
  width: 230px;
  
  



  
  box-shadow: 0px 1px 4px #cccccc;
  -moz-box-shadow: 0px 1px 4px #cccccc;
  -webkit-box-shadow: 0px 1px 4px #cccccc;
  
}
#content .block .block_content {
  background: #ffffff;
  color: #989b9f;
  font-size: 11px;
  line-height: 1.6;
  padding: 11px 15px;


  
  
  width: 200px;
  
  

}
#content .block a { text-decoration:none;}
#content .block .image { position: relative; }
#content .block img { display: block; height: auto; width: 100%; min-height: 100px; }
#content .block .arrow {
  color: #ffffff;
  border-bottom: 12px solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  bottom: 0px; right: 17px;
  width: 0; height: 0;
}
#content .block h1, 
#content .block h2 { color: #ff0000; }

/* Gallery page styles */
.gallery #content .block { 
  height: auto; 
  font-family: Helvetica Neue, Helvetica, Arial;
  margin-right: 25px;
  margin-bottom: 30px; 
  width: auto; 
}
.gallery #content .block .arrow { right: 67px; }
.gallery #content .block .block_content { 
  font-size: 11px;
  height: auto; 
  width: auto;
}
.gallery .loading { background: url(https://bucket1.format-assets.com/theme_versions/415042/assets/images/loading.gif) 15px 15px no-repeat; }
.gallery .video_wrap { position: relative; }
.gallery #content .vimeo_cont,
.gallery #content .youtube_cont {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}


/*  -------------------------------------------------------------
Share Button styles ----------------------------------------- */
#social #share_button {
  border-left: 1px solid #000000;
  width: 40px; height: 20px;
  padding-left: 12px;
  margin-left: 3px;
}
#social #share_button a {
  background: none;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.5;
  margin-left: 10px;
  padding: 2px 10px;
  text-indent: 0;
  text-decoration: none;
  height: auto;
  width: auto;
  font-family: arial;
  
  filter: alpha(opacity=100);
  opacity: 1;

  -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;
  font-size: 11px;

}
#social #share_button a:hover,
#social #share_button a:focus {
  
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.row { min-width: 0!important; }