a#feed img
{
	border:				none;
	width:				24px;
	height:				24px;
	float:				right;
}

div#div_fnord_img	
{
	width: 				65%;
	margin:				0 auto;
}

img#fnord
{
	border: 			none;
}

div#img_title
{
	font-size:			120%;
	text-transform:		capitalize;
}

div#img_title a
{
	font-size:			65%;
	color:				black;
	font-style:			italic;
}

table#fnord_data
{
	width:				100%;
	margin:				0 auto;
}


table#fnord_data td#place
{
	text-align:			right;
}

table#fnord_data td#nav
{
	text-align:			right;	
}

table#fnord_data td#tech_info
{

}

table#fnord_data td#fnord_title
{
	padding-top: 		50px;
	border-bottom: 		1px dotted black;
}

table#fnord_data td#text
{
	font-size:			100%;
}

a
{
	color:				#CC9900;
	text-decoration:	none;
}

a:hover
{
	text-decoration:	underline;
	font-style: 		italic;
}

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

table#comments
{
	margin-top:			50px;	
	width:				100%;
}

table#show_comments
{
	margin-top:			50px;	
	width:				100%;
	display:			none;
}

table#comments th
{
	text-align:			left;
	border-bottom: 		1px dotted black;	
}

table#show_comments th
{
	text-align:			left;
	border-bottom: 		1px dotted black;	
}

table th a
{
	font-size:	65%;
}

table#comments div.cmnt_signature
{
	text-align:			right;
}

table#comments span.cmnt_author
{
	font-size:			100%;
}

table#comments span.cmnt_date
{
	font-size:			100%;
}

input
{
	background-color: 	#EEEEEE;
	border:				none;
	border-bottom:		1px solid black;
	width: 				40%;
}

textarea
{
	background-color: 	#EEEEEE;
	border:				none;
	border-bottom:		1px solid black;
	border-left:		1px solid black;
	width: 				40%;
	height: 			6em;
}

span#add_cmnt_author_error
{
	color:				#CC9900;
}

span#add_cmnt_text_error
{
	color:				#CC9900;
}

input.submit
{
	margin-top: 		5px;
	border: 			1px solid black;
	width:				40px;
}