body {
	background-image: url(/images/bg.gif);
	background-color: #38302E;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 0;
	padding: 0;
}

/* GLOBAL */
a img {
	border: none;
}

.clear {
	clear: both;
}

.flash {
	background-color: #000000;
	color: #FFFFFF;
}

/* SITE */

#site {
	width: 980px;
	margin: 0 auto;
}

/* SEARCH */

#search {
	background-color: #2B2422;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 100px;
}

#search div {
	margin: 0 auto;
	margin-top: 33px;
	width: 480px;
}

#search label {
	font-size: 21px;
	color: #8B7D78;
	margin-right: 5px;
}

#search input {
	background-image: url(/images/keyword.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #1F1F1F;
	height: 32px;
	width: 155px;
	padding-left: 40px;
	padding-right: 5px;
	overflow: hidden;
}

/* ITEMS */

.items ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.items ul li {
	border-left: 5px solid #1F1F1F;
	padding-left: 10px;
	margin-bottom: 15px;
}

.items ul li:hover {
	border-color: #99FF00;
}

.items ul li h2, .items ul li h2 a {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 15px;
	color: #CCCCCC;
	text-decoration: none;
}

.items ul li h2 a:hover {
	text-decoration: underline;
}


.items ul li:hover h2, .items ul li:hover h2 a {
	color: #FFFFFF;
}

.items ul li p.description {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #999999;
}

.items ul li:hover>.description {
	color: #CCCCCC;
}

.items h1 span {
	display: none;
}

.items .favicon {
	width: 16px;
	height: 16px;
	background-color: #FFFFFF;
}

#random_stuff h1 {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0;
	background-image: url(/images/random_stuff.png);
	background-repeat: no-repeat;
	width: 123px;
	height: 20px;
}

#whats_new h1 {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0;
	background-image: url(/images/whats_new.png);
	background-repeat: no-repeat;
	width: 95px;
	height: 14px;
}

#results h1 {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0;
	background-image: url(/images/search_results.png);
	background-repeat: no-repeat;
	width: 116px;
	height: 14px;
}


/* POPULAR KEYWORDS */

#popular_keywords h1 {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0;
	background-image: url(/images/most_popular_keywords.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 22px;
}

#popular_keywords h1 span {
	display: none;
}

#popular_keywords ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#popular_keywords li {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#popular_keywords li a {
	display: block;
	padding: 5px;
	font-size: 15px;
	color: #CCCCCC;
	background-color: #2B2422;
	text-decoration: none;
	border: 5px solid #1F1F1F; 
}

#popular_keywords li a:hover {
	border-color: #99FF00;
	color: #FFFFFF;
}

/* DETTAGLIO */

#detail h1, #detail h1 a {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;	
	text-align: center;
}

#detail h1 a:hover {
	text-decoration: underline;
}

#detail .banner_120x240 {
	float: left;
}

#detail #content {
	float: right;
	width: 810px;
}


#detail .description {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #CCCCCC;
}

#detail h2 span {
	display: none;
}

#detail h2 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	background-image: url(/images/description.png);
	background-repeat: no-repeat;
	width: 92px;
	height: 21px;
}

#detail .view_full_article {
	width: 135px;
	height: 35px;
	display: block;
	margin-top: 10px;
}


/* FOOTER */

#footer {
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #666666;
	overflow: auto;
	padding-top: 5px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .addthis_toolbox {
	float: left;
	width: 400px;
}

#footer p.right {
	float: right;
	width: 400px;
}

/* BANNER */

#qrcode {
	float: left;
	width: 150px;
	height: 150px;
	background-color: #FFFFFF;
}

/* ERROR */

.error {
	background-image: url(/images/sad.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 15px;
	background-color:#2B2422;
	border: 5px solid #CC0000;
	padding: 5px;
	padding-left: 50px;
}

.error_search {
	background-image: url(/images/search_warning.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 15px;
	background-color:#2B2422;
	border: 5px solid #CC0000;
	padding: 5px;
	padding-left: 50px;
}

/* PAGINATION */

.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}

.pagination li {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.pagination li a, .pagination li.selected {
	display: block;
	padding: 5px;
	font-size: 15px;
	color: #CCCCCC;
	background-color: #2B2422;
	text-decoration: none;
	border: 2px solid #1F1F1F; 
}

.pagination li a:hover, .pagination li.selected {
	border-color: #99FF00;
	color: #FFFFFF;
}

/* PAGE */

#page {
	font-size: 13px;
	color: #CCCCCC;
}

#page a {
	color: #CCCCCC;
	font-weight: bold;
}

#page a:hover {
	color: #FFFFFF;
}