/* defaultclean dark grey theme */
/* template version: 1.0 */

/* general recomondations
IF-THEMEDARK use/uncomment if theme is a dark color
IF-THEMELIGHT use/uncomment if theme is a light color
*/

/* color variable definitions; copy file and use search+replace to insert colors
#444 -  fontColor - text color on white background.
#444 -  headingColor - heading color on white background.
#f6f6f6 -  subtleBackgroundColor - background color on alternating list elements
#ddd -  borderColor - color on borders
#333 -  themeColor - main theme color. Used on links, toppanel background, off-canvas background etc.
#005599 - linkColor AAA 
*/

/*body {
    color: #444; fontColor
}
h1, h2, h3, h4, h5, h6 {
    color: #444; headingColor
}
a, .uk-link {
    color: #005599;linkColor
}
a:hover, .uk-link:hover {
    color: #003f73; linkColor
}
.pedit-linktext, .pedit-linktext:hover, .pedit-linktext:active, .pedit-linktext:visited {
    color: #444; fontColor
}*/

#pagegrid {
    max-width: 1000px;
}

.pedit-menu ul li {
    padding: 5px;
}
.pedit-menu ul li:nth-child(n+2) {
    border-top: 1px solid #ddd; /*borderColor*/
}
.pedit-menu ul li a {
    text-decoration: none;
}
.pedit-menu ul li:hover, .pedit-menu ul li:active {
    background: #f6f6f6; /*subtleBackgroundColor*/
}
.pedit-menu ul li:hover a, .pedit-menu ul li:active a {
    text-decoration: none;
}
