

#container {
	color: #252525;	
}

/* links */

a:link, a:visited, #footer a:link, #footer a:visited {
	color: #b9490a;
	text-shadow: 0px 0px 1px #ffffff;
}

a:hover, a:active, #footer a:hover, #footer a:active {
	color: #325575;
	text-shadow: 1px 1px 2px #ffffff;
}

/* headers titles */

#pageHeader h1 {
	color: #325575;
	text-shadow: 2px 2px 0px #ffffff;
}

#pageHeader h2 {
	text-shadow: 2px 2px 2px #ffffff;
	color: #b95e3d;
}

/* color text  #9d6335  and  bordeaux #421a15 */

#footer p {
		color: #666666;
}

/* photo album --> single page Html  and more */

.album-description, .movie-page-description, .movie-description, .blog-archive-month {
	color: #5b5b5b;
}

 .filesharing-description {
	color: #252525;
}

.filesharing-item-description {
	color: #5b5b5b;
	text-shadow: 2px 2px 2px #ffffff;
}

/* blog amd more */

.blog-entry-title, .album-title, .movie-page-title, #sidebarContainer .sideHeader  {
	color: #b95e3d;	
	text-shadow: 1px 1px 1px #ffffff;
}

#breadcrumbcontainer a {
	color: #3c6888;
}


#breadcrumbcontainer a:hover {
	color: #5b5b5b;
}


.blog-entry-date  {
	color: #666666;
	text-shadow: 2px 2px 2px #ffffff;
}

/* movie e video links */

.thumbnail-frame:hover, .movie-thumbnail-frame:hover {
	color: #5b5b5b;
	text-shadow: 1px 1px 2px #ffffff;
}

/* Bread */

#breadcrumbcontainer ul {
	color: #666666;
}

/* form imput */

.form-input-field {
	background: #fffeea;
}

.message-text {
	color: #3c6888;
}

/*<group=Toolbar>*/

#navcontainer {
	color: #2a2a2a;
	text-shadow: 2px 2px 1px #e4d6b4;
}

#navcontainer #current {
	color: #274f88;	
}

/* level 0 and dorder toolbar buttons */

#navcontainer a {
	color: #000000;
	border-bottom: 1px dotted #9a7654;
	background: no-repeat url(../../images/2button_triangle_normal.gif) 18px 13px;
}

#navcontainer a:hover {
	color: #274f88;
	background: no-repeat url(../../images/2button_triangle.gif) 18px 13px;
}

#navcontainer .currentAncestor {
	background: no-repeat url(../../images/2button_triangle.gif) 18px 13px;
}

/* Child - Level 1 */

#navcontainer ul ul a {
	background: no-repeat url(../../images/2button_normale.gif) 21px 13px;
	color: #434343;
}

#navcontainer ul ul a:hover, #navcontainer ul ul #current{
	background: no-repeat url(../../images/2button_push.gif) 21px 13px;
	color: #274f88;
}

#navcontainer ul ul .currentAncestor {
	background: no-repeat url(../../images/2button_push.gif) 21px 13px;
}

/* Child - Level 2 */

#navcontainer ul ul ul a{
	background: no-repeat url(../../images/2button_normale.gif) 30px 13px;
	color: #434343;
}

#navcontainer ul ul ul a:hover, #navcontainer ul ul ul #current{
	background: no-repeat url(../../images/2button_push.gif) 30px 13px;
	color: #274f88;
}

#navcontainer ul ul ul .currentAncestor {
	background: no-repeat url(../../images/2button_push.gif) 30px 13px;
}

/* Child Level 3 */

#navcontainer ul ul ul ul a{
	background: no-repeat url(../../images/2button_normale.gif) 39px 13px;
	color: #434343;
}

#navcontainer ul ul ul ul a:hover, #navcontainer ul ul ul ul #current{
	background: no-repeat url(../../images/2button_push.gif) 39px 13px;
	color: #274f88;
}

#navcontainer ul ul ul ul .currentAncestor {
	background: no-repeat url(../../images/2button_push.gif) 39px 13px;
}

/* Child Level 4 */

#navcontainer ul ul ul ul ul a{
	background: no-repeat url(../../images/2button_normale.gif) 48px 13px;
	color: #434343;
}

#navcontainer ul ul ul ul ul a:hover , #navcontainer ul ul ul ul ul #current{
	background: no-repeat url(../../images/2button_push.gif) 48px 13px;
	color: #274f88;
}

#navcontainer ul ul ul ul ul .currentAncestor {
	background: no-repeat url(../../images/2button_push.gif) 48px 13px;
}

/* Toolbar end */
	
/*</group>*/