/*
	Background Stretcher jQuery Plugin 
	© 2009 ajaxBlender.com
*/

BODY {
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    background: #FFFFFF;
    overflow:hidden;
}
A { color: #0A8ECC; }
A:HOVER {
	text-decoration: none;
	color: #8FCB2F;
}	
H1 {
	font-weight: normal;
	color: #0A8ECC;
	margin: 0;
	padding: 0;
}

#logo a { display:block; text-indent:-1000px; width:230px; height:74px; background:transparent url(/delevante/wp-content/themes/delevante/splash/img/logo-splash.png) no-repeat; 
	z-index:50; position:absolute; left:0; top:50px; }

#art-commerce a { display:block; text-indent:-1000px; width:1440px; height:900px; background:transparent url(/delevante/wp-content/themes/delevante/splash/img/art-commerce.png) no-repeat; 
	z-index:100; position:absolute; /* margin:100px auto; */ left:-100px; top:-25px; }

#news {
    z-index:200;
    position:absolute;
    margin: auto;
    right:0;
    bottom:0;
    width:325px;
    padding:2000px 20px 40px;
    background: transparent url(/delevante/wp-content/themes/delevante/splash/img/splash-news-bg.png);
    font-size: 12px;
    color: #AAAAAA;
}
#news .news-story {         opacity: 0.7;
        -moz-opacity: 0.7;
        filter: alpha(opacity=70);
 }

#news { font-family:Helvetica,arial,sans-serif; text-transform:uppercase; font-weight:600; font-size:12px; line-height:1.5em; overflow:hidden; }
#news .news-date { color:#fff; margin-top:1.5em; font-size:12px; letter-spacing:-.05em; }
#news h3, #news h3 a { color:#FFFEB4; margin:0px; font-size:12px; letter-spacing:.05em; text-decoration:none; }
#news h3 a:hover { text-decoration:underline; }
#news .news-story { text-transform:none; font-weight:200; letter-spacing:.05em; color:#fff; font-size:12px; width:250px; line-height:1.3em; }
#news .news-story a { color:#FFFEB4; }
#news .news-heading { background:#A9E088; color:#fff; letter-spacing:.3em; font-weight:600; padding:8px 10px 8px 260px;  font-size:14px; position:relative; left:-20px; }
