/* 
    Document   : main.css
    Created on : Jan 15, 2010, 5:49:08 AM
    Author     : Ryan Schumacher <j.r.schumacher@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {
  margin: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}


body {
  font: normal 0.75em Verdana,Arial,Geneva,Helvetica,sans-serif;
  line-height: 1.7em;
  background: url(../images/bg.png) repeat top left;
}
a, a:hover, a:visited {
  font: normal 0.75em Verdana,Arial,Geneva,Helvetica,sans-serif;
}

#container {
  position: relative;
  width: 800px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -15em;
}
.push {
  height: 15em;
}

#header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
}

#header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  margin: 0;
  padding: 0;
  background: url(../images/header-overlay.png) repeat-x top left;
  z-index: 0;
}

#header h1 {
  margin: 0;
  padding: 0;
  visibility: hidden;
}

#header .logo {
  float: left;
  top: 0;
  width: 407px;
  height: 164px;
}

#nav {
  position: relative;
  width: 800px;
  height: 80px;
  font-size: 2.2em;
  z-index: 1;
}
#nav-inner {
  position: relative;
  top: 25px;
  left: 20px;
}
#nav-inner ul {
  list-style: none;
}
#nav-inner li {
  display: inline;
}
#nav-inner a {
  padding: 5px 6px;
  color: #5B5B5B;
  text-decoration: none;
}
#nav-inner a:hover {
  color: #FFFFFF;
  background: #7EAAEF;
}
#nav-inner li.selected a, #nav-inner li.selected a:hover {
  color: #FFFFFF;
  background: #7FA1CC;
}
#nav-inner a.donate {

}
#nav-inner a.donate:hover {}
#body {
  position: relative;
  width: 720px;
  margin: -30px auto 10px auto;
  padding: 0 40px;
  font-size: 1em;
  z-index: 10;
}

#body .content-bg {
  position: relative;
  width: 720px;
  z-index: 0;
}
#body .content-bg.top {
  height: 50px;
}
#body .content-bg.bottom {
  height: 60px;
}
#body .content {
  position: relative;
  min-height: 167px;
  padding: 0 30px;
  color: #FFFFFF;
  background: url(../images/body-bg.png) repeat-y top left;
  z-index: 1;
}
#body .content > p {
  padding: 3px 5px;
  color: #F6E9C4;
  font-size: 1.5em;
}

#projects {}
#projects > div {
  position: relative;
  float: left;
  margin: 10px;
  padding: 5px;
  width: 290px;
  height: 290px;
  color: #FFEABE;
  border: 2px solid #000;
}

#projects > div .imgwrapper {
  width: 300px;
  height: 308px;
  background-image: url(../images/border-gradient.png) !important;
  background-position: bottom left !important;
  background-repeat: repeat-x !important;
}

#projects > div h3 {
  margin: 10px 0 0 10px;
  font-size: 1.5em;
}

#projects > div p {
  padding: 10px;
  color: #222222;
  font-size: 1.5em;
}

#projects #proj-jesustree > div {
  background: #A0C77C;
}

#projects #proj-cornerstone > div {
  background: #7494B4;
}

#projects #proj-homeless > div {
  background: #B58F31;
}

#projects #proj-appalachian > div {
  background: #9D484B;
}

#footer {
  width: 100%;
  margin: 0;
  padding: 0;
}
#footer-inner {
  padding: 10px 0;
  background-color: #DFEAFC;
  border-style: solid;
  border-width: 2px 0 1px 0;
  border-color: #6989B6 #000 #6989B6 #000;
}
#footer-inner .container {
  width: 800px;
  min-height: 20px;
  margin: auto;
  background: #C3D8F8;
}
#footer-inner .columns {
  padding: 10px 0 10px 50px;
}
#footer-inner .col {
  float: left;
  width: 183px;
}
#footer-inner .col h4 {
  margin-bottom: 8px;
  color: #642800;
  font: bold 1em Arial,Helvetica,sans-serif;
}
#footer-inner .col a {
  color: #913B00;
  font-size: 1em;
  text-decoration: none;
}
#footer-inner .col a:hover {
  text-decoration: underline;
}
#footer-inner .col p {
  width: 120px;
  color: #642800;
  padding: 3px 5px;
  font-size: 0.85em;
  line-height: 1.4em;
  background: #ABC2DE;
}
#footer-inner .col ul {
  list-style: none;
  padding: 0;
}
#copyright {
  width: 800px;
  margin: auto;
}
#copyright-inner {
  padding: 10px 50px;
}
#copyright-inner p {
  color: #747E8B;
  font: normal 10px sans-serif;
}
#copyright-inner p a {
  text-decoration: none;
  color: #4B525B;
}
#copyright-inner p a:hover {
  text-decoration: underline;
}

#social-feed {
  position: absolute;
  top: 20px;
  left: 450px;
  padding: 0 5px;
  max-width: 600px;
  z-index: 10;
  color: #300F00;
  border-radius: 5px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -webkit-box-shadow: 0 0 3px #555555;
  -moz-box-shadow:0 0 3px #555555;
  background-color:rgba(25, 25, 25, 0.92);
  border:1px solid rgba(255, 255, 255, 0.25);
  color:#FFFFFF;
  font-size:11px;
  padding:5px 8px 4px;
  text-shadow:0 0 2px #000000;
}
#social-feed a, #social-feed a:hover, #social-feed a:visited {
  color: #F58B61;
}
#social-feed a:hover {
  text-decoration: none;
}
#social-feed .icon {
  position: relative;
  display: inline;
  padding: 0 4px 0 5px;
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-bottomright:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
  -webkit-border-radius:3px;
  border:1px solid rgba(255, 255, 255, 0.75);
  font-weight: bold;
  text-shadow: none;
}
#social-feed .twitter.icon {
  background: #5DCDF2;
  color: #FFFFFF;
}
#social-feed .facebook.icon {
  padding: 0 3px 0 6px;
  background: #334D8F;
  color: #FFFFFF;
}
#social-feed .facebook.icon div {
  position: absolute;
  bottom: 2px;
  left: 2px;
  height: 2px;
  width: 9px;
  background: #6379AC;
}
#err404 {
  display: none;
  position: relative;
  width: 800px;
  margin: auto;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  -webkit-box-shadow: 0 0 3px #555555;
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-bottomright:3px;
  -moz-box-shadow:0 0 3px #555555;
  background-color:rgba(25, 25, 25, 0.92);
  border:1px solid rgba(255, 255, 255, 0.25);
  color:#FFFFFF;
  font-size:11px;
  padding:5px 8px 4px;
  text-shadow:0 0 2px #000000;
  text-align: center;
  z-index: 100;
}
#err404 h2 {
  color: #CC2128;
}
