#header {
    background: #1F1F1F url(../images/header_bg.png) repeat;
    height: 76px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
#header_pane {
    width: 52px;
    height: 24px;
    background: url(../images/header_pane_arrow.png) 0 0 no-repeat;
    position: fixed;
    z-index: 21;
    top: 76px;
    left: 48%;
    cursor: pointer;
}
#header_pane.closed {
    background-position: 0 -24px;
}
#title {
    position: absolute;
    font-size: 25px;
    font-family: "Lucida Console", Monaco, monospace;
    width: 225px;
    text-align: center;
    line-height: 76px;
    background: url(../images/progress_bar_bg.png) right 22px no-repeat;
}
#title_left {
    color: #FCD21C;
}
#title_right {
    color: grey;
}
#author {
    position: absolute;
    line-height: 83px;
    width: 225px;
    font-family: 'Zeyada', cursive;
    font-size: 25px;
    font-weight: bold;
    color: grey;
    left: 277px;
}
.credits em{
    font-weight: normal;
    font-size: 20px;
}

#menu {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left;
    color: #FFF;
    float: right;
    line-height: 25px;
}
#menu ul {
    list-style: none;
}
#menu li {
    float: left;
    margin-left: 25px;
    margin-right: 25px;
}
#menu a:link, #menu a:visited {
    text-decoration: none;
    color: grey;
    font-style: italic;
}
#menu a:hover, #menu a:visited:hover {
    color: #FFF;
    text-decoration: none;
}
#menu a.active{
    color: #FFF;
}

@media screen and (min-width: 200px) {
  #author {
		display: none;
	}
	#title {
		display: none;
	}
}

@media screen and (min-width: 600px) {
  #author {
		left: 5px;
		top: 25px;
		display: block;
	}
	#title {
		display: block;
	}
}


@media screen and (min-width: 800px) {
  #author {
		left: 5px;
		top: 25px;
		display: block;
	}
	#title {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	#author {
		left: 277px;
		top: inherit;
		display: block;
	}
	#title {
		display: block;
	}
}