/*   
Theme Name: Mandala Custom Shapes
Theme URI: http://mandalacustomshapes.com
Description: Custom Wordpress Theme for Manuel Caro.
Author: Cole Welty
Author URI: http://displayblo.cc
Version: 1.1
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

   html, body, div, span, applet, object, iframe,
   h1, h2, h3, h4, h5, h6, p, blockquote, pre,
   a, abbr, acronym, address, big, cite, code,
   del, dfn, em, img, ins, kbd, q, s, samp,
   small, strike, strong, sub, sup, tt, var,
   b, u, i, center,
   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%;
	   font: inherit;
	   vertical-align: baseline;
   }
   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
	   display: block;
   }
   body {
	   line-height: 1;
   }
   ol, ul {
	   list-style: none;
   }
   blockquote, q {
	   quotes: none;
   }
   blockquote:before, blockquote:after,
   q:before, q:after {
	   content: '';
	   content: none;
   }
   
   /* remember to define visible focus styles! 
   :focus {
	   outline: ?????;
   } */
   
   /* remember to highlight inserts somehow! */
   ins {
	   text-decoration: none;
   }
   del {
	   text-decoration: line-through;
   }
   
   table {
	   border-collapse: collapse;
	   border-spacing: 0;
   }
   
   
   /* CLEARFIX */
   
   .clearfix:after {
	   visibility: hidden;
	   display: block;
	   font-size: 0;
	   line-height: 0%;
	   content: " ";
	   clear: both;
	   height: 0;
   }
	   
   * html .clearfix             { zoom: 1; } /* IE6 */
   *:first-child+html .clearfix { zoom: 1; } /* IE7 */
   
   /* @end */
   
   
   /* =============================================================================
	  HTML5 Sticky Footer Solution 
	  ========================================================================== */
   
   
   
   * {margin:0;padding:0;} 
   
   /* must declare 0 margins on everything, also for main layout components use padding, not 
   vertical margins (top and bottom) to add spacing, else those margins get added to total height 
   and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */
   
   html, body {height: 100%;}
   
   #wrap {background: transparent url(images/body-bg.jpg) fixed repeat; min-height: 100%;} /*originally called wrap */
   
   #main{
	   /* overflow:auto; */ /* ffox fix */
	   overflow-x: hidden;  /* ffox fix */
	   overflow-y: auto;    /* ffox fix */
	   padding-bottom: 85px;}  /* must be same height as the footer */
   
   
   footer {
	   position: relative;
	   margin-top: -85px; /* negative value of footer height */
	   height: 85px;
	   clear:both;
   } 
   
   /*Opera Fix*/
   body:before {/* thanks to Maleika (Kohoutec)*/
   content:"";
   height:100%;
   float:left;
   width:0;
   margin-top:-32767px;/* thank you Erik J - negate effect of float*/
   }
   
   /* IE8 hack to get it to apply margin auto centering to element inside this one */
   #wrap {width:100%}
   
   
   /* Content Area */
   #main {margin:0 auto;clear:both;}
   
   
   
   
   
   
   /* =============================================================================
	  Base
	  ========================================================================== */
   
   /*
	* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
	* 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
	*/
   
   html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
   
   html, button, input, select, textarea { font-family: sans-serif; color: #222; }
   
   body { 
	   background-color: #fff;
	   color: #151515; 
	   margin: 0; 
	   font-family: "museo-sans-rounded", "helvetica neue", "helvetica", sans-serif;
	   font-size: 16px;
	   font-weight: 100;
	   line-height: 100%; 
   }
   
   #content{
	   position: relative;
   }
   
   img.flex{
	   max-width: 100%;
   }
   
   /*
	* Remove text-shadow in selection highlight: h5bp.com/i
	* These selection declarations have to be separate
	* Also: hot pink! (or customize the background color to match your design)
	*/
   
   ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
   ::selection { background: #fe57a1; color: #fff; text-shadow: none; }
   
   
   /* =============================================================================
	  Links
	  ========================================================================== */
   
   a { color: #0E0E0E; }
   a:visited { color: #0E0E0E; }
   a:hover { color: #FE57A1;  }
   a:focus { outline: thin dotted; }
   
   /* Improve readability when focused and hovered in all browsers: h5bp.com/h */
   a:hover, a:active { outline: 0; }
   
   
   /* =============================================================================
	  Typography
	  ========================================================================== */
   
   abbr[title] { border-bottom: 1px dotted; }
   
   b, strong { font-weight: bold; }
   
   blockquote { margin: 1em 40px; }
   
   dfn { font-style: italic; }
   
   hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
   
   ins { background: #ff9; color: #000; text-decoration: none; }
   
   mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
   
   /* Redeclare monospace font family: h5bp.com/j */
   pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
   
   /* Improve readability of pre-formatted text in all browsers */
   pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
   
   q { quotes: none; }
   q:before, q:after { content: ""; content: none; }
   
   small { font-size: 85%; }
   
   /* Position subscript and superscript content without affecting line-height: h5bp.com/k */
   sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
   sup { top: -0.5em; }
   sub { bottom: -0.25em; }
   
   /* Header Tags */
   
   h4{
	   font-size: 1.375em;
	   font-weight: 300;
	   line-height: 140%;
   }
   
   h3{
	   font-size: 1.55em;
	   font-weight: 300;
	   line-height: 130%;
   }
   
   
   /* =============================================================================
	  Lists
	  ========================================================================== */
   
   ul, ol { margin: 1em 0; padding: 0 0 0 0px; }
   dd { margin: 0 0 0 0; }
   nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
   
   
   /* =============================================================================
	  Embedded content
	  ========================================================================== */
   
   /*
	* 1. Improve image quality when scaled in IE7: h5bp.com/d
	* 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
	*/
   
   img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
   
   /*
	* Correct overflow not hidden in IE9
	*/
   
   svg:not(:root) { overflow: hidden; }
   
   
   /* =============================================================================
	  Figures
	  ========================================================================== */
   
   figure { margin: 0; }
   
   
   /* =============================================================================
	  Forms
	  ========================================================================== */
   
   form { margin: 0; }
   fieldset { border: 0; margin: 0; padding: 0; }
   
   /* Indicate that 'label' will shift focus to the associated form element */
   label { cursor: pointer; }
   
   /*
	* 1. Correct color not inheriting in IE6/7/8/9
	* 2. Correct alignment displayed oddly in IE6/7
	*/
   
   legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
   
   /*
	* 1. Correct font-size not inheriting in all browsers
	* 2. Remove margins in FF3/4 S5 Chrome
	* 3. Define consistent vertical alignment display in all browsers
	*/
   
   button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
   
   /*
	* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
	*/
   
   button, input { line-height: normal; }
   
   /*
	* 1. Display hand cursor for clickable form elements
	* 2. Allow styling of clickable form elements in iOS
	* 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
	*/
   
   button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
   
   /*
	* Re-set default cursor for disabled elements
	*/
   
   button[disabled], input[disabled] { cursor: default; }
   
   /*
	* Consistent box sizing and appearance
	*/
   
   input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
   input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
   input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
   
   /*
	* Remove inner padding and border in FF3/4: h5bp.com/l
	*/
   
   button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
   
   /*
	* 1. Remove default vertical scrollbar in IE6/7/8/9
	* 2. Allow only vertical resizing
	*/
   
   textarea { overflow: auto; vertical-align: top; resize: vertical; }
   
   /* Colors for form validity */
   input:valid, textarea:valid {  }
   input:invalid, textarea:invalid { background-color: #f0dddd; }
   
   
   /* =============================================================================
	  Tables
	  ========================================================================== */
   
   table { border-collapse: collapse; border-spacing: 0; }
   td { vertical-align: top; }
   
   
   /* =============================================================================
	  Chrome Frame Prompt
	  ========================================================================== */
   
   .chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
   
   
   /* ===== primary styles =====================================================
	  Author: Cole Welty
	  ========================================================================== */
   
   body{
	   text-rendering: optimizeLegibility;
   }
   
   video {
	 max-width: 100%;
	 height: auto;
   }
   
   iframe,
   embed,
   object {
	 max-width: 100%;
   }
   
   header{
	   background: #fff;
	   border-bottom: 1px solid #d0d0d0;
	   padding: 18px 0;
   }
   
   header h1{
	   float: left;
	   margin-top: 4px;
   }
   
   header h1 a{
	   display: block;
	   height: 100%;
	   width: 100%;
   }
   
   #logo {
	 background-image: url('images/logo.png');
	 width: 112px;
	 height: 35px;
   }
   
   .nav-collapse{
	   float: right;
   }
   
   .nav-collapse ul li{
	   display: block;
	   float: left;
	   margin-right: 24px;
   }
   
   .nav-collapse ul li.tumblr{
	   background: url('images/tumblr_btn.png') 0px 14px no-repeat;
	   width: 20px;
	   height: 20px;
	   margin: -2px 10px 0px -6px;
   }
   
   .nav-collapse ul li.instagram{
	   background: url('images/instagram_btn.png') 0px 14px no-repeat;
	   width: 20px;
	   height: 20px;
	   margin-top: -2px;
   }
   
   .nav-collapse ul li.tumblr a,
   .nav-collapse ul li.instagram a{
	  display: block;
	  height: 100%; width: 100%;
   }
   
   .nav-collapse ul li.tumblr span,
   .nav-collapse ul li.instagram span{
	  display: none;
   }
   
   .nav-collapse ul li.last{
	   margin-right: 0;
   }
   
   .nav-collapse ul li a{
	   text-decoration: none;
   }
   
   .home .nav-collapse a.boards,
   .page-id-25 .nav-collapse a.boards,
   .page-id-212 .nav-collapse a.boards, 
   .page-id-115 .nav-collapse a.boards, 
   .page-id-152 .nav-collapse a.boards, 
   .page-id-158 .nav-collapse a.boards, 
   .page-id-198 .nav-collapse a.boards, 
   .page-id-297 .nav-collapse a.boards,
   .page-id-304 .nav-collapse a.boards,
   .page-id-319 .nav-collapse a.boards,
   .page-id-253 .nav-collapse a.boards,
   .page-id-326 .nav-collapse a.boards,
   .page-id-332 .nav-collapse a.boards,
   .page-id-115 .nav-collapse a.boards,
   .page-id-338 .nav-collapse a.boards,
   .page-id-345 .nav-collapse a.boards,
   .page-id-576 .nav-collapse a.boards,
   .page-id-1285 .nav-collapse a.boards,
   .page-id-1374 .nav-collapse a.boards,
   .page-id-1308 .nav-collapse a.boards,
   .page-id-43 .nav-collapse a.about, 
   .page-id-67 .nav-collapse a.friends,
   .page-id-81 .nav-collapse a.contact,
   .page-id-1425 .nav-collapse a.videos  {color: #151515;  font-weight: 500;}    
   
   
   .wrapper{
	   margin: 0 auto;
	   width: 870px;
   }
   
   
   a#top{
	   display: block;
	   height: 1px;
	   width: 1px;
   }
   
   article.post{
	   padding-bottom: 35px;
	   margin: 50px auto 50px;
	   width: 870px;
   }
   
   article.post h2{
	   border-bottom: 1px solid #151515;
	   font-size: 2.5625em;
	   line-height: 100%;
	   padding-bottom: 18px;
	   margin: -.5% 0 3%;
   }
   
   div.entry{
	   margin-bottom: 10%;
   }
   
   footer{
	   background-color: #fff;
	   border-top: 1px solid #ccc;
	   clear: both;
	   text-align: right;
   }
   
   footer .wrapper{
	   background: transparent url(images/site-sprite.png) -397px 3px no-repeat;
	   height: 100%;
   }
   
   footer nav{
	   display: block;
	   float:right;
	   margin-top: 22px;
   }
   
   footer nav ul li{
	   display: block;
	   font-size: 1em;
	   float: left;
   }
   
   footer nav p{
	   font-size:0.875em;
	   margin-top: 3%;
   }
   
   footer nav p.top{
	   display: none;
   }
   
   footer nav ul li.space{
	   padding: 0 8px;
   }
   
   footer nav ul li a {
	   text-decoration: none;
   }
   
   
   /* Home Page Styles */
   
   body.home h2{
	   display: none;
   }
   .page-id-7 div.entry {
	   margin: 0px
   }
   .page-id-7 article.post {
	   margin-top: 15px
   }
   section.board-wrapper div.ms-item a {
	   position: relative;
	   display: block;
   }
   section.board-wrapper div.ms-item {
	   width: 32%;
	   float: left;
	   position: relative;
	   overflow: hidden;
	   margin: 0 2% 2% 0;
   }
   
   section.board-wrapper div.ms-item a h3 {
	   position: absolute;
	   bottom: 0px;
	   right: 0px;
	   left: 0px;
	   padding: 10px 15px 10px 15px;
	   background: rgb(0,0,0,.50);
	   font-size: 18px;
	   color: #ffffff;
	   opacity: 0;
	   transition: all .3s ease;
   }
   section.board-wrapper div.ms-item a:hover h3 {
	opacity: 1;
   }
   @media(max-width: 980px){
		section.board-wrapper div.ms-item a h3 {
			opacity: 1 !important;
		}
   }
   section.board-wrapper div:nth-child(3n+0){
	   margin-right: 0;
   }
   
   section.board-wrapper div.ms-item a{
	   text-decoration: none;
   }
   
   
   /* Board Detail Styles */
   
   div.img-container,
   div.container{
	   margin-bottom: 30px;
   }
   
   blockquote{
	   background: transparent url(images/site-sprite.png) -395px -296px no-repeat;
	   border-top: 1px solid #151515;
	   border-bottom: 1px solid #151515;
	   font-size: 22px;
	   line-height: 150%;
	   padding: 20px 50px 20px 100px;
	   margin: 40px 0px;
   }
   
   blockquote span{
	   display: none;
   }
   
   section.text-wrapper{
	   -moz-column-count: 2;
	   -moz-column-gap: 50px;
	   -webkit-column-count: 2;
	   -webkit-column-gap: 50px;
	   column-count: 2;
	   column-gap: 50px;
   }
   
   section.text-wrapper p{
	   font-size: 1.0625em;
	   line-height: 160%;
	   margin-bottom: 4%;
   }
   
   section.text-wrapper p strong{
	   font-size: 1.35em;
	   font-weight: 300;
	   line-height: 140%;
   }
   
   
   
   /* Friends Page */
   
   body.page-id-67 .text-wrapper{
	   -moz-column-count: 1;
	   -moz-column-gap: 0px;
	   -webkit-column-count: 1;
	   -webkit-column-gap: 0px;
	   column-count: 1;
	   column-gap: 0px;
   }
   
   .text-wrapper div.left   {  float: left;  width: 45%;   }
   .text-wrapper div.right  {  float: right;  width: 45%;  }
   
   .text-wrapper div.left ul.friends-list:first-child{
	   border-bottom: 1px solid #151515;
   }
   
   ul.friends-list{
	   padding-bottom: 0px;
	   margin-bottom: 25px;
   }
   
   ul.friends-list li{
	   border-bottom: 1px dotted #151515;
	   font-size: 1.2em;
	   line-height: 150%;
	   list-style: circle;
	   list-style-position: outside;
	   padding-bottom: 16px;
	   margin-bottom: 16px;
   }
   
   ul.friends-list li:last-child{
	   border-bottom: none;
   }
   
   ul.friends-list li.list-head{
	   font-size: 1.5em;
	   font-weight: 300;
	   list-style: none;
   }
   
   ul.friends-list li a{
	   display: block;
	   height: 100%;
	   text-decoration: none;
	   width: 100%;
   }
   
   /* Contact Page */
   
   section.contact-wrapper{
	   margin-top: 70px;
   }
   
   section.contact-wrapper div.left  {  float: left; width: 45%;  }
   section.contact-wrapper div.right  {  float: right; width: 45% }
   
   
   section.contact-wrapper h3{
	   margin-bottom: 20px;
   }
   
   section.contact-wrapper ul li{
	   border-bottom: 1px dotted #151515;
	   font-size: 1.125em;
	   line-height: 130%;
	   margin-bottom: 20px;
	   padding-bottom: 20px;
   }
   
   section.contact-wrapper ul li h4{
	   font-size: 1.2em;
	   margin-bottom: 12px;
   }
   
   
   /* ==|== media queries ======================================================
	  EXAMPLE Media Query for Responsive Design.
	  This example overrides the primary ('mobile first') styles
	  Modify as content requires.
	  ========================================================================== */
   
   @media screen and (max-width: 1240px) {
	   
	   
	   h3{
		   font-size: 1.5em;
	   }
	   
	   h4{
		   font-size: 1.25em;
	   }
	   
	   
	   .wrapper{
		   width: 870px;
	   }
	   
	   
	   /* About Page */
	   
	   
	   section.text-wrapper p {
		   font-size: 0.9375em;
	   }
	   
	   section.text-wrapper p strong{
		   font-size: 1.25em;
		   font-weight: 300;
		   line-height: 140%;
	   }
	   
	   
	   /* Friends Page */
   
	   ul.friends-list li{
		   font-size: 1.2em;
		   padding-bottom: 12px;
		   margin-bottom: 12px;
	   }
   
	   ul.friends-list li.list-head{
		   font-size: 1.5em;
	   }
   
	   /* Contact Page */
	  
	   section.contact-wrapper h4{
			  font-size:21px;  
	   }
	  
	   section.contact-wrapper ul li{
		   font-size: 17px;
	   }
   
   }
   
   @media screen and (max-width: 980px) {
	   
	   
	   .wrapper{
		   width: 700px;
	   }
	   
	   article.post{
		   float: none;
		   width: 100%;
	   }
	   section.board-wrapper div.ms-item{
		   margin: 0 4% 4% 0;
		   width: 48%;
	   }
	   
	   section.board-wrapper div.ms-item a span{
		   bottom: 0px;
	   }
	   
	   section.board-wrapper div.ms-item:nth-child(odd){
		   margin-right: 4%;
	   }
	   
	   section.board-wrapper div.ms-item:nth-child(even){
		   margin-right: 0; 
	   }
	   
	   /* Friends Page */
	   
	  .text-wrapper div.left ul.friends-list:first-child{
		   padding-bottom: 20px;
	   }
	   
	   ul.friends-list li{
		   font-size: 1.1em;
		   line-height: 275%;
		   margin-bottom: 0px;
		   padding-bottom: 0px;
	   }
	   
	   ul.friends-list li.list-head{
		   font-size: 1.25em;
		   line-height: 150%;
		   padding-bottom: 12px;
	   }
   
	   /* About */
	   
	   section.text-wrapper{
		   -moz-column-count: 1;
		   -moz-column-gap: 0px;
		   -webkit-column-count: 1;
		   -webkit-column-gap: 0px;
		   column-count: 1;	
		   column-gap: 0px;	
	   }
   
	   section.text-wrapper p strong{
		   font-size: 1.25em;
	   }
   
	   section.text-wrapper p {
		   font-size: 1em;
		   margin-bottom: 2.25%;
	   }
   
   }
   
   @media screen and (max-width: 720px) {
	   
	   .wrapper{
		   width: 90%;
	   }
	   
	   header{
		 overflow: hidden;
	   }
	   
	  .fixed {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	  }
	  
	  .nav-collapse,
	  .nav-collapse * {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	  }
	
	  .nav-collapse li{
		  border-bottom: 1px solid #d0d0d0;
	  }
	  
	  .nav-collapse li a{
		  display: block;
	  }
	  
	  
	  .nav-collapse ul li.tumblr,
	  .nav-collapse ul li.instagram{
		 margin: 0px;
		 display: block;
		 width: 100%;
		 height: 100%;
	  }
	  
	  .nav-collapse ul li.tumblr span,
	  .nav-collapse ul li.instagram span{
		  display: block;
		  float: left;
		  padding: 3px 0 0 30px;
	  }
	  
	   
	   section.board-wrapper div.ms-item{
		   margin: 0 0 4% 0;
		   width: 100%;
	   }
	   
	   
	   /* Boards Page Styles */
	   
	   article.post h2{
		   font-size: 1.5em;
		   margin: 2em 0 1em;
	   }
	   
	   blockquote{
		   background-image: none;
		   border-bottom: none;
		   border-top: none;
		   font-weight: 500;
		   padding: 0;
		   margin-bottom: 20px;
	   }
	   
	   blockquote span{
		   display: inline;
	   }
	   
	   section.text-wrapper{
		   -moz-column-count: 1;
		   -moz-column-gap: 0px;
		   -webkit-column-count: 1;
		   -webkit-column-gap: 0px;
		   column-count: 1;
		   column-gap: 0px;
	   }
	   
	   section.text-wrapper p{
		   margin-bottom: 3%;
	   }
	   
	   /* Contact Page */
	   
	   
	   section.contact-wrapper div.left   {  float: none; width: 100%;  }
	   section.contact-wrapper div.right  {  float: none; width: 100%   }
	   
	   
	   
	   
	   /* About Page */
	   
	   div.flexslider{
		   display: none;
	   }
	   
	   
	   /* Friends Page */
	   
	   ul.friends-list{
		   border-bottom: 1px solid #151515;
		   padding-bottom: 20px;
	   }
	   
	   ul.friends-list li{
		   list-style-position: inside;
	   }
   
	   .text-wrapper div.right ul.friends-list:last-child{
		   border-bottom: none;
	   }
   
	   .text-wrapper div.left   {  float: none;  width: 100%;   }
	   .text-wrapper div.right  {  float: none;  width: 100%;   }
   
   
	   /* Footer */
   
	   footer{
		   text-align: center;
	   }
   
	   footer .wrapper{
	   background-image: none;
	   height: 100%;
	   }
	   
	   footer nav{
		   text-align: center;
		   float: none;
		   margin-top: 5%;
	   }
	   
	   footer nav ul{
		   display: none;
	   }
	   
	   footer nav ul li{
		   font-size: 1em;
	   }
	   
	   footer nav p{
		   font-size:0.75em;
	   }
	   
	   footer nav p.top{
		   display: block;
		   font-size: 1.3em;
		   margin-bottom: 2.5%;
	   }
	   
		   /* ------------------------------------------
		 NAV TOGGLE STYLES
	   --------------------------------------------- */
	   
	   @font-face {
		 font-family: "responsivenav";
		 src:url("icons/responsivenav.eot");
		 src:url("icons/responsivenav.eot?#iefix") format("embedded-opentype"),
		   url("icons/responsivenav.ttf") format("truetype"),
		   url("icons/responsivenav.woff") format("woff"),
		   url("icons/responsivenav.svg#responsivenav") format("svg");
		 font-weight: normal;
		 font-style: normal;
	   }
	   
	   .nav-toggle {
		 position: fixed;
		 -webkit-font-smoothing: antialiased;
		 -moz-osx-font-smoothing: grayscale;
		 -webkit-touch-callout: none;
		 -webkit-user-select: none;
		 -moz-user-select: none;
		 -ms-user-select: none;
		 user-select: none;
		 text-decoration: none;
		 text-indent: -999px;
		 position: relative;
		 overflow: hidden;
		 width: 55px;
		 height: 55px;
		 margin-right: -13px;
		 float: right;
	   }
	   
	   .nav-toggle:before {
		 color: 000; /* Edit this to change the icon color */
		 font-family: "responsivenav", sans-serif;
		 font-style: normal;
		 font-weight: normal;
		 font-variant: normal;
		 font-size: 28px;
		 text-transform: none;
		 position: absolute;
		 content: "≡";
		 text-indent: 0;
		 text-align: center;
		 line-height: 55px;
		 speak: none;
		 width: 100%;
		 top: 0;
		 left: 0;
	   }
	   
	   .nav-toggle.active::before {
		 font-size: 24px;
		 content:"x";
	   }
		   
	   
   }
   
   @media all and (-webkit-min-device-pixel-ratio: 1.5) {
	 #logo {
	   background-image: url('images/logo@2x.png');
	   background-size: 112px 35px;
	 }
	 #tumblr {
	   background-image: url('images/tumblr_btn@2x.png');
	   background-size: 20px 20px;
	 }
	 #instagram {
	   background-image: url('images/instagram_btn@2x.png');
	   background-size: 20px 20px;
	 }
   }
   
   
   
   
   
   
   
   /* ==|== non-semantic helper classes ========================================
	  Please define your styles before this section.
	  ========================================================================== */
   
   /* For image replacement */
   .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
   .ir br { display: none; }
   
   /* Hide from both screenreaders and browsers: h5bp.com/u */
   .hidden { display: none !important; visibility: hidden; }
   
   /* Hide only visually, but have it available for screenreaders: h5bp.com/v */
   .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
   
   /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
   .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
   
   /* Hide visually and from screenreaders, but maintain layout */
   .invisible { visibility: hidden; }
   
   /* Contain floats: h5bp.com/q */
   .clearfix:before, .clearfix:after { content: ""; display: table; }
   .clearfix:after { clear: both; }
   .clearfix { *zoom: 1; }
   
   
   
   /* ==|== print styles =======================================================
	  Print styles.
	  Inlined to avoid required HTTP connection: h5bp.com/r
	  ========================================================================== */
   
   @media print {
	 * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	 a, a:visited { text-decoration: underline; }
	 a[href]:after { content: " (" attr(href) ")"; }
	 abbr[title]:after { content: " (" attr(title) ")"; }
	 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	 pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	 thead { display: table-header-group; } /* h5bp.com/t */
	 tr, img { page-break-inside: avoid; }
	 img { max-width: 100% !important; }
	 @page { margin: 0.5cm; }
	 p, h2, h3 { orphans: 3; widows: 3; }
	 h2, h3 { page-break-after: avoid; }
   }
   