/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/*::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }*/
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/*
-----------------------------------------------
Nice Web Type
Author:   Tim Brown
Date:     16 Apr 2011

http://modularscale.com/scale/?px1=16&px2=14&ra1=1.618&ra2=0
----------------------------------------------- */

html {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	}

body {
	margin: 0;
	font-family: "ff-scala-sans-web-pro-1";
	font-size: 18px;
	line-height: 1.416;
	color: #444;
	background-color: #efefed;
	}
	.wf-inactive body {
		font-family: Verdana, Arial, sans-serif;
		font-size: 13px;
		line-height: 1.5;
		}
h2 { margin: 0; }
h3 {
	margin: 2.291em 0 1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
h4 {
	margin: 1em auto;
	font-weight: normal;
	font-style: italic;
	}
h5 {
	font-weight: normal;
	}
p { margin: 1em 0; }
p+p { margin-top: -1em; text-indent: 1.618em; }
p+p.nl { margin-top: 1em; text-indent: 0; }
h2+p { margin-top: 0.618em; }
ul,ol { margin: 1em 0 1em 1.416em; }
li { margin-bottom: 0.541em; }
dl { margin: 1em 0; }
dd { margin: 0 0 1em 0.541em; }
em, i { font-style: italic; }
strong, b { background-color: #ffc; font-weight: normal; }
img, iframe { max-width: 100%; }
code {
	font-family: droid-sans-mono-1, droid-sans-mono-2, "Courier New", Courier, monospace;
	color: #3686aa;
	font-size: 14px;
	}
pre { padding: 0; margin: 1em 0 1.5em 2em; }
ins {
	background-color: transparent;
	color: inherit;
	}
abbr {
	padding: 0;
	border-bottom: none;
	text-decoration: none;
	}

a { text-decoration: none; padding-bottom: 1px; }
a:link { color: #668E2A; }
a:visited { color: #668E2A; }
a:hover { color: #4a671e; }
a:hover { color: #7FBC00; }

h2 a:link,
h2 a:visited {
	color: #000;
	}
h2 a:hover {
	color: #668E2A;
	}

::-moz-selection{ background: #ffa; xcolor: #AA3C23; text-shadow: none; }
::selection { background:#ffa; xcolor: #AA3C23; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #eaeae9; }


/* Layout
-----------------------------*/
#container {
	background-color: #FAFAF9;
	}
.group {
	margin: 0;
	padding: 0 16px;
	max-width: 600px;
	margin: 0 auto;	
	}


/* Intro area
-----------------------------*/
header {
	color: #fff;
	background-color: #2B2924;
	-webkit-transition: background 0.3s ease;
	}
header:hover {
	xbackground-color: #853827;
	}
header h1 {
	margin-left: 14px; /* Optical alignment w/ other text elements that have padding of 16 */
	font-family: "cronos-pro-display-1";
	font-weight: 300;
	font-size: 36.651px;
	line-height: 1.1; /* Improvised — this looked best */
	text-transform: uppercase;
	letter-spacing: 0.05em;
	word-spacing: 0.128em;	
	}
#description {
	display: none;
	}
header h1 a:link,
header h1 a:visited {
	color: #fff;
	}
header h1 a:hover {
	color: #fff;
	}
#about {
	clear: left;
	font-size: 16px;
	line-height: 1.416;
	}
#hs, .x,
.extra { display: none; }

.nav {
	list-style: none;
	margin: 8.653px 0 8.653px -6px;
	height: 30px;
	}
.nav li {
	display: block;
	float: left;
	padding: 0 6px;
	font-family: "cronos-pro-1";
	font-size: 16px;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.nav li a {
	padding: 6px 0 5px;
	color: #333;
	}
.nav li a:hover {
	border-top: 1px #e9d9d3 solid;
	border-bottom: 1px #e6d6cf solid;
	background-color: rgba(255,255,255,0.5);
	color: #000;
	-webkit-box-shadow: 0 3px 0 #f6f6f6, 0 -2px 0 #f6f6f6;
	}
body.home .nav li#home a,
body.notes .nav li#notes a {
	border-bottom: 1px #ddd solid;
	}

#follow {
	height: 48px;
	margin-bottom: 2.291em;
	padding-left: 54px;
	background: transparent url(http://nicewebtype.com/images/1012-follow.png) top left no-repeat;
	}
.side-secondary {
	margin-top: -16px;
	}


/* Feature
-----------------------------*/
#feature {
	margin: 41.887px 0;
	}
#feature h1 {	
	margin: 0.541em 0 0.236em;
	font-family: "cronos-pro-1";
	font-weight: 600;
	font-size: 22.652px;
	}

/* Message
-----------------------------*/
.message {
	margin-bottom: 1.618em;
	text-align: left;
	border-top: 1px #EDECE5 solid;
	border-bottom: 1px #EDECE5 solid;
	background-color: #fff;
	}
.message p { margin: 1em 0 0.8em; }


/* Thirds
-----------------------------*/
.third {
	border-top: 1px #eaeae9 solid;		
	margin-right: 0;
	margin-top: 1.618em;
	padding-top: 0.5em;
	}
.three h1 {
	margin: 1.5em 0 0.236em;
	text-align: left;
	font-family: "cronos-pro-1";
	font-weight: 600;
	font-size: 22.652px;
	line-height: 1.236; /* 1 + 0.236; So the leading in multi-line headings matches the bottom margin. */
	color: #333;
	}
.three h2 {
	font-family: "cronos-pro-1";
	font-size: 22.652px;
	font-weight: 400;
	}
#feature h1+p,
.three h1+p {
	margin: 0 auto 1em;
	}
.third p img {
	float: left;
	margin: 0 8px 0 0;
	}
.three ul {
	list-style: none;
	margin: 0;
	}


/*#toolbox
-----------------------------*/
#toolbox {
	margin: 1em 0;
	padding: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	xbackground-color: #443c37;
	background-color: #413934;
	-webkit-box-shadow: 0 2px 2px rgba(128,128,128,0.3);
	}
#toolbox a.item {
	display: block;
	padding: 18px;
	xbackground-color: rgba(128,128,128,0.1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(128,128,128,0.2)), to(rgba(128,128,128,0.1)));
	margin-top: 1px;
	-webkit-transition: background 0.3s ease;
	}
#toolbox a.item:hover {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(192,192,192,0.2)), to(rgba(192,192,192,0.1)));
	-webkit-transition: background 0.1s ease;
	}
#toolbox a.item:active {
	background-color: rgba(0,0,0,0.1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 2%, from(rgba(0,0,0,0.2)), to(rgba(0,0,0,0)));
	xbackground-image: none;
	-webkit-transition: background 0.1s ease;
	}
#toolbox h2 {
	margin: 0;
	font-size: 16px;
	font-family: "ff-scala-sans-web-pro-1";
	color: #fe9;
	}
#toolbox h2 img {
	margin-left: 0.4em;
	}
#toolbox h2+p {
	margin-top: 0;
	}
#toolbox p {
	font-size: 16px;
	color: rgba(255,255,255,0.75);
	}
#toolbox p:last-child { margin-bottom: 0; }


/* Dribbble
-----------------------------*/
.dribbble h1 {	
	margin: 0 0 0.236em;
	font-family: "cronos-pro-1";
	font-weight: 600;
	font-size: 22.652px;
	}
.dribbble .main section {
	clear: both;
	}
.dribbble .main a.img {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	}
.dribbble .main p:nth-child(2) {
	padding-top: 20px;
	}
.dribbble .side {
	margin-top: 17.85em;
	}


/* Footer
-----------------------------*/
footer {
	margin: 2em 0 0;
	padding: 0.1em 16px 1.416em;
	color: #999;
	background-color: #efefed;
	}
footer p {
	margin: 1em auto;
	}
footer a:link,
footer a:visited {
	color: #666;
	}
footer a:hover {
	color: #000;
	}


/* Notes
-----------------------------*/
/*.notes header {
	color: #fff;
	background-color: #812c19;
	}*/
.post {
	display: block;
	margin: 59.301px 0;
	}
.post h2 {
	font-family: "cronos-pro-1","cronos-pro-2";
	font-size: 22.652px;
	font-weight: 400;
	}
.post h2 span {
	margin-left: 0.618em;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	font-family: "ff-scala-sans-web-pro-1","ff-scala-sans-web-pro-2";
	}
.post h2 a:link,
.post h2 a:visited {
	border-bottom: 2px #ebebe8 solid;
	}
.post h2 a.para:link,
.post h2 a.para:visited {
	border-bottom: none;
	}
.post a.para {
	font-size: 16px;
	}
a.para:link,
a.para:visited {
	padding: 0 0.382em;
	font-family: "cronos-pro-1","cronos-pro-2";
	font-weight: 600;
	color: #cfcfc9;
	}
a.para:hover {
	color: #000;
	-webkit-border-radius: 10px;
	background-color: rgba(128,128,128,0.1);
	}

.post p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	}
.post blockquote {
	margin-left: 1px;
	padding-left: 0.875em;
	border-left: 2px #ebebe8 solid;
	}

.pfoot {
	font-size: 14px;
	color: #ccc;
	}
.pfoot .tags a {
	margin-right: 0.5em;
	}
.pfoot a:link,
.pfoot a:visited {
	color: #999;
	}
.pfoot a:hover {
	color: #668E2A;
	}

p.post-meta {
	margin: 0;
	font-size: 14px;
	}

/*.post-meta {
	background-color: #fff;
	border: 1px #efefed solid;
	}
.post-meta p {
	padding: 0 1em;
	}*/

/* Comments
-----------------------------*/
.comments {
	margin-left: 0;
	/*width: ;*/
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	}
.comments li {
	position: relative;
	margin: 3em 0;
	}
.comm-meta {
	margin-left: 0.5em;
	font-style: italic;
	}
.comm-avatar {
	position: absolute;
	top: 0; left: -66px;
	}
.comm-avatar img {
	border: 1px rgba(128,128,128,0.1) solid;
	}


/* Ads
-----------------------------*/
#fusion_ad {
	margin: 6.854em 0 0;
	}
.home #fusion_ad {
	margin: 0;
	}
.fusionimg {
	float: left;
	margin-right: 0.541em;
	}
.fusionentire {}
.fusiontext, #fusion_byline {
	display: block;
	margin-bottom: 0.618em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	}
#fusion_ad a:link,
#fusion_ad a:visited {
	color: #444;
	}
#fusion_ad a:hover { color: #668E2A; }


/* Book
-----------------------------*/
.book {
	margin: 11.089em 0 0;
	}
.book a.image {
	display: block;
	float: left;
	margin-right: 0.541em;
	}
	
	
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media only screen and (orientation:landscape) {


/* Lighten colors to compensate for thicker rendering in landscape mode (no subpixel AA). */
body { color: #666; }
/*header h1 a:link, 
header h1 a:visited { color: #ddd; }*/

/*#about {
	margin-top: 8.653px;
	width: 200.077px;  177.425 + 22.652 
	float: right;
	font-style: italic;
	}*/


}


@media only screen and (min-width: 480px) {

header {
	position: relative;
	height: auto;
	text-align: center;
	padding: 0 20px 0 12px;
	white-space: nowrap;
	}
header h1 {
	position: relative;
	display: block;
	font-size: 67.773px;
	line-height: 1;
	max-width: 600px;
    xmargin-left: 91.949px; /* 95.949px - 4px optical alignment */
	padding-left: 0;
	margin: 0 auto;
	text-align: left;
	}
.post {
	max-width: 532.259px; /* 464.486 + 67.773 */
	}
	/*body {	
		font-size: 18px;
		}

	header,
	#feature div,
	.group,
	.three,
	.three h1+p,
	.third,
	.main,
	.side,
	.text,
	.link,
	footer {
	    float: none;
	    width: auto;
		}*/
/*	.group {
		margin: 0 95.949px;
		}
	header h1 {
		width: auto;*/
/*	    margin-left: 91.949px;  95.949px - 4px optical alignment */
/*		padding-left: 0;
		}
	footer p {
		width: auto;
	    padding-left: 0;
		}*/
/*	.video-post { max-width: 100%; overflow: hidden; } */

}

@media only screen and (min-width: 1024px) {

html {
	-webkit-text-size-adjust: auto;
	-ms-text-size-adjust: auto;
	}
body {
	font-size: 16px;
	color: #444;
	}


/* Layout
-----------------------------*/
.group {
	margin: 0 auto 2.291em;
	padding: 0;
	max-width: none;
	min-width: 981.311px; /* 944.66 + 36.651 (gutter) */
	width: 981.311px; /* 944.66 + 36.651 (gutter) */
	}
.main {
	float: right;
	width: 657.586px;
	}
.side {
	float: left;
	width: 287.074px;
	}


/* Intro area
-----------------------------*/
header {
	text-align: left;
	padding: 0;
	}
header h1 {
	padding-left: 320.651px; /* 287.074 (rounded down) + 36.651 (gutter) - 3 (optical alignment) */
	width: 657.586px;
	max-width: none;
	}

#hs {
	display: block;
	position: absolute;
	bottom: 8.653px;
	left: -3px; /* Somehow the optical alignment padding from "header h1" is affecting this */
	font-family: "ff-scala-sans-web-pro-1";
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
	}
header h1 a:link #h,
header h1 a:visited #h,
header h1 a:link #s,
header h1 a:visited #s {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	}
header h1 a:hover #h {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease;
	}
header h1 a:hover #s {
	opacity: 1;
	-webkit-transition: opacity 1s ease 2s;
	}

#description {
	display: block;
	margin: 8.653px 0 1.416em;
	font-size: 22.652px;
	line-height: 1;
	}
#about {
	float: none;
	width: auto;
	margin: 1em 0;
	font-size: 14px;
	font-style: normal;
	}
.extra { display: inline; }

.nav {
	margin-top: 1em;
	margin-bottom: 1.618em;
	}



/* Feature
-----------------------------*/
#feature { margin: 0; }
#feature iframe,
#feature a.img {
	float: left;
	width: 337px;
	}
#feature div {
	float: right;
	width: 304.586px; /* 657.586 (.main width) - 337 (video width) - 16 (gap) - 1 (grease) */
	}
#feature h1 { font-weight: 400; }
#feature h1+p { margin-top: 8.653px; }
#feature a.img {
	padding-bottom: 0;
	font-size: 0;
	}

/* Message
-----------------------------*/
.message {
	text-align: center;
	xbackground-color: #f9f9f6;
	background-color: rgba(255,255,255,0.2);
	}
	
	
/* Thirds
-----------------------------*/
.third {
	float: left;
	width: 302.668px; /* (981.311 (container) - (36.651 (gutter) * 2))/3 */
	margin: 0 36.651px 0 0;
	padding: 0;
	border-top: none;
	}
.third:last-child,
.three ul li:last-child {
	margin-right: 0;
	}
.three h1 {
	margin: 0 0 0.146em;
	font-family: "cronos-pro-display-1";
	font-weight: 700;
	font-size: 36.651px;
	line-height: 1.416;
	text-align: center;
	}
.three h1+p {
	margin: 1em auto;
	width: 442.486px;
	}
.three ul {
	margin: 0 0 1em;
	xwidth: 464.486px;
	}
.three ul li {
	float: left;
	margin-right: 1.4em; /* Improvised */
	}
.three ul li img,
#toolbox h2 img {
	margin-bottom: -1px;
	}


/*#toolbox
-----------------------------*/
#toolbox a.item {
	float: left;
	width: 29.5%;
	xborder-right: 1px rgba(255,255,255,0.1) solid;
	margin-left: 1px;
	}


/* Dribbble
-----------------------------*/
.dribbble h1 { font-weight: 400; }


/* Posts
-----------------------------*/
.post {
	clear: both;
	width: 532.259px; /* 464.486 + 67.773 */
	}


/* Posts
-----------------------------*/
ol.comments {
	width: 464.486px;
	}

/* Ads, Book
-----------------------------*/
#fusion_ad, .book {
	font-size: 14px;
	}


/* Footer
-----------------------------*/
footer {
	padding-left: 0;
	padding-right: 0;
	}
footer p {
	padding-left: 319.651px; /* Match header */
	width: 657.586px;
	}


}

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; 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: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

