/*
---------------------------------------------------------------------

SHEILASKALEIDOSCOPE.COM CSS

Style: print
Author: Emanuele Pelliccione
Last Update: 07-03-2009

---------------------------------------------------------------------
*/


/*
--------------------------------------------------------
GLOBALS
--------------------------------------------------------
*/

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
cite,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td 
{
	margin: 0;
	padding: 0;
	border: 0;
}
body 
{
	background-color: #fff;
	color: #333;
	font: 10pt/18pt verdana, arial, helvetica, sans-serif;
}
hr
{
	display: none;
}

/*
----------------------------------------------------------------------
LAYOUT > GLOBALS
----------------------------------------------------------------------
*/

div#navigation, 
div#containertop, 
div#containerbut, 
div#right,
form
{
	display: none;
}

/*
----------------------------------------------------------------------
LAYOUT > POSTS
----------------------------------------------------------------------
*/
 
div.titleb, 
p.endpost,
div#recordnav 
{
	display: none;
}
div.postbut
{
	padding-bottom: 18pt;
}
div.post img
{
	border: 6pt solid #eee;
}
div.post img.wp-smiley
{
	border: none;
}

/*
----------------------------------------------------------------------
LAYOUT > COMMENTS
----------------------------------------------------------------------
*/

div#respond 
{
	display: none;
}

/*
----------------------------------------------------------------------
TYPOGRAPHY > GLOBALS
----------------------------------------------------------------------
*/

h1 
{
	margin-bottom: 36pt;
	font-size: 20pt;
}
body#page_blog h2,
h2 a,
h2 span
{
	display: none;
} 
h2,
h3, 
h4, 
p, 
ul, 
ol 
{
	margin-bottom: 18pt;
}
h2, 
h3 
{
	padding-bottom: 6pt;
	border-bottom: thin solid #4c4c4c;
	font-size: 14pt;
}
h3
{
	margin-bottom: 3pt;
}
h3 a 
{
	border-bottom: none;
	color: #333;
}
a
{
	padding-bottom: 1pt;
	border-bottom: thin solid #358bb5;
	color: #358bb5;
	text-decoration: none;
}

/*
----------------------------------------------------------------------
TYPOGRAPHY > POSTS
----------------------------------------------------------------------
*/

div.title p
{
	font-size: 9pt;
	font-style: italic;
}
div.post p.didascalia 
{
	margin-top: -9pt;
	font-size: 9pt;
	font-style: italic;
}
p[style]
{
	margin: 0 0 18pt 0 !important;
	padding: 0 !important;
	text-align: left !important;
}
p > object 
{
	display: none;
}
div.post a[href]:after 
{
	content: " (" attr(href) ") ";
	color: #358bb5;
	font-style: italic;
}
div.post a[href^="/"]:after 
{
	content: " (http://www.sheilaskaleidoscope.com" attr(href) ") ";
}

/*
----------------------------------------------------------------------
TYPOGRAPHY > COMMENTS
----------------------------------------------------------------------
*/

h2#comments,
ol.commentlist 
{
	display: none;
}