/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    https://cw3e-testing.ucsd.edu
 Description:  Twenty Sixteen Child Theme
 Author:       Brian Kawzenuk
 Template:     twentysixteen
 Version:      1.0.0
 Text Domain:  twenty-sixteen-child
*/
@import url("../twentysixteen/style.css");
.entry-header { display: none; }
/* .site-header { padding: 0 0 0 0; }  */
.site-header { margin-top: 0; margin-left: 0; padding-top: 0; padding-bottom: 0; }
.site-content { margin: 0 0 0 0; }
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 8px;
	margin: 0 0 0.57rem;
	line-height: 16px;
}
.header-image { margin-top: 0;}
/* remove sidebar and make posts 100% of width of page */

#secondary {
    display: none;
}
header#masthead {
    padding-top: 0;
    margin: 0;
}
@media screen and (min-width: 56.875em) {
    .content-area {
        width: 50%;
    }
}
.main-navigation {
	border-left: 50px;
	margin-top: 0;
        margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	background-color:#056892;
}
.main-navigation li {
	border: 12px #000000;
	margin-top: 0px;
        margin-left: 14px;
        margin-right: 14px;
	font-size: 14px;
	width: auto;
	 position: relative;
}

.main-navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 9999;   /* make dropdown menu above other stuff */
}
.main-navigation li a {
	border-left: 50px;
	padding-left: 15px;
        color: #fd9b04;
}
.main-navigation li a {
        color:#fd9b04;
}
.main-navigation li a:hover {
	color: #fd9b04
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #000000;
	color: #fd9b04;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #fd9b04;
}
.main-navigation li ul li a {
	background: #1093c7;
}

body .site {
	margin-top: 0;
	margin-bottom: 0;
	overflow-x: auto;
	padding-top: 0;
}
body {
	overflow-x: scroll;
}
.dropdown-toggle {
	background-color: #FFFFF;
	border: 1px;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:focus {
	background-color: #FFFFFF

}
.dropdown-toggle:focus:after {
	border-color: #FFFFFF;
}

.menu-toggle {
	background-color: #FFFFFF;
	border: 1px solid #d1d1d1;
	color: #1a1a1a;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: #FFFFFF;
	border-color: #007acc;
	color: #007acc;
}
.page-links a:focus {
	background-color: #007acc;
	border-color: #FFFFFF;
	color: #fff;
}
/* use this to remove extra space between content and footer */
.site-content article {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-bottom: 0.7143rem;
}
/* use this to extend footer across entire page */
footer[role="contentinfo"] {
	margin-left: -24px; margin-right: -24px;
}	

footer[role="contentinfo"] .site-info {
	padding:0 24px;
}

.popup {
	position:absolute;
	z-index:20000;
	top: 0px;
	left: 0px;
	display: none;
	background-color:#dd8;
	border: 1px solid;
}
img.header-image {
	border: none;
	box-shadow: none;
}
#masthead {
padding-top: 0px !important;
padding-bottom: 12px !important;
}

@media screen and (min-width: 44.375em){
	.site {
    margin: 0 0;
}
.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
margin-right: 0px;
margin-left: 0px;
}
}


