/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/*
 * Loading Fonts
 */

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

}

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

}

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

}

.light {
    font-family: 'TitilliumText22LLight',Arial,sans-serif;
}
.bold {
    font-family: 'TitilliumText22LBold',Arial,sans-serif;
}
.xbold {
    font-family: 'TitilliumText22LXBold',Arial,sans-serif;
}

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, 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, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

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

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
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;}

del {text-decoration: line-through;}

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

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {color: #373737; font: 16px "Helvetica Neue", "Helvetica", Arial, Helmet, Freesans, sans-serif;background: url('../img/body-bg.png') repeat top left;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
select, input, textarea {color: #222;}

a {color: #61c91b;text-decoration:none;}
a:hover {color: #388c00;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #000; color: #61c91b; text-shadow: none;}
::selection {background: #000; color: #61c91b; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}



/*
 * General styling
 */

.block {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.75);
    margin: 0 auto;
    width: 970px;
    margin-top: 21px;
    position:relative;
}
#speakers, #organizers, #discussion {
    margin-top: 85px;
}
#info {
    padding-left: 20px;
    padding-bottom: 20px;
    width: 950px;
}
#info #masthead, #info hgroup, #info #details, #info #description {
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
#info hgroup, #info #details, #info #description {
    padding: 45px 45px 45px 57px;
}
.block-title {
    width: 256px;
    background: #EAEAEA;
    color: #61c91b;
    font-family: 'TitilliumText22LBold',Ubuntu,Arial,sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.575em;
    padding: 15px 0;
    left: 20px;
    position: absolute;
    top: -15px;
}
.block:before {
    content: "";
    display: block;
    width: 256px;
    height: 15px;
    background: red;
    top: -13px;
    left: 20px;
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.75);
}
#organizers, #discussion {
    padding: 80px 40px 40px 40px;
    width: 890px;
}

/*
 * Masthead (logo + nav)
 */

#masthead {
    background: none repeat scroll 0 0 #EAEAEA;
    position: relative;
    top: -21px;
    margin-bottom: -21px;
}
#masthead #logo {
    background: url("../img/sprite.png") no-repeat 0px 0px;
    float: left;
    height: 58px;
    width: 294px;
    margin: 20px 20px;
    text-indent: -9999px;
}
#masthead #primary, #masthead #primary ul li, #secondary ul li, #secondary h1 {
    float: left;
}
#masthead #primary ul li a, #secondary ul li a {
    background: #61c91b;
    color: #fff;
    display: block;
    height: 98px;
    border-left: 1px solid #5ab61d;
    text-align: center;
    font-family: 'TitilliumText22LBold',Ubuntu,Arial,sans-serif;
    text-transform: uppercase;
    line-height: 101px;
    padding: 0 10px;
    -moz-transition: .5s all ease-out;
	-webkit-transition: .5s all ease-out;
	-ms-transition: .5s all ease-out;
	-o-transition: .5s all ease-out;
	transition: .5s all ease-out; 	
}
#masthead #primary ul li a:hover, #secondary ul li a:hover {
    background: #000;
    color: #61c91b;
    -moz-transition: .1s all ease-out;
	-webkit-transition: .1s all ease-out;
	-ms-transition: .1s all ease-out;
	-o-transition: .1s all ease-out;
	transition: .1s all ease-out; 	
}
#masthead #primary ul li.info a, #secondary ul li.info a {
    border-left: none;
    width: 168px;
}
#masthead #primary ul li.speakers a, #secondary ul li.speakers a {
    width: 90px;
}
#masthead #primary ul li.organizers a, #secondary ul li.organizers a {
    width: 110px;
}
#masthead #primary ul li.discussion a, #secondary ul li.discussion a {
    width: 164px;
}
/* SEC NAV */
#secondary {
	display:none;
}
#secondary h1 {
    background: #61c91b;
    font-family: 'Helvetica Neue', Helvetica, Arial;
    font-size: 4.5em;
    color: #000;
    padding: 0px 20px;
    height: 98px;
    text-align:center;
    width:50px;
}
#secondary ul li.info a {
	background: #61c91b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzYxYzkxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  #009700 0%, #61c91b 15%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#009700), color-stop(15%,#61c91b));
	background: -webkit-linear-gradient(left,  #009700 0%,#61c91b 15%);
	background: -o-linear-gradient(left,  #009700 0%,#61c91b 15%);
	background: -ms-linear-gradient(left,  #009700 0%,#61c91b 15%);
	background: linear-gradient(left,  #009700 0%,#61c91b 15%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009700', endColorstr='#61c91b',GradientType=1 );
	-moz-transition: .1s all ease-out;
	-webkit-transition: .1s all ease-out;
	-ms-transition: .1s all ease-out;
	-o-transition: .1s all ease-out;
	transition: .1s all ease-out; 
}
#secondary ul li.info a:hover {
    background: #000;
    color: #61c91b;
    -moz-transition: .1s all ease-out;
	-webkit-transition: .1s all ease-out;
	-ms-transition: .1s all ease-out;
	-o-transition: .1s all ease-out;
	transition: .1s all ease-out; 	
}
#secondary {
    position: fixed;
    top: 30px;
    left: 0;
    width: 705px;
    background: #61c91b;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.75);
	overflow:hidden;
	height:98px;
}


/* INFO */

#info hgroup {
    font-size: 2.65em;
    font-weight: normal;
    letter-spacing: -0.01em;
}
#info hgroup h1 {
    color: #000000;
    font-family: 'TitilliumText22LBold',Ubuntu,Arial,sans-serif;
    font-weight: normal;
    margin-bottom: 0.25em;
}
#info hgroup h2 {
    color: #666666;
    font-family: 'TitilliumText22LLight',Ubuntu,Arial,sans-serif;
    font-weight: normal;
    font-size: 0.9em;
}
#info #details time {
    font-family: 'TitilliumText22LBold',Ubuntu,Arial,sans-serif;
    font-size: 1.65em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5em;
    color: #666;
}
#info #details time em {
    font-style: normal;
    color: #000;
}
#info #details {
    position: relative;
}
#info #details .details {
    width: 560px;
    padding-right: 55px;
}
#info #details .details p {
    color: #000;
    display: block;
    margin-bottom: 0.5em;
}
#info #details .hashtag {
    background: #eaeaea;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 275px;
}
#info #details .hashtag a {
    display: block;
    font-family: 'TitilliumText22LBold',Ubuntu,Arial,sans-serif;
    font-size: 1.5em;
    margin: 73px auto 0;
    position: relative;
    text-align: center;
    width: 260px;
}
#info #details .hashtag a:hover, #info #details .hashtag:hover a {
    color: #000;
    -moz-transition: .2s all ease-out;
	-webkit-transition: .2s all ease-out;
	-ms-transition: .2s all ease-out;
	-o-transition: .2s all ease-out;
	transition: .2s all ease-out; 
}
#info #details .hashtag a:before {
    background: url("../img/sprite.png") no-repeat scroll -1px -126px transparent;
    content: "";
    display: block;
    height: 31px;
    margin: 0 auto 16px;
    width: 36px;
    -moz-transition: .1s all ease-out;
	-webkit-transition: .1s all ease-out;
	-ms-transition: .1s all ease-out;
	-o-transition: .1s all ease-out;
	transition: .1s all ease-out; 
}
#info #details .hashtag:hover a:before {
    background: url("../img/sprite.png") no-repeat scroll -1px -78px transparent;
    -moz-transition: .2s all ease-out;
	-webkit-transition: .2s all ease-out;
	-ms-transition: .2s all ease-out;
	-o-transition: .2s all ease-out;
	transition: .2s all ease-out; 
}
#info #description {
    font-size: 1.125em;
    line-height: 1.55em;
    -moz-column-count: 2;
    -moz-column-gap: 60px;
    -webkit-column-count: 2;
    -webkit-column-gap: 60px;
    column-count: 2;
    column-gap: 60px;
}

/* SPEAKERS */

#speakers .bio {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    float: left;
    width: 514px;
    padding: 80px 22px 40px 22px;
}
#speakers .bio img {
    float: left;
    margin: 0 30px 15px 0;
}
#speakers .bio li h1 {
	font-family: 'TitilliumText22LLight',Ubuntu,Arial,sans-serif;
	font-weight:normal;
	font-size:1.65em;
	margin-bottom:0.5em;
}
#speakers .bio p {
	margin-bottom:0.75em;
	line-height:1.5em;
}
#speakers .bio .full-bio:hover, #speakers .bio .full-bio:hover small, #speakers .bio .small-bio:hover, #speakers .bio .small-bio:hover small {
    color: #000;
    background: #fff;
}
#speakers .bio .full-bio, #speakers .bio .full-bio:active, #speakers .bio .small-bio, #speakers .bio .small-bio:active {
    color: #fff;
    font-family: 'TitilliumText22LBold',Ubuntu,Arial,sans-serif;
    font-weight: normal;
    display: inline-block;
    padding: 7px 14px 7px 0;
    font-size: 1.1em;
    margin: 1em 0;
    background: #61c91b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzYxYzkxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  #009700 0%, #61c91b 35%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#009700), color-stop(35%,#61c91b));
	background: -webkit-linear-gradient(left,  #009700 0%,#61c91b 35%);
	background: -o-linear-gradient(left,  #009700 0%,#61c91b 35%);
	background: -ms-linear-gradient(left,  #009700 0%,#61c91b 35%);
	background: linear-gradient(left,  #009700 0%,#61c91b 35%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009700', endColorstr='#61c91b',GradientType=1 );
}
#speakers .bio .full-bio small, #speakers .bio .full-bio:active small, #speakers .bio .small-bio small, #speakers .bio .small-bio:active small {
    font-size: 2em;
    font-family: 'TitilliumText22LXBold',Ubuntu,Arial,sans-serif;
    color: #000;
    padding: 0 5px;
    line-height: 0.5em;
    position: relative;
    top: 0.1em;
    background:#61c91b;
    margin-right:7px;
}
#speakers .list {
    float: left;
    width: 342px;
    padding: 20px 0;
}
#speakers .list li strong, #speakers .bio p strong {
	font-weight:normal;
	color:#61c91b;
}
#speakers .list li {
    cursor: pointer;
    padding: 20px 35px 0 35px;
}
#speakers .list li:hover {
    background: url("../img/sprite.png") no-repeat scroll -20px -227px transparent;
}
#speakers .list li.active {
    background: url("../img/sprite.png") no-repeat scroll -12px -226px transparent;
}
#speakers .list li:last-child {
    margin-bottom: 0;
}

/* ORGANIZERS */

#organizers p {
    font-size: 1.1em;
    margin-bottom: 1em;
}
#organizers a {
    color: #000;
    text-decoration: underline;
    display: block;
    margin-bottom: 40px;
}
#organizers #thanks {
    /* ORIGINAL COLOR   background: #61c91b; */
    /background: #FFFFFF;
    position: relative;
    left: -40px;
    margin-bottom: -40px;
    width: 890px;
    padding: 30px 40px;
    color: #61c91b;
}
#organizers #thanks h1 {
    font-family: 'TitilliumText22LXBold',Ubuntu,Arial,sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

h1.standardsubhead {
    font-family: 'TitilliumText22LXBold',Ubuntu,Arial,sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 1em;
    margin-top:1.5em;
}

/* DISCUSSION */

#discussion #disqus {
/*    float: left;
    width: 475px;
*/
}
#discussion #twitter {
    width: 372px;
    float: right;
    border-left: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    margin-right: -40px;
    padding: 25px 20px;
}
.tweet_list li {
    color: #000000;
    font-size: 0.8em;
    margin-bottom: 25px;
    text-align: center;
}
.tweet_list li .tweet_text {
    display: block;
}
.tweet_list li .tweet_time a, .tweet_list li .tweet_user {
    color: #999999;
    font-size: .9em;
}
.tweet_list li .tweet_time a:hover, .tweet_list li .tweet_user:hover {
    color: #000;
}
.tweet_list li .tweet_time a {
    margin-left: 15px;
}
#twitter h1 {
    font-family: 'TitilliumText22LBold',Ubuntu,Arial,sans-serif;
    background: url("../img/sprite.png") no-repeat scroll 9px -126px #fff;
    color: #61c91b;
    font-weight: normal;
    font-size: 1.25em;
    position: relative;
    top: -1.75em;
    padding-left: 54px;
    min-height: 23px;
    line-height: 26px;
    display: block;
    margin: 0 auto;
    width: 83px;
    -moz-transition: .2s all ease-out;
	-webkit-transition: .2s all ease-out;
	-ms-transition: .2s all ease-out;
	-o-transition: .2s all ease-out;
	transition: .2s all ease-out; 
}
#twitter:hover h1 {
    background: url("../img/sprite.png") no-repeat scroll 9px -78px #fff;
    color:#000;
    -moz-transition: .1s all ease-out;
	-webkit-transition: .1s all ease-out;
	-ms-transition: .1s all ease-out;
	-o-transition: .1s all ease-out;
	transition: .1s all ease-out; 
}

/* FOOTER */
#footer p {
    font-size: 0.8em;
    color: #010101;
    margin-bottom: 1em;
}
#footer {
    width: 880px;
    margin: 0 auto;
    padding: 40px 0 40px 0;
}




/* CDI additional styles */

aside img
	{
	margin-right:25px;
	}


/* DISQUS overrides */

.dsq-comment-text
	{
	color:#333333;
	font-size:.8em;
	line-height:1.3em;
	}
