/*
 * Good50x70_Web CSS - Print
 * last revision 2008 05 27
 *
 * Distributed with a CreativeCommons license (by-nc-sa 2.5).
 * Copyright (C) 2006-2008 by Davide 'Folletto' Casali.
 */


/****************************************************************************************************
 * Common
 */
body {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

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

a:hover {
	color: #da0071;
}

img { border: 0; }
form { margin: 0; }
fieldset { border: 0; }
div { position: relative; }

/****************************************************************************************************
 * Layout
 */
body {
	
}

#sidebar {
	display: none;
}

/****************************************************************************************************
 * Header
 */
#header  {
	margin: 0 .5em;
}

#header h1 {
	margin: 0;
}

#header .description {
	font-size: 1.1em;
	padding: 0 0 2em;
}

#image {
	display: none;
}

#search {
	display: none;
}


/****************************************************************************************************
 * Typography defaults
 */
h2 {
	margin: 10px 0 0;
	
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -2px;
}

h3 {
	margin: 2.5em 0 1em;
	
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

p {
	text-align: justify;
	letter-spacing: +0.5px;
	line-height: 1.3em;
}

blockquote {
	background: #fefefe;
	border-left: 1px solid #aaaaaa;
	padding: 0 10px;
	color: #505050;
}

/****************************************************************************************************
 * Post
 */
.post {
	position: relative;
	margin-top: 40px;
}

.post .info {
	color: #888888;
	margin: 0 0 10px;
}

.post .excerpt {
	font-style: italic;
	color: #666666;
}

.post h3 {
	font-size: 22px;
	border-bottom: 1px solid #cccccc;
}

.post .date {
	color: #cccccc;
	margin-top: 4px;
}

.post .date .day {
	font-size: 20px;
	line-height: 15px;
}

.post .date .month {
	font-size: 15px;
	line-height: 15px;
}

.post .date .year {
	font-size: 10px;
	line-height: 10px;
}

.post .subtitleinfo {
	color: #cccccc;
	margin: -13px 0 10px;
}

.post .subtitleinfo .category {
	text-transform: lowercase;
	font-variant: small-caps;
}


/****************************************************************************************************
 * Gallery
 */
.plugin-imagecontest .entry {
	margin: 2em 0 0;
	page-break-inside: avoid;
}


/****************************************************************************************************
 * Accessibility Support (Screen Readers)
 * http://webaim.org/techniques/css/invisiblecontent
 */
#skip {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/****************************************************************************************************
 * Fixes
 * http://positioniseverything.net/easyclearing.html
 */
.clearfix:after {
    content: "."; 
   	display: block; 
   	height: 0;
   	clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */	
