/*
Theme Name: XH5
Theme URI: 
Description: A minimalist WordPress template theme built with XHTML 5.
Version: 1.0
Author: erlehmann, Jeff Starr
Author URI: 
Tags: html5

    H5 v1.0
    http://diggingintowordpress.com/

    This theme is developed by erlehmann.

    It as based on a theme designed and developed by Jeff Starr, 
    who blogs at perishablepress.com and designs at monzilla.biz.

    The CSS, HTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-3.0.html
*/

@import url('css/reset.css');
@import url('css/decoration.css');
@import url('css/structure.css');
@import url('css/styles.css');
@import url('css/text.css');

/* fonts */

@font-face {
  font-family: "Anonymous Pro";
  src: local("Anonymous Pro"), url("fonts/AnonymousPro.ttf") format('truetype');
}

@font-face {
  font-family: "Droid Sans";
  src: local("Droid Sans"), url("fonts/DroidSans.ttf") format('truetype');
}

article img { max-width: 500px; }

q { quotes: "„" "“" "‚" "‘"; }
q:before { content: open-quote; }
q:after { content: close-quote; }

article > ins > p { margin-bottom: 1em; }
article > ins > p:last-child { margin-bottom: 0; }
