/*
 *	osu_tophat.css
 *
 *	Styles to fix display conflicts with the osu_tophat and osu_search modules 
 *		in forestry3_base Drupal 7 theme
 */
 
#osu-top-hat {
	border-bottom: 0.31em solid #585C0D !important;
	font-family: Verana, Arial, sans-serif;
	font-size: 9pt;
}

#osu-top-hat .container {
	width: 974px;
	margin: 0 auto;
}

#osu-top-hat .mobile-header {
	display: none;
}

#osu-top-hat .word-hide {
	text-indent: -9999em;
}

#osu-top-hat ul.menu {
	margin: 1.7em 0 0;
}

#osu-top-hat textarea,
#osu-top-hat input[type="text"],
#osu-top-hat input[type="password"],
#osu-top-hat input[type="datetime"],
#osu-top-hat input[type="datetime-local"],
#osu-top-hat input[type="date"],
#osu-top-hat input[type="month"],
#osu-top-hat input[type="time"],
#osu-top-hat input[type="week"],
#osu-top-hat input[type="number"],
#osu-top-hat input[type="email"],
#osu-top-hat input[type="url"],
#osu-top-hat input[type="search"],
#osu-top-hat input[type="tel"],
#osu-top-hat input[type="color"],
#osu-top-hat .uneditable-input  {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#osu-top-hat textarea:focus,
#osu-top-hat input[type="text"]:focus,
#osu-top-hat input[type="password"]:focus,
#osu-top-hat input[type="datetime"]:focus,
#osu-top-hat input[type="datetime-local"]:focus,
#osu-top-hat input[type="date"]:focus,
#osu-top-hat input[type="month"]:focus,
#osu-top-hat input[type="time"]:focus,
#osu-top-hat input[type="week"]:focus,
#osu-top-hat input[type="number"]:focus,
#osu-top-hat input[type="email"]:focus,
#osu-top-hat input[type="url"]:focus,
#osu-top-hat input[type="search"]:focus,
#osu-top-hat input[type="tel"]:focus,
#osu-top-hat input[type="color"]:focus,
#osu-top-hat .uneditable-input  {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}


#osu-top-hat #osu-search-top-hat-form .form-item {
	margin: 0.75em 0;
}
