#content-fixed .header {
    margin: 10px 300px 10px 10px;
    padding: 0 0 0 50px;
    position: relative;
    min-height: 40px;
}

/* avatar */
.header .avatar {
	background: url("../images/sprite_title-v2.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
}

/* title */
/* the string after the hyphen (#header-XXXXXX) is dynamic, which is why there are so many */
#header-admin .avatar,
#header-activity .avatar {
    background-position: 0 -60px;
}

#header-reviews .avatar {
    background-position: 0 -120px;
}

#header-avatar .avatar {
    background-position: 0 -180px;
}

#header-directory .avatar {
    background-position: 0 -240px;
}

#header-project .avatar {
    background-position: 0 -300px;
}

#header-report .avatar {
    background-position: 0 -300px;
}

#header-repository .avatar {
    background-position: 0 -300px;
}

#header-changeset .avatar {
    background-position: 0 -360px;
}

#header-person .avatar {
    background-position: 0 -420px;
}

#header-user .avatar {
	background-position: 0 -480px;
}

#header-search .avatar {
    background-position: 0 -540px;
}

#header-activity.txt .avatar {
    background-position: 0 -600px;
}

#header-anon .avatar {
    background-position: 0 -840px;
}

#header-reports .avatar {
    background-position: 0 -900px;
}

#header-visualisation .avatar {
    background-position: 0 -1020px;
}

/* this uses gravatar type image sources */

#header-avatar .avatar {
	background-position: 0 0;
}

/* breadcrumb */
.breadcrumbs {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.03em;
    min-height: 0.2em;
    white-space: nowrap;
    /* @2ADG higher line height creates too much space between .copy header and breadcrumbs */
    line-height: 1;
}

.breadcrumbs a {
    margin-right: 4px;
}

.breadcrumbs .crumbs span + a {
    margin-left: 6px;
}

.breadcrumbs .crumb {
    margin-left: 4px;
    margin-right: 4px;
}

.breadcrumbs .crumb:first-child {
    margin-left: 0;
}

/* title */
#content-fixed .header .copy {
	min-height: 24px;
	position: relative;
    margin-top: 7px;
}


#content-fixed .header h1 {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
	position: relative;
	top: -2px;
}

/*override the z-index option on the notification icon provided by UPM */
#header-admin #upm-notifications #upm-notifications-trigger {
    z-index: 0;
}

#header .aui-avatar-small .aui-avatar-inner {
    height: 24px;
    width: 24px;
    background-color: whitesmoke;
}
/*[{!style_header_css_dzpc41g!}]*/