/*
Selle San Marco

template: vintage
file:     style.css

Author: Francesco Paggin

Content: override degli stili per il tema "Vintage"
*/

body {
	background:#000 url(../images/sfondo2.gif) left top;
	background-attachment:fixed;
}

#header #header-bg {
	background:#000;
	opacity:0.7;
	filter: alpha(opacity=70);
}

#mainstage #mainstage-bg {
	background:#000;
	opacity:0.7;
	filter: alpha(opacity=70);
}

#header #header-content #logo h1 a.mir {
	background:url(../images/logo.png);
}

#header #header-content #menu ul li a:hover {
	background:#7F715F;
}

#header #header-content #newsletter p {
	color:#CFBEA8;
}

/*
#mainstage #mainstage-bg.home {
	background:#ee2b7c;
}

#header #header-content #menu ul li a {
	border-right:1px solid #e390ac;
}
*/