/*move the nav bar below the header*/remove_action(’thesis_hook_before_header’, ‘thesis_nav_menu’);add_action(’thesis_hook_after_header’, ‘thesis_nav_menu’);/*space between widget list items*/.custom li.widget ul li { margin-bottom: 4em ; }.custom #footer p { text-align:center; }.custom div.format_text form input {width:auto; margin-bottom:20px;background:none;border:2px solid #444;font-family: verdana;font-size: 11px;}.custom div.format_text form input:hover {background:#D4D0C8;}/*Attaching an image/logo in the header*/.custom #title_area { background: none; padding: 1em 0 0.5em; border-bottom: none; }.custom #header { border-bottom: none; height: 180px; width: 880; padding-top: 8; padding-bottom: 0; background: url(images/logo.gif) top right no-repeat; } 




