body{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #696969;
}

td,body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #696969;
}

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

a:hover {
	text-decoration: none;
	color: #393939;
}

.error{	color:#990000;}

.logo_nodus		{ position:absolute; margin-left:145px; margin-top:-300px}
html>body .logo_nodus		{ position:absolute; margin-left:380px; margin-top:-300px}

*:first-child+html .logo_nodus /* solo IE 7.0 */ 
{ 
  margin-left:145px!important; 
}

/****************************/
/*			BLOG			*/
/****************************/
#container {
	padding: 2em;

}


#categorie {
	float: right;
	width: 15%;
}

#categorie ul {
	list-style-type: none;
}

#categorie li {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}



#content {
	background-color: #fff;
	width: 80%;
	padding: 1em;
}

#content dl.entries {
	margin: 10px 0 0 0;
	padding: 0;
}

#content dl.entries dt {
	font-size: 20px;
	font-weight: bold;
	background-color: #696969;
	color: #fff;
	padding: 2px;
	margin-bottom: 5px;
}

#content dl.entries dt a {
	text-decoration: none;
	color: #40659B;
}

#content dl.entries dt a:hover {
	color: #036;
	text-decoration: underline;
}

#content dl.entries dd {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #444;
	line-height: 19px;
}

#content dl.entries dd img {
	
}

#content dl.entries dt.subtitle {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	background-color: #fff;
}


#content dl.entries dd.posted {
	margin: 1em 0 20px 0;
	padding: 4px 0 0 0;
	font-size: 11px;
	color: #ccc;
	border-top: 1px solid #eaeaea;
}



#content dl.comments {
	margin: 10px 0 0 0;
	padding: 0;
}

#content dl.comments dt {
	font-size: 14px;
	font-weight: bold;
}

#content dl.comments dt a {
	text-decoration: none;
	color: #40659B;
}

#content dl.comments dt a:hover {
	color: #036;
	text-decoration: underline;
}

#content dl.comments dd {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #444;
	line-height: 19px;
}

#content dl.comments dd.posted {
	margin: 1em 0 20px 0;
	padding: 4px 0 0 0;
	font-size: 11px;
	color: #ccc;
	border-top: 1px solid #eaeaea;
}

#content dl.comments dt.subtitle {
	margin-bottom: 1em;
	padding: 0 0 0 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}



#comments_form {
	font-size: 12px;
	font-weight: bold;
}

#comments_form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000;
	padding: 2px;
	font-weight: normal;
	margin-bottom: 0.5em;
}

#comments_form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000;
	padding: 2px;
	font-weight: normal;
	margin-bottom: 0.5em;
}