/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
  outline: none;
  text-decoration: underline;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


a:link, a:visited {
  color: #317b9e;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  color: #104c68;
}

/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
  background: #fff;
  font-size: 85%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #474a51;
  background: #f4f4ed;
}

#container-inner {
    min-height: 100%;
}

#header { 
  background: #fff;
  height: 100px;
  background-image: url('http://www.jtpa.org//images/banner.png');
  background-repeat: no-repeat;
}

#header-inner { 
  margin: 0 auto;
  width: 800px;
}

#content-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner{
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Content ---------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

h2, h3 {
    font-weight: bold;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name { 
  width: 156px;
  float: right;
  padding-top: 6px;
  padding-right: 4px;
  position: relative;
  left: -55px;
  color: #000;
  text-align: right;
  font-size: 36px;
  font-weight: normal;
  font-family: Courier, "Courier New";
}

#header-description { 
  float: left;
  position: relative;
  top: 78px;
  display: block;
  width: 638px;
  margin-right: 2px;

  text-align: right;
  height: 20px;
  font-size: 14px;
  font-weight: normal;
}

/* Nav */

#nav { 
  background-image: url('images/navback.png');
  margin: 0px;
  height: 50px;
  margin-bottom: 30px;
}

#nav-inner { 
  margin: 0 auto;
  width: 800px;
}

div#nav ul { 
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 0 0;
  background: #383d44;
  text-align: center;
}

div#nav li { 
  color: #fff;
  text-align: left;
  font-size: 12px;
  float: left;
  margin: 0 0px;
  padding: 12px 6px 0px 6px;
  width: 148px;
  height: 38px;
  list-style: none;
}

#nav-inner ul li a {
  display: block;
  text-decoration: none;
}

#nav-inner ul li a strong {
  font-size: 12px;
  display: block;
  color: #fff;
}

#nav-inner ul li a span {
  font-size: 11px;
  color: #ccc;
  font-weight: normal;
}


.current { 
  background-image: url('images/navbackcurrent.png');
  color: #fff;
}

div#nav li:hover { 
  background-image: url('images/navbackhover.png');
  color: #fff;
}

/* Content */

#content-inner { 
  margin: 0 auto;
  width: 800px;
}

#alpha { 
  width: 640px;
  float: left;
}

/* Entry */

.entry h4 {
  margin-top: 0.5em;
  font-size: 13px;
  font-weight: bold;
  color: #646873;
}

.entry,
.profile,
#page,
.footer-content { 
  margin: 0;
  padding: 0;
  margin-right: 10px;
  padding-top: 6px;
  width: 630px;
  margin-bottom: 2em;
  border-top: 1px solid #e0e0d5;
  line-height: 140%;
}

#page { border: none }

.entry:after,
.profile:after,
#page:after,
.footer-content:after { 
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.entry-date,
.profile-category,
.footer-title { 
  float: left;
  margin: 0;
  padding: 0em 0px 0 8px;
  font-size: 14px;

  font-weight: bold;
  width: 152px;
  color: #646873;
}

.entry-list-category {
  color: #818692;
  font-weight: normal;
  margin-left: 0.5em;
}

.entry-title,
#page-title { 
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
}

.entry-date-more {
  font-size: 12px;
  color: #646873;
  margin-bottom: 0.5em;
}

.entry-title-more {
  font-size: 13px;
  font-weight: bold;
}


.entry-title a {
  text-decoration: none;
}

.profile-name { 
  font-weight: bold;
  font-size: 12px;
  font-weight: bold;
  color: #818692;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.entry-category,
.profile-title { 
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #646873;
}

.entry-body,
.profile-body,
.footer-body { 
  float: right;
  margin: 0;
  margin-bottom: 1em;
  padding: 0 10px 0 10px;
  width: 450px;
}

.entry ul {
  margin: 0;
  padding: 0;
  list-style: disc inside;
  line-height: 1;
  margin-left: 1em;
}

.entry li {
  margin: 0;
  padding: 0;
}


.short-profile {
  width: 74px;
  height: 74px;
  float: left;
  margin: auto;
  text-align: center;
  padding: 0;
  font-size: 11px;
}

.short-profile-photo,
a .short-profile-photo { 
  margin: 10px 10px 0px 10px;
  width: 48px;
  border: 1px solid #000;
  float: left;
}

.short-profile-text {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 11px;
  list-style: none;
  line-height: 140%;
}

.short-profile-text li {
  text-align: center;
  margin-top: 5px;
  width: 74px;
  float: left;
}

a:hover .short-profile-photo {
  border: 1px solid #e60012;
}

.entry dt { 
  font-weight: bold;
  margin-top: 0.5em;
}

.entry dd { 
  margin-left: 3em;
}

.entry td { 
  padding-right: 1em;
}

.links { 
 margin-top: 0.3em;
}

.links > li {
  list-style: none;
  float: left;
  border-left: 6px solid #ccc;
  padding-left: 2px;
  width: 62px;
}

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

.entry hr { 
  color: #fff;
  height: 0px;
  border: 0px;
  border-bottom: 1px solid #e0e0d5;
  padding: 0;
  margin: 1em 0em;
}

.ustream {
/*  text-align: center; */
  margin-top: 4px;
}

.entry-footer {
  border-top: 1px solid #e0e0d5;
  margin-top: 2em;
  padding-right: 1em;
  padding-top: 0.3em;
  text-align: right;
  font-style: italic;
  font-size: 11px;
}

.entry-navigator {
  margin-top: 1em;
}

.entry-navigator p {
  margin: 0;
  padding: 0;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.content-nav {
    text-align: center;
}

.entry img {
  padding: 0;
  border: 8px solid #e4e4d8;
  margin: 4px;
}

img.speaker-photo { 
  padding: 0;
  border: 8px solid #e4e4d8;
  margin-right: 1em;
  float: left;
}

img.profile-photo { 
  padding: 0;
  margin: 3px 10px;
  width: 48px;
  border: 1px solid #000;
  float: left;
}

/* Sidebar */

#beta { 
  float: right;
  width: 156px;
  font-size: 12px;
}

#beta-inner { 
  padding: 0px 6px;
}

/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2em;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.widget-header { 
  border-top: 1px solid #e0e0d5;
  padding: 6px 0px 0px 0px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #74a050;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none !important;
    line-height: 1.3 !important;
}

.widget-list .widget-list {
    margin-left: 15px ;
}

.archive-list .archive-list {
    margin-left: 20px;
}

.widget-list-item,
.archive-list-item {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.search-form {
    margin-bottom: 1.5em;
}

.search-submit { 
  margin-top: 0.5em;
  display: block;
  float: right;
}

.search-input {
  width: 132px;
}

.widget-search form { 
  margin: 0 2px;
}

.widget-search input { 
}

.ti { 
  width: 130px;
}

/* Footer */

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}


#footer { 
  border-top: 1px solid #8B8679;
  border-bottom: 1px solid #8B8679;
  background: #D4D2BF;
  margin: 0px;
  padding: 0px;
  padding-top: 4px;
}

#footer-inner { 
  margin: 0 auto;
  width: 800px;
}

.footer-content {
  border: none;
  margin-bottom: 1em;
}


.footer-content:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.cc { 
  margin: 1em 0em;
}

.ccdesc { 
  float: left;
}

.cc-img { 
  float: left;
  margin-right: 4px;
}

.monthly-archive {
  padding-bottom: 0.5em;
  display: inline;
}

.monthly-archive-year {
  margin-right: 1em;
  font-weight: bold;
  color: #646873;
  float: left;
}

.monthly-archive-month {
  float: left;
  list-style: none;
  width: 30px;
  text-align: center;
  padding-bottom: 4px;
}

.archive-monthly-archive {
  display: inline;
}

.archive-monthly-archive-year {
  font-weight: bold;
  color: #646873;
}

.archive-monthly-archive-month {
  display: inline;
  float: left;
  list-style: none;
  width: 32px;
  text-indent: -2.5em;
  padding: 0px;
  margin: 0px;
  padding-bottom: 4px;
}

.footernav { 
  margin: 0;
  padding: 0;
  padding-bottom: 2em;
  border-bottom: 1px solid #000;
}

.footernav li { 
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 80px;
  font-size: 12px;
  text-align: center;
  padding-bottom: 2px;
}


.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.input-default {
    background-color: #9AAEC2;
}

.powered { 
  margin: 1em;
  text-align: center;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

#search{ 
  width: 800px;
  float: left;
}

/* Entry */

#search-inner { 
  margin: 0 auto;
  width: 640px;
}

#twitter_update_list { 
  margin-left: 0px;
}

#twitter_update_list li { 
  margin-bottom: .5em;
}

