/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Garamond, Courier, serif;
	font-size: 10pt;
	background-color: #fff;
        color: #1b1b28;
        line-height: 1.5em;

}

blockquote, h3, p, li {
	padding-right: 10pt;
	padding-left: 10pt;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20pt;
}

h1, h2, h3 {
	margin: 0 0 15pt 0;
	padding: 0 10pt;
	font-weight: normal;
}


h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}


/* layout
----------------------------------------------- */

#accessibility {
	display: none;
}

#container {
	margin: 1% auto;
	padding: 1%;
        width: 96%;
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font-size: 3em;
}

#site-slogan {
	font: italic 1em Garamond, Courier ,serif;
}

#sidebar-1, #sidebar-2, #navbar, #banner, .tornasu {
        display: none; 
}


#content {
	margin: 0 20%;
	padding-top: 30px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

/* overrides
----------------------------------------------- */

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/*----------------------------------------*/

table, td, tr, th {
border: 1px solid #000;
}
.nascosto {
	display: none;
}

a:link:after, a:visited:after { content:" [" attr(href) "] "; }