/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://example.com/twenty-thirteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         
 Text Domain:  twenty-thirteen-child
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.fullbar {
	background:#405927;
	padding-top: 4px;
}
.fullbarContent {
	position:relative;
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 27px;
	font-size: 14px;
}

.wfsuAddress {
	color: #bbb;
	position: absolute;
	right: 20px;
	top: 10px;
}
	
.floatright {
	float:right;
}
.wfsuhome {
	padding:0 20px;
}
.floatleft {
	float:left;
	height: 40px;
	width: 100px;
	margin:3px;
}
.group:after {
content: "";
display: table;
clear: both;
}
.widget {
background-color: #efebde;
}
/*hides js search on right of navigation*/
.navigation form.search-form {
display: none;
}

@media (max-width: 800px) {
    .addressbar {
        display:none!important;
    }
	.fullbarContent {
	position: inherit;
	margin: 0 auto;
	text-align: center;
	}
	.floatleft {
	float: none!important;
	margin:0 auto;
	width:100%!important;
	}
}
