/****************************************************************************************************
 * Typophile White, Print Stylesheet
 *
 * Originally developed for intenseminimalism.com
 * Copyright (C) 2009-2010 by Davide 'Folletto' Casali <folletto AT gmail DOT com>
 *
 */

#skip,
#top,
#search,
#nav,
#related,
#comment-form {
  display: none;
}

#header h2,
.article .meta a,
.editlink,
.fold,
#footer address small,
#footer img {
  display: none;
}

/****************************************************************************************************
 * General
 */
body {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 14px;
	margin: 20px;
	padding: 2em;
}

a {
	color: #098eb7;
	text-decoration: none;
}

img { border: 0; }

/****************************************************************************************************
 * Layout
 */
section, article, aside, nav, header, footer { display: block; } time { display: inline; } /* HTML5 normalization */

/****************************************************************************************************
 * Typographic
 */
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  margin: 2em 0 1em;
  
  clear: both;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000000;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
  color: #000000; /*#098eb7;*/
  clear: both;
}

h2 {
  font-size: 24px;
  margin: 3em 0 1em;
}

.article p,
.article ol,
.articleul,
.article li {
  font-size: 14px;
  line-height: 20px;
}

ol {
  margin: .5em 12px;
  padding: 0 20px;
}

ul {
  list-style: circle;
  margin: .5em 12px;
  padding: 0 20px;
}

pre {
  background: #f5f5f5;
  
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  
  font-family: Monaco, "Andale Mono", Courier, fixed, monospace;
  font-size: 1em;
  overflow: auto;
  
  width: 100%;
  padding: 6px;
}

blockquote {
  font-size: 15px;
  line-height: 20px;
  
  margin: 6px 12px;
  border-left: 1px solid #cccccc;
  padding: 0 12px;
}

#content .article address { /* (mis)used as a quote - WP WYSIWYG this offers */
  color: #666666;
  
  float: right;
  
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.4em;
  line-height: 1.4em;
  
  margin: 5px 6px 5px 0;
  border-right: 1px solid #cccccc;
  padding: 5px 10px 5px 0;
  
  text-align: right;
  
  width: 185px;
}

.black {
  background: #323232;
  color: #ffffff;
  
  padding: 5px 5px 3px;
}

/****************************************************************************************************
 * Header
 */
#header h1 a {
  background: transparent url(gfx/logo-intense-minimalism.gif) no-repeat;
  
  position: absolute;
  top: 20px;
  right: 20px;
  
  text-indent: -666em;
  
  width: 300px;
  height: 54px;
}

#header h2 {
  color: #cccccc;
  
  position: absolute;
  right: 25px;
  top: 72px;
  
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  
  margin-top: -14px;
  
  text-align: right;
  text-transform: uppercase;
}

/****************************************************************************************************
 * Article & Trace
 */
.article .meta,
.trace .meta {
  color: #333333;
  
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}

/****************************************************************************************************
 * Article
 */
.article h1 {
  margin: 0 0 1em;
}

.article .meta {
  margin: 10em 0 0;
}

.meta a {
  color: #333333;
}

.article img.alignleft {
  float: left;
  margin: 0 6px 0 0;
}

.article img.alignright {
  float: right;
  margin: 0 0 0 6px;
}

.article img.aligncenter {
  display: block;
  margin: 0 auto;
}

/****************************************************************************************************
 * Trace
 */
.trace {
  margin: 0 6px;
}

.trace h1 {
  font-size: 18px;
  margin: 0 0 4px;
}

.trace .fold {
  font-size: 12px;
}

#traces {
  margin: 0 0 90px;
}

#traces .trace {
  float: left;
  margin: 0 2% 0;
  width: 21%;
}

.list .trace {
  margin: 0 6px 90px;
}


/****************************************************************************************************
 * Months
 */
#months {
  clear: both;
  margin: 0 6px 0;
  padding: 90px 0 0;
}

#months ul {
  list-style: none;
  padding: 0;
  margin: 4px 0 50px;
}
* html #months ul { height: 1%; } /* [IEfix:6] avoid image disappearing */

#months h1 {
  font-size: 15px;
  margin: 3px 0;
}

#months h1 a {
  display: block;
  padding: 0 0 0 18px;
}

#months .black {
  font-size: 11px;
  text-transform: uppercase;
}

#months .tracescount {
  font-size: 11px;
  margin: 0 0 0 20px;
}


/****************************************************************************************************
 * Comment
 */
.comment {
  color: #333333;
  clear: both;
  
  margin: 60px 0;
  
  position: relative;
}

.comment h2 {
  margin: 2em 0 .2em;
}

.comment h2 a {
	color: #000000;
	text-decoration: none;
}

.comment .meta {
  color: #cccccc;
  
  float: right;
  
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  
  padding: 10px 0 0;
}

.comment .meta a {
  color: #cccccc;
}

.comment p {
  font-size: 14px;
  line-height: 20px;
  margin: 4px 0 1em;
}

/********** Pingback */
.comment.pingback {
  
}

.comment.pingback h2,
.comment.pingback p {
  padding: 0 0 0 20px;
}

.comment.pingback .pushout {
  position: absolute;
  top: 0;
  left: 0;
}

.comment.pingback h2 {
  font-size: 16px;
}

.comment.pingback .meta {
  padding: 3px 0 0;
}

.comment.pingback p {
  color: #888888;
  font-size: 12px;
  line-height: 16px;
}

/****************************************************************************************************
 * Icons
 */
.ico-article {
  background: transparent url(gfx/icon-article.gif) no-repeat -20px 1px;
  padding: 0 0 0 12px;
}
h1 .ico-article, h3 .ico-article { background-position: -20px 4px; }

.ico-trace {
  background: transparent url(gfx/icon-trace.gif) no-repeat -20px 2px;
  padding: 0 0 0 12px;
}

/****************************************************************************************************
 * Footer
 */
#footer {
  border-top: 1px solid #333333;
  
  clear: both;
  
  font-size: 16px;
  
  margin: 4em 0 2em;
  padding: 0;
}

#footer address {
  margin: 14px 6px 0;
  float: right;
}
#footer address small {
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
}
#footer address .email {
  color: #000000;
}
#footer address .email small {
  display: inline;
  color: #4c8eb4;
  font-size: 12px;
}

#footer .n,
#footer .fn {
  display: none;
}
