#items-hp {
    overflow: visible;
    margin-top: 6px;
}

.support-wrapper {
   text-align: right;
}

#support-button {
    position: absolute;
    top: -35px;
    right: 0;
    background: #00B5E2;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: none;
    text-align: center;
    display: inline-block;
    padding: 10px 16px;
}

#support-button:hover {
    background-color: #00566E;
    transition: all 0.1s ease-out;
}

#items-hp h3 {
    font-size: 23px !important; 
    font-weight: normal; 
    text-transform: none; 
    font-family: 'Etica-light', "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif; 
    font-weight: normal;
    color: #333;
    margin-bottom: 8px;
    height: 30px;
}

#items-hp h3 a {
    display: block;
    float: left;
    height: 23px;
    color: #333 !important;
}

#items-hp h3 a:hover {
    color: #78BE20 !important;
}

#items-hp h3 a.rssicon {
    height: 24px;
    width: 16px;
    margin-left: 10px; margin-top: 1px;
    display: none;
    background: transparent url(../img/rss.png) no-repeat 0 6px;
    transition: none;   
}

#items-hp h3 a.rssicon:hover {
    background: transparent url(../img/rss.png) no-repeat 0 -14px;
    transition: none;       
}

#items-hp .content {
    border-top: 7px solid #E6E6E6;
}

#items-hp .content:hover {
    border-top: 7px solid #78BE20;
}

#items-hp a {
    text-decoration: none;
}

.itembody li .tweet_text a
{
	display: inline;
}

.itembody {
    position: relative;
    background: #fff;
    width: 346px;
    left: -20px;
    margin-bottom: 15px;
}

.itemwrapper {
    margin-left: 20px;
    margin-right: 20px;
    height: 125px;
    border: 1px solid #dbdbdb;
    border-top: none;
    transition: margin 0.2s, box-shadow 0.2s;
}

#itemnews h4 {
    background-position: center -55px
}
#itemevents h4 {
    background-position: center -111px
}

.itembody h4 em {
    font-style: normal;
    position: absolute;
    right: 45px;
}

.itembody h4 {
    background: #002145;
    height: 25px;
    margin-bottom: 10px;
}

.itembody h4 a {
    font-size: 13px;
    color: #FFF;
    display: inline-block;
    padding: 6px 12px;
}

.itembody ul {
    margin: 0;
    position: absolute;
    top: 40px;
    left: 32px;
}

.itembody li {
    list-style-type: none;
    font-size: 13px;
    width: 280px;
    min-height: 65px;
    margin-bottom: 15px;
}

.itembody li a {
    color: #666666;
    display: block;
}

.itembody li time {
    display: block;
    font-weight: bold;
    font-size: 11px;
    color: #666666;
}

.itembody .itemnav {
    position: absolute;
    top: 65px;
    width: 12px;
    height: 20px;
    display: none;
    background: transparent url(../img/itemsmap-off.png) no-repeat;
}

.itembody .itemprev {
    left: 8px;
    background-position: left -182px;
}

.itembody .itemnext {
    right: 8px;
    background-position: left -204px;
}

.itembody .itemnav, .itembody .itemnav:hover {
    transition: none;   
}


.itembody .itemprev:hover {
    left: 8px;
    background-position: -20px -182px;
}

.itembody .itemnext:hover {
    right: 8px;
    background-position: -20px -204px;
}


.hoverable .itembody:hover .itemwrapper {
    box-shadow: 0 3px 5px #cccccc;
    margin: 0;
    transition: margin 0.2s, box-shadow 0.2s;
}
.nav_disabled .itemnext,
.nav_disabled .itemprev
{
	display: none !important;
}
.hoverable .nav_disabled:hover .itemwrapper
{
    margin-left: 20px;
    margin-right: 20px;
}

.hoverable .itembody:hover li a {
    color: #005884
}

.hoverable .itembody:hover .itemnav {
    display: block;
}


.switcher_hidden
{
	display: none;
}