﻿/* The CWDGA STYLESHEET (NEW) --- in process */

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

/* Color Legend */

.ILSRGA_green    { color: #2B730A;}
.CWDGA_blugreen { color: lightseagreen;}
.ILSRGA_wheat    { color: #ebdc78;}
.CWDGA_gold     { color: #E5E0B2;}


/* <<<<<--------------------------------- <<<<<<<<<<     GLOBAL     >>>>>>>>>>  -------------------------------->>>>> */
/* ------------------------------------------------------------------------------------------------------------------ */

* { margin: 0; 	padding: 0; float: none; }   /*___TVX: Reset___*/
a {text-decoration: none; }

* { box-sizing: border-box; }

a:link, a:visited { 
	--font-family: Calibri;
	color: blue;
}

HTML {}

BODY {
	width: 100%;
	max-width: 1600px;
	top: 0;
	margin: 0 auto;
	background-color: white;
	font-family: "Roboto", Calibri;
  }

/*html, body, #midder { height: 100%; }*/

blockquote {display: block; margin: 20px 40px;}

/* <<<<<------------------------------ <<<<<<<<<<     HEADING TEXT     >>>>>>>>>>  ----------------------------->>>>> */
/* ------------------------------------------------------------------------------------------------------------------ */


h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000;  margin:0; padding: 0; }

h1 { font-size:2.4em; }
h2 { font-size:2.1em; }
h3 { font-size:2.0em; }
h4 { font-size:1.7em; }
h5 { font-size:1.4em; }
h6 { font-size:1.2em; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }


/* <<<<<--------------------------------- <<<<<<<<<<     IMAGES     >>>>>>>>>>  -------------------------------->>>>> */
/* ------------------------------------------------------------------------------------------------------------------ */

img {
	margin: 0;
	max-width: 100%;
	height: auto;
}

.flt_LF {
	float:left;
	margin: 5px 10px 5px 0;
}

.flt_RT {
	float: right;
	margin: 5px 0 5px 10px;
}

	img.iWidth100 {width: 100px;}
	img.iWidth200 {width: 200px;}
	img.iWidth250 {width: 250px;}
	img.iWidth350 {width: 350px;}


/* <<<<<--------------------------------- <<<<<<<<<<     LISTS     >>>>>>>>>>  --------------------------------->>>>> */
/* ------------------------------------------------------------------------------------------------------------------ */

ul {}

/* <<<<<------------------------------- <<<<<<<<<<     NAVIGATION     >>>>>>>>>>  ------------------------------>>>>> */
/* ------------------------------------------------------------------------------------------------------------------ */

nav {
	font-family: Arial;
	width: 100%;
	margin: 0 auto;

}

#navHeader {                        /*___Primary Navigation in the Header___*/
    max-width: 768px;
}

    #navHeader ul {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-end;
        height: 70%;
        margin: 1em 0 2px 0;
        padding-left: 0;
        text-align: left;
        list-style-type: none;
    }

        #navHeader ul li {
            text-align: center;
            height: 24px;
            min-width: 48px;
            margin: 0 0.25em 0.1em 0.25em;
        }

            #navHeader ul li:hover {
                border-bottom: 3px solid white;
            }

            #navHeader ul li a {
                text-decoration: none;
                color: antiquewhite;
            }

                #navHeader ul li a:hover {
                    color: white;
                    font-weight: 500;
                }

	


/* <<<<<--------------------------- <<<<<<<<<<     PRIMARY CONTAINERS     >>>>>>>>>>  -------------------------->>>>> */
/* ------------------------------------------------------------------------------------------------------------------ */


/*  
	>   #content
		    header
		    #midder
			    main
		    footer
*/

            
#content {                              /*---|  Primary container of <header> <#midder> and <footer>    |---*/
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background-color: #D8E8D1;	
    font-size: 1em;  
}


header {                                /*---|  Parent container to: #navHeader / #logo / #corpTitle / .socialMedia /   |---*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: 180px;
    margin: 0 auto 0px auto;
    background-color: #2B730A;
    padding: 0.5em;
}



#midder {                               /*---|  Parent Container to: #sideBar_LF / <main> / #sideBar_RT |---*/
	display: flex;
	flex-direction: row;
	clear: both;
	width: 100%;
	max-width: 1320px;
	margin: 10px 0 10px 0;
	text-align: left;
	background-color: rgba(255,255,255,.94);
    --border: 5px solid blue;
    
}

main {                                 /*---|  #midder sub-container (1 of 3)  |---*/
        min-height: 600px;
}
    
    main a:link:hover {
        color: #2B730A;
        text-decoration: underline;
    }

    main p {
        color: black;
    }

    main h1 {
        color: steelblue;
        font-variant: small-caps;
        text-align: center;
        margin: 0.5em 1em;
        font-family: 'Times New Roman';
        font-weight: 400;
    }
    
    main h5 {
    --background-color: lightseagreen;          
    color: steelblue;                       
    --border-radius: 5px 5px 0 0;
    padding: 3px 0 3px 0;
    }

    main h6 {
        color: #2B730A;
        text-align: center;
        margin: 5px 0 5px 5px;
        font-weight: 600;
    }

                                
    /*main#detailPage {
        clear: both;
        width: 100%;
        padding: 10px;
    }*/

    main#leadershipPage, main#membershipPage, main#applicationPage, main#applicationPage, main#aboutPage {
        display: block;
        clear: both;
        width: 100%;
        padding: 10px;
        --border: 1px solid purple;
        text-align: center;
    }

    main#privacyPage {
        display: block;
        clear: both;
        width: 100%;
        padding: 1em 2em;
        --border: 1px solid purple;
        text-align: left;
    }
        main#privacyPage p {
            margin: .5em;
            line-height: 140%;
        }
    
     
     main#homePage {
        display: grid;
        clear: both; 
        width: 100%;
        text-align: center;
        color: wheat; 
        padding: 10px 20px;
    }

                      /* ### Home Page Grid ### */

    .grClubNews {
        grid-area: mClub;
        background-color: rgba(0,100,0,.05); 
        border-radius: 5px 5px;
        box-shadow: rgba(0,0,0,.2) 5px 5px;
        /*min-height: 300px;*/
    }
	

    .grCadLogin {
        grid-area: mLogn;
        background-color: #FAFAD6;
        overflow: hidden;
        border-radius: 5px 5px;
        box-shadow: rgba(0,0,0,.2) 5px 5px;
        padding-top: 5px;
        min-height: 192px;
        }

    .grTournaments {
        grid-area: mTour;
        overflow: hidden;
        border-radius: 5px 5px;
        box-shadow: rgba(0,0,0,.2) 5px 5px;
        padding-top: 5px;
        min-height: 180px;
    }

        .grTournaments li {
            color: forestgreen;
            margin: 0.25em;
        }

    .grContactInfo {
        grid-area: mCont;
        overflow: hidden;
        border-radius: 5px 5px;
        box-shadow: rgba(0,0,0,.2) 5px 5px;
        background-color: white;  
        min-height: 120px;
        padding: 0 .25em 0 .25em;

        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: center;
        
    }
        ul.qLink {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            flex-wrap: wrap;
            
        }

        ul.qLink li {
            margin: 3px;
            margin-top: 2em;
        }

        ul.qLink li:hover {
            background-color: #E5E0B2;
            border-radius: 10px;
        }
        
        .qLink img{
            height: 108px;              
        }

    .grTriBox {
        grid-area: mTrib;
        overflow: hidden;   
        border-radius: 5px 5px;
        box-shadow: rgba(0,0,0,.2) 5px 5px;
        background-color: white;
        padding-bottom: 8px;
        min-height: 120px;
    }
        .grTriBox ul {
            font-size: 1.1em;
            text-indent: 0;
            line-height: 140%;
            text-align: center;
            clear: both;
            display: flex;
            flex-flow: row wrap;
            justify-content: space-around;
            align-items: center;
        }
            .grTriBox ul li {
                width: 120px;
                margin: 1em;
            }

        .grTriBox a:link, a:visited {
            color: steelblue;
        }

        .grTriBox a:hover {
            color: green;
        }

        .grTriBox h6 {
            color: darkolivegreen;
        }

        a.schedLink {
            color: maroon;          
        }

   


footer {
	display: grid;                      /*---|  Primary container    |---*/
	clear: both;
	background-color: #2B730A;
	width: 100%;
	text-align: center;
	color: antiquewhite;
    padding-top: 0.75em;
}

    .grFootAPS {
        grid-area: fAppNet;
        margin: 0 3em 1em 3em;
        align-self: center;
        font-size: 0.9em;
        color: #CCC;
    }

        .grFootAPS a:link, .grFootAPS a:visited {
            color: lightcoral;
        }

        .grFootAPS a:hover {
            color: yellow;
            text-decoration: underline;
        }

    .grFootCopy {
        grid-area: fCopy;
        margin: 1em;
        align-self: center;
    }


    .grFootLinks {
        grid-area: fLinks;
        align-self: flex-end;
        --border: 1px solid white;
    }

        .grFootLinks a:link, .grFootLinks a:visited {
            color: lightgray;
        }

	footer ul li {
		margin-bottom: 3px;
	}
	
	footer a:link,  footer a:visited {
		color: white;
		font-size: 0.8em;
		font-family: Arial;
	}
	
	footer ul li a:hover {
		text-decoration: underline;
		color: lime;
	}

	footer h5 {
		color: wheat;
		text-align: center;
		font-weight: 400;
		margin: 10px 0 6px 0;
	}

	footer ul {
		text-align: center;
		color: lightgray;
	}





/* <<<<<---------------------- <<<<<<<<<<     SECONDARY CONTAINER CLASSES     >>>>>>>>>>  ---------------------->>>>> */
/* ------------------------------------------------------------------------------------------------------------------ */

                                           


#logo {                                     /*---|  <header> sub-container (2 of 4)  |---*/
	text-align: left;
	min-width: 300px;
}

#corpTitle  {                                /*---|  <header> sub-container (3 of 4)  |---*/
    text-align:center ;
    min-width: 300px;
    margin-top: 0.25em;
    padding: 0 0.5em 0 0.5em;
}
    #corpTitle a {
    color: white;
    font-size: 3.0em ;
    font-variant:small-caps;
    font-family: 'Times New Roman';
    text-shadow: 1px 1px 3px black, 0 0 20px darkolivegreen;
    }

    #corpTitle p {
        text-align: right;
        font-style: italic;
        text-shadow: 1px 1px 12px #FFF;

    }

#headLog {
    color: white;
    align-self: flex-end;
    margin: 0.5em 1em auto 1em; /*bottom margin at auto pushes it to the top*/
    text-shadow: 1px 1px 3px black, 0 0 20px darkolivegreen;
}
    #headLog ul li {
        display: inline-block;
    }    

    #headLog a:link, #headLog a:visited {
        color: white;
        display:inline;
    }

    #headLog ul li a:hover {
        color: lime;
        text-decoration: underline;
    }


.socialMedia {                              /*---|  <header> sub-container  (4 of 4)  |---*/
	--border: 1px double white;
    align-self:center;
    width: 150px;   
}
											


#loginBox {
    color: black;
    margin: 5px auto 10px auto;
}







/* <<<<<----------------------------- <<<<<<<<<<     OTHER CLASSES     >>>>>>>>>>  ----------------------------->>>>> */
/* ------------------------------------------------------------------------------------------------------------------ */

.loginField {
    font-size: 14px;
    color: darkolivegreen;
    border-bottom: 1px solid darkolivegreen;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
    width: 260px;
    text-align: left;
    margin: 6px auto 6px auto;
	background-color: transparent;
}

.loginTitle {
    font-size: 24px;
    font-weight: 600;
    color: #0C1C8C;
    margin: 3px auto 3px auto;
    font-variant: small-caps;
    /*background-color: darkgoldenrod;*/ 
}

.loginHelp {
    font-size: 14px;
    width: 195px;
    text-align: left;
    margin: 0 auto 3px auto;
    color: navy !important;
}

    .loginHelp:hover {
        color: green;
        text-decoration: underline;
    }

.buttonLogin {
    color: white;
    width: 175px;
    background-color: #0C1C8C;
    margin: 14px auto 14px auto;
    padding: 4px 0 4px 0;
    border-radius: 20px 20px;
}


.slClubNewsNav {height: auto; text-align: center; border: 1px solid gray; display: inline;}

.slClubNewsPic {
    height: auto;
    margin: 4px;
    text-align: center;
    width: 40%;
	display: inline;
}

    .slClubNewsPic img {
        margin: 0;
        padding: 0;
    }

.slClubNewsTT {
    height: auto;
	width: 56%;
	display: inline;
}

    .slClubNewsTT h3 {
        margin: .25em .25em;
    }

    .slClubNewsTT p {
        color: darkolivegreen;
        text-align: justify;
        margin: 1em 1em;
    }


.moreNewsBlox {
    margin: 1em 0 1em 0;
}

.inSpace {
    display: inline-block;
    margin: 0.5em;
}

/* subPage Formatting */

.subPage {
   padding: 0em 1em 1em 1em;
   font-size: 1.1em;
   min-height: 300px;
   
}

    .subPage p {
        line-height: 110%;
        margin-bottom: 0.6em;
        margin-left: .75em;
    }

    .subPage h1 {
        font-size: 2em;
        font-family: Times;
        text-align: center;
        padding: 5px 10px;
        background-color: #E5E0B2;
        color: black;
        width: 100%;
        margin: 0 auto 1em auto;
        border-radius: 10px 10px 0 0;
    }

    .subPage h2 {
        font-family: Times;
        font-size: 1.7em;
        text-align: left;
        color: #0C1C8C;
        margin: 1em 0.5em 1em 0.5em;
    }

    .subPage h3 {
        font-size: 1.6em;
        text-decoration: underline;
        font-weight: 600;
        margin-bottom: 0.5em;
    }

    .subPage h5 {
        font-size: 1.3em;
        color: black;
        margin: 0.2em 0 .6em 1em;
        background-color: transparent;
    }

    .subPage blockquote {
        margin: 0.5em 0 1em 0;
    }
    
    .subPage td {  }
    .subPage th { font-weight: 600; }

    .subPage a:link, a:visited {
        font-family: Calibri;
    }

    .subPage ol, .subPage ul  {
        font-family: Calibri;
        margin: 1em 0 1em 3em;
        color: black;
    }
       
        .subPage ol li, .subPage ul li, .subPage td {
            line-height: 120%;
            margin-bottom: 0.5em;
        }

  
