/* Devia Print stylesheet------------------------------------------------------------------*/

html,body {
	background:#fff;
	margin:0;
	padding:0;
	width:100%;
	}
body {
	font:9pt/12pt Georgia, "Times New Roman", Times, serif;
	color:#000;

}
h1 {
	width:13cm;
	line-height:20pt;
	font-size:22pt;
	font-weight:normal;
	}
#wrapper {width:100%;}
#content img {
	border:1px solid #ccc;
}

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

h1 {margin:40px 0;}
h2,h3,h4 {margin:15px 0 10px 0;}
h2 {font-size:16pt;}
h3 {font-size:12pt;}
h4 {font-size:10.5pt;}
h5, h6 {margin:0;font-size:9pt;}
.date {font-style:italic;display:inline;font-size:8pt;}

ul, ol {margin:0 0 10px 0; padding:0;}
li {margin-left:15px;}
blockquote {margin:0;}
blockquote p {
	margin:0 0 1em 0;
	padding:0 0 0 10px;
	border-left:4px solid #ccc;
}
#comments em {
	font-size:8pt;
	display:block;
	width:10cm;
}
#comments em span {display:inline;}	
#title em.by {line-height:18pt;}
#footer {
	font-size:8pt;
	font-style:italic;
}
.small-photo-right p,
.small-photo-left p,
.big-photo p,
.big-photo p	{
	font-style:italic;
	clearcolor:#ccc;
	padding:1pt;
	}

/* Show external URL's */

a:link, a:visited {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
}
#content a:link:after,
#content a:visited:after {
  content:" (" attr(href) ") ";
  font-size:9pt;
  color:#ccc;
  font-weight:normal;
  font-style:italic;
}

/* Don't show URL's of internal anchors */

#content a[href*="#"]:link:after,
#content a[href*="#"]:visited:after {
	content:"";
}
#content a[href*="#"] {
	border:none;
}

/* Elements not to print */

#logo img, #nav, .no-print,
.pagination, #tagline,
#comment-form, span.nr, #footer a
 {display:none;}
 

/* Show printed version of logo in greyscale */

img#logo-print {
	display:block;	
	width:142px;
	height:79px;
	position:absolute;
	top:0px;
	right:0px;
}

/* Print the comment's on a new page */

#comments {page-break-before:always;}
