/*
Theme Name: Child for GUSTO.Logg.it
Theme URI: http://gusto.logg.it/
Description: child theme per logg-it
Author: Michele
Author URI: http://www.michelem.org/
Template: blogg-it-MASTER
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url("../blogg-it-MASTER/style.css");

#header {
	background : #fff url('img/top.jpg') left top repeat-x ;
}

.articuloTopRight {
	background : #fff url('img/note.gif') left top no-repeat ;
}

.articuloTopLeft h2 a, .articuloTopLeft h2.red  {
	color : #E55000 ;
}

.PostContent p a:hover {
	color : #fff ;
	background-color : #E55000 ;
}

.PostContent a.thickbox:hover {
	background-color : transparent ;
}

#PrecSucc tr td { 
	background : #fff url('img/fdPagineBl.gif') left top no-repeat ;
}
#PrecSucc tr td.active{
	background : #fff url('img/fdPagineGr.gif') left top no-repeat ;
	color : #FF5900;
}
#PrecSucc tr td a:hover, #PrecSucc tr td.active a{
	color : #FF5900 ;
	background-color : transparent ;
}

#PrecSucc tr td#prec {
	background : #fff url('img/fdPrec.gif') left top no-repeat ;
}
#PrecSucc tr td#points {
	background : #fff url(' ') left top no-repeat ;
}
#PrecSucc tr td#succ {
	background : #fff url('img/fdSucc.gif') left top no-repeat ;
}
#footer {
	background: transparent url('img/bottom.png') left top no-repeat ;
}
