/*  

PRINT STYLE SHEET

*/

body 
{
	background: white;
	color: #000;
	margin: 0;
	padding: 0;
}

img 
{
border: none;
}

.imgright 
{
float: right;
margin: 0 0 10px 10px;
padding: 0;
border: none;
}

a 
{
	color: #ff3300;
	background: transparent;
	text-decoration: none;
}

a:hover, .commentauthor a:hover 
{
	color: #fff;
	background: #66cc33;
	text-decoration: none;
}

h1, h2 
{
	font-family: arial, helvetica, georgia, sans-serif;
	font-size: 1.4em;
	color: black;
	background: transparent;
}

h1 
{
	margin-top: 0;
}

#wrapper 
{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#rel 
{
	width: 100%;
	height: auto;
}

#left 
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#left-inside 
{
	padding: 0;
	margin: 0;
	font-family: georgia, tahoma, verdana, sans-serif;
	font-size: 1em;
	color: #000;
	background: transparent;
	text-align: left;
	line-height: 1.5em;
}

#left-inside h1 
{
	font-size: 1.6em;
	color: #CC3300;
	background: transparent;
	line-height: 1.3em;
}

#left-inside h1 a 
{
	color: #CC3300;
	background: transparent;
}

#left-inside h1 a:hover 
{
	color: #fff;
	background: #66cc33;
	text-decoration: none;
}

#middle, #right, form 
{
	display: none;
}

.flickr_badge_image {margin:15px 0;}
.flickr_badge_image img {border: none; width: 140px; height: 105px;}
.commentauthor {font-weight: bold; color: #ff3300; background: transparent;}
.commentdate, .commentdate a {color: #999; background: transparent; font-family: verdana, arial, sans-serif; font-size: 11px;}