/* @override http://wfnh.com.au/content/wp-content/themes/diarise/custom.css */

/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#logo  { float: right;
	margin-right: 33px;
	margin-top: -16px;
}

.col-full  { width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

#header{padding:35px 0 25px;clear:both;position:relative;
	background: url(images/wfnh_topbg.jpg) no-repeat;
	width: 930px;
	height: 147px;
}

/* 2.2 Navigation */

#navigation-outer { border:1px solid #b7b7b7; width: 972px; margin: 0 auto; }
#navigation{font:12px/16px Helvetica, Arial, sans-serif; border:1px solid #fff;background-color: #e8e8e8; padding: 0 35px; position:relative; z-index: 9999;}
#navigation ul.rss{background:url(images/ico-rss.png) no-repeat right 10px;padding:11px 15px 3px 0;}
#navigation ul.rss li{display:inline;padding:0 10px 0 0;}
#navigation ul.rss li a{color:#222222;text-decoration:none; font-size:11px; }
#navigation ul.rss li a:hover{text-decoration:underline;}

#navigation_btm { height: 4px; background-color: #214978; display: block; width: 950px; margin: -1px auto 0 auto; border-bottom: 1px solid #0261b9; }
#nav-left-btm, #nav-right-btm { bottom:-11px; height:10px; position:absolute; width:10px; }
#nav-left-btm { background:url(images/nav-left-btm.png) no-repeat left center; left:0; }
#nav-right-btm { background:url(images/nav-right-btm.png) no-repeat right center; right:0; }

.nav { z-index:99; margin:0 0 -2px 0; padding:0; list-style:none; line-height:1; }
.nav a  { position:relative; color:#555; display:block; z-index:100; padding: 10px; line-height:16px; text-decoration:none; font-weight:bold; border-right: 1px solid #b7b7b7; }
.nav a:hover {
	background-color: #f7f7f7;
}
.nav li.current_page_item, .nav li.current_page_parent{ background:#1b83e3; margin:0; }
.nav li.current_page_parent a { color:#fff; border: 1px solid #026cce; border-bottom: none; padding-top:11px }
.nav li.current_page_item a, .nav li.current_page_parent a:hover {
	background-color: #214978; color: #fff;
}
.nav li  { float:left; width: auto; border-right: 1px solid #fff; }
.nav li a.sf-with-ul { padding-right:20px; }

/* 2.2.1 Drop-down menus */
.nav li ul  { background: #FFF; position: absolute; left: -999em; width: 180px; border: 1px solid #dbdbdb; border-width:1px 1px 0; z-index:999; }
.nav li ul li  { background:#eee; border-top:1px solid #fff; border-bottom:1px solid #dbdbdb;}
.nav li ul li a  { width:160px; color:#555; font-size: 11px; padding: 5px 10px; border: none !important; font-weight: normal; }
.nav li ul li.current_page_item a { color: #fff; padding: 5px 10px; }
.nav li.current_page_item ul { border-color: #aec1d4; }
.nav li.current_page_item ul li { border-color: #aec1d4; border-top: none; }
.nav li.current_page_item ul li a { background-color: #d6e8fa; border-color: #aec1d4; padding-top: 5px; color: #222; }
.nav li.current_page_item ul li a:hover { background-color: #1b83e3; color:#fff}
.nav li.current_page_item ul ul { margin-top: -28px;}
.nav li ul li.current_page_item a:hover { color: #fff; background-color: #333; }
.nav .current_page_parent ul li a { color: #333; }
.nav li ul li a.sf-with-ul { padding:5px 10px; }
.nav li ul li a:hover  { background:#eaeaea;}
.nav li ul ul  { margin: -28px 0 0 180px; }
.nav li ul ul li a  { padding:5px 10px; }
.nav li ul li ul li a  {  }

.nav li:hover,.nav li.hover  { position:static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left:-999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul  { left:auto; }

.nav .sf-sub-indicator {background:	url(images/arrow-superfish.png) no-repeat;position:absolute;display:block;right:0.4em;top:1.3em;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
.nav .current_page_item .sf-sub-indicator {background:	url(images/arrow-superfish-active.png) no-repeat;}
.nav li ul .sf-sub-indicator {background:url(images/arrow-superfish-right.png) no-repeat;}

/* G FORMS*/

.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block;float:left; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }
.gform_wrapper input.button { padding: 5px 10px 6px !important; }
.gform_wrapper input { padding: 7px 3px !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 350px !important; padding: 7px 3px !important; }
.gform_wrapper .entry img, .gform_wrapper img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
img.ui-datepicker-trigger { border: 0px; padding: 0px; }

