/*
Theme Name: BlankSlate
Theme URI: http://philipjoyner.com/
Description: Starting From Scratch
Version: 1.5
Author: Philip Joyner
Author URI: http://philipjoyner.com
Tags: Blank, Slate, Custom, Build
*/


/*
----------------------------------------------
IMPORT
----------------------------------------------
*/
@import url('css/reset.css');
@import url('css/fonts.css');
@import url('css/main.css');
/*
----------------------------------------------
END COMMON
----------------------------------------------
*/



/*
----------------------------------------------
CUSTOM COMMON
----------------------------------------------
*/
/* ADD YOUR CUSTOM STYLES HERE */
p.printer img { vertical-align: middle; padding-right: 5px; }
p.printer a { text-decoration: none; }
div#player { margin-top: 30px; }

em { font-style: italic; }
strong { font-weight: bold; }

.prev { float: left; }
.next { float: right; }
.navigation { padding-bottom: 1em; }
/*
----------------------------------------------
END CUSTOM
----------------------------------------------
*/