/*   
Theme Name: Feral Vector, made from The HTML5 Reset Theme
Theme URI: 
Description: 
Author: Monkey Do!
Author URI: 
Version: 1
*/

/*
	HTML5 Reset Wordpress Theme :: 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
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

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


html, 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, 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, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
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; padding: 1em 0; margin: 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 {
	font: 13px Helmet, Freesans, sans-serif;
	text-align: center;
	margin-left:0px;
	margin-top:0px;
}

/* 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 */
body, select, input, textarea {color: #333;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #c5e6df; color: #fff; text-shadow: none;}
::selection {background: #c5e6df; color: #fff; 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;}


/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

#page-wrap {
	width: 1024px; 
	margin: 0 auto; 
	padding: 20px;
	text-align: center;
}

#wrap {
	margin:0 auto;
}

.post {}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

#sidebar {}

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}


/* My styles
-------------------------------------------------------------------------------*/

.entry-title    {
padding-top: 0.5em;
}

div.nav {
text-align: center;
padding-bottom: 1.5em;
padding-top: 1em;
}

h2.nav  {
text-decoration: none;
color: #2f3032;
font-family: 'Josefin Sans', sans-serif;
font-weight: 700;
font-size: 2.25em;
}

footer.meta {
font-size: 0.75em;
}

h1, h2, h3, h4, h5, h6 a:link  {
text-decoration: none;
color: #2f3032;
font-family: 'Josefin Sans', sans-serif;
font-weight: 600;
}

h1  {
font-size: 4em;
}

h2  {
font-size: 2em;
}

.post-tit   {
font-size: 2em;
padding-top: 2em;
}

h3  {
font-size: 1.7em;
}

h4  {
font-size: 1.5em;
}

h5  {
font-size: 1.2em;
}

h6  {
font-size: 1em;
}

a.headlink {
text-decoration: none;
color: #2f3032;
}

/* colours:

dark grey:  3b3c3f
black ish:  2f3032
Red:        b72f24
Blue:       c7e6e1
*/

a {
color: #b72f24;
text-decoration: underline;
}

a:hover {
color: #c7e6e1;
text-decoration: none;
}

p {
text-decoration: none;
color: #3b3c3f;
font-size: 1.2em;
font-family: 'Questrial', sans-serif;
font-weight: 400;
padding-bottom: 1em;
}

label {
	text-decoration: none;
	color: #3b3c3f;
	font-size: 1em;
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
	padding-bottom: 1em;
}

#header {
text-align: center;
}

div.content {
width: 540px;
margin:0px auto;
text-align: left;
}

h3.speakers  {
text-decoration: none;
color: #3b3c3f;
font-family: 'Josefin Sans', sans-serif;
font-weight: 300;
font-size:  1.5em;
text-align: center;
margin-left: 50px;
margin-right: 50px;
padding-bottom: 2em;
margin-top: -1em;
}

blockquote	{
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 1em;
	text-align: left;
	border-left: 1px;
	border-right: 1px;
	border-style: dashed;
	border-color: #818181;
	padding: 5px;
}



/* Drop caps */

span.cap {
float:left;
font-size:300%;
font-family: 'Questrial', sans-serif;
font-weight:bold;
line-height:1em;
margin-bottom:-0.3em;
margin-top:-0.1em;
margin-right:0.05em;
position:relative;
}


div.footc {
width: 1181px;
margin:0px auto;
}

/* Sticky footer */
html    {
height: 100%;
}

body {
height: 100%;
text-align: center;
}

#pahpah {
min-height: 100%;
background-image:url('images/splash-FeV-bg.jpg');
/*  background-image:url('images/splash-FeV2016-bg.png'); */
background-repeat: no-repeat;
background-position:center top;
text-align: center;
}

#main {overflow:auto;
	padding-bottom: 300px;}  /* must be same height as the  */


/* Footer related stuff by DH, height was 344 before sponsor logos. */

#footer {position: relative;
	margin-top: -560px; /* negative value of footer height */
	height: 560px;
	clear:both;
	background-image:url('images/footer-parade.jpg');
	background-position: center bottom;
	background-repeat:no-repeat;
	vertical-align: text-bottom;
	text-align: center;
	} 


	p.small {
	font-size: 85%;
	text-align: center;
	padding: 0px;
	}

	div.psmall	{
		width: 236px;
		vertical-align: text-bottom;
		padding-bottom: 165px;
		position: absolute; 
		bottom: 0px;
		left: 50%;
		margin-left: -118px;
	}

	p.small-right {
	font-size: 85%;
	text-align: right;
	}


/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

.push {
height: 528px;
}

/* Mailchimp form styling below */

h2.red  {
font-size: 2em;
color:#b72f24;
text-align: center;
margin-bottom:1em;
}

ul.interestgroup_field	{
	margin:0px;
	margin-bottom:1.5em;
	border:0px;
	padding:0px;
	text-align: left;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}

span.asterisk	{
	font-size: 1.2em;
	color:#b72e24;
}

label.formlabel {
	padding:0px;
	margin:0px;
	margin-top:0px;
	border:0px;
}

li.formitem	{
	padding:0px;
	margin:0px;
	margin-top:0px;
	border:0px;
}

div.submit_container	{
	margin-left:auto;
	margin-right:auto;
}

div.poweredWrapper	{
	margin-left:auto;
	margin-right:auto;
	margin-top:4em;
}

div.nolightbox	{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:350px;	
}

/* jQuery modal popup here: */ 

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  margin-top:0px;
  margin-left:0px;
  z-index:9000;
  background-color:#000;
  display:none;
}
   
#boxes .window {
  position:fixed;
  width:440px;
  height:200px;
  margin-top:-75px;
  display:none;
  z-index:9999;
  padding:20px;
  border-color:#c7e5e3;
  border:4px;
  border-style:solid;
}
 
 
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:350px; 
  height:600px;
  background-color:#fff;
  margin-left:-50px;
  padding:50px;
  padding-top:35px;
  border: 3px;
  border-style:solid;
  border-color:#c7e5e3;
  border-radius: 45px;
    z-index:9990;
}


#shuffle > .speaker-profile {
    width: 540px;
    padding: 10px 30px 25px 30px;
    height: 220px;
    clear: both;
}
#shuffle {
    max-width: 540px;
}

.speaker-profile:nth-child(odd) img {
    padding: 0 5px 0 0;
    margin-top: 15px;
    margin-bottom: 50px;
    float: left;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    margin-right: 20px;
}

.speaker-profile:nth-child(even) img {
    padding: 0 5px 0 5px;
    margin-top: 15px;
    margin-bottom: 50px;
    float: right;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    margin-left: 20px;
}