/* @override http://toorongo.netprophets.com.au/wp-content/themes/toorongo/style.css */
Theme Name: Toorongo
Theme URI:
Description: Toorongo

Author: Wes Davis
Author URI: http://netprophets.com.au
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/



/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html,body{height:100%;}
*html>body{min-height:100%;height:auto;}
body {
	line-height: 1;
	display:table;
	margin:0;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }


/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
    border:5px solid #dcd294 !important;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color:#000;    
    font: 12px Georgia,serif;
    line-height:18px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;

}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;font-style:italic ;color:#474d36;
}
blockquote em, blockquote i, blockquote cite {
	font-style:italic ;
}
blockquote {margin:0;
  background: transparent url(/wp-content/themes/toorongo/images/blockleft.jpg) left top no-repeat;
}
blockquote p{
  padding: 4px 68px 0 68px;
  background: transparent url(/wp-content/themes/toorongo/images/blockright.jpg) right bottom no-repeat;
 
}

pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}
html{background:#fff url('/wp-content/themes/toorongo/images/bg.jpg') repeat;height:100%;}
body {background:url('/wp-content/themes/toorongo/images/body_bg.jpg') repeat-y top center;text-align:center; font-family:Georgia,serif;height:100%;width:100%;}

#header {background:transparent url('/wp-content/themes/toorongo/images/headerbg.jpg') no-repeat scroll top center;position:relative;z-index:2;}
#branding {width:980px; height:213px; margin:0 auto;}
#blog-description {
display:none;
}
#branding a {

display:block;
height:200px;

text-indent:-9999px;
width:280px;
}

#access {width:1000px; height:34px; margin:0 auto;}
div.menu{height:30px;}
#main {width:1000px; margin:0 auto;position:relative;z-index:1;}
#breadcrumb {width:1000px; margin:20px auto 10px auto;padding-right:10px;}
#breadcrumb-top {border-bottom:dotted 1px #d1c290; padding-bottom:5px;margin:0 10px 0 33px;}
#container, .aside {text-align:left;}
#primary {display:none;}
#secondary {display:none;}
#container {width:100%; margin-top:10px;}
#container {float:left; padding-bottom:10px;}
.sidebar_image {width:320px; float:right; margin-top:10px;} 
#container h1,#container div.entry-content div h2 {font-size:18px; margin-bottom:15px; color:#067399;font-weight:normal;}
#container h1 a {color:#067399;}
#comments h3, #comments label {font-size:16px; margin-bottom:15px; color:#067399;}
#container h3 { margin-bottom:5px;font-style:italic;}
#container ul {margin:0 0 15px 0; padding:0;}
#container h3, #container h4, #container h5, #container h6 {clear:none;}
#content .page ul li {margin-left:15px;}

#breadcrumb {text-align:left;  color:#067399; font-size:12px;}
body.home #breadcrumb{display:none;}
#breadcrumb a {text-decoration:none;color:#525253;font-style:italic;}
#breadnav-bottom {padding:7px 0; font-size:13px;margin:0 10px 0 33px;border-bottom:dotted 1px #d1c290; }
#breadnav-bottom-title {width:166px; float:left;margin:4px 0 0 0;}
#breadnav-bottom-title a{color:#245793;font-weight:bold;font-style:normal;}
#breadnav-bottom-pages {width:784px; float:right; }
#breadnav-bottom-pages ul, .page #breadnav-bottom-pages ul li {padding:0; margin:0; list-style:none;line-height:1.8em;}
#breadnav-bottom-pages ul li {width:217px; float:left;color:#818181; }
#breadnav-bottom-pages ul li a {color:#818181; }
#breadnav-bottom-pages ul li.current  a, #breadnav-bottom-pages ul li.current{font-weight:bold}
#breadnav-bottom-pages  a:hover, #breadcrumb a:hover {text-decoration:underline;}
body.home #container { float:left;}

body.home #primary {width:250px; margin-left:20px; display:block; float:right;}
body.home .alignleft, body.home img.alignleft { margin:0 0 10px 5px; float:none;}
#action_footer {background:#eff5f8; clear:both;}
#footer {clear:both;}
#action_footer_main {width:980px; margin:0 auto; }
#breadnav-bottom:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
a.graphic_header {text-indent:-9999px; display:block;}

div.page{margin:0 15px 0 28px;}

/* Chalet Styles */
body.page-template-chalet-page-template-php #container{width:600px;float:left;}
body.page-template-chalet-page-template-php h2 {color:#414a31 !important;font-weight;bold}
.entry-content p,.entry-content li{font-size:12px !important;}
body.page-template-chalet-page-template-php .entry-content{float:left;width:560px;}
#rightchalet{float:right;width:373px;margin: 18px 13px 30px 0;min-height:400px;}
#chaletleft{float:left;width:280px;}
#chaletleft ul{margin:0 0 0 13px;}
#chaletright{float:right;width:280px;}
#chaletright ul{margin:0 0 0 13px;}
.entry-content h4 {border-bottom:1px dotted #d1c290;padding:0 0 3px 0;margin:20px 0 0 0;font-style:italic;}
p.chaletbook{margin:10px 0 0 0 !important;clear:both;float:left;}

#main-cycle li{list-style:none;}

/* This is the ul you have all your images in */
#gallery{background:#cdd4c2;padding:13px 0 0 0;}
#gallery  ul{padding-left:0;width:360px;margin:0 0 0 17px;overflow:hidden;}
#gallery  ul li{float: left;border:1px solid #f1f2ed;padding:2px;background:#f1f2ed;margin:0 24px 6px 0;position:relative;overflow:hidden;}
#gallery  ul li div img{position:relative;cursor:pointer;}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{width:340px;height:237px;display:block;position:relative;margin:0 0 0 17px;}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:absolute;top:4px;left:4px;}
.pika_back_img{position:relative;top:0px;}
.pika_subdiv{position:relative;border:1px solid #f1f2ed;background:#f1f2ed;padding:4px;}
.pika_subdiv img, .pika_subdiv a img{border:none;}
.pika_caption{display:none;}
.

.pika_play{position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:5px;display:none;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('play.png') top center no-repeat;display:none;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('pause.png') top center no-repeat;display:none;}

.pika_navigation{display:none;}

#fullgallery{margin:10px 0 0 5px;float:right;clear:both;}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:456px;width:100px;background:url('rewind.png') top left no-repeat;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:456px;width:100px;background:url('fastf.png') top right no-repeat;}

/* Blog Styles */

.entry-utility, .entry-meta {margin:20px 0 20px 0; padding:0; color:#4496B3;display:none}
.entry-utility a, .entry-meta a {color:#4496B3;}
.navigation {display:none;}
#comments {margin-bottom:15px;}
#comments textarea{width:100%;}
.entry-meta {margin:0 0 0 0;}

/* Home Page Styles */
body.home .page {width:1005px;position:relative;height:1173px;margin:0;}
body.home #container {margin-top:0; width:1008px }
body.home .entry-content {background:#e1e7d1 url('/wp-content/themes/toorongo/images/entrybg.jpg') repeat;width:1008px;height:510px;_margin:0 0 0 10px;}
#homevideo{float:left;height:485px;background:transparent url('/wp-content/themes/toorongo/images/bookonline.jpg') no-repeat 1px 290px}
#videowrap{margin:29px 0 0 33px;}
p.bookonline{text-indent:-999px;}
p.bookonline a{display:block;width:450px;height:100px}
p.bookonline span{text-indent:-9999px;display:none;}

#seofooter{position:absolute;top:852px;background:#fbf8f2 url('/wp-content/themes/toorongo/images/smalllogo.jpg') no-repeat 824px 237px;width:942px;height:320px;margin:0 0 0 34px;border-bottom:1px dotted #d1bf8c;border-top:1px dotted #d1bf8c;/*overflow:hidden*/;}
#seofooter h2{color:#10335c;text-transform:uppercase;margin:15px 0 0 14px;font-family:"Gill Sans", "Gill Sans MT", "Gill Sans Std", "Myriad Pro", "Myriad Std", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;font-size:14px !important;font-weight:normal !important;letter-spacing:1px;}
#wrapfooter{margin:0 8px 0 14px;}
div.footercolumn{float:left;width:212px;margin:0 18px 0 0;}
div.footercolumn p{font-size:13px;line-height:1.3em;margin:0 0 5px 0;}

#homeaccom{float:right;width:520px;margin:24px 0 0	 0 ;}
#homeaccom img{margin:0 0 12px 0;}
#homeaccom h3{color:#10335c ;font-style:normal;font-family:"Gill Sans", "Gill Sans MT", "Gill Sans Std", "Myriad Pro", "Myriad Std", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;font-size:11px;text-transform:uppercase;margin:0 0 0 4px;letter-spacing:1px;}
#homeaccom ul{margin:0 0 0 5px;}
#homeaccom li{font-size:12px;line-height:1.2em;font-style:italic;}
div.homeaccomwrap{margin:0;float:left;width:520px;}
div.homeaccomwrap p{margin:5px 0 10px 5px;}
div.homeaccomwrap  li{margin:0 0 5px 0;}
div.homeaccomleft{float:left;width:245px;}
div.homeaccomright{float:right;margin:0 20px 0 0;width:245px;}
p.url{text-indent:-9999px;height:0;margin:0;}
#homegallery{width:492;height:119px;background:transparent url('/wp-content/themes/toorongo/images/homegallery.jpg') no-repeat 0 0 ;}
#homegallery a{display:block;width:492px;height:119px;}
#homegallery span{display:none;}

#feature-pages{position:absolute;top:480px;width:1000px;height:354px;float:left;background:transparent url('/wp-content/themes/toorongo/images/packagesbg.jpg') no-repeat 33px 33px ;}
#featurepackages{margin:70px 0 0 30px;width:430px;float:left;height:284px;}
#featurepackages p{font-size:11px;line-height:1.3em;}
#packageleft{float:left;width:200px;height:270px;position:relative;}
#packageleft img{margin:62px 0 0 31px;}
#packageleft p{margin:13px 19px 0 31px;}
#packageleft p.linkurl{float:right;margin:0;position:absolute;bottom:0;right:0;}
#packageleft p.linkurl a{display:block;width:100px;height:30px;}
#packageleft span{display:none;}
#packageright{float:right;width:200px;height:270px;position:relative;}
#packageright img{margin:62px 0 0 18px;}
#packageright p{margin:13px 29px 0 18px;}
#packageright p.linkurl{float:right;margin:0;position:absolute;bottom:0;right:0;}
#packageright p.linkurl a{display:block;width:100px;height:30px;}
#packageright span{display:none;}

#featuremap{float:right;width:500px;margin:70px 10px 0 0;height:284px;}
#mapleft{float:left;width:250px;height:284px;}
#mapleft p{margin:0;text-indent:-9999px;}
#mapleft a{display:block;width:250px;height:284px;}
#mapright{float:right;width:235px;height:284px;position:relative;}

div.mapposts{margin:14px 0 0 16px;height:110px;width:200px;}
span.the_date{color:#5d5d5c;font-style:italic;}
h4.primary-title{color:#031937;margin:0 !important;font-size:14px;}
h4.primary-title a{color:#031937;text-decoration:none;}
div.mapposts p{margin:0;color:#5d5d5c;}
div.mapposts p a{color:#cba257;text-transform:uppercase;}
span.primary-author,span.primary-comments{color:#0f325c;display:none;}
p.mapurl{position:absolute;top:226px;left:142px;text-indent:-9999px;}
p.mapurl a{display:block;width:90px; height:30px;}

#portal{height:80px;width:974px;margin:0 auto 10px auto;clear:both;background:url('/wp-content/themes/toorongo/images/footer_bg.jpg') no-repeat;}
#portalleft{width:210px;height:45px;margin:30px 0 0 20px;float:left;}
#portalmiddle{float:left;width:227px;height:45px;margin:30px 0 0 27px;}
#portalright{padding:0 0 0 0;width:370px;float:right;position:relative;}
#portalright label{display:none;}
#portalright form{width:340px;float:left;margin:39px 0 0 40px;}
#portalright input{background:none;border:none;width:210px;}

.newssubscribe{text-indent:-9999px;width:42px !important;height:30px;cursor:pointer;}
div.mce_inline_error{width:290px !important;float:left;clear:both;}
#mce-success-response{float:left;clear:both;margin-top:80px;width:340px;}

#portallinks{margin:0;height:45px;padding:0;}
#portallinks li{list-style:none;display:inline;float:left;margin:0;}
#portallinks li a,#portalmiddle a{display:block;height:45px;cursor:pointer;}
#portallinks span,#portalmiddle span{display:none;}
#link1{width:43px;margin:0 0 0 0;}
#link2{width:40px;margin:0 0 0 0;}
#link3{width:40px;margin:0 0 0 0;}
#link4{width:37px;margin:0 0 0 0;}
#link5{width:38px;margin:0;}



/* Footer */
#extrafoot{width:1030px;background:url('/wp-content/themes/toorongo/images/body_bg.jpg') repeat-y top center;height:23px;margin:0 auto;height:37px;}
#extrafoot p{font-size:11px;margin:0 0 0 33px}
#extrafoot a{color:#858384;text-decoration:none;}
.copyright{float:left;width:400px;text-align:left;padding-top:5px;}
.credits{float:right;padding:5px 0;width:320px;text-align:right;}
.credits a{display:none;}



/* Feature Content */

#primary .primary-author, #primary .primary-comments {text-transform:uppercase; font-size:11px;}
#container h2 a {color:#067399; text-decoration:none;}

p {margin-bottom:15px;}


#translation_bar {}
#translation_bar img {margin-right:10px; float:right;padding-top:4px;}

/* Main Content */

.entry-content p, .entry-content li {font-size:13px;}

/* =Comments
-------------------------------------------------------------- */
.post{float:left;clear:both;margin-bottom:30px;}
body.single .post{margin:0 30px 30px 30px;}
body.blog .post{margin: 0 0 030px 30px}
#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {

    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#DEF6D8;

    padding:18px 1.5em;
    margin-bottom:10px;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#DEF6D8;
}
#comments-list ul li {

    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
	display:none;
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

/*search*/
#access .post_name {
    float:left;
}

/*gallery*/
body.slug-gallery #container{width:100%;}
div.gallery{margin-left:-22px !important;}
dl {margin:0; padding:0;}
.gallery-item {width:20% !important;padding-bottom:25px;}

.sf-menu li.page-gallery, .sf-menu li.page-about  {display:none;}


.gallery-caption{ color:#067399 !important;margin:6px 0 0 0;}


.skip-link {
    display:none;
}
#access {

    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** THEMATIC SKIN ***/
.sf-menu {
	height:32px;
	margin:3px 0 0 297px;
	
}
.sf-menu a {
		display:inline;
		float:left;
		height:28px;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		font-family: Verdana, sans-serif;
		padding:0 5px;
		font-size:11px;
		background: transparent url('/wp-content/themes/toorongo/images/navli.jpg') top right no-repeat;	
}
/* @group My Group */

/* @end */
.sf-menu li.page-item-81 a{background:none;padding-right:0}
.sf-menu li a:hover{color:#e89408 !important;}
.sf-menu .current_page_item a {
    border-bottom-color:#fff;color:#e89408 !important;
}

.sf-menu .current_page_parent a,.sf-menu .current_page_item li a{color:#3a462b !important;}
.sf-menu .current_page_ancestor a{ color:#e89408 !important;}
.sf-menu .current_page_ancestor li a{color:#3a462b !important;}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#fff;
}
.sf-menu li {
	height:24px;
	background:		transparent;
}
.sf-menu li li {
	background:		transparent;
	width: 200px;
	float: left;
	height: 28px;
	line-height:28px;
	border-bottom:1px solid #b2b9a6;
}


.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

}
.sf-menu ul {
	 width:230px !important;
	background: #cdd4c2;
	top:32px;
text-align:left !important
}
.sf-menu ul li a{display:block;color:#3a462b !important; text-indent:0 !important; text-align:left;text-decoration:none;padding-left:15px;text-transform:none;font-family:Georgia, serif;margin:0 !important;font-size:13px !important;background:none !important;float:left;text-align:left !important}
.sf-menu ul a:hover{background:none !important;}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:18px; /* overriding essential styles */

}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a:before {content:'> ';

}
.sf-menu ul a:hover {

}


.sf-menu li.current_page_item li a{background-image:none !important;}
.sf-menu li li a:hover{color:#000 !important;background:#aab49b !important;}



/*** EXTRA SKIN ***/
.sf-menu  .menu-parent a, .sf-menu  .menu-parent a:hover {background: #cdd4c2;background-repeat:no-repeat;}

.sf-menu  .menu-parent a:hover {}

.sf-menu  .menu-parent .menu-child a {color:#000; text-indent:0; text-align:left;background:transparent; border:0; width:200px; line-height:24px; height:24px; display-block; padding-left:12px; font-family: times new roman, serif; font-weight:normal; font-size:13px;  text-decoration:none;  }


.sf-menu  .menu-parent .menu-child:hover {background: #cdd4c2; color:#012550; border-bottom:1px solid #8ddef9; border-top:1px solid #8ddef9; background:#45cffc; height:22px;}

.sf-menu  .menu-parent .menu-child:hover a {color:#012550;}
.sf-menu  .menu-parent .menu-child:hover .menu-child a {color:#fff; border-bottom:1px solid #8ddef9; border-top:1px solid #8ddef9;}
.sf-menu  .menu-parent .menu-child:hover .menu-child a:hover {color:#012550;border-bottom:1px solid #8ddef9; border-top:1px solid #8ddef9;}
.sf-menu  .menu-parent .menu-child:hover a{border:0; height:22px; line-height:22px;}

.sf-menu  .menu-parent .menu-child a:hover {border:0; height:22px; line-height:22px; }

.sf-menu ul ul {background: #cdd4c2; padding:0;}
.sf-menu ul ul li {background: #cdd4c2; }


.sf-menu  .menu-parent .menu-child .menu-child, .sf-menu  .menu-parent .menu-child:hover .menu-child, .sf-menu  .menu-parent .menu-child:hover .menu-child:hover, .sf-menu  .menu-parent .menu-child .menu-child a, .sf-menu  .menu-parent .menu-child .menu-child a:hover {border:0; line-height:22px; height:22px;}

.sf-menu  .menu-parent .menu-child .menu-child a { background:#45cffc; }





.sf-menu ul:after, .sf-menu li:hover ul:after, .sf-menu li.sfHover ul:after{content: ".";  display: block; height: 0; clear: both; visibility: hidden;}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}