﻿/* _________________________________________________

Ball State Design - Home Page
_____________________________________________________

1.ITEMKEY
2.ITEMLISTING
3.ITEMALPHA

ITEM KEY
*/
.itemKey { }
    
/**************************************************
**  ITEM LISTING    *******************************
**************************************************/
ul.itemListing, div.itemListing  
{
    margin: 0;
    padding: 0; 
}

.building-listing-page div.itemListing 
{
    margin-top: 1em;
}
    
ul.itemListing li { list-style: none; }
    
/**************************************************
**  ITEM ALPHA    *********************************
**************************************************/
ul.itemListing li.itemAlpha, div.itemListing .itemAlpha  
{
    margin: 10px 0; 
    padding: 2px 0;
    font-weight: bold;
    font-size: 12pt;
    border-bottom: 1px solid #456;
}

ul.itemListing li.itemAlpha a, div.itemListing .itemAlpha a 
{
    text-decoration: none;
}

div.itemListing .itemAlpha a 
{
    /* Added to fix anchor position with fixed header bar */
    padding-top: 158px;
    margin-top: -158px;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    div.itemListing .itemAlpha a 
    {
        padding-top: 98px;
        margin-top: -98px;
    }
}

ul.itemListing li.itemAlpha a:hover, div.itemListing .itemAlpha a:hover { color: #ba0c2f; text-decoration: none; }

ul.itemListing li .topicRSS, div.itemListing div .topicRSS, ul.itemListing li .iCal, div.itemListing div .iCal 
{
    top: 2px;
    margin-left: 10px;
}

.topicRSS img, .iCal img { width: 12px; height: auto; display: inline-block !important; padding: 0 !important; }

ul.itemListing li .links, div.itemListing div .links { top: -0.5em; left: 2em; }

ul.itemListing li .top, div.itemListing div .top { font-weight: bold; }

ul.itemListing li .subs, div.itemListing div .subs { padding: 0 0 0 1em; }

/*960px __________________________________________________________________________________________________________ */
/* @media only screen and (max-width: 960px) { */
    body {}
/* } */