@import url(http://www.fratellileonelli.it/template/css/commenti.css);
 
html, body {
	background: #ECECEC url("/template/default/images/bg.png") repeat-y center;
	margin: 0px;
	padding: 0px;
	color: #666;
	font: 0.83em Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited {
	color: #FF7800;
	text-decoration: none;
}

a:hover { text-decoration:underline; }
img a { border: none; }
fieldset { border: none; }

h1 { font-size:20px; font-style:bold; }
h2 { font-size:16px; font-style:bold; }

blockquote{
	font-style: italic;
	color: #777;
}

input, textarea {
	background: #F4F4F4;
	border: 1px solid #949494;
	color: #666;
}

q { font-style: italic }
code { font-size: 1.2em; }

/* La page
*******************************************************************************/
#page {
	width: 800px;
	margin: 0px auto;
}

#main {
	width: 580px !important;
	width: 560px;
	float: left;
	margin: 5px !important;
	margin: 2px;
}

#sidebar {
	width: 200px !important;
	width: 180px;
	float: right;
	margin: 5px !important;
	margin: 2px;
}

/* L'entï¿½te
*******************************************************************************/
#top {
	background: url("/template/default/images/top.png") no-repeat center bottom;
	width: 800px;
	height: 230px !important;
	height: 240px;
	margin: 0px;
	padding: 0px;
}

#top h1 { margin-top: 13px; /* Corrige un bug de dï¿½calage sous IE6 */ }

#top h1 a {
	padding: 0 0 0 10px;
	font: 1.1em Arial, Helvetica, sans-serif !important;
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#top h1 a:hover{ border-bottom: 2px solid #999; }

#prelude {
	display: none;
	float: right;
	position: relative;
	top: -44px;
	margin-right: 10px;
}

#prelude a {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
}

#prelude a:hover { color: #FF7800; }

/* Le contenu
*******************************************************************************/
.post { padding: 0 0 20px 0; }

.post-title {
	padding: 0;
	margin: 0 0 5px 0;
}

.post-title a, .post-title a:visited {
	font-size: 1em;
	font-weight: bolder;
	color: #FF7800;
	text-decoration: none;
}

.post-title a:hover { text-decoration: underline; }

.post-info {
	margin: 0;
	padding: 0 5px;
	border-top: solid 1px #CCC;
	font-size: 10px;
	line-height: 1em;
	color: #999;
}

.post-chapo p { font-style: italic }

.post-chapo, .post-content { padding: 4px 8px 0 8px; }

.post-content p {
	text-align: justify;
	line-height: 1.5em;
}

.post-chapo img, .post-content img {
	padding: 4px;
	border: 1px solid #DFDFDF;
}

.post-content ul, .post-content ol {
	margin-left: 20px;
	list-style: square;
}

.post-content pre {
	width: 100%;
	background: #EEE;
	font-size: 1.2em;
	overflow: auto;
}

.post-content li { margin-bottom: 10px; }
.post-content li object { vertical-align: middle; }

.post-content .left {
	float: left;
	margin-right: 1em;
	font-style: italic;
}

.post-content .right {
	float: right;
	margin-left: 1em;
	font-style: italic;
	text-align: right;
}

.post-chapo .center, .post-content .center { text-align: center; font-style: italic; }
.post-content .center a:hover { text-decoration: none; }
.post-content .clear { clear: both; }
.post-content .red { background-color: #F06600; }
.post-content .green { background-color: #A6D110; }
.post-content .blue { background-color: #88ABCE; }
.post-content .textred, .post-content .textgreen, .post-content .textblue { font-weight: bold; }
.post-content .textred { color: #F06600; }
.post-content .textgreen { color: #A6D110; }
.post-content .textblue { color: #88ABCE; }
.post-content .italic { font-style: italic; }
.post-content .justify { text-align: justify; }
.post-content .border { border: 1px solid #000; }
.post-content .border th { border: 1px solid #DDD; }
.post-content .border td { border-bottom: 1px solid #DDD; }
.post-content .red.center, .post-content .green.center, .post-content .blue.center { color: #000; }
.post-content .citation {
	background: #DFDFDF;
	padding: 10px;
}

.post-content .download {
	height: 48px;
	line-height: 48px;
	margin: 15px 0; 
}

.post-content .download.ppt a {
	background: url(images/ppt.gif) no-repeat;
	width: 80%;
	margin: 0 auto;
	display: block;
	text-indent: 55px;
}

.post-content .blindtest { width: 100%; text-align: center; }
.post-content .blindtest table { width: 70%; margin: 0 auto; }
.post-content .blindtest p { text-align: center; }

.post-content .note {
	background: #DDEEFF url("/template/default/images/note.jpg") no-repeat 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 80px;
}


.post-info-co {
	background: url("/template/default/images/comments.gif") no-repeat left center;
	padding-left: 16px;
}

.post-content .smiley, #comments .smiley {
	border: none;
	vertical-align: middle;
}

iframe { margin-left: 56px; }

#comments div, #trackbacks div {
	width: 450px;
	margin: 10px;
}

#comments blockquote, #trackbacks blockquote {
	background: #ECECEC url("/template/default/images/comm.png") no-repeat top;
	margin: 0;
	padding: 8px 10px 4px 10px;
}

#tb_link { text-align: center; }
#tb_link span { font-weight: bold; }
#trackbacks blockquote { font-style: italic; }

#comments h3 a {
	background: url("/template/default/images/feed_12px.png") no-repeat;
	width: 12px;
	height: 12px;
	margin-bottom: -12px;
	display: block;
	text-indent: -2000em;
	position: relative;
	top: -13px !important;
	top: -16px;
	left: 9em;
}

#comments blockquote { font-style: normal; }
#comments div.me blockquote { background: #D7D7D7 url("/template/default/images/comm-admin.png") no-repeat top; color: #555; }

.comment-author, .comment-date {
	margin: 0;
	padding: 0;
}

.comment-date { text-align: right; }
.comment-date a {
	background: url('images/anchor.png') no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	float: right;
	position: relative;
	top: -14px !important;
	top: -13px;
	right: -18px !important;
	right: -16px;
	font-size: 0;
	text-indent: -2000em;
}

.comment-date a:hover { text-decoration: none; }

#comment-form { width: 550px; }
#comment-form .form-help {
	margin: 0;
	padding: 0;
	text-align: justify;
}

#comment-form textarea {
	width: 100%;
	margin: -5px 0 5px 0;
}

#c_remember {
	border: none; /* IE... */
	vertical-align: middle;
}

.pagenav { width: 100%; text-align: center; }


/* La barre de navigation
*******************************************************************************/
#sidebar { background: #F9F9F9; }

#sidebar div {
	margin: 0 0 25px 0;
	padding: 0;
}

#sidebar h2, sidebar h3 {
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar h2 {
	border-bottom: 1px solid #CCC;
	color: #FF7800;
	font-size: 1.1em;
}

#sidebar h3 {
	border-bottom: 1px solid #5470D5;
	color: #5470D5;
	font-size: 0.9em;
}

#sidebar ul {
	margin: -10px 0 20px 0 !important;
	margin: -19px 0 20px 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li a {
	display: block;
	background: url("/template/default/images/navbulle.gif") no-repeat 10px 50%;
	margin: 0px;
	padding: 4px 0 4px 25px;
	border-bottom: 1px solid #CCC;
	color: #FF7800;
}

#sidebar ul li a:hover {
	background-color: #CCC;
	color: #666;
	text-decoration: none;
}

#sidebar #calendar table {
	width: 140px;
	border: none;
	text-align: center;
}

#sidebar #calendar tr a {
	display:block;
	width: 20px;
}

#sidebar #calendar tr a:hover {
	background:#FF6317 url("/template/default/images/hover_calendar.png") no-repeat top right;
	color:#FFF;
	text-decoration: none;
}

#sidebar #contact img {
	float: left !important;
	float: none;
	margin: 0 5px 10px 0 !important;
	margin: 0 0 0 60px;
}
#sidebar #contact p {
	clear: none !important;
	clear: both;
	margin-top: 30px !important;
	margin-top: 5px;
	text-align: center;
}
#sidebar #contact p a { background: url("/template/default/images/transmit_blue.png") no-repeat; padding-left: 20px; }

#search { clear: both; margin: 8px 0 15px 0 !important; }
#q { width: 150px;}

#syndicate p {
	margin: 0 0 0 20px;
	padding: 0;
}

#syndicate #rss, #syndicate #atom {
	background-repeat: no-repeat;
	padding: 0 0 6px 20px;
	line-height: 14px;
	border-bottom: none;
}

#syndicate #rss { background-image: url('images/feed-icon-green.png'); }
#syndicate #atom { background-image: url('images/feed-icon-blue.png'); }

/* Le pied de page
*******************************************************************************/
#footer {
	clear: both;
	width: 774px;
	height: 40px;
	margin: 0 auto;
	padding: 10px;
	border-top: 1px solid #CCC;
	text-align: center;
}

#footer a img { border: none; }

.evidence {
    color:#FF0000;
    font-style:bold;
}
