/*
Theme Name: Wild Cow
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  background: #f9a450;
  background-image: url(images/tower.png), url(images/gradient.png);
  background-repeat:  no-repeat, repeat-x;
  background-position: bottom right, top right;
  background-attachment: fixed;
}
body {
  margin: 50px 100px 0;
  color: #fff;
  font-family: 'PT Serif', Georgia, serif;
}

header {
  position: relative;
  margin: 0 0 50px;
}
header img {
  position: absolute;
  top: 24px;
  right: 0;
}
header h1 {
 width: 352px;
 height: 184px;
 text-indent: -10000px;
 background-image: url(images/wordmark.png);
}
section#content, header, footer {
  min-width: 370px;
  
}

h1 {
  font: bold 2.5em/1.1 'Helvetica Neue', Helvetica;
  margin: 0 0 .25em;
}
h1 a { 
  background: none;
  color: #fff;
}

h2 {
  font: normal 1.1em/1.5 'Helvetica Neue', Helvetica;
  margin: .75em 0 0;
  color: #FFD8B2;
  text-transform: uppercase;
}

p {
  font: normal 1em/1.6 'Helvetica Neue', Helvetica, sans-serif;
  margin: 0 0 1em;
}
a {
  color: #fff;
  text-decoration: none;
  background-color: #FFA64D;
/*  padding: 2px 5px;*/
/*  margin: 0 -2px;*/
}
a:hover {
  background: none;
  border-bottom: 1px dotted #fff;

/*  border-bottom: 1px solid #fff;*/
}

article > time { 
/*  color: #FFBF7F;
  display: block;
  margin: .5em 0 .5em;
*/  display: none;
}
article { min-height: 300px; }

footer {
/*  border: 1px solid #fff;*/
  background-color: rgba(255,255,255,.1);
  border-bottom: none;
  font: normal .7em/1.5 Verdana, Helvetica;
  width: 370px;
  float: right;
  padding: 12px 20px;
  overflow: hidden;
}
footer .web,footer address {
  float: left;
  width: 185px;
}
footer .web {
}
footer address {
  text-align: right;
}
footer a.email {
  margin-right: 2em;
}
footer a { font-weight: bold; background: none; }
