/* Print Style Sheet */
@media print {
body { 
      background: white; 
      color: black; 
      margin: 0; 
      font-size:10pt;      
      font-family: Verdana, Helvetica, Sans-Serif;
}


a, a:visited{
	color: black;
	}

#header { display: block; }
#header ul { display: none; }
#content { display: block; }

#content h1 {
	color: #000000;
	font-family: Times New Roman, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	padding: 20px 0px 2px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #C0C0C0;
	}
	
#content h1 a  {
	color: #000000;
	text-decoration: none;
	}

#content img {
	clear: left;
}

#content p {
        padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 18px;
	}

#content p img {
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}

.postmeta {
	border-top: 1px solid #C0C0C0;
	padding: 5px 0px 0xp 0px;
	margin: 0px 0px 20px 0px;
	}

.postmetaleft {
	margin: 0px;
	padding: 5px 0px 0px 0px;
        }
	
.postmetaleft img {
	padding: 0px 0px 0px 5px;
}

.postmetaright {
	display: none;
}

#contentleft pre {
	margin: 0px 0px 10px 10px;
        padding: 0px;
}


#comments { display: block; }
#commentblock {
        width: 100%;
	background: #E8E8E8;
	color: #000000;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#commentblock ol{
	list-style-type: square;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}

.avatar {
	float: left;
        margin-right: 10px;
}

	
#commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 3px 0px 20px 0px;
	padding: 20px 10px 5px 10px;
	width: 480px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}


#respond {
	display: none;
}

#commentform {
	display: none;
}

blockquote {
        clear: both;
	margin: 0px 25px 15px 25px;
	padding: 0px 20px 0px 20px;
	background: #E8E8E8;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#content blockquote p {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}



#contentleft .memberdetails {
        margin: 0px;
        padding: 0px;
}

#contentleft .memberdetails ul {
        list-style-type: none;
        display: block;
        width: 50%;
        float: left;
        margin: 0px;
        padding: 0px;

}

#contentleft .memberdetails ul li {
        list-style-type: none;
        margin-left: 0px;
        display: block;
        clear: both;
}

#contentleft .listlabel {
        display: block;
        width: 80px;
        font-weight: bold;
        float: left;
}

#raidallinen {
	width: 100%;
}

#raidallinen td {
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 4px;
        vertical-align: top;

}

tr.odd {
	background: #dcdcdc;
}

.sarake {
	width: 185px;
        float: left;
        margin: 0px 10px 15px 5px;
        text-align: justify;
}

#r_sidebar { display: none; }

#footer { 
        display: none;
	}

}