/*
Theme Name: Suffusion Child
Description: Child theme for the Suffusion theme 
Author: David Kendall
Template: suffusion
*/

#nav ul ul li a,
#nav ul ul li a:visited {
	padding: 3px 8px;
}

#sidebar a.define, #sidebar a.define:visited, #sidebar a.define:hover, a.define:hover, a.define, a.define:visited {
color: #000000;
border-bottom: 1px dotted black;
text-decoration: none;
cursor: help;
}

article.page {border-bottom: none}

#right-header-widgets.warea {width: 90px; height: 0px; vertical-align:middle;}

/**
 * This hack targets the Webkit browser engine
 * which includes Safari and Chrome.
 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 
#right-header-widgets.warea {
       margin-top: -7px;
    }
}