'Widgets',
'description'=>'Widgets in this area will be shown on the right-hand side.',
'before_title'=>'
',
'after_title'=>'
',
'before_widget'=>'',
'after_widget'=>'
'));
wp_register_style('ie', get_template_directory_uri().'/ie.css');
wp_enqueue_style( 'ie');
register_nav_menu('main', 'Main navigation menu');
function header_style() {
if (get_header_image ()) {
?>