/* *******************************************
   Primary style sheet for clanmcalister.org
   Author:   Michael Stewart
   ******************************************* */

* { 
    margin: 0;
    padding: 0;
}
body {
    max-width: 960px;
    width: 95%;
    border: 1px solid black;
    background-color: white;
}
header {
    width: 100%;
}
header img {
    width: 100%;
}



#container_header {
    position:relative;
}

#img2_header {
    position: absolute;
    left: 5%;
    top: 1%;
    width: 7%;
    height: auto;
}


#header_cc  {
    font-size: 53%; 
    position: absolute; 
    left:2%; 
    top:80%;
    background-color: white;
}


/* *******************************************
   Updated header / banner styles
   Author:   Eric McAllister Jr.
   ******************************************* */

#header_image_2_badge {
    position: absolute;
    left: 4%;
    top: 2%;
    width: 7%;
    height: auto;
}

.header_badge_1 {
    font-size: 0.8cqi;
    position: absolute; 
    left:2%;
    bottom:10%;
    background-color: rgba(222, 222, 222, 0.75);
}

.header_banner_1 {
    font-size: 5cqi;
    font-style: oblique;
    font-weight: bold;
    color:white;
    text-shadow: 4px 4px #000000;
    position: absolute; 
    left:25%;
    top:0%;
}

.header_banner_2 {
    font-size: 2.5cqi;
    font-weight: bold;
    color:white;
    text-shadow: 4px 4px #000000;
    position: absolute; 
    left:25%;
    bottom:20%;
}


#nav_horiz {
    width: 98%;
    height: 3em;
    padding-left: 1em;
    border-bottom: 1px solid black;
}
#nav_horiz ul {
    list-style: none; /* removes bullets from all ul elements */
    position: relative; /* so the submenus can be positioned */
    }
#nav_horiz ul li {
    float: left; /* display items horizontally */
    margin: 0 0 0 .25em;
}
#nav_horiz ul ul {
    display: none; /* don't display submenus until hover of li */
    position: absolute;
    top: 78%; /* position submenu at bottom of main menu */
}
#nav_horiz ul ul li {
    float: none; /* display submenus vertically */
 }
#nav_horiz ul li:hover > ul { /* select ul child of li element */
    display: block;
}
#nav_horiz > ul::after {
        content: ""; /* add empty content to the end of the first ul */
        display: block; /* display that content as a block element */
        clear: both; /* stop the floating of the li elements */
}
#nav_horiz ul li a {
    font-size: 85%;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 .25em 0 .2em;
    padding: 0 .2em 0 0; /* padding above and below a elements */
    text-decoration: none;
    background-color: green;
    color: white;
    font-weight: bold;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-radius: 10px;
}
#nav_horiz ul ul li a {
    width: 100%;
}
 #nav_horiz ul li a.lastitem {
    border-right: none;
}
#nav_horiz ul li a.current {
    background-color: blue;
}
#fb_logo {
    float: left;
    width: 20%;
    padding: 2% 0 0 10%;
    margin: 0 0 0 0;
}

#nav_vert {
    clear: both;
    width: 20%;
    height: 60em;
    font-size: .73em;
    padding: 1em 0 0 1em ;
    float: left;
    border-right: 1px solid black;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    }
#nav_vert h2 {
    font-size: 1em;
    font-weight: bolder;
    font-variant: small-caps;
    padding-left: .5em;
    margin: .5em;
    border-bottom: 2px solid black;
}
#nav_vert ul {
    list-style-type: none;
    margin-bottom: 1.5em;
}
#nav_vert ul li {
    width: 90%;
    margin-bottom: .5em;
    border: 1px solid green;
    border-radius: 10px;
}
#nav_vert ul li img {
    width: 100%;
}
#nav_vert ul li a {
    display: block;
    text-align: center;
    padding: 0 .25em 0 .25em;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: green;
    }
#nav_vert ul li a.current {
    background-color: blue;
}
#nav_vert #scroll_mca {
    width: 95%;
}



.nav_body {
    width: 15%;
    font-size: .73em;
    padding: 0 0 0 0 ;
    float: right;
    margin: 0 30% 0 0;
    }

.nav_body ul {
    list-style-type: none;
    margin-bottom: 1.5em;
}
.nav_body ul li {
    width: 90%;
    margin-bottom: .5em;
    border: 3px solid red;
    border-radius: 20px;
}

.nav_body ul li a {
    display: block;
    text-align: center;
    padding: 0 .25em 0 .25em;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: red;
}


#slock  {
    float: left;
    padding: 0%;
    margin: 0%;
}


.nav_page ul {
    list-style-type: none;
}
.nav_page ul li {
    text-align: left;
    margin-left: 30%;
    margin-bottom: .5%;
}
.nav_page ul li a {
    font-size: 80%;
    text-decoration: none;
    padding: 0 1% 0 1%;
    border: 1px solid green;
    border-radius: 10px;
    color: green;
}
.nav_page a {
    text-decoration: none;
    border: 1px solid green;
    border-radius: 10px;
    color: green;
}
.nav_page h2 {
    color: green;
}
.nav_page h3 {
    font-size: 100%;
    text-align: left;
    margin-left: 6%;
    color: green;
}

.legacy {
    margin-top: 30px;
}

.nav_rtrn a {
    text-decoration: none;
    margin-left: 1em;
    border: 1px solid green;
    border-radius: 10px;
    color: green;
}

.indiv_button a {
    float: left;
    font-size: 85%;
    text-align: center;
    display: block;
    width: 8em;
    margin: 0 .25em 0 2%;
    padding: 0 .2em 0 0; /* padding above and below a elements */
    text-decoration: none;
    background-color: green;
    color: white;
    font-weight: bold;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-radius: 10px;
}

.block_text {
      padding-left: 23%;
}

#block1 {
    margin-left: 5%;
    margin-right: 5%
}

.block2 {
    margin-left: -20%;
    margin-right: 5%;
}

#veterans {
    display: block;
    float: none;
    margin-left: 52%;
    font-family: arial, helvetica, san-serif;
    font-variant: small-caps;
    font-weight: 600;
    color: red;
}

#right {
    float: right;
    color:crimson;  
    font-size:  130%;
    font-style:italic;
    font-weight: 600;
    margin-right: 0%;
}




.footish {
      font-size: 80%;
}


.separator_line {
    border-top: 1px solid black;
    margin-left: 20%;
    margin-top: 2em;
}

.nounderline {
    text-decoration: none;
}

.c_red {
    color: red;
}
.c_green {
    color: green;
}
.c_italic {
    font-style: italic;
}
.c_bold {
    font-weight: 800;
}
.c_big {
    font-size: 115%;
}




table {
    margin-left: 25%;
    padding-left: 2%;
    border-spacing: 1em;
    border: 1px solid black;
    border-collapse: collapse;}
th, td {
    padding-left: .5em;
    text-align: left;
    vertical-align: top;
    border: 1px dotted black;
    
    }




main {
    width: 100%;
}
main h1 {
    font-size: 200%;
    text-align: center;
    padding: 2% 0 0 0;
    margin: 0 0 0 0;
}
main h2 {
    padding: .5em 0 .5em 24%;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 4% 0;
}
main h3 {
    text-align: center;
}
main h4 {
    color: red;
    font-family: blackchancery, arial, helvetica, san-serif;
    font-style: italic;
    font-size: 150%;
}
main p {
    float: none;
    padding-left: 24%;
}
main img {
    width: 35%;
    float: right;
    margin: .5em;
}

#leadership th {
    border: none;
}
#leadership tr {
    border: none;
}
#leadership td {
    border: none;
    text-align: center;
    font-size: 80%;
}
#leadership img {
     margin: 0 30% 0 0;

}

footer {
    clear: both;
    width: 100%;
    max-width: 960px;
    border-top: 1px solid black;
}
footer p {
    padding-left: 2em;
    font-size: 75%;
}
