/*
 * Curvisivi Discorsi CSS - Print
 * last revision 2007 01 16
 *
 * Originally developed for DiscorsiVisivi.org blog.
 * Distributed with a CreativeCommons license (by-nc-sa 2.5).
 * Copyright (C) 2006-2007 by Davide 'Folletto' Casali.
 */


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

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

a:hover
{
	color: #ff99cb;
}

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
{
	padding: 0 0 2em;
	border-bottom:  1px solid #cccccc;
}

#image
{
	display: none;
}

#search
{
	display: none;
}


/****************************************************************************************************
 * Typography defaults
 */
h2
{
	margin: 0 0 10px;
	
	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,
.post li,
#comments .item .content
{
	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;
}

/****************************************************************************************************
 * Snip
 */
.snip
{
	position: relative;
	margin: 2em 0 1em;
	
	color: #868686;
	font-size: .9em;
}

.snip h2
{
	font-size: 20px;
	margin: 0;
}

.snip .offleft label
{
	font-size: 15px;
	letter-spacing: -1px;
}

.snip .offleft small
{
	margin-right: 8px;
	font-size: 11px;
}

.snip p
{
	margin: 0 0 .5em;
}

/****************************************************************************************************
 * Aphorism
 */
.aphorism
{
	position: relative;
	margin: 2em 0 1em;

	color: #868686;
}

.aphorism h2
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	
	font-size: 90px;
	width: 45px;
	height: 56px;
	overflow: hidden;
	
	margin: 0;
	margin-top: -14px;
	padding-right: 6px;
	padding-bottom: 4px;
	
	font-family: Georgia, serif;
}

.aphorism h2 small
{
	display: block;
	position: absolute;
	top: 45px;
	left: 0;
	width: 45px;
	
	font-size: 12px;
	text-align: right;
	letter-spacing: 0;
}

.aphorism .content
{
	padding-left: 55px;
}

.aphorism .offleft label
{
	font-size: 15px;
	letter-spacing: -1px;
}

.aphorism .offleft small
{
	margin-right: 8px;
	font-size: 11px;
}

.aphorism p
{
	margin: 0 0 .5em;
}

.aphorism blockquote
{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 1.1em;
	color: #000000;
}

/****************************************************************************************************
 * Off(s)
 */
.offleft
{
	position: absolute;
	left: -105px;
	width: 100px;
	text-align: right;

	color: #cccccc;
}

/****************************************************************************************************
 * Comments
 */
#comments .item h3
{
	font-size: 1.4em;
	padding: 0;
	margin: 4px 0;
}

#comments .item
{
	position: relative;
	padding: 14px;
	margin: 20px 0;
	z-index: 11;
}

#comments .item small
{
	color: #cccccc;
}

#comments .item .content
{
	z-index: 11;
	text-align: justify;
}

#comments .item .bignumber
{
	display: none;
}

#comments .comment blockquote
{
	background: transparent;
	margin-top: 2em;
}

.editlink
{
	display: none;
}

#comments .gravatar
{
	display: none;
}

/****************************************************************************************************
 * Commentform
 */
#commentform
{
	display: none;
}

#commentform p
{
	margin: 8px 0 0;
}

#commentform label
{
	display: block;
	color: #666666;
	width: 30%;
}

#commentform em
{
	font-size: .9em;
	color: #cccccc;
}

#commentform input,
#commentform textarea
{
	margin-left: 20px;
	
	border: 1px inset #aaaaaa;
}

#commentform input
{
	width: 40%;
}

#commentform textarea
{
	width: 560px;
}

#commentform .btn
{
	width: 40%;
}

/****************************************************************************************************
 * Subcontent / Sidebar
 */
#subcontent
{
	display: none;
}

#subcontent ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#subcontent ul li
{
	float: left;
	width: 200px;
}

#subcontent ul li ul li
{
	padding-left: 10px;
	float: none;
	width: auto;
}

/****************************************************************************************************
 * Footer
 */
#footer
{
	padding: 5px 20px;
	
	font-size: 11px;
	color: #cccccc;
	text-align: right;
}

#footer a { color: #bbbbbb; }

/****************************************************************************************************
 * Form Input
 */
input
{
	
}

.btn
{
	color: #ffffff;
	background-color: #0078ff;
	border: 1px outset #0078ff;
}

.box
{
	border: 1px inset #cccccc;
}

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

/****************************************************************************************************
 * Fixes
 */
.clearfix:after /* http://positioniseverything.net/easyclearing.html */
{
    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 */	
