/* UoD Banner */

#uod_banner {
    margin: 0;
    margin-bottom1: 10px;
    padding: 0;
    background: #0854A6 url(uod_banner_bg.jpg) repeat-x 0 0;
    height: 29px;
    border-bottom: 1px solid #002244;
    font-size: 12px;
    font-family: "lucida grande",tahoma,helvetica,arial,sans-serif;
    white-space: nowrap;
    color: #fff;
    padding: 0 10px;
    line-height2: 24px;
    
    /*-webkit-box-shadow: 0px 0px 8px #454545;
    -moz-box-shadow: 0px 0px 8px #454545;
    box-shadow: 0px 0px 8px #454545; */
}

#uod_banner #uod_banner_inner {
    width: 960px;
    margin: 0 auto;
}

#uod_banner #uod_logo {
    border: none;
    outline: none;
    margin: 3px 15px 0 0;
}

#uod_banner span {
    padding2: 0 10px;
    line-height: 29px;
    vertical-align: top;
    margin: 0 20px;
    display: inline-block;
}

#uod_banner span#right {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 10px;
}

#uod_banner span a {
    color: #99ccff;
    text-decoration: none;
    padding: 2px 5px;
    font-weight: bold;
    vertical-align: top;
}

#uod_banner span a:hover {
    color: #000;
    text-decoration: underline;
    background-color: #fff;
}


/* Fix for Twenty Fourteen Theme */


.masthead-fixed-replaced #uod_banner #uod_banner_inner {
	width: auto;
}

@media screen and (min-width: 665px) {
	
	.masthead-fixed-replaced #uod_banner {
		padding: 0 28px;
	}
	
}

@media screen and (max-width: 665px) {
	
	.masthead-fixed-replaced #uod_banner {
		padding: 0 9px;
	}
	
}

/*@media screen and (min-width: 783px) {

	.masthead-fixed .site-header {
	    top: 30px !important;
	}
	
	.admin-bar.masthead-fixed .site-header {
		top: 62px !important;
	}
	
}*/