@font-face {
font-family: 'FontAwesome';
src: url('/static/icons/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/static/icons/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/static/icons/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/static/icons/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/static/icons/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}

.fa-search:before {
content: "\f002";
}

.fa-envelope-o:before {
content: "\f003";
color: darkslategray !important;
text-shadow: 1px 0 #bacfdb, -1px 0 #bacfdb, 0 -1px #bacfdb, 0 1px #bacfdb;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

#search-auto {
background: white;
font-size: 13px;
position: absolute;
display: none;
z-index: 100;
cursor: pointer;
border: 1px solid #444;
}

#search-auto > div {
padding: 3px;
}

#search-auto > div:hover {
background: black;
color: white;
}

.sec {
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  cursor: pointer;
  padding: 10px 11px;
}

#header {
  width: 1008px;
  background: #aaa;
  color: black;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 5px #555;
  background-image: url(/static/images/shark/header.jpg);
  max-height: 55px;	/* for firefox banner being too short */
}

#header > h3 {
padding: 0;
margin: 0;
position: relative;
font-family: 'arial black', arial, sans-serif;
font-weight: 800;
font-stretch: expanded;
font-size: 0;
float: left;
}

#header > h3 > form {
font-size: 0;
}

#q {
font-family: monospace;
cursor: text;
color: #333;
height: 100%;
background: #fff;
font-size: 20px;
text-align: center;
border: 1px solid transparent;
}

#magnify {
padding: 0 5px;
color: #fff;
font-size: 20px !important;
display: inline-block;
}

#search-bar {
display: inline-block;
border-radius: 6px;
}

.bolded {
color: darkslategray !important;
text-shadow: 1px 0 #bacfdb, -1px 0 #bacfdb, 0 -1px #bacfdb, 0 1px #bacfdb;
font-weight: bold;
}

#movieforums {
  color: #333;
  font-size: 20px;
  font-family: Verdana, sans-serif;
  position: relative;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#movieforums:hover {
  text-decoration: none;
}

#header-right {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 0;
}

#header-right > .sec {
font-weight: bold;
color: blue;
font-size: 14px;
}

#header-right > .sec > #username {
font-size: 16px;
font-family: verdana, sans-serif;
}

#skip {
  height: 65px;
}

.signin-button {
  width: 100%;
}

#signin, #register {
  position: absolute;
  left: 7%;
  background-color: white;
  top: 0;
  margin-top: 40px;
  width: 60%;
  text-align: left;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  border-radius: 10px;
}

.signin {
  display: inline-block;
  text-align: center;
  color: white;
  width: 165px;
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 1px 1px 2px black;
}

.signin-wrap {
  display: inline-block;
}

.label {
  font-weight: bold;
}

.signinText {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  font-size: 15px;
  font-weight: bold;
  font-family: Verdana, Tahoma, Arial, sans-serif;
}

.newsign {
  width: 35px;
  height: 35px;
}
