@import url(base.css);
@import url(content.css);
@import url(sidebar.css);
@import url(advertise.css);
@import url(colors.css);

html, body
{
	background: #fff;
	color: #000;
}

#sideBar
{
	display: none !important;
}

#container, #pageContainer, #footer, #page
{
	width: auto;
	border: none;
	background: none;
}

.googleAds
{
	display: none;
}

p, ul, ol, li, #footer
{
	font: 12px Georgia, serif;
	text-align: justify;
}

#page
{
	width: 630px;
}

#page p, #page ul, #page ol, #page li
{
	text-align: justify;
}

#page a[href]:after, #footer a[href]:after 
{
	content: " (" attr(href) ") ";
}

#page abbr[title]:after, #page acronym[title]:after 
{
	content: " (" attr(title) ") ";
}

#page a[href^="/"]:after, #footer a[href^="/"]:after 
{
	content: " (http://www.internotredici.com" attr(href) ") ";
}
