/* Style overrides for CKEditor drop lists */
.cke_panel_frame {background:white;}
.cke_panel_frame a {text-decoration:none;}

/* Style overrides for Tomahawk style design */
.tomahawk-post-cc {background-image:none;}

/* Style override to force content to flow between sidebars (or to fill available space) */
.tomahawk-content-layout .tomahawk-content {width:77%;}

#tomahawk-page-background-simple-gradient { position:absolute; }

/* change width of vertical menu ('pmenu-589' would be the parent menu; 589 is the menuID) */
#pmenu-589.sf-vertical, #pmenu-589.sf-vertical li {width:200px; }
#pmenu-589.sf-vertical li:hover ul, #pmenu-589.sf-vertical li.sfHover ul { left:200px; /* match ul width */ }

/* samples to show how to change menu colouring - 589 would be the specific menuID */
#pmenu-589.sf-menu a, #pmenu-589.sf-menu a:visited  {color:red;}
#pmenu-589.sf-menu li {background:#ca7600;}
#pmenu-589.sf-menu li li {background:#aae6ab;}
#pmenu-589.sf-menu li li li {background:#ffe6ab;}
#pmenu-589.sf-menu li:hover, #pmenu-589.sf-menu li.sfHover,
#pmenu-589.sf-menu a:focus, #pmenu-589.sf-menu a:hover, #pmenu-589.sf-menu a:active { background:yellow;}

#tooltip {
   position:absolute;
   background-color: InfoBackground;
   color: InfoText;
   padding: 5px 8px;
   border: solid 1px black;
}
.ui-widget-header { background-position: 0px 0px !important;}
.tomahawk-postcontent {
   height:400px; 
   min-height: 400px; 
   height: auto !important;
}
