/**
  Headwall Development base screen stylesheet
    by Chris Jones, Sprocket House LLC
    http://sprockethouse.com
    copyright (c) 2009 Headwall Development, Inc.
    
  ~* Organization *~
    1. Layout
    2. Typography
    3. Background images & colors
    4. Image replacement
    5. Forms
    6. Training Calendar
    7. Popups
**/



/***
  1. Layout
***/
/* Masthead */
#masthead {
  position: relative;
  height: 135px;
  padding-bottom: 10px;
  border-top: 10px solid #cde4f5;
}
#masthead h1,
#masthead h1 a {
  display: block;
  width: 190px;
  height: 115px;
}
#masthead h1 {

  margin: 10px 0 0 40px;
}
#masthead .nav {
  position: absolute;
  top: -10px;
  right: 0;
}
#masthead .nav ul {
}
#masthead .nav li {
  float: left;
  padding: 0 25px;
  border-top: 10px solid #00548e;
}
.home li#home-nav,
.projects li#projects-nav,
.featured li#projects-nav,
.services li#services-nav,
.about li#about-nav,
.contact li#contact-nav {
  border-top: 10px solid #d4621f;
}
.projects li#home-nav,
.featured li#home-nav,
.services li#home-nav,
.services li#projects-nav,
.about li#home-nav,
.about li#projects-nav,
.about li#services-nav,
.contact li#home-nav,
.contact li#projects-nav,
.contact li#services-nav,
.contact li#about-nav {
  border-top: 10px solid #cde4f5;
}

/* Header */
#header {
  position: relative;
  border-top: 4px solid #5397c9;
}

/* Content */
#content {
  padding-top: 25px;
  padding-bottom: 25px;
  clear: both;
}

/* Footer */
#footer {
  position: relative;
  height: 93px;
  clear: both;
}
#footer li {
  display: inline;
}
#footer p {
  position: absolute;
  width: 100%;
  bottom: 10px; left; 0;
}

/* Home */
.home #header {
  height: 237px;
  border-bottom: 15px solid #cde4f5;
  overflow: hidden;
}
.home #header .figure {
  float: left;
  width: 270px;
  height: 175px;
  padding: 20px;
  margin: 10px 50px 0 0;
}
.home #header ul {
  list-style: none;
  float: right;
}
.home #header ul li {
  float: left;
  margin-right: 15px;
}
.home #header ul li a {
  display: block;
  padding: 5px 15px;
}
.home #header ul li a:hover {
  border: 1px solid #c85b00;
  padding: 4px 14px;
}

.home #featured-project p.figure {
  position: relative;
  width: 236px;
  height: 167px;
  padding: 15px 17px;
  margin-top: -10px;
}
.home #featured-project p.figure a {
  display: block;
}
.home #featured-project p.figure span.legend {
  position: absolute;
  top: 152px; left: 17px;
  display: block;
  width: 237px;
  padding: 5px 0;
}

.home #recent-projects ul {
  border-top: 2px solid #dcecf8;
  border-bottom: 2px solid #dcecf8;
  padding: 20px 0;
  margin-bottom: 0 !important;
}
.home #recent-projects ul li {
  list-style: none;
  float: left;
  width: 130px;
  margin-right: 10px;
}
.home #recent-projects ul li.last {
  margin-right: 0;
}
.home #recent-projects ul li img {
  border: 4px solid #cde4f5;
}

/* Services & About */
.services #header,
.about #header {
  height: 156px;
}
.services #header p,
.about #header p {
  width: 590px;
}
#header p.callout {
  position: absolute;
  top: 20px; right: 53px;
  width: 171px;
  height: 107px;
}
#header p.callout a {
  display: block;
  width: 153px;
  height: 83px;
  padding: 15px 9px 9px 9px;
}
.services #content .section p.figure,
.about #content .section p.figure {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  display: inline;
}
.services #content .section p.figure img,
.about #content .section p.figure img {
  padding: 6px;
  border: 1px solid #bfdcf2;
}

/* Projects & Contact */
.projects #header,
.contact #header {
  height: 50px;
}
.projects #recent-project p.figure {
  position: relative;
  width: 200px;
  height: 305px;
  padding: 15px;
}
.projects #recent-project p.figure a {
  display: block;
}
.projects #recent-project p.figure span.legend {
  position: absolute;
  top: 290px; left: 15px;
  display: block;
  width: 200px;
  padding: 5px 0;
}
.projects #in-progress {
  float: left;
  width: 312px;
  padding: 18px;
  border: 1px solid #c5daea;
}
.projects #in-progress img {
  border: 4px solid #fff;
}
.projects #in-progress p.before {
  float: left;
  width: 151px;
}
.projects #in-progress p.after {
  float: right;
  width: 151px;
}
.projects #content #in-progress ul {
  list-style: none;
  float: right;
  width: 110px;
  margin: 10px 0 0 10px;
}
.projects #in-progress ul li {
  width: 110px;
}
.projects #in-progress ul li a {
  display: block;
  padding: 5px 0;
}

.projects #completed {
  margin-top: 20px;
}
.projects #completed p.before,
.projects #completed p.after {
  margin-right: 0;
}

.projects #completed p.before {
  float: left;
}
.projects #completed p.after {
  float: right;
}
.projects #completed img {
  border: 4px solid #cde4f5;
}

.contact #content .aside p#contact-info {
  padding-left: 70px;
  margin-bottom: 1.5em;
}
.contact #content .aside p#contact-info em {
  display: inline;
  float: left;
  width: 70px;
  margin-left: -70px;
}


.featured #content p#featured-photo {
  width: 440px;
  height: 325px;
  padding: 15px;
  margin-bottom: 1em;
}
.featured #content .article .aside {
  float: left;
  width: 98px;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid #c5daea;
}
.featured #sidebar .nav {
  padding: 8px;
  border: 1px solid #c5daea;
  margin-bottom: 25px;
}
.featured #content #sidebar .nav ul {
  padding-left: 0;
}
.featured #content #sidebar .nav ul#after {
  margin-bottom: 0;
}
.featured #sidebar .nav li {
  list-style: none;
  float: left;
  width: 77px;
  height: 80px;
  margin: 0 8px 8px 0;
}
.featured #sidebar .nav li.last {
  margin-right: 0;
}
.featured #sidebar .nav a {
  display: block;
  width: 69px;
  height: 69px;
  overflow: hidden;
  border: 4px solid #fff;
}
.featured #sidebar .nav li.current a,
.featured #sidebar .nav li.current a:hover {
  border: 4px solid #d4621f;
}
.featured #sidebar .nav li a:hover {
  border: 4px solid #a3b8c8;
}
.featured #sidebar #awards h1 {
  float: left;
  width: 105px;
  margin-right: 15px;
  text-align: right;
}
.featured #sidebar #awards ul {
  list-style: none;
  float: left;
  width: 190px;
}
.featured #sidebar #awards li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #dcecf8;
}
.featured #sidebar #awards li.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}



/***
  2. Typography
***/
body {
  font-size: 12px; /* 12px base */
  line-height: 1.5; /* 18px line height */
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #333333;
}

/* Masthead */
#masthead .nav ul {
  line-height: 2;
}
#masthead .nav li {
  list-style: none;
}
#masthead .nav li a {
  color: #00548e;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.071428571em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: #fff 0 0 1px;
}
.home li#home-nav a,
.projects li#projects-nav a,
.featured li#projects-nav a,
.services li#services-nav a,
.about li#about-nav a,
.contact li#contact-nav a,
#masthead .nav li a:hover {
  color: #d4621f;
}

/* Header */
#header h1 {
  font-weight: bold;
  margin-top: 15px;
}
#header h1,
#header h2 {
  color: #00498b;
}
#header p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 1em;
}
#header h1,
#header p {
  text-shadow: #88bfe8 0 0 1px;
}

/* Home */
.home #header h1 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 1.2em;
  text-transform: uppercase;
}

.home #header ul li a {
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.home #content .section h1 {
  font-size: 18px;
  line-height: 1.333333;
  font-weight: bold;
  color: #00498b;
  margin-bottom: 1em;
}
.home #content .section h1 a {
  font-size: 12px;
  font-weight: normal;
  color: #d4621f;
}
.home #content .section h1 a:hover {
  text-decoration: none;
}

.home #content .figure span.credit {
  font-size: 8px;
  display: block;
  margin-top: 7px;
  margin-left: 5px;
  font-style: italic;
  color: #999;
  text-shadow: none;
}
.home #featured-project p.figure a {
  text-decoration: none;
}
.home #featured-project p.figure span.legend {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #00498b;
}
.home #featured-project p.figure a:hover span.legend {
  color: #d4621f;
}

.home #recent-projects ul li {
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
  color: #666;
}
.home #content #recent-projects p {
  font-size: 10px;
  padding-left: 5px;
  font-style: italic;
  color: #666;
}


#header h1 {
  font-size: 24px;
  font-weight: bold;
  color: #00498b;
  margin-top: 10px;
}
#header p.callout {
  font-size: 13px;
  text-align: center;
}
#header p.callout em {
  display: block;
  font-size: 20px;
  font-style: normal;
  border-top: 1px solid #fff;
  margin-top: 10px;
  line-height: 1.8;
}
#header p.callout a,
#header p.callout a:hover em {
  color: #00498b;
  text-decoration: none;
}
#header p.callout a:hover {
  color: #d4621f;
}

#content .section,
#content .aside {
  font-family: Verdana, sans-serif;
}
#content .section h1,
#content .section h2 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#content .section h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.333333333;
  color: #00498b;
  margin-bottom: 1em;
}
#content .section h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.285714286;
  color: #71b1e0;
}
#content .section h2 em {
  font-weight: normal;
  font-style: italic;
  color: #d4621f;
}
#content .section p,
#content .section ul,
#content .section ol {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
#content .figure .legend {
  display: block;
  text-align: center;
}

#content .aside h1,
#content .aside h2 {
  font-size: 14px;
  line-height: 1.285714286;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#content .aside h1 {
  font-weight: bold;
  text-transform: uppercase;
  color: #86bee8;
}
#content .aside h2 {
  color: #00498b;
}
#content .aside p {
  font-size: 11px;
  line-height: 1.636363;
  margin-bottom: 1.636363em;
}
#content .section a {
  color: #d4621f;
  text-decoration: underline;
}
#content .section a:hover {
  text-decoration: none;
}


.projects #featured h1 a {
  color: #00498b;
  text-decoration: none;
}
.projects #featured h1 a:hover {
  color: #d4621f;
  text-decoration: underline;
}
.projects #featured h1 a em {
  font-weight: normal;
  font-style: normal;
}

.projects #recent-project p.figure a {
  text-decoration: none;
}
.projects #recent-project p.figure span.legend {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #00498b;
}
.projects #recent-project p.figure a:hover span.legend {
  color: #d4621f;
}
.projects #recent-project p.figure span.credit {
  font-size: 10px;
  display: block;
  margin-top: 7px;
  margin-left: 5px;
  font-style: italic;
  color: #888;
}
.projects #content #recent-project h1 {
  margin-top: 1em;
  margin-bottom: 0;
}
.projects #content .section h2 {
  line-height: 1.714285714;
}
.projects #content .section h2 em {
  font-weight: normal;
  font-style: normal;
  color: #71b1e0;
}
.projects #content .section ul {
  padding-left: 20px;
}

.projects #in-progress h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  color: #00498b;
}
.projects #in-progress h1 em {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.projects #in-progress h2 {
  clear: left;
  text-transform: uppercase;
  text-align: center;
  color: #444;
}
.projects #in-progress p.before,
.projects #in-progress p.after {
  margin-bottom: 1.5em;
}
.projects #in-progress p {
  font-size: 11px;
  margin-bottom: 0;
}
.projects #in-progress ul li {
  margin-bottom: 1em;
}
.projects #in-progress ul li a {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.projects #completed h1 {
  line-height: 2;
  border-bottom: 2px solid #dcecf8;
}
.projects #completed p {
  font-size: 11px;
}
.projects #completed h2 {
  clear: both;
  border-top: 2px solid #dcecf8;
  padding-top: 1em;
}

.featured #header h1 em {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
}
.featured #content .article .aside {
  font-size: 10px;
  color: #444;
}
.featured #content .article .aside ul {
  list-style: none;
}
.featured #content .article .aside ul li {
  line-height: 2;
  padding: 0 2px;
  border-bottom: 1px solid #b0d0e7;
}
.featured #content .article .aside ul li.last {
  border-bottom: none;
}
.featured #content .section h1 {
  margin-bottom: 0;
}
.featured #content .section ul {
  padding-left: 35px;
}
.featured #content #sidebar h1 {
  line-height: 2;
}
.featured #content #sidebar h1 em {
  font-weight: normal;
  font-style: normal;
  color: #71b1e0;
}
.featured #sidebar .nav p.credit {
  font-size: 8px;
  font-style: italic;
  text-shadow: none;
  text-align: right;
  color: #777;
  margin-bottom: 0;
}
.featured #content #sidebar h2 {
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  color: #00498b;
  text-shadow: #dbecf8 0 0 1px;
}
.featured #sidebar #awards h1 {
  font-size: 18px;
  line-height: 1;
  text-transform: none;
  color: #00498b;
}
.featured #sidebar #awards ul {
  font-size: 11px;
  padding-left: 0;
}
.featured #sidebar #awards a {
  color: #d4621f;
  text-decoration: underline;
}
.featured #sidebar #awards a:hover {
  text-decoration: none;
}

.contact #content .section h1 {
  color: #71b1e0;
}
.contact #content .aside h1,
.contact #content .aside h2,
.contact #content .aside p {
  font-family: Verdana, sans-serif;
}
.contact #content .aside h1 {
  font-size: 14px;
  text-transform: none;
  color: #00498b;
}
.contact #content .aside h2 {
  margin-bottom: 1em;
  color: #71b1e0;
}
.contact #content .aside p#contact-info em {
  font-weight: bold;
  font-style: normal;
  color: #78b5e3;
}
.contact #content .aside a {
  color: #d4621f;
  text-decoration: underline;
}
.contact #content .aside a:hover {
  text-decoration: none;
}
.contact #content .aside p.vcard {
  line-height: 2;
  background: transparent url(../images/css/vcard_bg.gif) no-repeat center left;
}
.contact #content .aside p.vcard a {
  padding-left: 30px;
}


/* Footer */
#footer ul {
  text-align: center;
  padding-top: 15px;
}
#footer ul li a {
  font-size: 11px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #00498b;
  padding: 0 3em;
}
#footer ul li a:hover {
  color: #d4621f;
}
#footer p {
  text-align: center;
  color: #fff;
}


/***
  3. Background Images & Colors
***/
body {
  background: #006496 url(../images/css/body_bg.gif) repeat-y top center;
}
.container {
  background-color: #fff;
}

.home #header {
  background: transparent url(../images/css/home_header_bg.gif) no-repeat 0 0;
}
.home #header .figure {
  background: transparent url(../images/css/home_header_figure_bg.gif) no-repeat 0 0;
}
.home #header ul li a {
  background: #006699 url(../images/css/dark_button_bg.gif) repeat-x center left;
}
.home #header ul li a:hover {
  background-color: #e86a10;
  background-image: none;
}
.home #featured-project p.figure {
  background: transparent url(../images/css/home_featured_bg.gif) no-repeat 0 0;
}

.projects #header,
.contact #header {
  background: transparent url(../images/css/projects_header_bg.gif) no-repeat 0 0;
}
.projects #recent-project .figure {
  background: transparent url(../images/css/recent_project_bg.gif) no-repeat 0 0;
}
.projects #in-progress,
.featured #content .article .aside,
.featured #content #sidebar .nav {
  background-color: #dbecf8;
}

.projects #in-progress ul li.dark a {
  background: #006699 url(../images/css/dark_button_bg.gif) repeat-x center left;
}
.projects #in-progress ul li.light a {
  background: #60a0c3 url(../images/css/light_button_bg.gif) repeat-x center left;
}
.projects #in-progress ul li a:hover {
  background-color: #e86a10;
  background-image: none;
}

.featured #header {
  background: transparent url(../images/css/featured_header_bg.gif) no-repeat 0 0;
}
.featured #content p#featured-photo {
  background: transparent url(../images/css/featured_figure_bg.gif) no-repeat 0 0;
}

.services #header {
  background: transparent url(../images/css/services_header_bg.gif) no-repeat 0 0;
}
.about #header {
  background: transparent url(../images/css/about_header_bg.gif) no-repeat 0 0;
}

#footer {
  background: transparent url(../images/css/footer_bg.gif) no-repeat 0 0;
}


/***
  4. Image Replacement
***/
#masthead h1 {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

#masthead h1 {
  background: transparent url(../images/css/logo.gif) no-repeat 0 0;
}
