/*beth css 2-16-14*/

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Font-Awesome.woff);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/Roboto_Thin.woff);
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Roboto_Light.woff);
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Roboto.woff);
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Roboto_Medium.woff);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Roboto_Bold.woff);
}

body {
    background: #1A1A1A;
    font-family: "Roboto", arial;
    font-size: 11pt;
    color: #000;
}

#container {
    padding: 0;
    margin: auto;
    border-right: none;
    background: #1a1a1a;
}

#page-header {
    width:100%;
    background: #ffffff;
    border-bottom: none;
    margin:auto;
    padding:0;
}

#page-header  img{
    padding: 4px;
    }

#page-header h1 {
    position:relative;
    background: url(../img/new_aalogo_web.jpg) no-repeat 20%;
    background-size:contain;
    text-indent: -999px;
    width: 100%;
    height: 80px;
    font-size: 0.8em;
    font-weight: bold;
    color: #FFF;
    padding: 10px 0;
}
#page-header #sub-header {
    height:22px;
    background: #b32134; /* Old browsers */
    background: linear-gradient(to right,  #4b0e15 0%,#b32134 36%,#b32134 65%,#4b0e15 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b0e15', endColorstr='#4b0e15',GradientType=1 ); /* IE6-9 */
}

#page-header p#sub-header {
    margin-bottom:0;
}

.page-body {
    background: #dddddd;
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 11px;
    border:none;
    min-height: 500px;
}

.page-content {
    padding: 14px;
    border: none;
    border-radius: 5px;
}

a {
    color: #d52337;
    text-decoration:none;
}

#page-content a {
    text-decoration: underline;
}

a:hover, a:active,
#page-content a:hover, #page-content a:active {
    color: #213C6D;
    text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
    line-height: 110%;
    }

#page-content h1 {
    color: #7F1725;
    font-size: 20pt;
    font-weight: 700;
    padding-top: 0.4em;
    padding-bottom: 0;
}

#page-content h2 {
    color: #4A4545;
    font-size: 18pt;
       padding-top: 0.4em;
    padding-bottom: 0;
    font-weight: 100;
}

h3 {
    color: #CD223A;
    font-size:16pt;
    font-weight:700;
}

h4 {
    color: #4A4545;
    font-size: 14pt;
    font-weight:700;
}
h5 {
    color: #CD223A;
    font-size: 12pt;
    font-weight:700;
}

h6 {
    color: #4A4545;
    font-size: 12pt;
    font-weight:300;
}
ul.jobs-list {
    padding-left: 20px;
}

table {
    border: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}
th {
    background: #CD223A;
    border: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    text-align: center;
    color: #ffffff;
}
table tr td {
    background: #f3f3f3;
    padding: 4px;
    vertical-align: top;
    border: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

#sidebar-left {
    padding: 0;
    margin: 0;
    border: none;
    background: #1A1A1A;
    border: 1px solid #FFA500;
    border-radius: 5px;
    color: #000;
    }

.nav-main {
    list-style: none outside none;
    padding:0 12px;
}

.nav-main li {
    margin: 6px 0;
    }

.nav-main a {
    background-color: #B22234;
    border-color: #9D1E2E;
    color: #FFF;
    font-family: roboto;
    text-decoration: none;
    vertical-align: middle;
    text-shadow: none;
    font-weight: bold;
    padding: 6px 20px;
    font-weight: 400;
    font-size: 12pt;
    text-align: left;
   }

.nav-main a:hover {
    background-color: #9D1E2E !important;
    border-color: #9D1E2E;
    color: #FFF;
}

.nav-main a:active {
    background-color: #9D1E2E !important;
    border-color: #9D1E2E;
    color: #FFF;
}

 .nav-main a:focus {
    background-color: #9D1E2E !important;
    border-color: #9D1E2E;
    color: #FFF;
}



.login label{
    color: #eee;
}

input.btn-login{
    background-image: url(/img/buttons/log_in_redyellow.png), url(/img/buttons/login_bg_white.png);
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
    border:none;
    box-shadow: none;
    height: 40px;
    width: 108px;
}
input.btn-login:active, input.btn-login:hover{
    background-image: url(/img/buttons/log_in_redyellow.png), url(/img/buttons/login_bg_lightgrey.png);
    box-shadow: none;
}

.link-sign-up {
    display: block;
    background-image: url(/img/buttons/sign_up_grey.png), url(/img/buttons/login_bg_white.png);
    background-repeat: no-repeat;
    height: 37px;
    width: 109px;
}
.link-sign-up:hover {
    background-color: inherit;
    background-image: url(/img/buttons/sign_up_grey.png), url(/img/buttons/login_bg_lightgrey.png);
}

.link-sign-up span{
    display:none;
}

#social-media-login p{
    color: #dedede;
}
div#social-media-login {
    color: #dedede;
}
.user-info{
    color:#dddddd;
    }

.user-info a{
    color:#EF0707;
    }

.link-reset-password {
    padding:10px;
    color: #ffffff;
    }

.link-reset-password:hover{
    color: #213C6D;
    background: none !important;
    }

#footer {
    min-height: 69px;
    width:100%;
    background: #1a1a1a;
    padding-top:26px;
    }
    #footer p{
        color: white;
    }

/* Center and style the jobs box */
#jobs-list h2 {
    text-align:center;
    padding-bottom: 45px;
    }

#jobs-list h2 a{
background: #b32134; /* Old browsers */
background: linear-gradient(to bottom,  #4b0e15 0%,#b32134 36%,#b32134 65%,#4b0e15 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52337', endColorstr='#d52337',GradientType=0 ); /* IE6-9 */
   padding: 12px 24px;
   -webkit-border-radius: 22px;
   -moz-border-radius: 22px;
   border-radius: 22px;
   -webkit-box-shadow: #636363 0px 2px 11px 1px;
   -moz-box-shadow: #636363 0px 2px 11px 1px;
   box-shadow: #636363 0px 2px 11px 1px;
   color: #ffffff !important;
   font-size: 21px;
   text-decoration: none;
   vertical-align: middle;
   position: relative;
}
          /* add a dark overlay on hover */
#jobs-list h2 a:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 22px;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: all .15s;
  -webkit-transition: all .15s;
}
#jobs-list h2 a:hover:after {
  opacity: 1;
}
/*end overlay*/

