/*This is for footer*/
#footer-border{
height: 0px;
}
#footer-inner {
width: 100%;
position: relative;
bottom: -16px;
margin: 0 0 16px 0;
background: #3461b7 url("nav-blue.png") repeat-x 0 top;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3461b7),color-stop(100%,#244386));
background-image: -webkit-linear-gradient(#3461b7,#244386);
background-image: -moz-linear-gradient(#3461b7,#244386);
background-image: -o-linear-gradient(#3461b7,#244386);
background: -ms-linear-gradient(top, #3461b7 0%,#244386 100%);
background: linear-gradient(#3461b7,#244386);
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.35);
-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.35);
box-shadow: 0 2px 10px rgba(0,0,0,0.35);
display: block;
}
/* Main Navigation */
#primary-nav, #primary-nav ul {
margin: 0;
padding: 0;
list-style: none;
list-style-type: none;
list-style-position: outside;
}
#header nav {
width: 100%;
position: relative;
bottom: -16px;
margin: 0 0 16px 0;
background: #3461b7 url("nav-blue.png") repeat-x 0 top;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3461b7),color-stop(100%,#244386));
background-image: -webkit-linear-gradient(#3461b7,#244386);
background-image: -moz-linear-gradient(#3461b7,#244386);
background-image: -o-linear-gradient(#3461b7,#244386);
background: -ms-linear-gradient(top, #3461b7 0%,#244386 100%);
background: linear-gradient(#3461b7,#244386);
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.35);
-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.35);
box-shadow: 0 2px 10px rgba(0,0,0,0.35);
display: block;
}
That’s what i’ve got on my child css sheet.