/**
 *
 *  kraut.css
 *  Styling and typography for thedutchdelight.com
 *  (c) 2010, Nathan R. Yergler <nathan@yergler.net>
 *
 *  @font-face generation provided by fontsquirrel.com.
 *  
 **/

/*  
    font-face declarations
    ----------------------   */

@font-face {
	font-family: 'GoudyBookletter1911Regular';
	src: url('./fonts/GoudyBookletter1911.eot');
	src: local('Goudy Bookletter 1911 Regular'), local('GoudyBookletter1911'), url('./fonts/GoudyBookletter1911.woff') format('woff'), url('./fonts/GoudyBookletter1911.ttf') format('truetype'), url('./fonts/GoudyBookletter1911.svg#GoudyBookletter1911') format('svg');
}

@font-face {
	font-family: 'OFLSortsMillGoudyItalic';
	src: url('./fonts/OFLGoudyStM-Italic.eot');
	src: local('OFL Sorts Mill Goudy Italic'), local('OFLGoudyStM-Italic'), url('./fonts/OFLGoudyStM-Italic.woff') format('woff'), url('./fonts/OFLGoudyStM-Italic.ttf') format('truetype'), url('./fonts/OFLGoudyStM-Italic.svg#OFLGoudyStM-Italic') format('svg');
}

@font-face {
	font-family: 'OFLSortsMillGoudyRegular';
	src: url('./fonts/OFLGoudyStM.eot');
	src: local('OFL Sorts Mill Goudy Regular'), local('OFLGoudyStM'), url('./fonts/OFLGoudyStM.woff') format('woff'), url('./fonts/OFLGoudyStM.ttf') format('truetype'), url('./fonts/OFLGoudyStM.svg#OFLGoudyStM') format('svg');
}


/*  
    Page styling
    ------------   */

#header #blog-title {
    font-family: 'GoudyBookletter1911Regular';
    font-size: 64px;
}

#header #blog-description {
    font-family: 'OFLSortsMillGoudyItalic';
    font-size: 2em;
    margin-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.entry-title {
    font-family: 'OFLSortsMillGoudyRegular';
}

.comments-title {
    font-family: 'OFLSortsMillGoudyItalic';
    font-size: 22px;
}

h2.widget-title {
    font-family: 'GoudyBookletter1911Regular' !important;
    font-size: 1.25em;
}

.recipe {
    font-family: 'GoudyBookletter1911Regular';
    font-size: 1.25em;
    padding: 0.5em;
    margin: 0.5em 0;
    border: 1px dotted #777;
}

.recipe .byline{
   text-align: right;
}

.recipe .byline:before {
	font-style: italic;
	content: "~ ";
}

.recipe .title, .recipe h2 {
   text-align: center;
}

/*

** Column overflow seems to be broken on Chrome; come back later.
** NRY 28 Feb 2010

.recipe .ingredients, .recipe ul {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
*/

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

.followidentica {
background: none !important;
}

.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}


