/* Masthead
 * ----------------------------------------------------------------*/
#masthead #nav li {
/*	border-left: 1px solid #492217;*/
}
#masthead #nav li:first-child { border-left: none; }


/* Portal Intro Overview
 * ----------------------------------------------------------------*/
#intro {
	background: #1e5655 url(/themes/okwu/adult/images/bg-intro.jpg) repeat-x 50% 0%;
}
	#intro .wrapper { 
		height: 230px; 
		padding: 50px 250px 60px 370px;
		width: 420px;
	}
	#intro img.splash { top: -35px; }

/* Portal Video Alternative 
 * ----------------------------------------------------------------*/
#happenings h4 { padding-bottom: .5em; }
#happenings blockquote { padding-top: 0; }

#happenings #campaigns {
  float: right;
  width: 236px;
}
#campaigns a {
  font-weight: bold;
}
#campaigns p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2em;
  color: #676355;
}
#campaigns p a {
  font-size: 1em;
}

  /** Video Embeds
   * ----------------------------------------------------------------*/
  #video {
    float: right;
    margin: 10px -33px 0 0;
    width: 560px;
    height: 340px;
    padding: 24px 30px;
    text-align: center;
    background: transparent url(/themes/okwu/adult/images/bg-video-frame-dark.png) no-repeat 50% 0%;
  }
  #video object {
    display: block;
    margin: 0 auto;
    border: 1px solid #000;
  }
  /* End Video Embeds
   * ----------------------------------------------------------------**/

/** Alternate styles
 * ----------------------------------------------------------------*/
#content.alternate #body h4 {
  font-size: 1.8em;
  font-variant: small-caps;
}
#content.alternate #body h5 {
  font-size: 1.6em;
  background: transparent url(/themes/okwu/adult/images/icon-arrow.gif) no-repeat 0 80%;
  padding-left: 1.25em;
}
/* End Alternate Styles
 * ----------------------------------------------------------------**/

/** AGS Specific Request Form
 * ----------------------------------------------------------------*/
#intro a#spotlight {
  position: absolute;
  bottom: 0;
  right: 47px;
  z-index: 2;
  color: #4B3838;
  font: italic 2.0em/43px "Apple Casual", Georgia, serif;
  width: 164px;
  height: 43px;
  padding: 15px 0 5px 24px;
  background: transparent url(/themes/okwu/adult/images/bg-spotlight-paper.png) no-repeat 0 0;
}
  #intro a#spotlight:hover {
    border: none;
  }
  #intro a#spotlight:hover > span { border-bottom: 2px solid; }
  #intro a#spotlight > span {
    -moz-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }    
#resources ul.half {
  width: 500px;
}

#freeform.detailed {
  width: 400px;
  padding: 16px 20px 0;
  margin-top: 20px;
}
  #freeform.detailed legend { 
    font-size: 2.1em;
    text-transform: none;
  }
  #freeform.detailed fieldset { 
    margin: 0;
    padding: 1em 0;
  }
  #freeform.detailed p { color: #474538; }
  #freeform.detailed p.actions { text-align: center; overflow: hidden; }
  #freeform.detailed p.actions button { margin: 0 auto; display: block; float: none; }

  #freeform.detailed .fields { 
    overflow: hidden;
    margin: 1.5em 0 0;
  }
    #freeform.detailed .fields li {
      width: 50%;
      float: left;
      padding: 0;
      margin-bottom: 1.8em;
    }
    #freeform.detailed .fields li.full {
      width: 100%;
    }
      #freeform.detailed .fields li > * { 
        width: 180px;
        padding: 0 0 0 6px;
        float: left; 
        border: 1px solid #ccc7ae;
      }
      #freeform.detailed .fields li select {
        color: #333;
        padding-top: .4em;
        padding-bottom: .4em;
        padding-right: 3px;
        width: 186px;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5);
      }
      #freeform.detailed .fields li input {
        color: #333;
        line-height: 3;
        height: 3em;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5);
      }
      #freeform.detailed .fields li .small { width: 126px; }
      #freeform.detailed .fields li .tiny { width: 36px; margin-right: 10px; } 
     
      #freeform.detailed .fields li label.checkbox { 
        display: inline; 
        width: auto;
        border: none;
        font-size: 1.2em;
        text-indent: none;
      }
      #freeform.detailed .fields li input[type="checkbox"] {
        padding: 0;
        height: auto;
        width: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; 
      }


