a, 
.nav2 li ul a:hover,
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active,
#rss a:hover,
#nav2 li a:hover,
#nav2 li.active a,
#columns h2,
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected,
#columns .post h2,
.list3 li  a em {
	/*color: #FF2200;*/
}
.list1 li{
	background: url(red/ico-star.gif) no-repeat left;
}

.ads .ar {
	margin:0 0 15px 0;
}

.post .entry .tags{
	background-color:#e2e1dd;
}

a.more {
	display:block;
	float:right;
	color:#C91E3A;
}

p.disclaimer {
	font-size:9px;
	color:#666;
}
#header h1{
	background: url(santosrojas/logo.png) no-repeat top left;
}

#columns .post .featured .pic h3{
	background: url(santosrojas/new.png) top left no-repeat;
	/*border-top:1px solid #fff;
	border-bottom:1px solid #ccc;*/
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 35px; /*width: 421px;*/
    background: url(santosrojas/lava-bg.gif) no-repeat bottom;
    /*padding: 15px;*/
	padding:5px 0 0 2px;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url(santosrojas/lava.gif) no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url(santosrojas/lava.gif) no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            /*text-transform: uppercase;*/
            font: bold 14px arial;
            color: #fff; 
			outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
