/******************************************************************

  Theme Name: vanilla
  Theme URI: http://vanilla.simonmacdonald.me.com
  Author: Simon MacDonald

  Stylesheet: Main Stylesheet

******************************************************************/
/*********************\
    $IMPORT
\*********************/
/* import reset */
/******************************************************************

  Theme Name: Vanilla
  Theme URI: http://lemonslicedigital.com
  Author: Simon MacDonald

  Stylesheet: Normalize

******************************************************************/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* import grid */
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/*********************\
    $GRID
\*********************/
/*********************\
  Set Basic Typography
\*********************/
@font-face {
  font-family: "PlayFair";
  src: url("../fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf") format("truetype");
}
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
html > body {
  line-height: 1.5;
  background: transparent;
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}
h1,
h2,
h3 {
  font-weight: normal;
  padding: 0.375em 0 0 0;
  margin: 0 0 0.375em 0;
}
h1 {
  font-size: 2.25em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1em;
}
a,
a:link,
a:active,
a:visited {
  text-decoration: none;
}
p {
  margin: 0 0 0.5em 0;
}
.inputbox {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
  color: #333333;
  display: inline-block;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.28571em;
  margin: 0;
  padding: 0.5em 1em;
  text-align: left;
  vertical-align: middle;
  font-family: sans-serif;
}
.textcontent {
  font-size: 0.875em;
  line-height: 1.28571em;
  margin: 0 0 0 1em;
  padding: 0.5em 1em;
  text-align: left;
  vertical-align: middle;
  font-family: sans-serif;
}
.btn {
  -moz-user-select: none;
  background: linear-gradient(#ffffff, #eeeeee) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 -2px 2px rgba(0, 0, 0, 0.05) inset, 0 -1px 1px #ffffff inset;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.28571em;
  margin: 0;
  padding: 0.5em 1em;
  text-align: center;
  vertical-align: middle;
  font-family: sans-serif;
}
.btn:hover {
  background: linear-gradient(#fafafa, #e9e9e9) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.btn:focus {
  outline: thin dotted;
  outline-offset: -2px;
}
.btn:active,
.btn:disabled {
  background: linear-gradient(#f0f0f0, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn:disabled {
  cursor: default;
  opacity: 0.4;
}
.newchatbtn {
  -moz-user-select: none;
  background: linear-gradient(#ffffff, #eeeeee) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 -2px 2px rgba(0, 0, 0, 0.05) inset, 0 -1px 1px #ffffff inset;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.28571em;
  margin: 0 0 0 1em;
  padding: 0.5em 1em;
  text-align: center;
  vertical-align: middle;
  font-family: sans-serif;
}
.newchatbtn:hover {
  background: linear-gradient(#fafafa, #e9e9e9) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.newchatbtn:focus {
  outline: thin dotted;
  outline-offset: -2px;
}
.newchatbtn:active,
.newchatbtn:disabled {
  background: linear-gradient(#f0f0f0, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: none;
}
.newchatbtn:disabled {
  cursor: default;
  opacity: 0.4;
}
.spacer {
  margin-bottom: 0.5em;
}
.container .content {
  width: 100%;
}
.container .content .geekyheader {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
}
.container .content .geekyheader h3 {
  position: relative;
  display: inline-block;
  float: left;
}
.container .content .geekyheader .readme {
  position: relative;
  display: inline-block;
  float: left;
  padding: 15px 0 0 15px;
  font-family: sans-serif;
  font-size: 0.6em;
}
.container .content .geekyheader .copy {
  position: relative;
  display: inline-block;
  float: left;
  padding: 10px 0 0 15px;
  font-family: sans-serif;
  font-size: 0.8em;
}
.container .content #geekybit {
  display: none;
}
.container .content .namewrapper {
  position: relative;
  display: block;
  float: left;
  width: 50%;
}
.container .content .namewrapper h3 {
  font-weight: bold;
}
.container .content .namewrapper .nameheader {
  width: 100%;
}
.container .content .namewrapper .nameheader .malenames,
.container .content .namewrapper .nameheader .femalenames {
  position: relative;
  display: block;
  float: left;
}
.container .content .namewrapper .nameheader .malenames h3,
.container .content .namewrapper .nameheader .femalenames h3 {
  position: relative;
  display: inline-block;
  float: left;
}
.container .content .namewrapper .nameheader .malenames .copy,
.container .content .namewrapper .nameheader .femalenames .copy {
  position: relative;
  display: inline-block;
  float: left;
  padding: 10px 0 0 15px;
  font-family: sans-serif;
  font-size: 0.8em;
}
.container .content .namewrapper #malenamelist,
.container .content .namewrapper #femalenamelist {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.container .footer {
  display: block;
  float: left;
  width: 100%;
  color: white;
  background-color: #000000;
  font-size: 0.8em;
}
.container .footer .footercopyright {
  display: inline-block;
  float: left;
  width: 100%;
  height: 3em;
  line-height: 3em;
  vertical-align: middle;
  text-align: center;
}
.container .footer .lemonslice {
  display: inline-block;
  float: left;
  height: 3em;
  line-height: 3em;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.container .footer .lemonslice a {
  display: inline-block;
  text-decoration: none;
  color: white;
}
.container .footer .lemonslice a:hover,
.container .footer .lemonslice a:focus,
.container .footer .lemonslice a:active {
  color: white;
  text-decoration: underline;
}
/******************************************************************
MOBILE
******************************************************************/
@media screen and (max-width: 600px) {
  .container {
    position: relative;
    left: 0;
    width: 100%;
  }
  .container .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    float: left;
    height: 4.2em;
    z-index: 500;
    /* mobile menu bar */
  }
  .container .header .mobilemenubar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 4.2em;
    background: white;
    border-bottom: 1px solid black;
    text-align: center;
  }
  .container .header .mobilemenubar ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    text-decoration: none;
    font-size: 1.1em;
  }
  .container .header .mobilemenubar ul li {
    display: inline;
    float: left;
    margin: 1.3em 0.6em 0 0.6em;
    position: relative;
    text-decoration: none;
  }
  .container .header .mobilemenubar ul li a {
    display: block;
    text-decoration: none;
    font-size: 0.75em;
    color: black;
  }
  .container .header .mobilemenubar ul li a:hover,
  .container .header .mobilemenubar ul li a:focus,
  .container .header .mobilemenubar ul li a:active {
    color: black;
  }
  .container .header .mobilemenubar .mobilemenulogo {
    color: white;
    margin-top: 0.75em;
  }
  .container .header .sitelogo {
    display: none;
  }
  .container .header .sitetitle {
    display: block;
    display: inline;
    width: 81.25%;
    margin: 0 1.04166667%;
    float: left;
    margin-top: 0.4em;
    padding: 0;
  }
  .container .header .sitetitle h1 {
    padding: 0;
  }
  .container .header .navigation {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 4em;
    width: 100%;
    background-color: white;
    color: black;
    border: none;
    font-size: 1.1em;
    left: -400px;
  }
  .container .header .navigation .closemenu {
    text-align: right;
    color: black;
    cursor: pointer;
  }
  .container .header .navigation ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    text-decoration: none;
  }
  .container .header .navigation ul li {
    position: relative;
    padding: 1% 0 1% 0;
    border-top: 1px black solid;
    text-decoration: none;
    list-style-type: none;
  }
  .container .header .navigation ul li a {
    padding: 0 0 0 5%;
    color: inherit;
  }
  .container .header .navigation ul li ul {
    display: block;
    width: 100%;
    position: relative;
    color: white;
  }
  .container .header .navigation ul li ul li {
    padding: 1% 0 1% 0;
    font-size: 0.9em;
    border-top: 1px #cccccc solid;
    text-decoration: none;
    list-style-type: none;
  }
  .container .header .navigation ul li ul li a {
    padding: 0 0 0 10%;
  }
  .container .header .navigation ul:first-child > li:last-child {
    border-bottom: 1px #cccccc solid;
  }
  .container .content {
    position: relative;
    display: block;
    float: left;
    margin: 4.2em 5% 0 5%;
    width: 90%;
  }
  .container .content .me {
    display: none;
  }
  .container .content .mobile-me {
    display: block;
    margin: 0 auto;
  }
  .container .content .namewrapper {
    position: relative;
    display: block;
    float: left;
    width: 100%;
  }
  .container .content .namewrapper .malenames,
  .container .content .namewrapper femalenames {
    position: relative;
    display: block;
    float: left;
  }
}
/******************************************************************
Desktop
******************************************************************/
@media only screen and (min-width: 601px) {
  .container {
    position: relative;
    top: 0;
    color: inherit;
    margin: 0 auto;
    max-width: 960px;
    /* ================================
     Column rules
     ================================ */
  }
  .container .header {
    position: relative;
    display: block;
    float: left;
    margin-top: 1em;
    min-height: 4em;
    width: 100%;
  }
  .container .header .sitelogo {
    display: block;
    float: left;
    padding: 0;
    min-height: 4em;
  }
  .container .header .sitelogo img {
    padding: 0 1em 0 1em;
  }
  .container .header .sitetitle {
    display: block;
    display: inline;
    width: 81.25%;
    margin: 0 1.04166667%;
    float: left;
    margin-top: 0.4em;
    padding: 0;
  }
  .container .header .sitetitle h1 {
    padding: 0;
  }
  .container .header .mobilemenubar {
    display: none;
  }
  .container .header .navigation {
    display: block;
    float: left;
    text-align: left;
  }
  .container .header .navigation ul {
    position: relative;
    margin: 1em 0 0 0;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    height: 2.5em;
    line-height: 2.5em;
    vertical-align: middle;
    z-index: auto;
    padding: 0;
    color: black;
  }
  .container .header .navigation ul li {
    position: relative;
    display: inline-block;
    background-color: transparent;
    padding: 0;
    margin: 0 1em 0 0;
    border-top: none;
    text-decoration: none;
    text-align: left;
    /*  Sub-menu  */
  }
  .container .header .navigation ul li a {
    display: block;
    padding: 0;
    height: 2.4em;
    font-size: 1.3em;
    width: 100%;
    color: inherit;
  }
  .container .header .navigation ul li ul {
    display: none;
    margin: 0;
    top: 2.4em;
    width: 10em;
    position: absolute;
    height: auto;
    overflow: visible;
    z-index: 300;
  }
  .container .header .navigation ul li ul li {
    position: relative;
    display: block;
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    padding: 1% 0 1% 0;
    font-size: 0.9em;
    border-bottom: 1px black solid;
    border-left: 1px black solid;
    border-right: 1px black solid;
    border-top: none;
    background-color: white;
    text-decoration: none;
    list-style-type: none;
  }
  .container .header .navigation ul li ul li a {
    padding: 0 0 0 10%;
  }
  .container .header .navigation ul li ul li:last-child {
    box-shadow: 0 3px 3px black;
    border-bottom: none;
  }
  .container .header .navigation ul:first-child > li:last-child {
    border-bottom: none;
  }
  .container .content {
    position: relative;
    display: block;
    float: left;
    margin: 1em 1em;
  }
  .container .content .me {
    display: block;
    margin: 0 auto;
  }
  .container .content .mobile-me {
    display: none;
    margin: 0 auto;
  }
  .container .onecol {
    display: inline;
    float: left;
    width: 6.25%;
    margin: 0 1.04166667%;
    display: block;
  }
  .container .twocol {
    display: inline;
    float: left;
    width: 14.58333333%;
    margin: 0 1.04166667%;
    display: block;
  }
  .container .threecol {
    display: inline;
    float: left;
    width: 22.91666667%;
    margin: 0 1.04166667%;
    display: block;
  }
  .container .fourcol {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04166667%;
    display: block;
  }
  .container .fivecol {
    display: inline;
    float: left;
    width: 39.58333333%;
    margin: 0 1.04166667%;
    display: block;
  }
  .container .sixcol {
    display: inline;
    float: left;
    width: 47.91666667%;
    margin: 0 1.04166667%;
  }
  .container .sevencol {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 0 1.04166667%;
    display: block;
  }
  .container .eightcol {
    display: inline;
    float: left;
    width: 64.58333333%;
    margin: 0 1.04166667%;
  }
  .container .ninecol {
    display: inline;
    float: left;
    width: 72.91666667%;
    margin: 0 1.04166667%;
  }
  .container .tencol {
    display: inline;
    float: left;
    width: 81.25%;
    margin: 0 1.04166667%;
    display: block;
  }
  .container .elevencol {
    display: inline;
    float: left;
    width: 89.58333333%;
    margin: 0 1.04166667%;
    display: block;
  }
  .container .twelvecol {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0 1.04166667%;
    display: block;
  }
  .container .hideinmobile {
    display: block;
  }
  .container .bottomspacer {
    margin-bottom: 1em;
  }
}
/* end of desktop media query*/
/*# sourceMappingURL=style.css.map */