/*
   application.css
   scyp
   
   Created by [creator] on May 12, 2009.
   Copyright 2009 Full Steam Marketing & Design. All rights reserved.
*/

/*  Import Default Generic Rules
----------------------------------------------- */
@import url(reset.css);
@import url(generic.css);

/*  body
----------------------------------------------- */

body { background: #f58b03 url(design/rept-bg.gif) repeat top center; }
h1 { color: #f58b03;
  text-transform: capitalize;
}
h2 { color: #114e11; font: bold 15px Verdana;
  text-transform: capitalize;
}
h3 {
  color: #177017;
  font: 12px Verdana;
  text-transform: capitalize;
}
h4 {
  font: 10px Verdana;
  color: #999;
  text-transform: capitalize;
}

/*  Specialized Wireframe Rules
----------------------------------------------- */
.content-block {
  clear: both;
}
.hidden {
  visibility: hidden;
}
.inactive a, .inactive li a {
  color: #bbb !important;
}
.sourcefile {
  background-color: #ff3;
  color: #c00;
}
.sourcefile:before { 
  content: "Source: "; 
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
 letter-spacing: -0.05em;
}


/*  Structure
----------------------------------------------- */
#wrapper {
  padding-bottom: 15px;
}

#container {
  background: url(design/header-base.png) no-repeat center top;
  width: 960px;
  min-height: 60px;
  margin: 0 auto;
  font: 13px Verdana;
}
#container2 {
  width: 950px;
  float: left;
  margin: -10px 0 0 5px;
}

/*  Header
----------------------------------------------- */
#header {
  background: #000 url(design/header.jpg) no-repeat center top;
  margin: 0 auto;
  height: 428px;
}
#logo {
  margin: 0 auto;
  width: 1025px;
  height: 225px;
}
#logo a {
  width: 180px;
  float: left;
  height: 200px;
  text-indent: -9999px;
}


/*  Aside
----------------------------------------------- */
#aside {
/*  background: url(design/news-block-top.png) no-repeat center top;*/
  width: 300px;
  height: 50px;
  float: right;
  margin-left: 25px;
/*  margin-top: -65px;*/
}

#aside h1 {
/*  margin: 0 0 5px;*/
  color: #114e11;
  padding-left: 15px;
  margin: 0;
  height: 50px;
  background: transparent url(design/news-block-top.png) no-repeat center top;
}

#aside li a, #aside li span  {
  font: italic 15px Verdana;
  color: #114e11;
}

#aside-body {
  background: url(design/news-block-body.png) repeat-y;
  width: 300px;
  height: auto;
}

#aside li {
  width: 250px;
}

#aside-body ul {
  margin-bottom: 0;
  padding-top: 10px;
}

#aside-footer {
  background: url(design/news-block-bot.png) no-repeat;
  width: 300px;
  height: 19px;
}


/*  forms
----------------------------------------------- */


/*  Article
----------------------------------------------- */
.article {
  float: left;
  width: 625px;
  margin-top: 60px;
  min-height: 300px;
  padding-bottom: 15px;
}
.article h1 {
  margin-top: 0;
}

.article .right-col, #footer .right-col {
  width: 300px;
  float: left;
  clear: left;
  margin-right: 25px;
}

.article .center-col, #footer .center-col  {
  width: 300px;
  float: left;
  clear: right;
}
.article .asset-icon {
  float: left;
  padding-left: 3px;
}

.article .gray-box {
  display: block;
  float: left;
  width: 625px;
  background-color: #ebebeb;
  padding-top: 3px;
  padding-left: 3px;
  margin: 1em 0;
  border-bottom: 2px solid #f58b03;
}

.article .gray-box h2 {
  margin: 8px 0 8px 43px;
}

img {
  border-bottom: 2px solid #f58b03;
}
/* Navigation
----------------------------------------------- */
#nav {
  text-align: center;
  height: 140px;
  letter-spacing: 1px;
  width: 960px;
  overflow: hidden;
  margin: -140px auto 0;
}

#nav a {
  color: #fff;
  font: bold 25px Verdana;
  text-decoration: none;
  padding: 50px 35px;
}

#nav a:hover {
  background: url(design/link-rollover.png) no-repeat center center;
}

.services-page #nv-services a, .gangs-page #nv-gangs a,
.news-page #nv-news a, .resources-page #nv-resources a {
  background: url(design/link-rollover.png) no-repeat center center;
}
.navigation {
  display: inline;
  position: relative;
  top: 55px;
}

.content ul.navigation {
  list-style: none;
} 
.content ul.navigation li {
  list-style: none;
  display: inline; 
}
.content ul.navigation li:before { content: ""; } /* removing bullets for navigation unordered lists */
.content #main-nav {
  font-size: 110%;
}
.content #c-nav ul {
  border-bottom: 1px solid #eee;
  margin-bottom: 1ex;
}

#top-nav {
  width: 960px;
  text-align: right;
  margin: -216px auto 0;
  height: 40px;
}
#top-nav li {
  list-style: none;
  display: inline;
  float: right;
  padding-right: 50px;
}

#top-nav a {
  color: #fff;
}

#top-nav #nv-about {
  margin-right: 155px;
}

.bio { margin-bottom: 5em; }
h3 span { color: #888; }

#subnav {
  width: 960px;
  margin: 65px auto 0;
  text-align: left;
}

#subnav a {
  font-size: 13px;
  width: 50px;
  height: 5px;
  padding: 0;
}

#subnav ul li {
  display: inline;
  position: relative;
  left: 100px;
}

.gangs-page #subnav ul li {
  left: 310px;
}

.resources-page #subnav ul li {
  left: 565px;
}

#subnav a:hover {
  display: inline;
  position: relative;
  background-image: none;
  text-decoration: underline;
}

.contact-page .content .right-col h2 {
  margin-top: 0;
}
.contact-page .content .center-col p {
  padding-left: 10px;
}


/* Footer
----------------------------------------------- */
#footer { 
  clear: both;
  margin: 0 auto;
  background: #000 url(design/footer.png) repeat-x center bottom;
  height: 275px;
  font-family: Verdana;
} 

#footer-body {
  width: 960px;
  margin: 0 auto;
}

#footer-body h1 {
  font: bold 18px Verdana;
  padding-top: 10px;
}

#footer-body li {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}

#donate {
  margin-top: 10px;
}

#donate a {
  width: 140px;
  height: 53px;
  background: url(design/donate-now.jpg) no-repeat;
  float: left;
}

#left-col {
  width: 300px;
  height: 200px;
  float: right;
  margin: 0 auto;
}

#left-col img {
  margin-left: 15px;
}

#left-col h1 {
  background: transparent url(design/contact-icon.jpg) no-repeat left top;
/*  height: 40px;*/
  padding-left: 38px;
}

#left-col #contact-form, #left-col h1 {
  width: 240px;
  float: right;
}
#left-col #contact-form dl {
  margin-top: -5px;
}

#left-col #contact-form dt {
  display: none;
}
#left-col #contact-form dd {
  margin: 5px 0;
}
#left-col #contact-form .textfield {
  height: 20px;
  width: 238px;
}
#left-col #contact-form #contact-submit {
  float: right;
  margin-top: -5px;
}
#left-col #contact-form textarea {
  width: 238px;
}

#info {
  clear: both;
  float: left;
  margin-top: 52px;
  width: 470px;
  font: 10px Verdana;
}
#info a {
  color: #000;
}
#info a:hover {
  text-decoration: underline;
}
#info a:visited {
  color: #000;
}
#footer-nav {
  float: right;
  margin-top: 45px;
  text-align: right;
  width: 470px;
}
#footer-nav li {
  list-style: none;
  display: inline;
}
#footer-nav a {
  color: #fff;
}


/* Error Rules
----------------------------------------------- */
.error, .fieldWithErrors {
  padding: 2px;
  /* margin: right; */
}
.fieldWithErrors input.textfield, .fieldWithErrors input, .fieldWithErrors textarea {
  border: 1px solid #c00 !important;
  background-color: #fee !important;
}
#errorExplanation {
  margin: 10px 32% 20px 0;
  border: 1px solid #c00;
  padding-top: 0;
  padding-bottom: 12px;
  background-color: #fff5f5;
}
.right-col #errorExplanation {
  margin: 0;
}
#errorExplanation h2 {
  background: #c00 url("images/alertbad_icon.gif") no-repeat left;
  margin: 0;
  padding: 5px 5px 6px 30px;
  border: inherit;
  font-size: 12px;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
#errorExplanation p {
  margin: 10px 10px 0 10px;
  padding: 5px;
  font-size: 11px;
  color: #c00;
}
#errorExplanation ul {
  margin-left: 30px;
}
#errorExplanation ul li {
  padding-right: 10px;
  color: #c00;
  font-size: 11px;
}
