/*  
Theme Name: Aviir
Theme URI: 
Description: A theme for Aviir based on the WordPress default Kubrik theme.
Version: 0.3
Author: Ben Mauer
Author URI: http://quilted.org
*/

body {
  font: 86% Arial, Helvetica, Verdana, sans-serif;
  color: #fff;
  background: #021856 url(images/bg.gif) bottom left no-repeat;
  position: relative;
  margin: 0;
  padding: 0;
}

a {
  color: #0ebff2;
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:hover {
  color: #37d7ff;
}

#wrapper {
  position: relative;
  width: 760px;
  margin: 0 auto;
}

#header {
  position: relative;
  border: 1px solid #021856;
  background: url(images/logo.gif) bottom left no-repeat;
}

#header a {
  border: 0;
}

#header #logo {
  float: left;
  width: 170px;
  height: 40px;
}

#header #logo h1 {
  height: 40px;
  margin: 0;
  padding: 0;
}

#header #logo h1 a {
  display: block;
  height: 40px;
  text-indent: -50000px;
  background: none;
}

#header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
  width: 73%;
}


/* Nav
////////////////////////////////////// */

#header ul li {
  float: left;
  letter-spacing: .08em;
}

#header ul li a {
  display: block;
  float: left;
  color: #fff;
  text-decoration: none; 
}

#header ul#nav {
  background: #002b60;
  font-size: 1.4em;
  border-bottom: 2px solid #fff;
}

#header ul#nav li a {
  height: 20px;
  padding: 35px 15px 5px 15px;
  background: url(images/nav.gif) no-repeat 50% -240px;
}

#header ul#nav li a:hover {
  background-position: 50% -140px;
}

#header ul#nav li a:active {
  background-position: 50% -40px;
}


/*  Nav with Subnav
////////////////////////////////////////

#header ul#nav {
  background: #002b60;
  font-size: 1.4em;
  border-bottom: 2px solid #fff;
}

#header ul#nav li a {
  height: 20px;
  padding: 30px 15px 10px 15px;
  background: url(images/nav.gif) no-repeat 50% -240px;
}

#header ul#nav li a:hover {
  background-position: 50% -140px;
}

#header ul#nav li a:active {
  background-position: 50% -40px;
}


#header ul#subnav {
  background: #1d3b70;
  border-bottom: 2px solid #fff;
}

#header ul#subnav li a {
  height: 20px;
  padding: 5px 15px 3px 15px;
  background: url(images/subnav.gif) no-repeat 50% -272px;
}

#header ul#subnav li a:hover {
  background-position: 50% -172px;
}

#header ul#subnav li a:active {
  background-position: 50% -72px;
}

////////////////////////////////////////
*/

#header {
}

#content {
  margin-left: 27%;
  color: #e8ebee;

}

#content strong, 
#content h4 {
  color: #fff;
}

#content h2,
#content h3 {
  color: #f54c00;
  letter-spacing: .05em;
}

#content h2 {
  font-size: 2em;
  margin-bottom: 0;
}

#content h2 + p {
  margin-top: .5em;
}

#content h3 {
  font-size: 1.2em;
  margin-bottom: 0;
  color: #C7F25F;
}

#content h3 + p {
  margin-top: .5em;
}

#content p {
  line-height: 1.6em;
}

#footer {
  margin-left: 27%;
  margin-top: 2em;
  border-top: 2px solid #f54c00;
  padding-top: 1em;
}

.clear {
  clear: both;
}


ul#careerslist li,
ul#careersdept li {
  padding-top: .5em;
  line-height: 1.4em;
}

ul#careerslist>li {
  list-style-type: square;
  color: #8992b1;
}

ul#careerslist {
  padding-top: .5em;
  padding-bottom: 1em;
  border-top: 2px solid #788bab;
  border-bottom: 2px solid #788bab;
  background: #01235C;
  padding-left: 2em;
  margin-left: 0;
}

ul#careerslist>li>a {
  font-weight: bold;
  border-bottom: 0;
  color: #C7F25F;
  font-size: 1.16em;
}

ul#careerslist>li>ul>li {
  list-style-type: square;
  color: #4a5886;
}

ul#careerslist>li>ul {
  padding-left: 1.75em;
}


#home-wrapper {
  background: url(images/home-wrapper-bg.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: -210px;
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 25px;
}

#home-box {
  background: #85CB16;
  color: #DFFDFE;
  padding: 10px 40px;
  width: 66%;
  margin-right: auto;
  margin-left: auto;
  font-size: 2em;
}

#home-box strong {
  color: #fff;
  font-weight: normal;
}
#home-box h2 {
  display: none;
}