/************* RIDEFINIZIONI ***************/

.middle { border: none; width: 990px; }
.header-top { width: 990px; }
.middle  { margin-top: 6px; }
.footer { width: 990px; }


/**************** HEADER *******************/

.header-top {
	background: url(../images/blog/bg_header.jpg) no-repeat top left;
	min-height: 151px;
	height: auto !important;
	height: 151px;
	position: relative;
}

.header-top h1.image {
	background-image: url(../images/blog/h1_racconti.gif);
	margin: 60px 0 0 38px;
	width: 265px;
	height: 40px;
}
.header-top h1.image a {
	display: block;
	width: 265px;
	height: 40px;
}

.header-top a.back {
	position: absolute;
	top: 0;
	right: 0;
}

.find {
	position: absolute;
	right: 25px;
	bottom: 25px;
}


/************** CONTENT ******************/

.col-2-right-layout .col-main {
	width: 623px;
	background: url(../images/blog/bg_post.gif) repeat-x top left;	
}

.postWrapper {
	padding: 30px 85px 0 40px;
}
.postTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	margin-bottom: 15px;
}
.postTitle h2 {
	font-size: 2.9em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.postTitle h3 {
	font-weight: normal;
	color: #797b7e;
	font-size: 1.1em;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.postContent {
	font-size: 1.2em;
	padding-bottom: 15px;
}
.postDetails {
	font-size: 1.1em;
	padding: 8px 100px 8px 13px;
	background-color: #ebebeb;
	position: relative;
}
.postDetails a {
	text-decoration: underline;
}
.postDetails a.comments {
	position: absolute;
	right: 13px;
	top: 8px;
}
.postBookmarks {
	padding-bottom: 15px;
}
.postBookmarks h4 {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #ebebeb;
}
.postError {
	font-size: 16px;
}

/************** RIGHT *******************/

.col-right {
	width: 317px;
	padding: 20px 25px;
	background: url(../images/blog/bg_right.gif) repeat-x top left;
}

.col-right .box, .col-right .head, .col-right .content  {
	background: none;
	border: none;
}

.col-right .box {
	padding: 0 0 15px 0;
}

.col-right h5.cat {
	background-image: url(../images/blog/h5_categorie.gif);
	width: 100px;
	height: 26px;
}

.col-right h5.arch {
	background-image: url(../images/blog/h5_archivio.gif);
	width: 100px;
	height: 26px;
}

.col-right ul.cats {
	padding: 5px;
}
.col-right ul.cats li {
	margin: 5px 0 10px 0;
}
.col-right ul.cats li a,
.col-right ul.cats li a:active,
.col-right ul.cats li a:visited,
.col-right ul.cats li a:hover {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}

.col-right ul.archive {
	padding: 5px;
}
.col-right ul.archive li {
	padding: 5px 0 0 0;
}
.col-right ul.archive li a,
.col-right ul.archive li a:active,
.col-right ul.archive li a:visited,
.col-right ul.archive li a:hover {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}
.col-right ul.archive li ul {
	padding: 5px 15px;
}
.col-right ul.archive li ul li {
	padding: 2px 0;
}


/************** COMMENTI *********************/

h2.comments {
	background-image: url(../images/blog/h2_commenti.gif);
	float: none;
	display: block;
	width: 100%;
	height: 19px;
	padding-bottom: 10px;
}

h4.comment {
	background-image: url(../images/blog/h4_scrivi_commento.gif);
	float: none;
	display: block;
	width: 100%;
	height: 19px;
	padding-bottom: 10px;
}

.commentWrapper {
	font-size: 1.1em;
}

#commentForm div, #commentForm fieldset, #commentForm li {
	border: none;
	background: none;
	padding: 0;
}
#commentForm fieldset { margin: 10px 0 0 0; }

#commentForm .button-set { margin: 5px 0 0 0; }

.input-box label {
	font-size: 1.1em;
	font-weight: normal;
}
.input-box input, .input-box textarea {
	margin: 5px 0;
}

.left-page {
	font-size: 1.1em;
	font-weight: bold;
	padding: 20px 85px 10px 40px;
	text-align: left;
}
.right-page {
	font-size: 1.1em;
	font-weight: bold;
	padding: 20px 85px 10px 0;
	text-align: right;
}
