/* 
  YEA Corps
  
*/


/* -------------- =footerStickAlt */

html, body {height: 100%;}
#wrapper {
    position: relative;
    min-height: 100%;
}
#subfooter	{
    position: relative;
    margin: -7.5em auto 0 auto;
}



/* ------------------------------------------------------------------ =Basics */

body {
  width: 100%;
  display: block;
  background: #f0ece1 url(images/bg_upper.jpg) 50% 0 no-repeat;
/*  border-top: 7px solid #f7f2e4;*/
  font-family: Tahoma, Verdana, Arial, sans-serif;
  line-height: 20px;
}
body.home {
  background: #f0ece1 url(images/bg_upper_home.jpg) 50% 0 no-repeat;
}

#logo {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
}
#logo a {
  position: relative;
  top: 20px;
  z-index: 10000;
  display: block;
  width: 110px;
  height: 90px;
  border: 0;
  text-decoration: none;
}

.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%;
}

.center {
  width: auto;
  text-align: center;
}


/* ------------------------------------------------------------------ =Layout */
#wrapper {
  width: 100%;
  display: block;
  padding-bottom: 110px;
}
#header, #content {
  position: relative;
  left: 10px;
}
#header {
  height: 112px;
  padding: 0px 0 0;
  z-index: 20;  
}
body.home #header {height: 417px;}

#content {
  background-color: #fff;
  z-index: 40;
}

/* ------------------------------------------------------------------ =Header */
#header #contact_info {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 100;
  background: url(images/headercontact_tab.png) no-repeat 0 0 transparent;
  width: 338px;
  height: 125px;
}

#header #contact_info a {
  display: block;
  text-indent: -9999em;
  height: 40px;
  width: 175px;
  position: absolute;
  top: 50px;
  left: 90px;
}

/* ------------------------------------------------------------------ =Navigation */

#navigation {
  position: absolute;
  z-index: 100;
  left: 120px;
  top: 26px;
  border-left: 1px solid #e2dac7;
}
#navigation ul.group {
  float: left;
  width: 90px;
  margin: -2px 15px 0px;
  font-size: 14px;
  font-weight: bold
/*
  _azimuth: expression(
    this.onmousedown = this.onmousedown || new Function("this.className += ' active'"),
    this.onmouseup = this.onmouseup || new Function("this.className = this.className.replace('active','')"), 
    this.onmouseenter = this.onmouseenter || new Function("this.className += ' hover'"), 
    this.onmouseleave = this.onmouseleave || new Function("this.className = this.className.replace('hover','')"), 'inherit');
*/
}
#navigation ul.group a {
  display: block;
  color: #968f7d;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding: 0px;
}
#navigation ul.group a:hover,
body.about #navigation ul.group li.about a,
body.articles #navigation ul.group li.articles a,
body.blog #navigation ul.group li.blog a,
body.board #navigation ul.group li.board a,
body.donate #navigation ul.group li.donate a,
body.involved #navigation ul.group li.involved a,
body.mission #navigation ul.group li.mission a,
body.photos #navigation ul.group li.photos a,
body.projects #navigation ul.group li.projects a,
body.partners #navigation ul.group li.partners a,
body.resources #navigation ul.group li.resources a,
body.servicelearning #navigation ul.group li.servicelearning a,
body.signup #navigation ul.group li.signup a,
body.events #navigation ul.group li.events a,
body.videos #navigation ul.group li.videos a,
body.volunteer #navigation ul.group li.volunteer a {
  color: #000;
}
#navigation ul.group li {
  margin-bottom: 5px;
}
#navigation ul.group li ul.sub_group {
  display: none;
}
#navigation ul.group li.hover a.more,
#navigation ul.group li:hover a.more {
  background-color: #fff;
  position: relative;
  top: -2px;
  left: 0px;
  z-index: 10000;
  display: inline;
  padding: 2px 5px;
  margin: 0px 0 0 -6px;
  border: 1px solid #999;
  border-bottom: none;
  color: #547836;
}
#navigation ul.group li.hover ul.sub_group, 
#navigation ul.group li:hover ul.sub_group {
  width: 120px;
  margin-top: -0px;
  margin-left: -6px;
  padding: 2px 5px 3;
  position: absolute;
  z-index: 9999;
  display: block;
  background-color: #fff;
  border: 1px solid #999;
}
#navigation ul.group li.hover ul.sub_group li,
#navigation ul.group li:hover ul.sub_group li {
  border-bottom: 1px solid #eee;
  margin: 5px;
  padding: 0px 0 6px;
}
#navigation ul.group li.hover ul.sub_group a,
#navigation ul.group li:hover ul.sub_group a {
  padding-top: ;
  color: #000;
  margin-left: 1px;
  border: none;
  font-weight: normal;
}
#navigation ul.group li.hover ul.sub_group a:hover,
#navigation ul.group li:hover ul.sub_group a:hover {
  color: #911f20;
  font-weight: bold;
}


/* ------------------------------------------------------------------ =Home_Layout */

/* body.home #content #main .content {margin-top: -205px;} */
body.home #banner_swf {
  position: relative;
  top: -40px;
  left: -11px;
}
body.home #content #main,
body.home #content #footer {top: 80px;}
body.home #content #main .content {margin-top: -155px;}

blockquote {padding-bottom: 20px;}
blockquote p,
.note,
.note p {
    font: italic 22px/28px Georgia, serif !important;
    color: #7e654f;
    margin-bottom: 10px;
}
.note {
    padding: 8px 0;
    border-top: 1px solid #efe095;
    border-bottom: 1px solid #efe095;
}
.note p {margin: 8px 0;}
#mission {
    width: 218px;
    float: left;
    min-height: 200px;
    padding-top: 30px;
}
#video {
    float: left;
    width: 350px;
    margin-right: 20px;
    margin-top: 15px;
}
#video h2 {
    text-indent: -999em;
    height: 0;
    margin: 0;
}


#recentblog {
    clear: both;
    padding-top: 10px;
}
#recentblog h2 span {
    font-size: 50%;
    color: #999;
}

#recentblog h4 a {
  display: block;
  border: 0 !important;
  height: 40px;
  width: 230px;
  background: url(images/bg_readmore.png) no-repeat 0 0 transparent;
  text-indent: -999em;
  margin-top: 15px;
}
#recentblog h4 a:hover {
  background-position: 0 -40px;
}

/* ------------------------------------------------------------------ =Content_Layout */

#content {
  background: none;
  text-align: left;
/*   overflow: hidden; */
  padding-bottom: 200px;
/*   margin-bottom: 437px; */
}
body.home #content {padding-bottom: 0;}

#content #main, #content #sidebar {
  margin-top: 14px;
}


#content #main {
  position: relative;
  top: 437px;
  left: 1px;
  padding: 11px 8px;
  margin: 0 0px 0 -10px;
  min-height: 100px;
  background: url(images/bg_content_area.jpg) top center repeat-y;
}
#content #main .content {
  margin-top: -437px;
  padding: 20px 20px 0;
  position: relative;
  z-index: 1000;
}
#content #sidebar {
  padding-top: 10px;
  float: right;
}
#content #footer {
  height: 50px;
  position: relative;
  left: 1px;
  float: left;
  top: 407px;
  padding: 0px 9px;
  margin: 0 0 210px -11px;
  background: url(images/bg_footer.jpg) bottom center repeat-y;
}

#subfooter {
/*     margin-top: -110px; */
    padding-bottom: 40px;
    font-size: 11px;
    color: #7e654f;
}
#subfooter p {margin-left: 35px;}
#copyright {margin-bottom: 10px;}


/* ------------------------------------------------------------------ =Sidebar_Layout */

#sidebar #donate,
#sidebar #signup,
#sidebar #youthonly,
#sidebar #connect,
#sidebar #featured {
  position: relative;
  z-index: 500;
}
#sidebar #donate {
  left: -55px;
  top: 35px;
}
body.home #sidebar #donate {
  left: -54px;
  top: -65px;
}
#sidebar #donate a {
  display: block;
  width: 263px;
  height: 117px;
  text-decoration: none;
  text-indent: -999em;
  background: url(images/sidebar_donate.jpg) no-repeat 0 0 transparent;
}
body.home #sidebar #donate a {
  height: 115px;
  background: url(images/sidebar_donate_home.jpg) no-repeat 0 0 transparent;
}
#sidebar #donate a:hover,
body.donate #sidebar #donate a {
  background-position: 0 -117px !important;
}
body.home #sidebar #donate a:hover {
  background-position: 0 -115px !important;
}

#sidebar #signup {
  left: -30px;
  top: 35px;
}
body.home #sidebar #signup {
  top: -55px;
}
#sidebar #signup a {
  display: block;
  width: 260px;
  height: 102px;
  text-decoration: none;
  text-indent: -999em;
  background: url(images/sidebar_signup.jpg) no-repeat 0 0 transparent;
}
body.home #sidebar #signup a {
  height: 110px;
  background: url(images/sidebar_signup_home.jpg) no-repeat 0 0 transparent;
}
#sidebar #signup a:hover,
body.signup #sidebar #signup a {
  background-position: 0 -102px !important;
}
body.home #sidebar #signup a:hover {
  background-position: 0 -110px !important;
}



#sidebar #youthonly {
    left: -30px;
    top: 35px;
}
body.home #sidebar #youthonly {
    top: -55px;
}
#sidebar #youthonly a {
  display: block;
  width: 300px;
  height: 145px;
  text-decoration: none;
  text-indent: -999em;
  background: url(images/sidebar_youthonly.jpg) no-repeat 0 0 transparent;
}
body.home #sidebar #youthonly a {
  background: url(images/sidebar_youthonly_home.jpg) no-repeat 0 0 transparent;
}
#sidebar #youthonly a:hover,
body.youth #sidebar #youthonly a {
  background-position: 0 -145px !important;
}




#sidebar #connect {
  left: -30px;
  top: 35px;
}
body.home #sidebar #connect {top: -35px;}
#sidebar #connect h3 {
  height: 69px;
  width: 310px;
  background: url(images/sidebar_connect.png) no-repeat 0 0 transparent;
  text-indent: -999em;
  margin-bottom: 0;
}

#sidebar #connect ul {
  margin: 0 0 0 10px;
  width: 310px;
}
#sidebar #connect ul li {
  float: left;
  display: inline;
}
#sidebar #connect ul li a {
  display: block;
  width: 100px;
  height: 50px;
  text-decoration: none;
  text-indent: -999em;
}
#sidebar #connect ul li.youtube a {
  width: 91px;
  background: url(images/sidebar_connect_youtube.jpg) no-repeat 0 0 transparent;
}

#sidebar #connect ul li.facebook a {
  width: 94px;
  background: url(images/sidebar_connect_facebook.jpg) no-repeat 0 0 transparent;
}

#sidebar #connect ul li.twitter a {
  width: 100px;
  background: url(images/sidebar_connect_twitter.jpg) no-repeat 0 0 transparent;
}

#sidebar #connect a:hover {
  background-position: 0 -50px !important;
}


#sidebar #featured {
  left: -30px;
/*   margin-top: 50px; */
/*   border-top: 1px solid #97948c; */
/*   padding-top: 15px; */
  padding-left: 15px;
  width: 310px;
  top: 50px;
}
body.home #sidebar #featured {top: 0;}
#sidebar #featured h3 {
  height: 28px;
  background: url(images/sidebar_featuredpartner.png) no-repeat 0 0 transparent;
  text-indent: -999em;
  position: relative;
  top: 15px;
}

/* ------------------------------------------------------------------ =Blog_Posts */

.post {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ddd;
}

h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
}
h2, h3, h4 {
  font-weight: normal;
  margin-bottom: 16px;
  padding-top: 8px;
}
h2 {
  font-size: 30px;
  line-height: 32px;
}
h3 {
  font-size: 20px;
  line-height: 24px;
  color: #a96520;
}
h4 {
  color: #894500;
  padding-top: 0;
}
#main a, #subfooter a {
  color: #911f20;
  text-decoration: none;
  border-bottom: 1px dotted #777;
}
#main h2 a:hover,
#main .post .entry p a:hover,
#main h3 a:hover,
#subfooter a:hover {
  color: #a5bf90;
  border: 0;
}
h2 small, h3 small {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}
.post .entry, .page .entry {
  line-height: 18px;
}
.post .entry p, .page .entry p {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 12px;
}

.entry ol, 
.entry ul {
  padding-left: 20px;
  padding-bottom: 20px;
}
.entry ol {
  list-style-type: decimal;
}
.entry ul {
  list-style-type: disc;
}
.entry li {
  margin-bottom: 6px;
  font-size: 14px;
}



/* Extra Form UI Styles*/
/* FORM UI Styles */
form.ui_form input[type='submit'], input[type='button'], button {
/*  border: 1px solid silver;
  padding : 3px;
  margin-right: 5px;
  color: #ffffff;
  background-color: #3B5998;
  border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;        
  padding-left: 25px;
  padding-right: 25px;        
*/}
form.ui_form p.error {
  background-color : #ffa0a0;
  margin-bottom:5px;
}
form.ui_form label {
    display: block;
}

form.ui_form p.error span.error {
  display:block;
  padding-left:100px;
}
form.ui_form p.error input[type='input'], p.error input[type='password'] {
  background-color: #000;
}
form.ui_form input[type='submit'].cancel, input[type='button'].cancel, button.cancel {
  color: #000000;
  background-color: #eeeeee;
  border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;        
}
form.ui_form input[type='text'], input[type='password'] {
  background: #F2EEE3 url('form_input.gif') repeat-x scroll left top;
  border: 1px solid #E1DFC6;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
/*    width: 300px;*/
}
form.ui_form p label span {
  width: 100px;
  padding: 5px;
  float: left;        
  display: block;
  font-size: 14px;
  color: #555;
}
form.ui_form p {
  padding: 5px;
  
}
form.ui_form .description {
  padding-top: 15px;
  padding-bottom: 15px;
}
form.ui_form legend {
  border-bottom: 1px dotted #aaa;
  display: block;
  height: 20px;
  margin-bottom: 0px;
  padding: 5px 0 5px;
  width: 100%;
}
form.ui_form legend span {
  font-size : 75%;
}
form.ui_form fieldset {
  margin-bottom : 15px;
}
.button_bar {
  margin : 30px;
  text-align : right;
}


.small_list {
  margin-left : 100px;
}