/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* **************** GRIDS ***************** */
.line, .lastUnit {overflow: hidden;_overflow:visible;_zoom:1; }
.unit{float:left;_zoom:1;}
.unitExt{float:right;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.size1of6{width:16.66666%;}
.lastUnit {float:none;_position:relative; _left:-3px; _margin-right: -3px; width:auto;}
/* extending grids to allow a unit that takes the width of its content */
.media{width:auto;}

/* Allow grid divisions of 1/7 etc. */
.size1of7{width:14.2857143%;}
.size2of7{width:28.5714286%;}
.size3of7{width:42.8571429%;}
.size4of7{width:57.1428572%;}
.size5of7{width:71.4285715%;}
.size6of7{width:85.7142858%;}
/* ----------------------------------------------------------------------------
Colors
---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
Fonts
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'PFHandbookPro-Regular';
  src: url('../../css/webfonts/130514_0_c9a3705b0c9c.eot');
  src: url('../../css/webfonts/130514_0.eot') format('embedded-opentype'), url('../../css/webfonts/130514_0_c9a3705b0c9c.woff') format('woff'), url('../../css/webfonts/130514_0_c9a3705b0c9c.ttf') format('truetype'), url('../../css/webfonts/130514_0.svg') format('svg');
}
@font-face {
  font-family: 'PFHandbookPro-Light';
  src: url('../../css/webfonts/130514_1_c9a3705b0c9c.eot');
  src: url('../../css/webfonts/130514_1.eot') format('embedded-opentype'), url('../../css/webfonts/130514_1_c9a3705b0c9c.woff') format('woff'), url('../../css/webfonts/130514_1_c9a3705b0c9c.ttf') format('truetype'), url('../../css/webfonts/130514_1.svg') format('svg');
}
@font-face {
  font-family: 'PFHandbookPro-Medium';
  src: url('../../css/webfonts/130514_2_c9a3705b0c9c.eot');
  src: url('../../css/webfonts/130514_2.eot') format('embedded-opentype'), url('../../css/webfonts/130514_2_c9a3705b0c9c.woff') format('woff'), url('../../css/webfonts/130514_2_c9a3705b0c9c.ttf') format('truetype'), url('../../css/webfonts/130514_2.svg') format('svg');
}
.font_default {
  font-family: Arial, sans-serif;
}
.font_regular {
  font-family: "PFHandbookPro-Regular", arial, sans-serif;
}
.font_italic {
  font-family: "PFHandbookPro-Italic", arial, sans-serif;
}
.font_medium {
  font-family: "PFHandbookPro-Medium", arial, sans-serif;
}
.font_light {
  font-family: "PFHandbookPro-Light", arial, sans-serif;
}
/* ----------------------------------------------------------------------------
General
---------------------------------------------------------------------------- */
html, body {
  font-family: arial, sans-serif;
  color: #231f20;
  background: #f0f0f1;
  font-size: 18px;
  line-height: 22px;
  -moz-font-feature-settings: "liga=0";
}
a {
  text-decoration: none;
  color: #231f20;
}
a:hover {
  text-decoration: underline;
}
p, ul {
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 1em;
}
h1 {
  letter-spacing: 1px;
  font-size: 35px;
  margin: 30px 0 20px 3px;
  font-family: "PFHandbookPro-Medium", arial, sans-serif;
}
h2 {
  font-size: 21px;
  font-weight: normal;
  font-family: "PFHandbookPro-Regular", arial, sans-serif;
  margin-bottom: 0.5em;
  letter-spacing: 1px;
  line-height: 1.2em;
}
h3 {
  font-size: 18px;
  margin-bottom: 0.2em;
  line-height: 1.2em;
  font-weight: normal;
  font-family: "PFHandbookPro-Regular", arial, sans-serif;
}
h6 {
  font-size: 21px;
  font-weight: normal;
  font-family: "PFHandbookPro-Regular", arial, sans-serif;
  margin-bottom: 0.5em;
  letter-spacing: 1px;
  line-height: 1.2em;
}
ul {
  list-style: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
/* markdown styling */
.markdown strong, .markdown b {
  font-weight: bold;
  /*	.font_medium;*/

}
.markdown em, .markdown i {
  font-style: italic;
  /*	.font_italic;*/

}
.markdown ul, .markdown ol {
  padding: 0px 0px 0px 10px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-right: 8%;
  line-height: 1.4em;
}
.markdown ul li, .markdown ol li {
  text-indent: 0px;
  margin-left: 10px;
}
.markdown ul li {
  list-style: disc;
}
.markdown ol li {
  list-style: decimal;
  margin-left: 12px;
}
.markdown table {
  width: 500px;
  margin-bottom: 2em;
  border: 1px solid #ddd;
  -webkit-box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.1);
}
.markdown h3 + table {
  margin-top: 5px;
}
.markdown table tr {
  border-top: 1px solid #ddd;
}
.markdown table td, .markdown table thead th {
  padding: 5px 5px;
}
.markdown table thead tr {
  border-top: none;
  color: #000000;
}
/* ----------------------------------------------------------------------------
Shared
---------------------------------------------------------------------------- */
.mod {
  background-color: #ffffff;
  padding: 10px;
  margin: 0px 4px 8px 4px;
}
.mod.banner {
  width: 956px;
  height: 100px;
  background: #000000 url('http://media.beinghuman2012.org/img/banner-beinghuman-2012.gif?97bed0973470') top left no-repeat;
  overflow: hidden;
  padding: 0px;
}
.mod.newsletter {
  padding-left: 20px;
  padding-bottom: 20px;
}
.newsletter input {
  float: left;
  background-color: #f0f0f1;
  height: 35px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #231f20;
  padding: 0px 5px;
  border: 0px;
  margin: 0px 4px 0px 0px;
}
.home form input[type="text"] {
  width: 249px;
}
.newsletter input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ie-appearance: none;
  display: block;
  background-color: #000000;
  font-size: 19px;
  line-height: 30px;
  font-family: "PFHandbookPro-Regular", arial, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 5px 0px 0px 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
}
.home form input[type="submit"] {
  width: 100px;
}
.slideshow .mod {
  padding: 0px;
  background: transparent;
}
nav#primary .mod {
  padding: 0px;
  background-color: #000000;
}
.posts {
  margin-bottom: 0;
}
.pagination {
  font-size: 14px;
}
/* ----------------------------------------------------------------------------
Base Template
---------------------------------------------------------------------------- */
#page {
  margin: 0 auto;
  padding: 0px 0px 40px 0px;
  width: 960px;
}
#content {
  clear: both;
}
#content a {
  color: #00addf;
}
#content a:hover {
  color: #00addf;
}
#content > h1 {
  margin-left: 25px;
  /*	display: none;*/

}
/* ----------------------------------------------------------------------------
Master Template
---------------------------------------------------------------------------- */
header {
  background: #000000 url('../../img/BH_web_banner_c9a3705b0c9c.jpg');
  width: 952px;
  height: 100px;
  border-bottom: 1px solid #888;
  overflow: hidden;
  position: relative;
  left: 4px;
  text-indent: -9000px;
}
#logo {
  position: absolute;
  top: 36px;
  left: 21px;
}
#logo a {
  display: block;
  width: 379px;
  height: 51px;
  text-indent: -9999px;
  background: url('../../img/sprites_c9a3705b0c9c.png');
}
header p {
  position: absolute;
  top: 37px;
  font-family: "PFHandbookPro-Regular", arial, sans-serif;
  font-size: 19px;
  color: #ffffff;
}
#p1 {
  color: #D6DE27;
  left: 420px;
}
#p2 {
  left: 604px;
}
#p3 {
  left: 758px;
}
ul.inline li {
  display: inline;
}
nav#primary li {
  display: inline-block;
  font-size: 25px;
  font-family: "PFHandbookPro-Regular", arial, sans-serif;
  line-height: 45px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  margin-left: 18px;
  margin-right: 5px;
}
nav#primary li.share a {
  display: inline;
}
nav#primary a.active, nav#primary a:hover {
  background-color: #000000;
  color: #ffffff;
}
nav#primary li#nav-watch a:hover{
	color: white;
	 background-color: black;
}
nav#primary li#nav-watch a{
	color: orange;
	 background-color: black;
}
nav#primary a {
  display: block;
  background-color: #000000;
  color: #6E6F71;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 5px;
}


#sponsors div {
  text-align: center;
}
#sponsors img {
  vertical-align: middle;
}
footer {
  font-size: 12px;
  padding: 4px 10px;
  margin: 4px;
}
footer p {
  margin-right: 10px;
}
footer p, footer a {
  display: inline;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
footer nav {
  float: right;
  font-size: 10px;
  font-weight: bold;
}
/* ----------------------------------------------------------------------------
2col layout
---------------------------------------------------------------------------- */
.sidebars .newsletter h2 {
  margin-bottom: 5px;
}
.sidebars .newsletter input {
  width: 165px;
}
.sidebars form input[type="submit"] {
  width: 40px;
}
.sidebars section li {
  margin-bottom: 0.5em;
}
.meta {
  font-size: 11px;
}
.sidebars li .meta {
  margin-left: 5px;
}
/* ----------------------------------------------------------------------------
Forms
---------------------------------------------------------------------------- */
form span.error {
  margin-top: 10px;
  font-size: 11px;
  margin-bottom: -3px;
  color: #E44425 !important;
}
/* ----------------------------------------------------------------------------
Homepage
---------------------------------------------------------------------------- */
#head-slideshow .slides {
  overflow: hidden;
  width: 100%;
  height: 325px;
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
  background: #000000;
}
#head-slideshow .slides li {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 325px;
  z-index: 8;
  line-height: 0px;
  font-size: 0px;
}
#head-slideshow .slides .img {
  width: 100%;
  height: 100%;
}
#head-slideshow .slides li.active {
  z-index: 10;
}
#head-slideshow .slides li.last-active {
  z-index: 9;
}
#image-slideshow .slides {
  height: 325px;
  overflow: hidden;
  position: absolute;
}
#image-slideshow .slides li {
  width: 100%;
  height: 325px;
  float: left;
  overflow: hidden;
}
#image-slideshow .slide-wrapper {
  position: relative;
  width: 100%;
  height: 325px;
  margin-bottom: 10px;
  overflow: hidden;
}
#image-slideshow .slide-wrapper .question {
  font-family: "PFHandbookPro-Regular", arial, sans-serif;
  position: relative;
  width: inherit;
  width: 100%;
  height: 325px;
  background-color: #000000;
  text-align: center;
}
#image-slideshow .slide-wrapper .question p {
  position: relative;
  top: 50%;
  color: white;
  font-size: 32px;
  line-height: 34px;
  font-weight: normal;
  margin-top: -20px;
  font-family: "PFHandbookPro-Light", arial, sans-serif;
}
#image-slideshow .slide-wrapper .section {
  background-color: #000000;
  height: 325px;
  width: 100%;
}
.slideshows.mod {
  padding: 6px;
}
.mod.speakers {
  padding: 5px;
}
.mod.speakers a {
  display: block;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
  padding: 5px;
}
.mod.speakers img {
  width: 100%;
  border: 0px;
}
.speaker h2 + h3 {
  margin-top: -10px;
  margin-bottom: 10px;
}
.speaker.overlay {
  display: none;
  position: absolute;
  width: 140px;
  background: #000000;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.speaker.overlay a {
  text-decoration: none;
}
.speaker.overlay img {
  width: 140px;
  height: 140px;
  border: 0px;
}
.speaker.overlay p {
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
.speaker.overlay p.name {
  font-size: 12px;
  line-height: 18px;
}
.speaker.overlay p.title {
  font-size: 12px;
  line-height: 14px;
}
.mod.twitter {
  background-color: #ffffff;
  padding: 20px;
}
.mod a.right {
  font-size: 12px;
  position: relative;
  top: 3px;
}
.home .mod > .line h2 {
  margin-bottom: 0px;
}
.home .mod > .line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px !important;
}
.share .mod.twitter ul {
  height: 345px;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(80%, #ffffff), to(transparent));
}
.share .mod.news ul {
  height: 345px;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(80%, #ffffff), to(transparent));
}
article.home {
  height: 691px;
  overflow: hidden;
}
.home.markdown p,
.home.markdown li,
.about p,
.about li {
  color: #534e4f;
  font-size: 26px;
  line-height: 30px;
  font-family: "PFHandbookPro-Light", arial, sans-serif;
}
.events.markdown p {
  padding-top: 20px;
  color: #534e4f;
  font-size: 18px;
  font-family: "PFHandbookPro-Light", arial, sans-serif;
  padding-bottom: 10px;
}
.event {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #9d9a9b;
}
.eventLast {
  border-bottom: 0px;
  padding-bottom: 25px;
}
.eventName {
  display: inline-block;
  width: 150px;
  color: #534e4f;
  font-size: 26px;
  line-height: 30px;
  font-family: "PFHandbookPro-Light", arial, sans-serif;
}
.eventDescription {
  color: #534e4f;
  font-size: 26px;
  line-height: 30px;
  font-family: "PFHandbookPro-Regular", arial, sans-serif;
}
.mod.markdown {
  padding: 20px;
}
section.mod {
  padding: 20px;
}
/* ----------------------------------------------------------------------------
Speakers
---------------------------------------------------------------------------- */
.speaker {
  position: relative;
  padding-bottom: 20px;
}
.speaker .longbio {
  display: none;
}
.toggle {
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  font-size: 11px;
  padding: 0px;
  border: 0px;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
  padding: 5px;
  color: #231f20;
  background: #ccc;
  font-family: Arial;
}
.toggle:hover {
  background: #231f20;
  color: #ffffff;
}
/* IE line won't compile with less */
.button {
  background: #ff5501;
  /* for non-css3 browsers */

  background: -webkit-gradient(linear, left top, left bottom, from(#ff822e), to(#ff5501));
  /* for webkit browsers */

  background: -moz-linear-gradient(top, #ff822e, #ff5501);
  /* for firefox 3.6+ */

  border-radius: 7px;
  -moz-border-radius: 7px;
  border: 1px solid #ff3b08;
  padding: 10px 20px;
  color: #ffffff !important;
  font-size: 1.2em;
  margin-top: 10px;
}
/* IE line won't compile with less */
.button:hover {
  background: #ff701a;
  /* for non-css3 browsers */

  background: -webkit-gradient(linear, left top, left bottom, from(#ffa130), to(#ff701a));
  /* for webkit browsers */

  background: -moz-linear-gradient(top, #ffa130, #ff701a);
  /* for firefox 3.6+ */

  border: 1px solid #ff781e;
  text-decoration: none;
}
.buttonFix {
  padding: 10px;
  margin: 10px 0px;
}