diff --git a/functions.php b/functions.php
index d3d34d21..1b61f60c 100644
--- a/functions.php
+++ b/functions.php
@@ -97,11 +97,13 @@ function _s_widgets_init() {
add_action( 'widgets_init', '_s_widgets_init' );
/**
- * Enqueue scripts
+ * Enqueue scripts and styles
*/
function _s_scripts() {
global $post;
+ wp_enqueue_style( 'style', get_template_directory_uri() . '/style.css' );
+
wp_enqueue_script( 'jquery' );
wp_enqueue_script( 'small-menu', get_template_directory_uri() . '/js/small-menu.js', 'jquery', '20120206', true );
diff --git a/header.php b/header.php
index 239a3a8a..90f9891e 100644
--- a/header.php
+++ b/header.php
@@ -34,7 +34,6 @@
?>
-