.item,
.commentBoxStyle,
.commentBoxAuthorStyle,
.commentViewBoxStyle {
	display: block;
	margin-bottom: 2em;
}

/* Header */
.item-header {
	background: transparent url(../images/item.gif) no-repeat scroll left 0.5em;
	padding-left: 52px;
	min-height: 52px;
}

.item-header .title {
	font-size: 1.6em;
	/* font-family: Georgia, Palatino, Serif; DIODIDOIDOIOD */
	padding-bottom: 0.2em;
	line-height: normal;
	margin: 0;
}

.item-header .categories {
	background: transparent url(../images/categories.gif) no-repeat scroll left center;
	padding-left: 21px;
	border-top: 0.3em solid #daeae1; /* EEEAB6 */
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.item-header .onpage-navigation {
	float: right;
}

.item-header .onpage-navigation a {
	border: 1px solid #ccc;
	color: #ccc;
	padding: 1px;
	padding-left: 14px;
	padding-right: 4px;
	font-size: 0.9em;
	background: transparent no-repeat scroll 1px center;
}

.item-header .onpage-navigation a:hover {
	text-decoration: none;
	color: #696969;
	border-color: #696969;
}

.item-header .onpage-navigation a.previous {
	background-image: url(../images/previous.gif);
}

.item-header .onpage-navigation a.next {
	background-image: url(../images/next.gif);
}

/* Header 2 */
.item-header-2 {
	padding-left: 52px;
	min-height: 52px;
	margin-bottom: 10px;
}

.star {
	background: transparent url(../images/star.png) no-repeat scroll left 0.5em;
}

.item-header-2 .title {
	font-size: 1.6em;
	padding-bottom: 0.2em;
	line-height: normal;
	margin: 0;
	color: #0065c2;
}

.item-header-2 .categories {
	background: transparent url(../images/categories.gif) no-repeat scroll left center;
	padding-left: 21px;
	border-top: 0.3em solid #daeae1; /* EEEAB6 */
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: #000;
}

/* Body */
.item-content {
	padding-bottom: 1em;
	font-size: 1.1em;
	text-align: justify;
}

.item-content a:visited {
	color: #0065c2;
}

.item-content h3 {
	font-size: 1.1em;
}

.item-content ul {
	list-style-image: url(../images/list-image.gif);
}

.item-content li {
	margin-bottom: 0.5em;
}

.item-content .now-playing {
	clear: both;
	font-size: 0.9em;
	background: url(../images/now-playing.gif) no-repeat scroll left center;
	padding-left: 20px;
}

.item-content a[rel='appointment'] {
	background: url(../images/appointment.png) no-repeat scroll left center;
	padding-left: 20px;
}

.item-content .new-window-link {
	background: url(../images/new-window-icon.gif) no-repeat scroll right center;
	padding-right: 14px;
	margin-left: 3px;
}

.item-content div.download {
	background-color: #fffbd6;
	border-bottom: 2px solid #d0530e;
	border-top: 2px solid #d0530e;
	padding-left: 1em;
	padding-right: 1em;
}

.item-content div.download-outdated {
	border-top: 1px solid #979797;
	font-size: 0.9em;
}

.item-content div.download-outdated p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.item-content div.download-outdated a {
	text-decoration: line-through;
}

.item-content a.copy-code {
	font-family: 'segoe ui', tahoma, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #0065c2;
	font-size: 0.8em;
	display: block;
	float: right;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 0 0.5em 0 0.5em;
	margin-top: 0.5em;
	margin-right: 4em;
	cursor: pointer;
}

.item-content a.copy-code:hover {
	color: #fff;
	background-color: #0065c2;
	text-decoration: none;
}
/*
.item-content pre,
.item-content li pre {
	clear: both;
	border: 1px solid #CCC;
	border-left-width: 2px;
	border-right-width: 2px;
	background-color: #FCFBF8;
	padding: 1em;
	margin: 1em auto;
	margin-top: 0;
	line-height: 1.2em;
	overflow: auto;
	width: 90%;
	}
	*/

.item-content acronym,
.item-content dfn,
.item-content abbr {
	border-bottom: 1px dotted #696969;
	cursor: help;
}

.item-content table,
.item-content table td,
.item-content table th {
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

.item-content table th {
	border-bottom-width: 2px;
	background-color: #eeeab6;
}

.item-content table th,
.item-content table td {
	padding: 0.3em;
}

.item-content table.no-style,
.item-content table.no-style td,
.item-content table.no-style th {
	border: 0;
	padding: 0;
}

.item-content table.no-style td {
	padding: 0.1em;
}
.item-home-post-wrap {
	background-color: #fff;
	background-image: url(../images/home-post-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	float: left;
	height: 200px;
	margin: 0 0.5em 0.5em 0;
	padding: 10px;
	width: 20em;
	position: relative;
}
.item-home-post-wrap div.postCategory {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 20px;
	background: #e4f6fc;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	color: #fff;
}
.item-home-post-wrap h1.postTitle {
	color: #0065c2;
	font-size: 150%;
	margin: 0;
	padding: 0;
}
.item-home-post-wrap h2.postDate {
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	margin-top: 3px;
	padding: 0;
	padding-left: 21px;
	background: transparent url(../images/categories.gif) no-repeat scroll left center;
}
.item-home-post-infos {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 2px solid #ccc;
	background: transparent url(../images/home-post-bg.gif) repeat-x 0 0;
}
.item-home-post-infos p {
	color: #444;
	padding: 4px;
	margin: 0;
	text-align: center;
}
/* PROVA */
.item-home-post-content {
	width: 90%;
	padding: 5px;
	border-top: 1px dotted #ebebeb;
}

.item-home-post-content img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.item-home-post-content p {
	margin: 0;
	padding: 0;
}

/* Footer */
.item-footer {
	clear: both;
	border-top: 1px solid #0065c2;
	line-height: 120%;
}

.item-footer .left,
.item-footer .right {
	float: left;
	background: url(../images/item-footer-left.gif) no-repeat;
	height: 43px;
	width: 4px;
}

.item-footer .right {
	float: right;
	background: url(../images/item-footer-right.gif) no-repeat;
}

.item-footer .content {
	background: url(../images/item-footer-middle.gif) repeat-x;
	padding: 0.5em;
	min-height: 43px;
}

.item-footer .content ul {
	padding: 0;
	margin: 0;
}

.item-footer .content ul li {
	list-style: none;
	display: inline;
	padding-left: 0.4em;
	padding-right: 0.3em;
	border-left: 1px solid #696969;
}

.item-footer .content ul li.first {
	padding-left: 0 !important;
	border-left: none !important;
}

.item-footer .content ul li.single-line {
	display: block;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-left: none !important;
}

.item-footer .content ul li.technorati a {
	color: #0065c2 !important;
}

.item-footer .content ul li.technorati a:active {
	color: #000 !important;
}

.item-footer .content .permalink {
	background: transparent url(../images/permalink.gif) no-repeat scroll left center;
	padding-left: 17px;
}

/* Comments. */
.commentBoxStyle {
	clear: both;
	background: #fcfbf8 url(../images/comment.gif) repeat-x scroll left top;
	padding: 0.5em;
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
}

.commentBoxAuthorStyle {
	background: #fff url(../images/author-comment.gif) repeat-x scroll left top;
	border-top: 1px solid #0065c2;
	border-bottom: 1px solid #0065c2;
}

.commentGravatar {
	background: #fff;
	border: 1px solid #979797;
}

.commentDateStyle {
	margin-bottom: 0.5em;
	margin-bottom: 0.3em;
	font-weight: bold;
}

.commentDateStyle,
.commentLinkStyle {
	background: transparent url(../images/comment-icon.gif) no-repeat scroll left center;
	padding-left: 17px;
}

.commentBodyStyle {
	float: right;
	width: 89%;
	margin-top: 0.5em;
	font-size: 1.1em;
	text-align: justify;
	margin-right: 0.5em;
	overflow: auto;
}

.commentSpamStateStyle {
	padding-top: 1em;
	padding-bottom: 0;
	font-size: 0.9em;
	font-weight: bold;
}

.commentBoxFooterStyle {
	margin-top: 1.2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.commentPermalinkStyle {
	padding-top: 0.5em;
	font-size: 1.1em;
	font-weight: bold;
	clear: right;
	display: block;
}

/* New comment. */
.commentViewBoxStyle {
	clear: both;
	font-size: 1.1em;
	background: transparent url(../images/new-comment.gif) repeat-x scroll left top;
	padding: 0.5em;
	border-top: 1px solid #979797;
}

.commentViewBoxStyle div {
	margin-bottom: 1em;
}

.commentViewBoxStyle div.captcha span {
	margin: 0 !important;
	margin-bottom: 0.25em !important;
	margin-right: 0.25em !important;
}
.commentViewErrorStyle {
	background: #faf7d7;
	text-align: center;
	padding-bottom: 3px;
	border-bottom: 1px solid #ff002a;
}
.commentViewBoxStyle div.captcha b {
	font-weight: normal;
}

.commentViewBoxStyle .commentBodyStyle {
	font-size: inherit !important;
	float: none !important;
	width: 100% !important;
	margin-bottom: 0;
}
.commentViewBoxStyle input.openidtextbox {
	background: #ffffff url(../images/openid-icon-small.gif) no-repeat scroll 0pt 50%;
	padding-left: 18px;
	width: 75% !important;
}

.itemReadMoreStyle {
	width: 100%;
	padding-top: 1em;
}

/* Related info. */
.related-posts,
.trackbacks,
.enclosures {
	background-color: #fcfbf8;
	padding: 0.5em;
	margin-top: 1em;
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
	min-height: 43px;
}

div.leftDataBox {
	background: transparent url(../images/leftbox_center.gif) repeat-y scroll 100% 0;
	margin: 10px 0 0;
	overflow: hidden;
	width: 185px;
}
div.leftDataBox_top {
	background: transparent url(../images/leftbox_top.gif) no-repeat scroll 0 0;
	overflow: hidden;
	padding: 0;
	width: 185px;
}
div.leftDataBox_bottom {
	background: transparent url(../images/leftbox_bottom.gif) no-repeat scroll 100% 100%;
	overflow: hidden;
	padding: 0;
	width: 185px;
}
div.leftDataBox_container {
	margin: 10px;
}

div.baloon {
	background: transparent url(../images/blue_bal_center.gif) repeat-y scroll 100% 0;
	margin: 10px 0 0;
	overflow: hidden;
	width: 115px;
}
div.baloon_top {
	background: transparent url(../images/blue_bal_top.gif) no-repeat scroll 0 0;
	overflow: hidden;
	padding: 9px 0 0;
	width: 115px;
}
div.baloon_bottom {
	background: transparent url(../images/blue_bal_bottom.gif) no-repeat scroll 100% 100%;
	overflow: hidden;
	padding: 0 0 8px;
	width: 115px;
}
div.baloon strong {
	display: block;
	text-align: center;
	background: transparent;
	color: #0065c2;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
div.baloon ul {
	padding: 0;
	margin: 7px 0 0 11px;
	overflow: hidden;
	width: 104px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
div.baloon ul li {
	background: transparent url(../images/dotted_line.gif) no-repeat scroll 8px 100%;
	float: left;
	line-height: 16px;
	margin: -1px 0 0;
	width: 104px;
}
div.baloon ul li a {
	color: #ffffff;
	cursor: pointer;
	display: inline;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 0;
	width: 102px;
}
div.baloon ul li a:hover {
	background-color: #75c4d3;
}
div.baloon ul li a span {
	background: transparent url(../images/christ.gif) no-repeat scroll 0 7px;
	float: left;
	font-size: 13px !important;
	margin: 0 0 0 5px;
	padding: 0 0 0 12px;
}
div.baloon ul li a em {
	color: #ffffff;
	float: right;
	font-size: 13px !important;
	font-style: normal;
	padding: 0 25px 0 0;
}
