/*		START POST SETTINGS		*/
#main_bar .post {
	width: 100%;
	clear:left;
}
#main_bar .post p {
	text-align:justify;
}
#main_bar .post ol,
#main_bar .post ul,
#main_bar .post dt {
	text-align:justify;
}
/*
#main_bar .post li.pagenew {
	list-style-image:url("/icon/silk/page_white_add.png");
}
#main_bar .post li.pagenormal {
	list-style-image:url("/icon/silk/page_white_text.png");
}
#main_bar .post li.pageedit {
	list-style-image:url("/icon/silk/page_white_edit.png");
}
#main_bar .post li.pageexternal {
	list-style-image:url("/icon/silk/page_white_world.png");
}
*/
#main_bar .post cite {
	color:navy;
}
#main_bar .post cite.simona {
	color:teal;
}
#main_bar .post cite.bibbia {
	color:magenta;
}
#main_bar .post cite.madonna {
	color:brown;
}
#main_bar .post p.data {
	font-size:10px;
	font-weight:normal;
	color:#999999;
}
#main_bar .post .first {
	color:white;
	background:navy;
	text-transform:capitalize;
	font-weight: bold;
	padding:4px;
	margin:0 4px 0 0;
}
#main_bar .post h1 {
	color:#822222;	/*firebrick*/
	margin: 0px 0px;
	border:0px;
	padding:0px;
	font-size: 1.4em; 
	font-weight: bold;
	line-height: normal;
}
#main_bar .post h2 {
	color:#CD5C5C;	/*indianred*/
	margin: 20px 0px;
	border:0px;
	padding:0px;
	font-size: 1.1em; 
	font-weight: bold;
	line-height: normal;
}
#main_bar .post h3 {
	color:#cd853f;	/*peru*/
	margin: 20px 0px;
	border:0px;
	padding:0px;
	font-size: 1.1em; 
	font-weight: bold;
	line-height: normal;
}
#main_bar .post h4 {
	color:#00008B;	/*darkblue*/
	margin: 20px 0px;
	border:0px;
	padding:0px;
	font-size: 1em; 
	font-weight: bold;
	line-height: normal;
}
#main_bar .post h5 {
	color:#008B8B;	/*darkcyan*/
	margin: 20px 0px;
	border:0px;
	padding:0px;
	font-size: 1em; 
	font-weight: bold;
	line-height: normal;
}
#main_bar .post h6 {
	color:#48D1CC;	/*mediumtorquoise*/
	margin: 20px 0px;
	border:0px;
	padding:0px;
	font-size: 1em; 
	font-weight: bold;
	line-height: normal;
}
#main_bar .post blockquote {
	width: auto;
	padding: 10px 10px 10px 40px;
	margin: 0px 75px 0px 35px;
	line-height: 15px;
	background: url(/icon/grey_quotes_down.gif) no-repeat 5px 8px;
	color: #999999;
	font-family: "Verdana";
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
}
/*		END BLOG SETTINGS		*/






@media print {
	h1, h2, h3, h4, h5, h6 { page-break-after:avoid; page-break-inside:avoid; }
	blockquote, pre { page-break-inside:avoid; }
	ul, ol, dl { page-break-before:avoid; }
	#navigation { display:none; }
	acronym, abbr { border-bottom:0px; }
	cite.bibbia { border-bottom:0px; }
	a, a:link, a:active, a:visited, a:hover { text-decoration:none; color:blue; background-color:transparent; }
}

