/* 
    Document   : scheme-default
    Created on : Mar 25, 2013, 11:31:28 AM
    Author     : James Hamlin
    Description: 
*/

#page-item > div{
    padding: 15px;
    display: block;
}
#page-item div.page-header{
    padding: 0;
    margin-bottom: 15px;
/*    margin-top: 15px;*/
}
#page-item div.page-header h2, #page-item div.page-header h1{
    color: #48A942;
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    margin: 0;
} 
#page-item div.page-header h2 {
    padding: 0;
}
.item-page dt.article-info-term, .item-page span.icon-calendar{
    display: none;
}
#archive-items .modified{
    margin-bottom: 5px;
}
#page-item h1, #page-item h2, #page-item h3, #page-item h4,#page-item h5,
#page-item h6,#page-item h7 {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #003D7D;
    clear: right;
}
#page-item h2 {
    color: black;
}
#page-item h3{
    font-weight: normal;
}
#page-item h4,#page-item h5,#page-item h6,#page-item h7{
    color: #818386;
}
#page-item div.item-page  p{
    margin-bottom: 15px;
}
/*#page-item div.item-page > p:empty{
    line-height: 0;
}*/

#page-item{
    width: 100%;
    margin-top: 33px;
}
/* lists in pages */
.item-page ul, #page-item ol {
    margin-left: 5em;
}
.item-page ul {
    list-style: disc;
}
.item-page  ul ul{
    margin-left: 0;
}
/* definion lists */
.item-page dl{
    float: none;
    display: inline-block;
}
.item-page dt{
    color: #003D7D;
    display: inline-block;
    float: left;
    clear: left;
    margin-right: 5px;
    font-weight: normal;
}
.item-page dt:after{
    content: ':';
}
.item-page dd{
    display: inline-block;
    float: left;
    clear: right;
    margin: 0;
}
/* search */
dl.search-results dt.result-title {
    clear: both;
}
/* expander*/
.item-page span.read-more, .item-page span.read-less{
    display: block;
    float: right;
    clear: left;
}
/* images */
#page-item img{
    max-width: none;
}
#page-item img[align=right], #page-item img[style*='right'], 
#page-item img.floatright{
    margin-left: 15px;
    float: right;
}
#page-item img[align=left], #page-item img[style*='left'], 
#page-item img.floatleft{
    margin: 15px 15px 15px 0;
    float: left;
}
/*images in articles */
#page-item .item-image {
    background-color: white;
    display: block;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    width: 580px;
    border-bottom: 10px solid white;
}
#page-item .item-image img{
    height: auto;
    width: 580px;
    float: none;
}
/* anchors */
#page-item a, div#page-item div a:visited{
    color: #48A942;
    text-decoration: underline;
}
#page-item a:hover, #page-item a:visited:hover{
    color: white;
    background-color: #48A942;
}
#page-item a.jcepopup{
    line-height: 0;
}
#page-item p.halfwidth-caption {
    width: 50%;
    display: table;
    float: left;
    color: #003D7D;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#page-item p.halfwidth-caption img{
    display: block;
    max-width: 100%;
}
/* countdown */
.countdown {
    font-family: 'Share Tech Mono', serif;
    color: white;
    background: #48A942;
    line-height: 1;
    /*    height: 233px;*/
    margin-left: -15px;
    display: table;
    text-align: center;
    width: 580px;
    height: 140px;
    padding-bottom: 30px;
    border-top: solid white 3px;
}
.countdown dd, .countdown dt {
    /* clear the basic definition for articles*/
    float: none;
    color: inherit;
}
.countdown dt:after{
    content: none;
}
.countdown:last-child {
    margin-bottom: -15px;
}
.countdown dl.counttime{
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.countdown dl.counttime dt{
    font-size: 16px;
    font-weight: normal;
    position: relative;
    top: 4ex;
    left: 1.25em;
    line-height: 20px;
}
.countdown dl.counttime dt.hour {
    left: 0.5em;
}
.countdown dl.counttime dt.day {
    left: 2.8em;
}
.countdown dl.counttime dt.sec {
    left: 1em;
}
.countdown dl.counttime dd{
    margin-left: -0.6em;
    font-size: 75px;
    line-height: 67px;
}
.countdown dl.counttime dd.hour{
    margin-left: -0.8em;
}
.countdown dl.counttime dd.sec{
    width: 93px;
}
.countdown dl.counttime dt, .countdown dl.counttime dd{
    display: inline;
}
.countdown dl.counttime dd:after{
    content: ':';
    padding: 0 0.3em 0 0;
}
.countdown dl.counttime dd:last-child:after{
    content: none;
}

div.person {
    margin: 15px 15px 0 0;
    padding: 0;
    width: 125px;
    height: 250px;
    float: left;
    display: block;
}

div.person strong, div.person em, div.person span{
    display: block;
    float: none;
}

div.person em {
    font-weight: bold;
    color: #003D7D;
    font-style: normal;
}

div.person img{
    margin-bottom: 5px;
    height: 125px;
    width: 125px;
}
div.person strong{
    font-weight: normal;
    color: #003D7D;
}

#page-item div.person ~ h1 {
    color: #48A942;
    font-size: 21px;
    line-height: 35px;
    font-weight: normal;
    border-top: 1px solid black;
    text-decoration: none;
}

/* news section */

div.blog-featured .span12 {
    width: 100%;
}
.items-row img{
    margin: 15px 15px 15px 0;
}
#page-item div.blog-featured h2{
    border-top: solid black 1px;
    width: 100%;
    line-height: 25px;
}

#page-item div.blog-featured h2 > a{
    color: #48A942;
}
#page-item div.blog-featured .readmore > a, #page-item .ms-event .readmore > a{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    box-shadow: none;
    color: #48A942;
    display: inline;
    text-decoration: underline;
    font-size: inherit;
    vertical-align: inherit;
    text-align: inherit;
    text-shadow: none;
    padding: 0;
}
div.blog-featured .readmore > a > span{
    display: none;
}
#page-item div.blog-featured .readmore > a:hover, #page-item .ms-event .readmore > a:hover{
    background-color: #48A942;
    color: white;
}
/* Accreditation directory */
.acc-course-dir h1.orgname{
    border-top: 1px solid black;
    clear: both;
    display: block;
    float: none;
    margin-top: 15px;
    padding-top: 5px;
}
#page-item .acc-course-dir li > h1.orgname{
    margin-left: 65px;
}
.acc-course-dir dd.address span{
    display: block;
    float: none;
}
.acc-course-dir .org dt{
    width: 60px;
}
.acc-course-dir ul{
    float: none;
    list-style: none;
}
.acc-course-dir li{
    border-top: 1px solid black;
}
.acc-course-dir > ul{
    margin: 0;
}
.acc-course-dir > dl.org + ul{
    margin-left: 65px;
}
.acc-course-dir li > dl{
    display: inline-block;
    float: none;
    margin-left: 65px;
}
.acc-course-dir li > dl.course-admin{
    margin-left: 0;
}
dl.course-admin{
    width: 100%;
}
dl.course-admin dt{
    width: 150px;
}
#page-item .acc-course-dir table {
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
    max-width: inherit;
}
/*.acc-course-dir ul.courses > li > dl.course {
    margin-left: 0;
}*/
/*.acc-course-dir dl.course > dt {
    width: 130px;
}*/
.acc-course-dir select.acc-page-number{
    width: 110px;
    margin: 0 5px;
}
.acc-page-nav button {
    float: left;
    clear: none;
    width: 60px;
    padding: 2px 5px;
    margin: 0;
}

.acc-course-dir form {
    border-width: 1px 0;
    border-style: solid;
    border-color: black;
    background-color: #EAE2DD;
}
dt.bioupdated, dd.bioupdated{
    color: black;
    font-style: italic;
    font-weight: normal;
    font-size: 90%;
}
.committee dl{
    clear: left;
    width: 100%;
}
div.article-index ul{
    list-style: none;
}
dd.event-name{
    color: #003D7D;
    font-weight: bold;
}
