/* general Styles */

body {
	background: repeat-x url(../../images/color3/body.jpg) #036412;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover, a:active {
}

/* layout */

#pageHeader h1 {
	text-shadow: 3px 3px 0px #ffffff;

}

#pageHeader h2 {
}

#footer {
	background: #f0f0f0;
	text-shadow: none;
	color: #808080;
}

/* @group toolbar */

/* solo colori */

#navcontainer #current {
	background: url(../../images/color3/B_current.jpg) no-repeat;
}

/* 0 */

#navcontainer li {
	background: no-repeat url(../../images/color3/B_over.jpg);
}

#navcontainer a{
	background: repeat-x url(../../images/color3/body.jpg);
	color: #f7f7f7;
	font-variant: normal;
}

#navcontainer a:hover {
	background: url(../../images/color3/B_over.jpg) no-repeat;
}

#navcontainer a:active {
	background: no-repeat url(../../images/color3/B_over.jpg);
}

/* 1 */

#navcontainer ul ul a:hover{
	color: #036412;
	background: transparent;
}

#navcontainer ul ul a:active {
	background: transparent;
}

#navcontainer ul ul #current{
	background: transparent;
	font-weight: bold;
	color: #036412;
}

/* @end */

.blog-entry-title, .album-title, .movie-page-title  {
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}



