/*
Theme Name:     Maleny Credit Union
Theme URI:      http://www.mcu.com.au/
Description:    Theme for Maleny Credit Union based on Mila theme
Author:         Fig Creative
Author URI:     http://www.figcreative.com.au/
Template:       mila
Version:        1.0
*/

@import url("../mila/style.css");
input[type=text], input[type=password], textarea {	height: auto !important;}
#topsearch {
	float:right;
	margin-top:20px;
}
.button.lg {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A9B240), color-stop(1, #939b38) );
	background:-moz-linear-gradient( center top, #A9B240 5%, #939b38 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A9B240', endColorstr='#939b38');
	background-color:#A9B240;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:auto;
	line-height:30px;
	width:auto;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #939b38;
}
#topsearch .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #939b38), color-stop(1, #A9B240) );
	background:-moz-linear-gradient( center top, #939b38 5%, #A9B240 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#939b38', endColorstr='#A9B240');
	background-color:#939b38;
}
#topsearch .button:active {
	position:relative;
	top:1px;
}

#ib {
	float:right;
	margin-top:15px;
	clear:right;
}
#ib .button {
	margin-right:0;
	font-weight:normal;
}

#main-nav, #responsive-nav, #dropdown-menu {
	margin-top:20px;
	clear:right;
}

header {
	background-image:url(/wp-content/themes/maleny-credit-union/images/_headbg.jpg) !important;
}


a {
	text-decoration:underline;
}

form ul li {
	background:none;
	padding-left:0;
}
input, textarea, select {
	-moz-appearance: block;
	-webkit-appearance: block;
}


.searchform .screen-reader-text {
	display:none;
}
.sf_container {
	display:inline-block;
	margin:0 0 10px 0;
}


a.green {
	color:#fff;
	text-shadow:none;
	border:none;
	background:#495062;
}

a.green:hover {
	color:#fff;
	text-shadow:none;
	border:none;
	background:#a9b240;
}

nav#main-nav ul li > a {
	color:#495062 !important;
	opacity:1 !important;
}
nav#main-nav ul li > a:hover {
	color:#a9b240 !important;
}

#main-inner, .maincontent {
	background:#e2e2bf;
}

nav#main-nav ul li .sub-menu {
	width:220px;
}

@media only screen and (max-width: 700px) {
	#sf_sb {display:none !important}
}

.gfield_admin_icons {
	display:none;
}
