/* Copyright (C) arrowthemes, Regular/Extended Licence */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


/*darkens italic print; the template sets the default too light*/
em {
    color: #222222;
}

h1.title {
    font-size:2em;
}
h1.title a:hover {
    color:#FF9900;
}
/*setting hover color for text in menus and modules*/
.mod-color, .mod-color h1, .mod-color h3, .mod-color h3 strong, .mod-color .module-title .color, .mod-color a:hover {  color:#ff9900; }

.menu-sidebar a.level1 > span, .menu-sidebar span.level1 > span {color: #ffffff}
.menu-sidebar a:hover.level1 > span, .menu-sidebar span.level1 > span {color: #ff9900}

/*specific to the separator link in the Judicial menu, because could not figure out how to apply it the general separator class*/
.menu-sidebar a:visited.level1.item283 > span, .menu-sidebar span.level1 > span {color: #ffffff}

/*level 2 links in the module menus*/
.menu-sidebar a.level2 > span, .menu-sidebar span.level2 > span {color: #ffffff}
.menu-sidebar a:hover.level2 > span, .menu-sidebar span.level2 > span {color: #ff9900}


/*changes height for top level of main menu becuase logo is tall*/
.menu-dropdown .level1 .level1 span.icon {
  height: 60px; }

/*puts a little space between article titles and the links underneath*/
#system .item > header {
  padding-bottom: 20px;
}
/*adjustments for tall logo*/
#logo, #header-responsive {
    padding-left: 8px;
}

/*first used on form to create text that stands out, but can be used anywhere*/
h7 {color:#009D4D;font-weight:bold;}


/*adjusts background color for table striping; default was not dark enough*/
.uk-table-striped tbody tr:nth-of-type(2n+1) td {
    background-color: rgba(0, 0, 0, 0.09);
}
