/* 
	PRINT SKIN
 */

/**************************************************************
 GENERAL
 **************************************************************/
 
body {
	font: normal 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font: bold 26px/normal Arial, Helvetica, sans-serif;
}
h2 {
	font: normal normal  24px/26px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}
h3 {
	color: #1f1f1f;
	font: bold 16px Arial, Helvetica, sans-serif;
}


/**************************************************************
 LAYOUT
 **************************************************************/

#page {
	text-align: left;
	padding: 20px;
}

/**************************************************************
 ITEMS
 **************************************************************/

.description {
	clear: both;
}
.item .header {
	line-height: 15px; 
	margin-bottom: 5px;
}
.item .meta {
	color: #555555;
}
.item .header .thumbnailWrapper { 
	float:right;
	height:60px; 
	overflow:hidden;
	width:60px; 
}
.item .footer {
   	padding-top: 5px;
}

/* Content classes */
.item .body .data {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 25px;
	padding-top: 25px;
}
.calendarDay {	
	display: none;
}

/* Comment classes */
#contentComments {
	margin-bottom: 0;
	padding-top: 30px;
}

#contentComments h3 {
	font: bold 20px/normal Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}
#contentComments .item .header {
	color: #555555;
	padding-top: 15px;
	padding-bottom: 5px;
	border-top: 1px solid #e4e4e4;
}
#contentComments .item .header h2 {
	color: #000000;
	font: normal 16px;
	margin-bottom: 0px;
}
#contentComments .item .body {
	
}
