diff --git a/.gitignore b/.gitignore
index 734ece0..df8ac1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,12 +12,12 @@
# OS or Editor folders
.DS_Store
+._*
Thumbs.db
.cache
.project
.settings
.tmproj
-*.esproj
nbproject
*.sublime-project
*.sublime-workspace
@@ -30,6 +30,13 @@ dwsync.xml
*.komodoproject
.komodotools
+# Espresso
+*.esproj
+*.espressostorage
+
+# Rubinius
+*.rbc
+
# Folders to ignore
.hg
.svn
diff --git a/css/style.css b/css/style.css
index 326cdaf..5ad9a63 100644
--- a/css/style.css
+++ b/css/style.css
@@ -19,10 +19,11 @@ html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 10
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
-::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
-::selection { background: #fe57a1; color: #fff; text-shadow: none; }
+::-moz-selection { background: #b3d4fc; text-shadow: none; }
+::selection { background: #b3d4fc; text-shadow: none; }
a { color: #00e; }
+a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
@@ -104,8 +105,7 @@ td { vertical-align: top; }
/* ==|== non-semantic helper classes ======================================== */
-.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
-.ir br { display: none; }
+.ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
@@ -119,7 +119,7 @@ td { vertical-align: top; }
/* ==|== print styles ======================================================= */
@media print {
- * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
+ * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; }
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
diff --git a/header.php b/header.php
index 1f6d3d6..05b25b3 100644
--- a/header.php
+++ b/header.php
@@ -10,10 +10,10 @@
-
+
-
+
diff --git a/inc/h5bp-htaccess b/inc/h5bp-htaccess
index 5d95f30..cab6e04 100644
--- a/inc/h5bp-htaccess
+++ b/inc/h5bp-htaccess
@@ -1,5 +1,3 @@
-# BEGIN HTML5 Boilerplate
-
###
### This contains the HTML5 Boilerplate .htaccess that can be found at:
### github.com/h5bp/html5-boilerplate/blob/master/.htaccess
@@ -96,16 +94,18 @@
# JavaScript
# Normalize to standard type (it's sniffed in IE anyways)
# tools.ietf.org/html/rfc4329#section-7.2
-AddType application/javascript js
+AddType application/javascript js jsonp
+AddType application/json json
# Audio
AddType audio/ogg oga ogg
-AddType audio/mp4 m4a
+AddType audio/mp4 m4a f4a f4b
# Video
AddType video/ogg ogv
-AddType video/mp4 mp4 m4v
+AddType video/mp4 mp4 m4v f4v f4p
AddType video/webm webm
+AddType video/x-flv flv
# SVG
# Required for svg webfonts on iPad
@@ -124,12 +124,14 @@ AddType image/x-icon ico
AddType image/webp webp
AddType text/cache-manifest appcache manifest
AddType text/x-component htc
+AddType application/xml rss atom xml rdf
AddType application/x-chrome-extension crx
AddType application/x-opera-extension oex
AddType application/x-xpinstall xpi
AddType application/octet-stream safariextz
AddType application/x-web-app-manifest+json webapp
AddType text/x-vcard vcf
+AddType application/x-shockwave-flash swf
@@ -213,8 +215,7 @@ AddType text/x-vcard vcf
# ----------------------------------------------------------------------
# These are pretty far-future expires headers.
-# They assume you control versioning with cachebusting query params like
-#