#sidebar-nav {
 display: none;
}

#header-nav {
 display: table;
 margin: auto;
 font-size: smaller;
 line-height: 1.2em;
}

#header-nav td {
 padding: 5px 7px;
}

#header-nav th {
 padding: 9px 18px;
 font-family: "Valkyrie Caps";
 font-weight: bold;
}

#header-nav td img {
 height: 44px;
 position: relative;
 top: 2px;
}

#header-nav .face {
 height: 12px;
 position: relative;
 top: 1px;
}

#header-nav p {
 margin: 0;
}


@media screen and (min-width: 960px) {

 #sidebar-nav {
  display: table;
 	float: right;
 	margin-right: 0;
 	font-size: smaller;
 	line-height: 1.2em;
 }
 
 #sidebar-nav th {
  font-family: "Valkyrie Caps";
  font-weight: bold;
 }

 #sidebar-nav td {
  padding: 5px 7px;
 }
 
 #sidebar-nav td img {
 	height: 44px;
 	position: relative;
 	top: 2px;
 }
 
 #sidebar-nav .face {
 	height: 12px;
 	position: relative;
 	top: 1px;
 }
 
 #sidebar-nav p {
 	margin: 0;
 }
 
 #header-nav {
 	display: none;
 }

}