/**
================================================
IRIS HQ STYLES
================================================

This style sheet contains styles that are not part
of the general template used in the site design.

The purpose of seperating these styles form the main
2012.css file is to make future template redesigns 
easier by decoupling content styles from the general 
layout styles.

*/


#enoSideMission {

        padding: 0.5em;
        border: 1px solid #006600;
        margin: 0.5em;
}

#enoSideMission #enoSideTitle {
        display: block;
        font-weight: bold;
}

/*================================================================
STAFF PAGE RULES
=================================================================*/

.staff-container {
        border-bottom: 1px dotted #ccc;
        margin-bottom: 1em;
}

.staff-left {
        float: left;
        margin-right: 1em;
        min-height: 126px;
        min-width: 132px;

}

.staff-left img {
        padding: 3px;
        -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);

}

.staff-container h4, .staff-container h4 a {
        color: #943030;
        text-decoration: none;
}

.staff-container h4 a:hover {
        text-decoration: underline;
}

.staff-container h4 span {
        color: #666;
        font-size: 1em;
}


/*========================================
NEWS STYLES
=========================================*/

.article-list {
        margin-bottom: 1em;
        border-bottom: 1px dotted #ccc;
}

.article-list h3 a {
        color: #943030; 
        text-decoration: none;
}

.article-list h3 a:hover {
        text-decoration: underline;
}

.article-footer {
        margin-top: 1em;
        padding: 1em 0;
        font-size: 0.75em;
        font-style: italic;
        color: #567B32;
        border-top: 1px dotted #ccc;
}

/* =====================================
QUICK LINKS & CALENDAR SIDEBAR
===================================== */

/* Quick Links in Mid Left */
#container #main #leftCol #quickLinks {
        border-top: 6px solid #6a9641;
        border-bottom: 6px solid #6a9641;
        background: #567b32;
        width: 213px;
        color: #FFFFFF;
        font-size: 14pt;
        padding: 8px 5px 12px 10px;
}

#container #main #leftCol #quickLinks select {
        border: 1px solid #a9a999;
        padding: 1px;
        font-size: 10pt;
        background: #FFFFFF;
}

/* Calendar in the left column */
#container #main #leftCol #calendar {
        background: url(images/homepage/calendarBack.gif) no-repeat #e9e9e9;
        padding-bottom: 10px;
}

#container #main #leftCol #calendar #calTop {
        color: #FFFFFF;
        font-size: 14pt;
        padding: 10px;
}

#container #main #leftCol #calendar #calTop img {
        width: 14px;
        height: 14px;
        position: relative;
        left: 118px;
        border: 0px;
}

#container #main #leftCol #calendar p {
        padding: 10px 5px 5px 20px;
        font-size: 9pt;
        font-style: italic;
}

#container #main #leftCol #calendar p a {
        font-size: 9pt;
        font-style: normal;
        font-weight: bold;
}

#container #main #leftCol #calendar p a:hover {
        text-decoration: underline;
}

#container #main #leftCol #calendar p.viewAll {
        padding-left: 44px;
}

#container #main #leftCol #calendar p.viewAll a {
        font-weight: normal;
}

table.sortable th:not(.sorttable_nosort):not(.sorttable_sorted):not(.sorttable_sorted_reverse):after {
    content: " \25B4\25BE";
//background-color: #f47820;
}
table.sortable th.sorttable_sorted {
background-color: #989898;
}
table.sortable th.sorttable_sorted_reverse {
background-color: #989898;
}

/* =====================================
 * MEMBER TABLES NO WRAP ON TABLE CELLS
 * ===================================== */
table#member_table td:nth-child(2),
table#member_table td:nth-child(3) {
    white-space: nowrap;
}

/* =====================================
 * WORKSHOPS GLYPHICONS IN TABS SMALLER
 * ===================================== */
ul.nav-tabs li a i.glyphicon {
    font-size:0.8em;
}

/* =====================================
 * FIX MENU FOR TW-BS 3
 * ===================================== */
#page {	
  width: auto;
  overflow: hidden;		
}
.wrapper .wrapper {
  overflow: visible;
 border: none;
 box-shadow: none;
}

	
.nav_menu > li > a {	
  padding-top: 9px;	
}

#home-news-boxes{
  width: auto;
}
table {
  font-size: inherit;
  font-family: inherit;
}
#myTab{
  margin-left: 0;
}

/*======================================
END OF hq-styles.css FILE
======================================*/
