@font-face {
	font-family: digital_clock;
	src: url(fonts/digital.ttf);
}

#container {
	width: 980px;
	height: 284px;
	background-repeat: no-repeat;
	background-size: 100px 100px;
	margin: 0px auto;
	position: relative;
}

#headimage {
	width: 100%;
	height: 184px;
	display: block;
}

#campaign-logo {
	position: absolute;
	top: 15px;
	right: 75px;
	width: 136px;
	height: 136px;
	background-image: url("../../images/c13resources/logos/c13logo_header.png");
	background-repeat: no-repeat;
}

#menubar {
	height: 70px;
	width: 100%;
    display: flex;
    justify-content: center;
	background-image: url("menubar.png");
	background-size: contain;
	background-color: #111111;
}

#menubar .header-menuspan {
	width:90%;
	left:5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#buttonbar {
	height: 30px;
	width: 100%;
    display: flex;
    justify-content: center;
	background-image: url("bar_buttons.png");
	background-size: contain;
	background-color: #111111;
	position: relative;
}

#buttonbar .header-buttonspan {
	width:90%;
	left:5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header_roster {
	width: 0px;
    background-position: center; 
	box-shadow: 0px -1px 1px rgba(50, 50, 50, 0.5), /*top external highlight*/  
					 1px 1px 1px rgba(0, 0, 0, 0.2), /*bottom external shadow*/  
					 inset 2px 0 5px 0px rgba(0, 0, 0, 0.7), inset -1px -1px 3px 0px rgba(255, 255, 255, 0.5), /*bottom internal shadow*/  
					 inset 0 3px 5px 0px rgba(0, 0, 0, 0.7) /*top internal shadow*/;
}

#header_roster.shown {
	width: 200px;
}

#defcon {
	/* background-image: url("defcon5.jpg") */
}

#signup {
	/* background-image: url("../../images/c13resources/signups/signups_closed.png"); */
}

.menu-img {
	width: 200px;
	height: 50px;
	border: 1px solid white;
	border: none;
	overflow: hidden;
	position: relative;
	transition: all 0.5s ease;
	transition: background-image 1s ease-in-out;
}

.menu-button {
	font-family: sans-serif;
	font-size: 11px;
	background-color: #222222;
	vertical-align: middle;
	text-align: center;
	color: white;
	width: 110px;
	height: 20px;
	line-height: 20px; /* Easiest Hack to vertically align one-line text.*/
	border-radius: 10px;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(100, 100, 100, 1) 0%, rgba(10, 10, 10, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(100, 100, 100, 1) 0%, rgba(10, 10, 10, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(100, 100, 100, 1) 0%, rgba(10, 10, 10, 1) 100%)!important;
	/* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73bbe9', endColorstr='#17567f',GradientType=0 ); IE6-9 */
	filter: none; /*IE6-9 */
	-moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5), /*top external highlight*/ 
 1px 1px 1px rgba(0, 0, 0, 0.2), /*bottom external shadow*/ 
 inset 0 -1px 1px rgba(0, 0, 0, 0.7), /*bottom internal shadow*/ 
 inset 0 1px 1px rgba(255, 255, 255, 0.7); /*top internal highlight*/
	-webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5), /*top external highlight*/ 
 1px 1px 1px rgba(0, 0, 0, 0.2), /*bottom external shadow*/ 
 inset 0 -1px 1px rgba(0, 0, 0, 0.7), /*bottom internal shadow*/ 
 inset 0 1px 1px rgba(255, 255, 255, 0.7); /*top internal highlight*/
	box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5), /*top external highlight*/ 
 1px 1px 1px rgba(0, 0, 0, 0.2), /*bottom external shadow*/ 
 inset 0 -1px 1px rgba(0, 0, 0, 0.7), /*bottom internal shadow*/ 
 inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.menu-button:hover {
	background: -o-linear-gradient(to bottom, rgba(30, 30, 30, 1) 0%, rgba(50, 50, 50, 1) 100%);
	background: -ms-linear-gradient(to bottom, rgba(30, 30, 30, 1) 0%, rgba(50, 50, 50, 1) 100%);
	background: linear-gradient(to bottom, rgba(30, 30, 30, 1) 0%, rgba(50, 50, 50, 1) 100%);
	box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5), /*top external highlight*/ 
 1px 1px 1px rgba(255, 255, 255, 0.3), /*bottom external shadow*/ 
 inset 0 -1px 1px rgba(0, 0, 0, 0.7), /*bottom internal shadow*/ 
 inset 0 1px 1px rgba(0, 0, 0, 0.7);
}

a.menu-button, a.menu-img {
	text-decoration: none!important
}
a.menu-button:visited, a.menu-img:visited, a.menu-button:link, a.menu-img:link {
	color:white;
}

#clock {
	box-shadow: 0px -1px 1px rgba(50, 50, 50, 0.5), /*top external highlight*/  
					 1px 1px 1px rgba(0, 0, 0, 0.2), /*bottom external shadow*/  
					 inset 2px 0 5px 0px rgba(0, 0, 0, 0.7), inset -1px -1px 3px 0px rgba(255, 255, 255, 0.5), /*bottom internal shadow*/  
					 inset 0 3px 5px 0px rgba(0, 0, 0, 0.7) /*top internal shadow*/;
	background-image: url("clock_back.jpg");
	background-color: #333;
	font-family: 'digital_clock', sans-serif;
	font-size: 22px;
	text-shadow: 0 0 3px black;
	color: #f00;
	text-align: right;
	width: 200px;
	height: 50px;
	display: block;
}

#prt-clock {
	padding:1px 5px;
	height: 22px;
	font-size: 26px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#countdown {
	top: 22px;
	right: 5px;
	font-size: 16px;
	font-size: 16px;
	letter-spacing: 1px;
	position: absolute;
}

#countdown-text {
	font-size: 10px;
	position: absolute;
	bottom: 1px;
	right: 5px;
}

.blinking {
	transition: color 200ms ease;
	color: transparent;
}

.overlay-line {
	width: 100%;
	height: 3px;
	background-color: #fff;
	opacity: 0;
	top: -5px;
	left: 0;
	padding: 0;
	position: relative;
	-webkit-transition: top 300ms linear;
	-moz-transition: top 300ms linear;
	-o-transition: top 300ms linear;
	-ms-transition: top 300ms linear;
	transition: top 300ms linear;
}

.overlay {
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	-ms-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 1);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 1);
}

.menu-img:hover .overlay {
	opacity: 0.2;
}

.menu-img:active {
	background-position: 0%;
}

.menu-img:hover .overlay-line {
	opacity: 0.7;
	top: -55px
}