/*
	Theme Name: Welshstew
	Date: 2010
	Description
	Version: 1.0
	Author: Stewart Griffiths
	Author URI: http://welshstew.co.uk
*/

/* unleash html5 */
header, footer, section { display:block; }

/* reset */
* {margin:0;padding:0;}

/* layout */
html, body { height:100%; }
body{ font: 13px/22px Palatino, "Palatino Linotype", Georgia, serif; color:#fff; background:url(images/red_bckgrd.jpg) center top #6c0000; }
#wrap { width:940px; margin:0 auto; min-height:100% }
header { text-align:center; overflow: auto; padding-bottom:100px;  }
header img {margin-top: 120px; }
footer { position: relative; margin-top: -100px; height:100px; clear:both; }
#footer { width:940px; margin:0 auto; text-align:center; }

/* fontage */

h1 { font-size: 6em; margin: 0.5em; text-shadow: 1px 1px 0px #3a3a3a; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin: 0.5em; }
h2 span { font-style:italic; }


