/*

  deansdugout.com stylesheet
  v 2.0

  author: bryan@bryanlademann.com




  notes: ===================================================
============================================================

  COLOR SCHEMA

  text:       #404040

  headings,
  nav links:  #


  Always minimize your CSS before deploying:
  http://www.cssdrive.com/index.php/main/csscompressor/


  Z-INDEX BLOCKING
  http://designindevelopment.com/css/z-index-blocking/

  901-1000 Error Message Windows (if modal)
  801-900 Modal Windows
  701-800 Primary Navigation
  601-700 Page Based Error Messaging
  501-600 Open
  401-500 Open
  301-400 Open
  201-300 Open
  101-200 Promotional/Advertising
  1-100 General Content


  table of contents  ========================================
============================================================

    * @imports
    * Reset
    * Base
    * Typography
      - Headings
      - Text Elements
      - Lists
      - Tables
    * Forms
        - Error
    * Navigation
      - Slideshow Nav
    * Structure
      - Grid
      - Layout
        - *block level elements
    * WordPress Specific
      - posts
      - comments
      - archive
      - search
      - single page
      - templates
        - home
    * plugins
    * Misc styles
    * Troubleshooting
    * Fouc Fix
    * Media Queries
      - print
      - mobile




  @imports =================================================
============================================================


/*  @fontface
------------------------------ */
@import url(_fonts/font-face.css) all;






/*  reset.css =================================================

    html5doctor.com Reset Stylesheet
    (Eric Meyer's Reset Reloaded + HTML5 baseline)
    v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
    html5doctor.com/html-5-reset-stylesheet/
============================================================ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, a, 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, menu,
time, mark, audio, video {
  background:transparent;
  border:0;
  font-size:100%;
  margin:0;
  padding:0;
  outline:0;
  vertical-align:baseline;
  }

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

command, datalist, keygen, mark,
meter, progress, rp, rt, ruby, time,
wbr { display: inline; }

/* Tables still need 'cellspacing="0"' in the markup. */
table           { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th   { vertical-align: middle; }

/* Removes possible quote marks (") from <q>, <blockquote>. */
blockquote, q { quotes:none; }

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

/* Removes border on linked images. */
a img, :link img, :visited img { border: none; }

a        { color:inherit; text-decoration:none;}
a:hover,
a:active { text-decoration:none; outline: none;}


::-moz-selection { color:#333; text-shadow: none; }
::selection      { color:#333; text-shadow: none; }

/*  j.mp/webkit-tap-highlight-color
changes default tap color on mobile devices from grey to... */
a:link { -webkit-tap-highlight-color:#; }






/*  base.css ==================================================
============================================================ */

html, body { height: 100%; }

/* prevents visual 'page jump' effect when scrollbar appears
due to amount of vertical content. */
html       { overflow-y:scroll; }
/* create slightly smoother font display, but can cause
problems in other rendering engines :: salt to taste */
html       { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

.strong    { font-weight: 700; }
.em        { font-style:italic; }

.uppercase { text-transform:uppercase; letter-spacing:0.1em; font-weight:normal; }
.lowercase { text-transform:lowercase; }

.hide      { position:absolute; text-indent:-9999px; display: none; }

img        { margin:0; }
.polaroid  {
background: #fff;
padding: .5em .5em 1em;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-align: center;
width: 300px;
}
.polaroid img { max-width: 250px;}

.center    { text-align:center; margin: 0 auto; }
.clear     { clear: both; }
.right     { float:right; }
.left      { float:left; }
.absolute  { position: absolute; }
.relative  { position: relative; }
.rtl { text-align: right; }

/*  The New Clearfix Method
http://perishablepress.com/press/2009/12/06/new-clearfix-hack/ */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* enhances user experience when links are clicked */
a        { position: relative;}
a:active { top: 1px; }

/* prevents nasty looking multi-lined links in body copy */
p a { white-space: nowrap; }

hr { display:block; height:2px; border:0; background: #ccc;  margin:3.4em 0; padding:0; }

/* Use whenever encapsulation is needed */
.container   { margin: 0 auto; }






/*  typography.css ============================================

    - default font size is 10px.
    - vertical rythym set to 18px (1.8) line height.
    - 17/(element's font size) = line height
============================================================ */

body    { color: #fffefa; font: 62.5%/2.2 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif; text-shadow: 0 1px rgba(0,0,0,1); }
a       { color: ; border-bottom: 1px dotted; }
a:hover { color: ; border-bottom: 1px solid; }


/*  Headings
------------------------------ */

h1, h2, h3,
h4, h5, h6 { font-family:ChunkFiveRegular; line-height: 1; font-weight: 300; letter-spacing: .05em; margin-bottom: .85em;  }

h1  { font-size: 5.5rem; color: #96d0f9; text-shadow: -1px 1px #273741; }
.page h1 { margin-top:34px;}
h2  { font-size: 3.4em; }
h3  { font-size: 2.1em; }
h4  { font-size: 1.5em; letter-spacing: .1em; word-spacing: .3em; text-transform:uppercase;}
h5  { font-size: 1.4em; text-transform:uppercase; letter-spacing: .1em; word-spacing: .2em; }
h6  { font-size: 1.1em; font-weight: 700; font-style:italic; }


.home .intro h2  { font-size: 3.4em; color: #96d0f9; text-shadow: -1px 1px #273741; line-height: 1.2; margin-bottom: .4em;}

/*  Text Elements
------------------------------ */

p { font-size:1.5em; line-height: 1.6; margin-bottom: 22px; text-align:left; max-width: 33em;  }

p a       { border-bottom: 1px dotted; }
p a:hover { border-bottom: 1px solid; }


/* Gives ampersands a typographic makeover */
.amp { font-family: "Hoefler Text", Garamond, Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif; font-weight: normal; font-style: italic; }



blockquote { position: relative; }

blockquote p {
  font-family: georgia;
  font-style: italic;
  font-size: 2.1em;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
  }

  blockquote div {
  font-family: georgia;
  color: #fff;
  color: rgba(255,255,255,.5);
  position: absolute;
  font-size: 5.5em;
  line-height: 1;
  width: auto;
  text-shadow: none;
  }
  blockquote .quote-open { top: -17px; left: -10px; }
  blockquote .quote-close { bottom: -40px; right:-10px; }


small    { font-size: 85%; line-height: 1.69; max-width: 30em; display: block; }


/* links inside featured content copy */
p.meta small {  display: inline; line-height: 1; }

strong   { font-weight: 700; }
em,dfn   { font-style: italic; }
dfn      { font-weight: 700; }
sup, sub { line-height: 0; }
sub      { vertical-align: sub; font-size: smaller; }
sup      { vertical-align: super; font-size: smaller; }

abbr[title],
dfn[title],
acronym { cursor:help; border-bottom: 1px dotted #79804D; letter-spacing:0.1em; margin: 0 2em 1.5em; }

address { font-style: italic; }
del     { text-decoration: line-through; }
mark    { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
ins     { background-color:#ff9; color:#000; text-decoration:none; }

pre     {
  margin: 1.5em 1.5em;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  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 */
  }

pre, code,
tt, kbd,
samp { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; margin:0 2em 1.5em; }


/* Lists
------------------------------ */

/* top-level lists */
ul, ol { margin-bottom: 22px;  font-size: 1.3em; line-height: 1.69; }
ol     { list-style-type: decimal; }

/* nested lists */
li ul,
li ol  { margin-left: 2em; }

dl     { margin: 0 0 .85em 0; font-size: 1.3em; }
  dt   { font-weight: bold; text-transform: uppercase; }
  dd   { margin: 0; line-height: 1.69; }


/* Tables
------------------------------ */

table         { margin-bottom: 1.7em; font-size: 1.4em; line-height: 1.466 }
thead th      { background: #c3d9ff; font-weight: 700; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td    { background: #e5ecf9; }
tfoot         { font-style: italic; }
caption       { background: #eee; }
td, td img    { vertical-align:top; }






/*  forms.css ===================================================
============================================================== */

form    { }
form ol { list-style:none; margin: 0; }
form li { margin-bottom:1.7em; }
@media screen and (-webkit-min-device-pixel-ratio:0){
/* Targets Webkit based browsers: Safari, Chrome */
form li { margin-bottom:1.9em; }
}

fieldset {}
legend   {}
label  {
  font-size: .95em;
  display: block;
  margin-bottom: .1em;
  }

form p { margin:0;padding:0;}



/* Form fields
------------------------------ */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"]    { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
*input                 { vertical-align: text-bottom; }

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

input, select { vertical-align:middle; }

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

input,
textarea {
  *margin-left: -20px;
  /* creats rounded borders for modern browseres */
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  }

input.text,
input[type=text]  {
  padding: .2em;
  color: #444;
  width: 290px;
  height: 1.8em;
  background:#F1F2F3;
  border: 1px solid #C8CBD0;
  }

input.text:focus,
textarea:focus {
  background: #f4f4f4;
  border: 1px solid #B1B6A9;
  box-shadow:  0px 0px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  -webkit-box-shadow:  0px 0px 6px rgba(0,0,0,0.3);
  }

textarea {
  padding: 0.3em;
  color: #444;
  width: 286px;
  font-size: .95em;
  line-height: 1.5;
  background:#F1F2F3;
  height: 10.1em;
  border: 1px solid #C8CBD0;
  }


/* Buttons
------------------------------ */

button { border: none; }

.button,
button.button {
  border-bottom: 1px solid rgba(0,0,0,0.25);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  color: #eee;
  cursor: pointer;
  color: #fff;
  display:block;
  font-size: 1.3em;
  line-height: 1.35;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  padding: 5px 10px 6px;
  position: relative;
  text-decoration: none;
  text-align: center;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  user-drag: none;
  }

.button:hover,
.button:focus  {
  color: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  }

.button:active,
button.button:active {
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  cursor: wait;
  top: 1px;
  }


.green {
  background: #90A14B;
  background: -moz-linear-gradient(top, #B8CC66, #90A14B);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#B8CC66), to(#90A14B));
  }
.green:hover {
  background: #B8CC66;
  background: -moz-linear-gradient(top, #C7D590, #90A14B);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#C7D590), to(#90A14B));
  }

.orange {
  background: #ff9a34; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff9a34 0%, #c27527 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9a34), color-stop(100%,#c27527)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff9a34 0%,#c27527 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff9a34 0%,#c27527 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff9a34 0%,#c27527 100%); /* IE10+ */
  background: linear-gradient(top,  #ff9a34 0%,#c27527 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a34', endColorstr='#c27527',GradientType=0 ); /* IE6-9 */
  }

.orange:hover {
  background: #ffa952; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffa952 1%, #c27527 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffa952), color-stop(100%,#c27527)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffa952 1%,#c27527 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffa952 1%,#c27527 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffa952 1%,#c27527 100%); /* IE10+ */
  background: linear-gradient(top,  #ffa952 1%,#c27527 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa952', endColorstr='#c27527',GradientType=0 ); /* IE6-9 */
  }





/*  Success, notice and error boxes ===========================
============================================================ */

.error,
.notice,
.success   { padding: .8em; margin-bottom: 1em; border: 1px solid #ddd; border-left-width: 4px; text-shadow: none; }

.error     { background: #FBE3E4; color: #c42a33; border-color: #FBC2C4; }
.notice    { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success   { background: #E6EFC2; color: #264409; border-color: #C6D880; }

.error a   { color: #8a1f11; }
.notice a  { color: #514721; }
.success a { color: #264409; }






/*  Navigation ================================================
============================================================ */


/* Use for horizontal navs/lists */
.horizontal       { list-style: none;}
  .horizontal li  { float: left; display: inline; }
    .horizontal a { display: block; text-decoration: none; }


#global       { background: url(_img/bg.nav.global.png) no-repeat; float: left; list-style: none; width:993px; margin-bottom: 2.4em; height: 8.6em; position: relative; left: -42px; padding-left:67px; }
  #global li  { display: inline; float: left; margin-right: 10px;}
    #global a {
      display: block;
      border-bottom: none;
      text-align:center;
      line-height: 3.4em;
      font-size: 1.1em;
      font-weight: 700;
      text-decoration: none;
      padding: 0 8px;
      color: #fff;
      margin: 1.3em 0 0;
      text-transform: uppercase;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      }

      /* maintains illusion of consistant visual design on last link */
      #global .last a       { }
      #global .last a:hover { }

      /* sets interactive response for element */
      #global a:hover,
      #global .current_page_item a { background: #70181d;  background: rgba(112, 24, 29, .65) }

      #global a:active   { top: 1px; }

      #global li.page-item-8 { margin-right:235px; }



/*  Structure ===================================================
============================================================== */

/*  Grid:
    12 columns 
------------------------------ */


.row {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
}


  .row-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }


.column-1, 
.column-2, 
.column-3,
.column-4, 
.column-5,
.column-6,
.column-7, 
.column-8, 
.column-9,
.column-10, 
.column-11,
.column-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  

.column-1  { width: 8.33333333%; }
.column-2  { width: 16.66666667%; }
.column-3  { width: 25%; }
.column-4  { width: 33.33333333%; }
.column-5  { width: 41.66666667%; }
.column-6  { width: 50%; }
.column-7  { width: 58.33333333%; }
.column-8  { width: 66.66666667%; }
.column-9  { width: 75%; }
.column-10 { width: 83.33333333%; }
.column-11 { width: 91.66666667%; }
.column-12 { width: 100%; }


.push-1  { margin-left: 8.33333333%; }
.push-2  { margin-left: 16.66666667%; }
.push-3  { margin-left: 25%; }
.push-4  { margin-left: 33.33333333%; }
.push-5  { margin-left: 41.66666667%; }
.push-6  { margin-left: 50%; }
.push-7  { margin-left: 58.33333333%; }
.push-8  { margin-left: 66.66666667%; }
.push-9  { margin-left: 75%; }
.push-10 { margin-left: 83.33333333%; }
.push-11 { margin-left: 91.66666667%; }


/* adds top margin on element to match vertical grid */
.lead-half  { margin-top: 10px; }
.lead-1  { margin-top: 17px; }
.lead-2  { margin-top: 34px; }
.lead-3  { margin-top: 51px; }
.lead-4  { margin-top: 68px; }
.lead-5  { margin-top: 85px; }
.lead-6  { margin-top: 102px; }
.lead-7  { margin-top: 119px; }
.lead-8  { margin-top: 136px; }
.lead-9  { margin-top: 153px; }
.lead-10 { margin-top: 170px; }
.lead-11 { margin-top: 187px; }
.lead-12 { margin-top: 204px; }

.first,
.no-gutter { margin-left: 0; }
.gutter    { margin-left: 20px; }
.gutter-2  { margin-left: 40px; }
.gutter-3  { margin-left: 60px; }
.gutter-4  { margin-left: 80px; }


/*
.column-1  { width: 60px; }
.column-2  { width: 140px; }
.column-3  { width: 220px; }
.column-4  { width: 300px; }
.column-5  { width: 380px; }
.column-6  { width: 460px; }
.column-7  { width: 540px; }
.column-8  { width: 620px; }
.column-9  { width: 700px; }
.column-10 { width: 780px; }
.column-11 { width: 860px; }
.column-12 { width: 940px; }
*/


/*
.push-1, .push-2, .push-3,
.push-4, .push-5, .push-6,
.push-7, .push-8, .push-9,
.push-10, .push-11 { margin-right: 20px; }
*/

/*
.push-1  { margin-left: 100px; }
.push-2  { margin-left: 180px; }
.push-3  { margin-left: 260px; }
.push-4  { margin-left: 340px; }
.push-5  { margin-left: 420px; }
.push-6  { margin-left: 500px; }
.push-7  { margin-left: 580px; }
.push-8  { margin-left: 660px; }
.push-9  { margin-left: 740px; }
.push-10 { margin-left: 820px; }
.push-11 { margin-left: 900px; }
*/

/*
.first,
.no-gutter { margin-left: 0; }
.gutter    { margin-left: 20px; }
.gutter-2  { margin-left: 40px; }
.gutter-3  { margin-left: 60px; }
.gutter-4  { margin-left: 80px; }
*/


/*  layout
------------------------------ */

body {
  background: #fafafa url(_img/bg.body.jpg) fixed;
  background-size: contain;
  }

hr.white-line {
  background: url(_img/white.line.png) repeat-x top;
  height: 1.7em;
  margin: 3.4em 0;
  }


  #container {
    margin:0 auto;
    position: relative;
    width: 1020px; /* for IE6 */
    max-width: 980px;
/* 		max-width: 100%; */
		padding: 0 20px;
    }



  /*  masthead */
  header {
    position:relative;
    }

    /* branding */
    a#logo {
      border: none;
      display: block;
      position: relative;
      top: 1.7em;
      width: 300px;
      }
     #logo h1 {
      height: 120px;
      color: #fff;
      margin-bottom: 0;
      width: 300px;
      font-size: 3.4em;
      text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2);
      } /* salt to taste */
      #logo h1 .small,
      #logo h1 .elevated-cap { position: absolute;  }
      #logo h1 .small { top: 13px; font-size: .8em; }
      #logo h1 .elevated-cap { font-size: 2.3em; line-height: .15;  }

      #logo img { width: 300px; height: 10.2em; } /* salt to taste */

    .tagline  {
      position: absolute;
      color:#96d0f9;
      text-shadow: 0px 1px #000, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2);
      font-family: 'GoodDogRegular';
      font-size: 2.1em;
      top: 0;
      left: 0;
      }

    /* masthead owners image */
    #dean-marilyn { position: absolute; z-index: 999; top: 17px; left:365px; width: 200px; }


    /* social  */
    .social { 
      height   : 100%;  
      position : absolute; 
      right    : 0; 
      top      : 0; 
      top      : 17px; 
      width    : 335px;  
    }
    .twitter { 
	    position : absolute; 
	    right    : 5em; 
	    top      : -2.5em; 
	    width    : 350px; 
	    bottom: 0;
    }


	.social-links {
		display: flex;
		position: absolute;
		justify-content: space-around;
		align-items: flex-end;
		bottom: 0;
		left: 19px;
		z-index: 999;

	}
	.social-links .grid-item { width: 56%; }
	.social-links .grid-item:first-of-type { width: 10%; }
	.social-links .grid-item:last-of-type { width: 25%;}


    a.facebook { 
      border   : none; 
      position : relative; 
      width: 100%;
      display: block;
    }
     a.facebook img { 
	     display: block;
	     height: auto;
	     width: 100%;
	     max-width: 100%;
	     }
    a.facebook:hover { text-decoration: none; border: none; }
    


	.twitter #ctf .ctf-item { 
		background-color: #fefefe;
		padding: .5rem 1rem 0 !important; 
		display: flex;
		flex-direction:column;
		border-radius: 0.809rem;
		text-shadow:none;
	}
	
	.ctf-author-box { order: 1; }
	.ctf-tweet-date { 
		text-transform: uppercase;
		font-weight: bold;
		font-size: 10px;
		text-shadow:none;
		color: #09669D;
		 }

		.twitter .ctf-tweets {
			position: absolute;
		  right: 0;
		  bottom: 2.5rem;
		}


    .twitter p,
    a.twitter-link { 
      color         : #09669D; 
      font-size     : 1.3em;  
      font-style    : italic; 
      font-weight   : 700; 
      line-height   : 1.4; 
      margin-bottom : 0.5em;  
/*       text-shadow   : -1px 1px rgba(255,255,255,1);  */
    }

    .twitter .interact a { 
      display      : inline-block; 
      margin-right : 10px;  
    }

    a.twitter-link,
    a.twitter-link:hover {
      -moz-border-radius    : 4px;
      -webkit-border-radius : 4px;
      background: #1DA1F2;
      border                : none;
      border-radius         : 4px;
      color                 : #32494d;
      color                 : #fff;
      font-style            : italic;
      font-size: 1em;
      padding               : 0.445rem 1rem;
      text-shadow           : none;
/*       text-shadow           : 0 1px #ccf8ff; */
      width                 : auto;
      display: block;
      text-align: center;
       margin-bottom : 0;
       text-transform: uppercase;
      }

	a.twitter-link:hover { 
		background: white;
		color: #1DA1F2;
/* 		background: #8fc9e6;  */
/*       background            : #96d0f9; */
		}
	a.twitter-link:active {
        bottom : 5px;
        top    : auto;
        }

	    #twitter-bird { 
			right    : 20px; 
			top: 0;
			z-index  : 999; 
			display: block;
			width: 100%;
			max-width: 100%;
/* 			position: absolute; */
			z-index: 999;
	    }
	    
	    
	    
	    
	    


  /*  central content area */
  #content {
    position:relative;
    clear: both;
    }

    #content-featured {
      position: relative;
      }

    #content-main {
      display: inline;
/*       float: left; */
      }
      #content-main article {
        }
      #content-main p.red  { color: #c42a33; }


  aside {
    display: inline;
    float: left;
    width: auto;
    }


  footer {
    background: url(_img/white.line.png) repeat-x top;
    margin: 4.4em 0;
    padding:4.4em 20px 5.1em;
    clear:both;
    position: relative;
    color: #fff;
    }
    footer p { font-size: 1.3em; }

      footer p a { color: #fff; border: none; }




/*  WordPress template pages ==================================
============================================================ */


/* posts
------------------------------ */


/* comment
------------------------------ */


/* archive
------------------------------ */


/* search results
------------------------------ */


/* single pages
------------------------------ */

.gallery li { margin-right: 20px; width: 100px; }
.gallery li a { border: none; }
.gallery li img { width: 100%; }

.single .post img { margin-top: 0;  }

.single .content-featured { }

.single .post .page-title { 
	padding-top: 1.618rem;
	padding-bottom: 1.618rem;
	margin-bottom: 0;
	}




/*  templates =========================================
============================================================ */

/* hompage
------------------------------ */

.home { color: #fff; text-shadow: 0 1px rgba(0,0,0,1); }

a       { color:#96d0f9; border-bottom: 1px dotted; }
a:hover { background: rgba(255,255,255,.075); border-bottom: 1px solid;}

.home .intro h1 { font-size:3.4em; line-height: 1.4;  }

.home .elevator-pitch {  padding-top: 1rem;}

.home .intro p { font-size: 1.6em; line-height: 1.6 }
.home .intro p + p { font-size: 1.3em; line-height: 1.5 }

.home #content-featured {
  position: relative;
  margin-bottom: 0;
  }

.home #content-main {
  background: url(_img/white.line.png) repeat-x top;
  padding-top: 5.1em;
  width: 980px;
  }

.home h3 { margin-bottom: 0; }

.home .media-carousel {
  background: url(_img/bg.media.carousel.png) no-repeat -5px bottom;
  height: 25.5em;
  padding-bottom: 35px;
  background-size: contain;
/*
box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;
*/

  
/*
  height: 34.9em;
  padding-bottom: 3em;
*/
  }

.home .elevator-pitch,
.home #content .backdrop { background: rgba(0,0,0,.05) }

.home address h3 { font-style:normal; }


/* promo callouts */
.home .callout-1,
.home .callout-2 { position: relative; }

  .home a.callout-1:hover,
  .home a.callout-2:hover { background: none; }

.home .callout-1 { border: none; padding: 0; }
  
  .home .callout-1 p  {
/*
    background: #111;
    background: rgba(0,0,0,.65);
*/
    position: absolute;
    padding: .85em 0;
    left: 0;
    color: #fff;
    right: 0;
    text-align: center;
    bottom:0;
    font-size: 1.3em !important;
    margin: 0;
    width: 100%;
    max-width: 100%;
    }


  .home .title {
    color: #fff;
    bottom:0;
    font-size: 1.3em !important;
    line-height: 1.24;
    left: 0;
    margin: 0;
    padding: 0;    
    position: absolute;
    text-align: center;
    width: 100%;
	}    
    .home .title span { 
	    display: block;
	    font-size: 1.4em !important;
	    text-transform: uppercase;
	    }

.home .callout-2 a { position: relative; border: none;}

.home .title {
	background: #c42a33;
	background: rgba(196, 42, 51, .65);
  bottom: 2px;
  padding: .85em 0;
  font-weight: 700;
  max-width: 314px;
  font-size:1.2em;
  }

.home .callout-1 img,
.home .callout-2 img,
.home .callout-3 img { width: 100%; max-width: 100%; }




/* games page */

#games .callout { background: rgba(255,255,255,.06); padding: 17px 20px;  }

#games .callout p { margin-bottom: 0; }


/*  plugins ===================================================
============================================================ */

/* cycle controlled media carousel
------------------------------ */
.media-carousel {
  height: 25.5em;
  overflow: hidden;
  position: relative;
  }
  .media-carousel .pane {
    height: 25.5em;
    position: relative;
    width: 100%;
    margin-bottom: 5.1em;
    }

  .media-carousel .pane img { position: absolute; width: 100%; height: 100%; }
  .media-carousel .pane p {
	  display: block;
    background: #111;
    background: rgba(0,0,0,.8);
    color: #fff;
    float: right;
    position: absolute;
    bottom:-0.2em;
    padding: .85em 2em;
    max-width: 460px;
    }

/* controls */
.carousel-controls {
  position: absolute;
  bottom:38px;
  right: 2px;
  z-index: 101;
  }
.carousel-controls span {
  display: inline;
  float: left;
  }
  .carousel-controls #prev,
  .carousel-controls #next {
    background: #c42a33;
    background: rgba(196, 42, 51, .85);
    color: #fff;
    display: block;
    font-size: 34px;
    height: 44px;
    line-height:34px;
    width: 44px;
    text-align: center;
    cursor:pointer;
    text-shadow: none;
    }
  .carousel-controls .disabled {
    background: #ccc !important;
    background: rgba(255,255,255,.25) !important;
    color: #ddd !important;
    cursor:default !important;
    }

  .carousel-controls #prev:hover,
  .carousel-controls #next:hover {
    background: #ff3642;
    background: rgba(255, 54, 66, 1);
    }
  .carousel-controls #prev:active,
  .carousel-controls #next:active {
    background: #111;
    background: rgba(255, 54, 66, .85);
    }



.gallery img { max-width: 200px; max-height: 200px;}





/*  Misc classes ==============================================
============================================================ */

.smaller    { font-size: 1.2em; }
.larger     { font-size: 1.2em; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.fl-right {float: right; display: inline-block;}
.fl-left {float: left; display: inline-block;}

.first      { margin-left:0; padding-left:0; border-left: 0; }
.last       { margin-right:0; padding-right:0; border-right: 0; }
.top,
.no-top        { margin-top:0; padding-top:0; }
.bottom,
.no-btm     { margin-bottom:0; padding-bottom:0; }

.outline { outline: 1px solid gold; }





/*  Troubleshooting styles ====================================
============================================================ */

/* grid: 6px baseline - 80px columns - 20px gutter
html     { background: url(_img/_grid/grid.baseline.6.png); }
body     { background: transparent; }
#column-overlay {
  background: url(_img/_grid/grid.column.80.20.png);
  position: fixed;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  }

/* add to element to aid in positioning */
.outline { outline: 1px solid gold; }

/* don't believe the hype, it too is a joke. */
hr#fold  {
  background: firebrick;
  border: none;
  height: 1px;
  position: fixed;
  width: 100%;
  top: 600px;
  z-index: -1;
  }

/* forces 'for placement only' image to stretch to fit element */
img.fpo  { width: 100%; height: 100%;}



/*  FOUC (Flash Of Unstyled Content) fix ======================
============================================================ */

body { display: block !important; }






/*  print styles ==============================================

    inlined to avoid required HTTP connection
    www.phpied.com/delay-loading-your-print-css/
============================================================ */
@media print {

  * { font-size: 80%; background: transparent !important; color: #444 !important; text-shadow: none; }

  a, a:visited { color: #444 !important; text-decoration: underline; }

  a:after { content: " (" attr(href) ")"; }

  abbr:after { content: " (" attr(title) ")"; }

  .ir a:after { content: ""; }  /* Don't show links for images */

  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }

  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }

}






/*  Media queries for responsive design =======================
============================================================ */


@media all and ( min-width: 769px ) {  /* narrow layout rules */



}


/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media all and ( max-width: 499px) {

  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
}

