/*
-----------------------------------------------
Web Font Specimen .com
Author:   Tim Brown, Nice Web Type
Date:     6 May 2010

16/1000
-----------------------------------------------*/

body { font-size: 100%; }


/* Layout
-----------------------------------------------*/
body {
	padding-bottom: 36px;
	text-align: center;
	}
#wrapper {
	width: 80%;
	max-width: 62.5em;
	min-width: 43.75em;
	margin: 0 auto;
	text-align: left;
	}
.intro {
	margin: 0 0 1.5em;
	padding: 1em 1.331em;
	background-color: #13110F;
	background-color: rgba(0,0,0,0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	}

.l50 {
	float: left;
	width: 46.449%;
	}
.r50 {
	float: right;
	width: 46.449%;
	}

.l60 {
	float: left;
	width: 61.805%;
	}
.r40 {
	float: right;
	width: 38.195%;
	}

.l75 {
	float: left;
	width: 73.802%; /* 738.029 */
	}
/* gap = 25.888 */
.r25 {
	float: right;
	width: 23.608%; /* 236.083 */
	}

/* About page -------- */
.about #header {
	border-bottom: 1px #26221E solid;
	}
.about #content {
	margin: 1em 6.854em 0;
	}
.about p+h2 {
	margin-top: 1.5em;
	}
.about h3+p {
	margin-top: 0;
	}
.about p {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	}
.about a {
	font-weight: 300;
	}
.about #footer p {
	font-size: 0.813em; /* 13/16 = 0.8125 */
	}
	
#footer {
	margin-top: 36px;
	border-top: 1px rgb(65, 56, 64) solid;
	padding-top: 0;
	}
	

/* Type and color
-----------------------------------------------*/
body {
	background-color: #312F2B;
	color: #ABA49A;
	line-height: 1.5em;
	}
	.wf-loading body,
	.wf-inactive body {
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
		}
h2 {
	margin: 0 0 0.25em;
	font-size: 1.5em; /* 24/16 = 1.5 */
	line-height: 1.5em;
	color: #928575;
	font-weight: 300;
	}
h3 {
	margin: 0 0 0.25em;
	font-size: 1em;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #B8A789;
	font-weight: 300;
	}
.wf-inactive h3 {
	text-transform: none;
	letter-spacing: 0;
	}
p, li {
	margin: 1em 0;
	font-size: 0.813em; /* 13/16 = 0.8125 */
	line-height: 1.5em; /* (1.5 * 0.8125 = 1.21875) * 16 = 19.5 */
	}
p + h2 {
	margin-top: 0;
	}
ol {
	list-style-type: upper-alpha;
	}
em {
	font-style: normal;
	color: #fff;
	}
img {
	max-width: 100%;
	}


/* Links
-----------------------------------------------*/
a {
	text-decoration: none;
	font-weight: 500;
	}
a:link,
a:visited {
	color: #B8A789;
	}
a:hover { color: #cf5c54; }
p a { padding: 6px 0; }

	
/* Masthead
-----------------------------------------------*/
#header {
	position: relative;
	}
h1 {
	position: relative;
	margin: 24px 0 0;
	font-size: 42px;
	line-height: 80px;
	font-weight: 300;
	text-indent: 8px;
	color: #fff;
	}
h1 strong {
	font-weight: 900;
	}

	
/* Nav
-----------------------------------------------*/
ul#nav {
	float: left;
	margin: 3.4em 0 0;
	}
ul#nav li {
	float: left;
	margin: 0 1em 0 0;
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}
ul#nav li.last {
	margin-right: 0;
	}
ul#nav li a {
	display: block;
	float: left;
	padding: 0.618em;
	font-weight: 400;
	-webkit-border-radius: 4px;
	-webkit-transition: all .2s linear;
	}
ul#nav li a:link,
ul#nav li a:visited {
	color: #999;
	background-color: transparent;
	}
ul#nav li a:hover {
	color: #fff;
	background-color: #111;
	}
body.home ul#nav li#home a:link,
body.home ul#nav li#home a:visited,
body.about ul#nav li#about a:link,
body.about ul#nav li#about a:visited {
	background-color: #111;
	}
	
	
/* Intro
-----------------------------------------------*/
.intro h2 {
	color: #746A5D;	
	}
.intro h3 {
	margin-bottom: 0;
	}
.intro h3+p {
	margin-top: 0;
	}
.intro h3 a:link,
.intro h3 a:visited {
	font-weight: 300;
	}
.intro a.btn { margin-right: 0.618em; }
a.btn:link,
a.btn:visited {
	padding: 6px 10px;
	color: #ABA49A;
	background-color: rgba(255,255,255,0.1);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: color, background-color .2s ease-out;
	}
a.btn:hover {
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	}
#promo p img {
	float: right;
	margin: 0.314em 0 0 0.508em;
	}


/* How to
-----------------------------------------------*/
#howto h2 {
	margin-bottom: 0.822em;
	padding-bottom: 0.1em;
	border-bottom: 1px #444 solid;
	text-align: center;
	color: #fff;
	}
#howto h3 {
	display: inline;
	line-height: 2.153em;
	margin: 0;
	}
#howto ol {
	list-style-position: inside;
	list-style-type: decimal;
	font-weight: 500;
	}
#howto li {
	float: left;
	width: 17.742%;
	margin: 0 0.945% 0 0;
	padding: 0.618em 0 1em;
	font-size: 1em;
	line-height: 1em;
	text-shadow: none;
	}
#howto li.last {
	margin-right: 0;
	}

#howto li#addtype {
	width: 61.804%;
	text-indent: 3.469%;
	background-color: rgba(0,0,0,0.2);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	}
#howto #addtype ul {
	list-style-type: none;
	padding-left: 3.469%;
	padding-right: 3.469%;
	text-indent: 0;
	}
#howto #addtype ul li {
	width: 100%;
	overflow: hidden;
	margin-right: 3.594%;
	padding: 0;
	text-align: center;
	}
#howto #addtype a.img {
	position: relative;
	border: none;
	background-color: #fff;
	padding: 15px 10px 5px;
	width: 825px;
	text-align: left;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-transition: none;
	margin-bottom: 1px;
	}
#howto #addtype a.img:hover {
	color: #fff;
	}
#howto #addtype a.img:hover:after {
	content: attr(title);
	position: absolute; top: 0; left: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0 0 10px;
	text-align: left;
	color: #fff;
	background-color: rgba(37, 33, 30,0.7);
	font-size: 18px;
	line-height: 18px;
	text-shadow: 0 1px 4px #26221E;
	}
#howto a.img {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	}
#howto a.img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 9.713px #000 solid;
	border-bottom-width: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: all .2s linear;
	font-size: 0;
	line-height: 0;
	}
#howto a.img:hover {
	border-color: #4E473E;
	}
#howto a.img span {
	position: absolute;
	bottom: 0; left: 0;
	display: block;
	-webkit-transition: all .1s ease-in;
	}
#howto a.img:hover span {
	bottom: -30%;
	}
#howto span.img {
	display: block;
	margin: 0;
	padding: 0;
	border: 9.713px #33312d solid;
	border-bottom-width: 14px;
	font-size: 0;
	line-height: 0;
	}
#howto p {
	margin: 1.5em 0.618em;
	}
#howto a.img+p,
#howto span.img+p {
	margin-top: 0.382em;
	}


/* Specimen
-----------------------------------------------*/
#specimen {
	margin-top: 36px;
	}
#specimen img {
	float: left;
	margin-right: 36px;
	}
	

/* Clearing Floats
http://www.positioniseverything.net/easyclearing.html
-----------------------------------------------*/
.group:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.group {display: inline-block;}

/* Hides from IE-mac \*/
* html .group {height: 1%;}
.group {display: block;}
/* End hide from IE-mac */