/* Clean collegeNav */
/**********
    Each Theme should have 5 style sheets, with its own set of styles. (Current has **)

    main.css   -- Main HTML elements and universal classes
    brand.css  -- Brand color classes to add to the variety of text on a page
 ** collegeNav.css   -- Styling for the top navigation bar
    secondaryNav.css -- Styling for navigation other than the top College nav bar
    (color).css -- The specific coloring for the theme (also in theme name)

*Changed breakpoint from 700 to 960px - 092215dmh
**********/

@media all and (min-width: 961px) {

    div.navHorizontalTop  { border-top-left-radius: 7px; border-top-left-radius: 7px; border-top-left-radius: 7px; border-top-left-radius: 7px; background-color:#353535; }
    
    
    
    
    /******************************************** Top level navigation **********************/ 
    /* Consistant navigation in black, expandable bar at top of page, below College identifying banner. */
    /* Created 3.7.13 dmh */

        #topleftNavLi { border-top-left-radius: 7px; }
        a.topNavA:link, a.topNavA:visited {
            background-color: transparent;
            color: White;
            text-decoration: none;    
        }
        a.topNavA:active, a.topNavA:hover {
            color: #ffce00;
            text-decoration: none;    
        }
        .parent { 
                background-color: #353535; 
                margin: 12px 0 0 0;
                padding: 0; 
                width:100%; 
        }
            .parent > li {
                background-color: #353535;
                border-right: solid #ededed thin;
                color:White;
                float: left;
                min-height: 22px;
                list-style-type: none; 
                margin:0;
                padding: 10px 0 5px 10px;
                text-transform: uppercase;
                width: 18%; 
            }
            .parent > ul {
                margin:0;
                padding:0;
            }

        ul.parent {
            position: relative;
            z-index:2;
            }

            ul.child  {
                font-size: 10px;
                height: 160px;               
                margin-left: 0;
                padding-top:5px; padding-left: 0;
                text-transform: none;
            }
                li.child {
                    line-height: 20px;
                    list-style-type: none;
                    margin: auto 0 auto 0;
                    padding: auto 0;
                    text-align: left;
                    width: 100%; 
                }
                    .TopMenuTwoLines {
                        line-height:17px;
                        padding-bottom:2px;
                    }
        .plusSocialLi {
                border-top-right-radius: 7px;
                padding-top: 5px !important; padding-right: 3px !important; padding-left: 7px !important;            
                max-height: 185px; min-height: 27px !important;
                width:33px !important; 
        }
            .plusSocialLi .child {                 
                height: auto !important; min-height: 160px;
                margin-top: -2px; 
                width: 33px;
            }
    
        .hlPlusSocial, .SocialMediaButton { height: 27px; width: 27px; }

        .plusSocialChild { 
                border-top-right-radius: 7px;
                min-height: 27px;
                list-style-type: none;
                padding-top: 7px; padding-right: 3px;
                width:33px; 
        }           
        .plusSocial > ul {
            border-right:0;
            margin: 0 0 0 2px; 
            padding:0; 
        }

        .movedown8 { margin-top: 8px; }

}



        @media all and (min-width: 851px) and (max-width:960px) { 
    
    /******************************************** Top level navigation **********************/ 
    /* Consistant navigation in black, expandable bar at top of page, below College identifying banner. */
    /* Created 3.7.13 dmh */

    #topleftNavLi { padding-top:10px;   }
        a.topNavA { padding:10px; }
            a.topNavA:link, a.topNavA:visited {
                background-color: transparent;
                color: White;
                display:inline;
                text-decoration: none; 
            }
            a.topNavA:active, a.topNavA:hover {
                color: #ffce00;
                display:inline;
                text-decoration: none;    
            }
        .parent { 
            background-color: #353535; 
            width:100%; 
                min-height: 36px;
        }
            ul.parent {
                margin: 5px 0 0 -10px;
                padding:0 0 0 10px;
                position: relative;
                text-align:left;
                width:100%;
                z-index:1;
            }
            .parent > li {
                background-color: #353535;
                color:White;
                font-size:1em;
                min-height: 30px;
                list-style-type: none; 
                margin:0;
                text-transform: uppercase;
                display:inline;
            }
            .parent > ul {
                margin:0;
                padding:0;
            }

        ul.child  {
            font-size: .875em; /* 14pt/16pt */
            height: 160px;
            margin-left: 0;
            padding-top:5px;
            text-transform: none;
        }
            li.child {
                list-style-type: none;
                text-align:left;
                width: 100%; 
            }
        .TopMenuTwoLines { padding-bottom:2px; }
        .plusSocialLi {   display:none; visibility:hidden;     }
        }


@media all and (max-width: 850px) {
    
    /******************************************** Top level navigation **********************/ 
    /* Consistant navigation in black, expandable bar at top of page, below College identifying banner. */
    /* Created 3.7.13 dmh */

    #topleftNavLi {  }
        a.topNavA { padding-top:10px; }
            a.topNavA:link, a.topNavA:visited {
                background-color: transparent;
                color: White;
                display:block;  
                text-decoration: none; 
            }
            a.topNavA:active, a.topNavA:hover {
                color: #ffce00;
                display:block;
                text-decoration: none;    
            }
        .parent { 
            background-color: #353535; 
            width:100%; 
        }
            ul.parent {
                margin: 5px 0 0 -10px;
                padding:0 0 0 10px;
                position: relative;
                text-align:left;
                width:100%;
                z-index:1;
            }
            .parent > li {
                background-color: #353535;
                color:White;
                font-size:1em;
                min-height: 30px;
                list-style-type: none; 
                margin:0;
                text-transform: uppercase;
                width: 100%; 
            }
            .parent > ul {
                margin:0;
                padding:0;
            }

        ul.child  {
            font-size: .875em; /* 14pt/16pt */
            height: 160px;
            margin-left: 0;
            padding-top:5px;
            text-transform: none;
        }
            li.child {
                list-style-type: none;
                text-align:left;
                width: 100%; 
            }
        .TopMenuTwoLines { padding-bottom:2px; }
        .plusSocialLi {   display:none; visibility:hidden;     }
 /**           .plusSocialLi .child {  display:inline; }
        .hlPlusSocial, .SocialMediaButton { width: 27px; height: 27px; }
        .plusSocialChild { 
            display: inline;
            list-style-type: none;
            padding-right: 10px;
        }           
            .plusSocial > ul {
                border-right:0;
                margin: 0 0 0 2px; 
                padding:0; 
            }
**/
       .movedown8 { margin-top: 8px; }
            
}

/***********************End of media queries***********************/


