/* Style of sub menu - colour, hover colour */
#access ul ul a {
	line-height: 1em;
	width: 210px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}

/* Making the text wider. The current value for width is 68.9%. Margins will adjust automatically*/	
.singular .entry-content {width:90%}

/*Overwriting entry in original style.css that was padding: 0 2em  - By changing padding to 0 menu will be aligned with content*/
body{
padding:0;
}

