#content
{
  margin: 10px 303px 0px 35px;
}

#content .post
{
  font: normal normal normal 10pt helvetica, arial, verdana, sans-serif;
  margin: 0px 5px;
}

#content .tags
{
  border: 1px solid red;
  border: none;
}

#content .post_title
{
  margin: 0;
  padding: 0px 0px 0px 0px;
  
  font-size: 1.3em;
  color: #436076;
  
  border-bottom: 1px solid #aaa;
  border: none;
}

#content .post_title a
{
  margin: 0;
  padding: 0;
  
  text-decoration: none;
  color: #436076;
}

#content .post_title a:hover
{
  color: #FF5A00;
}

#content .post_date
{
  margin: 0px 0px 20px 0px;
  padding: 0;
  
  font-weight: normal;
  font-size: 9pt;
  font-family: "times new roman";
  
  color: #555;
  color: #006699;
  opacity: 0.65;
  filter: alpha(opacity=65%);
}

#content .post_body
{
  margin: 10px 0px 0px 0px;
  padding: 0px 10px 20px 0px;
  
  text-align: left;
  line-height: 1.5em;
}

#content .post_body a:link, #content .post_body a:visited
{
  background-color: #A4B7BB;
  text-decoration: none;
  color: #333;
}

#content .post_body table.immagine a:link, #content .post_body table.immagine a:visited
{
  background-color: white;
  display: inline;
}

#content .post_data
{
  padding: 5px 0px 0px 0px;
  margin: 10px 0px 80px 0px;
  
  border-top: 1px solid #aaa;
  list-style: none;
}

#content .post_data li
{
  margin: 0;
  padding: 0;
  
  list-style: none;
  display: inline;
}

#content .post_category, #content .post_comments
{
  font-weight: normal;
  font-size: 8pt;
  
  color: #999;
}

#content .post_comments
{
  float: right;
  display: inline;
}

#content .post_data a:link, #content .post_data a:visited
{
  margin-right: 10px;
  text-decoration: none;
  color: #999;
}

#content .post_data a:hover
{
  text-decoration: none;
  color: #555;
}

#content .post_category a
{
  color: red;
  font-weight: bold;
}

#content .tags
{
  background: url(immagini/blog/item_tags.gif) 3px bottom no-repeat;
  padding: 0.2em 0px 0px 23px;
  margin-bottom: 3px;
}

#content .tags a, #content .tags a:visited
{
  color: #662400;
  text-decoration: none;
}

#content .tags a:hover
{
	color: #ff5a00;
}

#content .edit
{
	float: right;
	margin-top: 3px;
}

#content .edit a, #content .edit a:visited
{
  color: blue;
  margin-left: 0.3em;
  text-decoration: none;
}

#content .edit a:hover
{
	color: #ff5a00;
}

#content .immagine
{
  width: 500px;
  margin: 0px auto;
}

#content .immagine td
{
  text-align: center;
}

#content .immagine a
{
  text-decoration: none;
  color: orange;
}

#content .immagine a img
{
  border: 1px solid #ccc;
  padding: 8px;
}

.ncommenti, .commenti
{
	font: normal normal normal 15pt "times new roman", sans-serif;
	color: #444;
	margin: 0px 10px 10px 10px;
  
  background: url(immagini/blog/divider.gif) center top no-repeat;
  padding-top: 35px;
}

.commenti
{
  padding-top: 20px;
  margin-top: 25px;
}

div.commento, p.box
{
	margin: 0px 10px 10px 10px;
	padding: 10px;
	
	font-size: 10pt;
	border: 1px dotted #aaa;
	background-color: #f7f7f7;
  color: #333;
}

div.commento
{
  font-family: "arial";
  color: #222;
}

div.unapproved
{
  background-color: #fff;
  border: 3px double #f00;
}

div.commento .author
{
	font-weight: bold;
}

div.commento .author a
{
  color: #5D89AE;
  text-decoration: none;
}

div.commento p.text
{
	font-family: verdana;
  font-size: 8pt;
  line-height: 1.5em;
	margin: 20px 0px 0px 0px;
}

p.alert
{
  color: red;
}

form
{
  margin: 0px 10px;
  font: normal normal normal 9pt verdana;
}

p.input label
{
  color: #aaa;
  margin-left: 5px;
}

p.input
{
  margin: 5px 0px;
}

form #cmdSalva
{
  border: 1px solid #666;
  background: #ddd;
}

form textarea
{
  width: 535px;
  height: 150px;
}

form img
{
  margin: 0px 0px 0px 10px;
  border: 1px solid #666;
}

div.commento div.commands
{
  margin-top: 20px;
}

div.commento div.commands span.link
{
  text-decoration: none;
  color: #0000ff;
  cursor: pointer;
}

.post_comments a
{
  background: url(immagini/blog/comment.gif) left center no-repeat;
  padding: 0px 0px 3px 20px;
}

div.hidden
{
  display: none;
  visibility: hidden;
}

div.visible
{
  display: block;
  visibility: visible;
}

/* La casella di input nascosta per evitare spam */
#inputName
{
	display: none;
	visibility: hidden;
}
