/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 28px;
    font-style: normal;
    font-weight: bold !important;
    text-align: left;
    color: #326671;
}

.sectiontitle {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #326671;
}

.topictitle1 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #326671;
}

a:link {
   font-family: Arial,Helvetica,Sans-Serif;
   text-decoration: underline;
   color: #326671;
}

a:visited {
   font-family: Arial,Helvetica,Sans-Serif;
   text-decoration: underline;
   color: #326671;
}


body {
    background-image: url(../images/Page-BgTexture.jpg);
}

#BackgroundGradient {
   min-width: 900px;
   position: absolute;
   background-repeat: repeat-x;
   top: 0px;
   width: 100%;
   height: 900px;
}

#page_top {
   height: 20px;
   width: 1200px;
   margin-left: auto;
   margin-right: auto;
}

#page-wrapper {
   border-style: solid;
   border-width: 1px;
   width: 1201px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   border-radius: 15px;
   background-image: url(../images/wrapper-background.png);
   -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 50%);
   -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .5);
   box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 50%);
}

#main_menu {
    /* background-image: url(/themes/justanothertheme/images/nav.png); */
    height: 24px;
    width: 1200px;
    padding-top: 0px;
    display: flex;
}

#main_menu_left {
   width: 29px;
   background-image: url(/themes/justanothertheme/images/nav.png);
   height: 24px;
   float: left;
   flex-grow: 1;
}

#main_menu_center {
    background-image: url(/themes/justanothertheme/images/nav_center.png);
    height: 24px;
    float: left;
    flex-grow: 2;
    width: 100%;
}

#main_menu_right {
    width: 31px;
    background-image: url(/themes/justanothertheme/images/nav_right.png);
    height: 24px;
    float: right;
    flex-grow: 3;
    background-repeat-x: no-repeat;
}

ul.menu {
   border: none;
   list-style: none;
   text-align: left;
}

ul {
   display: block;
   list-style-type: disc;
   margin-inline-start: 0px;
   margin-inline-end: 0px;
   padding-inline-start: 40px;
}

#block-primarylinks > ul > li {
  display:inline;
}

#header_image {
   width: 1199px;
   height: 100px;
   background-image: url(../images/Header_straight_lines_bg_large.png);
   background-position: left;
}

#block-primarylinks > ul {
   display:inline;
}

#block-primarylinks > ul > li > a {
   color: #DDE5E9;
   padding-left: 10px;
   text-decoration: underline;
   font-size: 15px;
   padding: 0 0.5em;
}

#sidebar_left {
   float: left;
   width: 222px;
   alignment-adjust: central;
   padding: 10px 10px 10px 10px;
}

#content {
   float: left;
   width: 949px;
   padding-left: 0px;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
}

.node {
   background-image: url(images/wrapper-background.png);
   border-radius: 10px;
   border-style: solid;
   border-width: 2px;
   border-color: #DDE5E9;
   background-color: #ECF1F3;
   padding: 10px 10px 10px 10px;
   margin-top: 7px;
   margin-bottom: 7px;
}

#footer {
   clear: both;
   height: 60px;
   background-image: url(../images/Footer.png);
   padding-top: 10px;
   z-index: -1;
   border-radius: 15px;
}

.sidebar_first nav, #block-views-block-most-popular-block-1 {
   background-image: url(../images/wrapper-background.png);
   border-radius: 10px;
   border-style: solid;
   border-width: 2px;
   border-color: #DDE5E9;
   background-color: #ECF1F3;
   padding: 10px 10px 10px 10px;
   margin-bottom: 5px;
}

.sidebar_first nav > h2, #block-views-block-most-popular-block-1 > h2 {
   display: block;
   z-index: 1;
   height: 27px;
   background-image: url(../images/BlockHeader.png);
   padding-left: 7px;
   padding-right: 7px;
   padding-top: 3px;
   text-align: left;
   border-radius: 10px;
   border-style: solid;
   border-width: 0px;
   border-color: #DDE5E9;
   color: black;
   font-family: Arial,Helvetica,Sans-Serif;
   font-size: 20px;

}

.navbar {
   display: block;
}

.navbar-nav {
   display: block;
}

.sidebar_first li {
    list-style-image: url(../images/menu-leaf.png);
    list-style-type: square;
}

.sidebar_first ul {
   padding-left: 25px;   
}

.navbar-expand-md .navbar-collapse {
   display: block !important;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #326671;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
user agent stylesheet
h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.sidebar_first nav > h2 {
   box-sizing: content-box;
}

.sidebar_first nav > h2::before, #block-views-block-most-popular-block-1 > h2::before {
    content: "";
    width: 14px;
    height: 22px;
    background: url(../images/BlockHeaderIcon.png);
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: 0px -3px;    
}

.nav-link {
    display: block;
    padding: 0rem 0rem;
}

.sidebar_first a {
    color: #326671 !important;
}


body {
   font-family: Arial, Helvetica, Sans-Serif;
}


.tagsnav {
   content-visibility: hidden;
}

.separator {
   content-visibility: hidden;
}


::marker {
    color: #DDE5E9;
}

.nodefooter {
   padding-inline-start: 5px;
   margin-block-start:   0px;
}


a.feed-icon {
   visibility: hidden;
   content-visibility: hidden;  
}

.user-login-form .description {
   visibility: hidden;
   content-visibility: hidden;
}

.user-logged-in div#page-wrapper {
    margin-top: 90px;
}

#logo {
   width: 200px;
   background-image: url(../images/Logo.png);
   height: 100px;
   float: left;
   background-size: 130px;
   margin-left: 10px;
   background-repeat: no-repeat;
}

#title {
   width: 70%;
   font-size: 45px;
   font-style: italic;
   font-weight: bold;
   text-align: center;
   margin-top: -20px;
   float: left;	
   color: black;
   height:0px;
}

#underheader {
    background-image: url(../images/UnderHeader.png);
    height: 10px;
    width: 100%;
    display: block;
    float: left;
    background-repeat: repeat-x;
}

ul.primarytabs {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: nowrap;
}

ul.primarytabs li a {
    background-color: #ddd;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}

ul.primarytabs li {
    display: inline;
}

.node__submitted {
    visibility: hidden;
    margin-top: 20px;
    background-color: #efefb9;
    border-radius: 7px;
    padding-left: 20px;
    padding-right: 5px;
    width: 470px;
}

.topictitle1 {
   visibility: hidden;
   height: 0px;
   margin: 0px;
}


