I was able to adjust a couple of the items but I still need help with getting rid of the extra logo in the upper left corner.
http://www.ohiovarsity.com/videos-newMy site is currently propagating to a new server so I'm not sure you'll see it. I have included a screenshot and the code I believe needs to be changed is below.
/* Logo */
#gkLogo, #gkLogoSmall
{
float: left;
height: 80px;
margin: 45px 0 40px 0;
padding: 0;
text-indent: -999em;
text-shadow: none;
width: 124px;
display: block;
}
#gkLogoSmall {
float: left;
margin:5px 20px 0 0;
}
#gkLogo img,
#gkLogoSmall img {
display: block;
margin: 0;
}
#gkLogo.cssLogo,
#gkLogoSmall.cssLogo {
background: transparent url('../images/style1/logo.png') no-repeat 0 0;
/* You can specify there logo size and background */
height: 40px;
width: 124px;
}
.svg #gkLogo.cssLogo,
.svg #gkLogoSmall.cssLogo {
background-image: url('../images/style1/logo.svg');
}
#gkLogo.text,
#gkLogoSmall.text {
color: #eb1e00;
display: block;
float: left;
height: 40px;
margin: 45px 0 35px 0;
padding: 10px 0 0 0;
text-indent: 0;
width: auto;
}
#gkLogoSmall.text {
margin: 0 20px 0 0;
}
#gkLogo.text > span,
#gkLogoSmall.text > span {
display: block;
font-size: 40px;
font-weight: 600;
letter-spacing: -3px;
line-height: 40px;
padding: 0;
text-transform: uppercase;
}
#gkLogo.text > span > sup,
#gkLogoSmall.text > span > sup {
border: 1px solid #eb1e00;
border-radius: 50%;
color: #eb1e00;
display: block;
font-size: 10px;
font-weight: 400;
float: right;
height: 14px;
left: 5px;
line-height: 14px;
text-align: center;
text-indent: -3px;
top: -4px;
width: 14px;
}
#gkLogo.text .gkLogoSlogan,
#gkLogoSmall.text .gkLogoSlogan {
color: #e5e5e5;
display: block;
font-size: 12px;
font-weight: 400;
line-height: 10px;
text-align: left;
}