
/* Club de Tir de Valleyfield */
/* advanced styling version */
* {
  transition: background .5s;
}
body {
    background: none;          /* changed to none */
    font: 14px/14px Helvetica,Arial,sans-serif;
    margin: 0 auto;
    width:1024px;
    }

ul {
  font: 14px/14px Helvetica,Arial,sans-serif;
}

    .UlNormal {
    background: none;       /*  Changed to Orange */
     border-bottom: none;
     box-shadow:none;
     width:auto;
    }



 .one {
    position: relative;
    top:-5px;
    display: inline-block;
    list-style: none;
    margin: 0 auto;
    width:105px;
    text-align:center;
    cursor:pointer;
    }

.fb {
    
    display: inline-block;
    list-style: none;
    position:relative;
    left: 90px;
 }

.two {
    
    display: inline-block;
    list-style: none;
    position:relative;
    text-align:left;  
    width:200px;
    left:-50px;
    font-size:small;
    z-index:1;

}


.headerLine {
        color: orange; 
       text-align: center; 
        text-shadow: 2px 2px 2px #000;
}

    
li a {
  display: block;
  padding: 10px 15px;
  color: black;            /* change to black */
  text-decoration: none;
  border-radius: 3px;
  font-weight:600;
  
}
li a:hover {
  color: gray;
 
}
.top-level {
    background: orange;
    border-bottom: 1px solid #71200f;
    box-shadow: 0 3px 3px rgba(0,0,0,.5);
    }
.second-level,
.third-level {
    width: 100px;
    border: 1px solid #71200f;
    border-radius: 4px;
    background: orange;
    z-index:1;
    
}


/*dropdown menu styles*/
/*first level*/
.top-level li:hover .second-level {
  left: 0;
}
.second-level:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 15px;
  border-bottom: 8px solid #71200f;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.second-level {
  position: absolute;
  top: 100%;
  left: -9999em;
}
.second-level li {
  position: relative;
  display: block;
}
.second-level li a {
  margin: 0;
}

/*second level*/
.second-level li:hover .third-level {
  left: 100%;
}
.third-level:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -8px;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid #71200f;
}
.third-level {
  position: absolute;
  left: -9999em;
  top: 0;
}
  

       #aside {
                width: 300px;
                float:right;
                margin:0 0 0 0;
                
    }
         .aside2 {
                width: 224px;
                float:right;
                box-shadow: 0 3px 25px rgba(0,0,0,.5);
                margin-bottom: 15px;
                padding: 2px 2px 5px 5px;
                height:auto;
                display:inline-block;
                              
    }

        #header {
                box-shadow: 0 3px 25px rgba(0,0,0,.5);
                height: 122px;
                width: 1024px;
                background-image: url('../images/new_logo.jpg');
                }

        
        #nav {
                line-height:30px;
                // background-color:#eeeeee;
                height:300px;
                width:200px;
                float:right;
                padding:5px; 
                
        }
        
        #section {
                width:260px;
                float: left;
                padding:10px; 
                vertical-align:text-top;
   
        }
      
        #footer {
                //background-color:orange;
                //color:black;
                clear:both;
                
                text-align: center;
                height:170px;
                width: 1024px;
                background-image: url('../images/bottomClub.png');
                box-shadow: 0 3px 25px rgba(0,0,0,.5);
                padding-top: 5px;

        }
      
        #copyright {
                    background-color:orange;
                    box-shadow: 0 3px 50px rgba(0,0,0,.5);
                    color:black;
                    height:25px;
                    text-align:center;
                    padding-top: 5px;
                    width: 1024px;
                }
        
        .news {
                background: rgba(255,140,0,.1);
                border:none ;
                box-shadow: 0 3px 50px rgba(255,140,0,.2);
                width: 700px;
                height:120px;
                color:red;
                margin: 0px 0px 15px 0px;
                padding: 1px 1px 1px 5px;
                float: left;
                text-align:center;
                font-weight:600;
        }


                     
        .main  {
                border-style: none;
                border-color: inherit;
                border-width: medium;
                background: ;
                width: 780px;
                height: auto;
                float: left;
                padding: 2px 2px 20px 5px;
                min-height: 600px;
                margin-right: 0px;
}
        .submain {
                    background: none;
                    width: 700px;
                    height: auto;
                    float: left;
                    border: none;
                    padding: 2px 2px 10px 5px;
                        }
        .galery {

            text-decoration:none;
            display:inline-block;
            font-family:Verdana, Times New Roman, Arial;
            font-size: 14px;
            text-wrap:none;
            line-height:2;
        }

        .claytgt {

                  padding-right: 1em;  

        }

        .calGrid {
            color: royalblue;
            //text-shadow: 1px 1px 1px #000;
            font-weight: bold;
            
            font-style:italic;
            font-family:Verdana;
            }
         
        .date-style {
            height: 25px;
            column-span:all;
            font-weight:bold;
        }

