@font-face {
    font-family: 'Fira Sans';
    src: url('/is/in/the/house/fonts/firasans-light-webfont.eot');
    src: url('/is/in/the/house/fonts/firasans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/is/in/the/house/fonts/firasans-light-webfont.woff2') format('woff2'),
         url('/is/in/the/house/fonts/firasans-light-webfont.woff') format('woff'),
         url('/is/in/the/house/fonts/firasans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Playfair Display';
    src: url('/is/in/the/house/fonts/playfairdisplay-bold-webfont.eot');
    src: url('/is/in/the/house/fonts/playfairdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/is/in/the/house/fonts/playfairdisplay-bold-webfont.woff') format('woff'),
         url('/is/in/the/house/fonts/playfairdisplay-bold-webfont.ttf') format('truetype'),
         url('/is/in/the/house/fonts/playfairdisplay-bold-webfont.svg#playfair_displaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	color: #333;
	background-color: #fff;
	font-family: Lucida Grande, Tahoma, Helvetica, arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#container { 
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	max-width:980px;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

.gray { color: #ccc; }

h1 {
	color: #000;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	margin-top: 0px;
    font-family: 'Fira Sans';
}

a {
	color: #a00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #c00;
}
div#left a:hover { background: #fec; }
a:visited { color: #888; }
hr { margin: 2em 0 2em 0; }


div#left {
	float: left;
	margin-right: 20px;
	font-size: 85%;
}

p.entry-header {
	margin: 0px;
	padding: 0px;
}
p.entry-header a {
	padding: .6em;
	display: block;
	border-bottom: 1px solid #eee;
}


p, ul, ol, pre, table, blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
}

p.big { 
    font: normal 200%/140% 'Fira Sans', 'LucidaGrande', Helvetica, Arial, sans-serif; 
}

.thumb a {
  color: #888;
  font: normal 115%/130% 'Fira Sans','LucidaGrande', Helvetica, Arial, sans-serif;
    -webkit-transition: color .25s;
    transition: color .25s;
}

.thumb a:hover { color: #c00; text-decoration: none; }
.thumb img { padding: 2px; margin-bottom: 8px;}
.thumb a img {
	background-color: #eee; 
    -webkit-transition: background 2s;
    transition: background 2s;
}
.thumb a:hover img { background-color: #fe9; }


div#right p.recently { margin-top: 0px; }
div#right.entry a:hover { text-decoration: underline; }




a.nav:hover { background: #000; color: #fff; text-decoration: none; }
h2 { font-size: 3em; margin-top: 1em; padding: .5em 0; }

#nav a.nav, h2 { font-family: 'Playfair Display', serif; font-weight: normal; }

/* ie 6,7 hacks */
#nav a#ti, .nav { *font-size: 12px; *letter-spacing: 1px; *font-weight: bold;  }

#nav {
	 border-bottom: 2px solid #ddd;
	 padding-bottom: 4px;
	 margin-top: 5px;
	 margin-bottom: 1em;
	 display: table;
	 width: 100%;
	 border-collapse: separate;
	 border-spacing: 0px 2px;
}

a.nav { 
	color: #900;
	font-size: 2.5em;
	display: table-cell;
    -webkit-transition: background 1s, color .25s;
    transition: background 1s, color .25s;
}
		
/* Mobile */
@media only screen and (min-width : 320px) {
	#container { max-width:320px; }
	a.nav { font-size: 16px; padding: 5px 3px;}
	#nav a#ti { padding-left: 0px; border-left:  } 

	p.big { 
	    font: normal 125%/140% 'Fira Sans', 'LucidaGrande', Helvetica, Arial, sans-serif; 
	}

	#right.entry {
		padding-left: 0px;
		width: 100%;
	}
	#right { clear: both; }
	
	h2 { text-align: center; }
	
	.thumb img {
		width: 99%;
		height: auto;
	}
	.thumb {
		margin: 0 50px 100px 15px;
		width: 290px;
		height: 185px;
	}
}

@media only screen and (max-width : 699px) {
	#left { display: none; }
	div#right.entry img {
		width: 100%;
		height: auto;	
	}
}


/* Tablet */
@media only screen and (min-width : 700px) {
	#container { max-width:735px; }	
	#nav a#ti { border-left: 2px solid #ddd; } 
	a.nav {
		font-size: 2.25em;
		padding: 20px 10px 20px 10px; 
		border-right: 2px solid #ddd;
	 }

	p.big { 
	    font: normal 200%/140% 'Fira Sans', 'LucidaGrande', Helvetica, Arial, sans-serif; 
	}

	h2 { text-align: left; }

	div#left { width: 150px; }

	div#right {
		clear: none;
		float: left;
		width: 500px;
	}

	div#right.entry {
		width: 450px;
	}

	ul.box li {
	  width: 225px;
	  height: 145px;
	}
	.thumb {
		width: 220px;
		float: left;
		margin-right: 33px;
		height: 220px;
	}

}


/* Desktop */
@media only screen and (min-width : 1024px) {
	#container { max-width:980px; }	
	
	#nav a#ti {  width: 72px; padding-left: 12px; } 

	div#left { width: 180px; }

	div#right {
		clear: none;
		float: left;
		width: 750px;
	}

	div#right.entry {
		width: 550px;
		margin-left: 50px;
	}
}



.bots img {
    float: left;
    padding: 0 1em 1em 0;
    width: 50px !important;
    height: 50px !important;
    border: 0px;
}

.bots { margin-bottom: 2em; }
.bots p { clear:both; overflow:hidden; }
.bots h3 {
    font-family: 'Fira Sans';
    border-top: 1px solid #eee;
    padding-top: 1em;
    margin-top: 1em;
    font-size: 1.5em;
    font-weight: normal;
}



/* css shaddow technique from from http://matthamm.com/box-shadow-curl.html */

ul.box { margin: 0; padding: 0; }

ul.box li {
list-style-type: none;
margin: 0 9px 80px 9px;
padding: 0;
border: 1px solid #efefef;
position: relative;
float: left;
background: #ffffff; /* old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* ie */
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }

ul.box li:after {
z-index: -1;
position: absolute;
background: transparent;
width: 70%;
height: 55%;
content: '';
right: 10px;
bottom: 10px;
-webkit-transform: skew(15deg) rotate(5deg);
-webkit-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.3);
-moz-transform: skew(15deg) rotate(5deg);
-moz-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.3); }

ul.box li:before {
z-index: -2;
position: absolute;
background: transparent;
width: 70%;
height: 55%;
content: '';
left: 10px;
bottom: 10px;
-webkit-transform: skew(-15deg) rotate(-5deg);
-webkit-box-shadow: -8px 12px 10px rgba(0, 0, 0, 0.3);
-moz-transform: skew(-15deg) rotate(-5deg);
-moz-box-shadow: -8px 12px 10px rgba(0, 0, 0, 0.3); }