@import url(http://fonts.googleapis.com/css?family=Open+Sans|Habibi);
/* icomoon */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-vwphlj');
	src:url('../fonts/icomoon.eot?#iefix-vwphlj') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-vwphlj') format('woff'),
		url('../fonts/icomoon.ttf?-vwphlj') format('truetype'),
		url('../fonts/icomoon.svg?-vwphlj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e600";
}
.icon-search:before {
	content: "\e601";
}
.icon-list:before {
	content: "\e602";
}
/**/

* {
	margin: 0;
	padding: 0;
	
	-webkit-font-smoothing: antialiased;
	
	/* Don't count padding and borders towards widths */ 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**
 *   Typographic reset
 */
body {
	/* Use a serif font for nice readability, but not Times 
	font: 17px/26px Skolar, Tisa, "Chaparral Pro", Merriweather, Georgia, serif;
	font-family: "Habibi", serif;*/
	font-family: Skolar, Tisa, "Chaparral Pro", Merriweather, Georgia, serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.428571429;
	color: #333333;
	background-color: #3E424E;
	background-image: url('../img/bg.svg');
}

/*h1, h2, h3, h4, h5, #logo, #top, .slidey b, .slidey label, .counter, input, textarea, button, .pagination {
	font-family: "Helvetica Neue", "Open Sans", sans-serif;
	font-weight: 300;
}*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

h4,
h5,
h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}

h1,
.h1 {
  font-size: 46px;
}

h2,
.h2 {
  font-size: 39px;
}

h3,
.h3 {
  font-size: 29px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

h1 small,
.h1 small {
  font-size: 29px;
}

h2 small,
.h2 small {
  font-size: 22px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 17px;
}

pre, code, .mono {
	font: 12px/19px "Anonymous Pro", Consolas, monospace;
	padding: 0 2px;
}

p {
	padding-bottom: 15px;
	text-align: justify;
}

.bio p {
	text-align: left;
}

pre {
	padding: 15px 20px;
	margin-bottom: 20px;
	
	border-radius: 5px;
	white-space: pre-wrap;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}
	a img {
		border: none;
	}

dl h2 {
  color: grey;
}

dl a {
  color: black;
}

dl a:hover {
  color: #6f7b8b;
}

dt {
  margin-left: 4px;
}

dd {
  margin-left: 6px;
}

/**
 *   Layout reset
 */
.wrap {
	min-width: 280px;
	max-width: 750px;
	width: 80%;
	
	margin: 0 auto;
}


/**
 *   Default colours
 */
body, .items > li:first-child {
	color: #333333;
	padding: 0 0 60px;
}
a, .items h1 a:hover {
	color: #6f7b8b;
}
	a:hover {
		color: #333;
	}
	
pre, .hilite, mark {
	background: #f9f6ea;
	color: #8b7c65;
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
}

input, textarea {
	color: #697281;
}
	::-webkit-input-placeholder {
		color: #b2b9c5;
	}
	:-moz-placeholder, :placeholder {
		color: #b2b9c5;
	}
	
.error, .success {
	padding: 20px 30px;
	margin-bottom: 30px;

	background: #e25d47;
	color: #fff;
	
	border-radius: 5px;
}
	.success {
		background: #88be33;
	}
	.error p, .success p {
		float: none !important;
		width: 100%;
		padding: 0;
		margin: 0 !important;
	}

/**
 *   Transitions and animations
 */
a, a img {
	-webkit-transition: opacity .2s, color .2s;
	-moz-transition: opacity .2s, color .2s;
	transition: opacity .2s, color .2s;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
   margin-bottom: 2em;
}