
@font-face {
  font-family: 'Bocklin';
  src: url(../Bocklin.ttf) format('truetype');
  /*
  src: url('MyFont.eot?') format('eot'),
   url('MyFont.woff') format('woff'), 
   url('MyFont.ttf') format('truetype'),
   url('MyFont.svg#webfontwTBKaDwa') format('svg');
   */  
}

/* ============================================================

320 and Up by Andy Clarke
Version: 3.0
URL: http://stuffandnonsense.co.uk/projects/320andup/
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0

============================================================ */
/* Reset =================================================== */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size:100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Variables =================================================== */
/* Mixins =================================================== */

/*
.clearfix,
.postPic {
  *zoom: 1;
}
.postPic:before,
.postPic:after,
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.postPic:after,
.clearfix:after {
  clear: both;
}
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}

    article:after, aside:after, div:after, footer:after, 
    form:after, header:after, nav:after, section:after, ul:after {
        clear:both; content:".";
        display:block;
        height:0;
        visibility:hidden;
    }

    /* our ie CSS file */
    article, aside, div, footer,
    form, header, nav, section, ul {
        zoom:1; 
    }


*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

ul, ol {
  list-style-position:inside;
}

#debug {
  font-family:arial;
  font-size:16px;
  text-align:center;
}

html {
  font-size: 1em;
  background: #ede7da;
  background-image:url(../img/peacock3.gif);
}

a {
  color:#4683D3;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
  color:#5399F4;
}
p {
  margin-bottom:1em;
}

img {
  font-size:0.8em;
}

body {
  font-family:Overlock;
  color: #003300;
  
  position: relative;
  
  margin:30px auto 0;
  padding:18px 2%;
  max-width:1200px;
  display:block;
  min-width:320px;
  border:4px solid #31343D;
  background-image:url(../img/scroll-bottom-back.png);  

  transition: left 0.5s ease;
}

h1  {
  font-weight:normal;
  font-family:Bocklin;

  font-size:2.4em;
  
  text-align: center;
  color:#ffc000;

  text-shadow:  
   -2px -2px 0 #000,  
    2px -2px 0 #000,
   -2px  2px 0 #000,
    2px  2px 0 #000;
    
  margin-bottom:0.6em;
}
h2 {
  font-weight:normal;
  font-size:1.6em;
  margin:0 auto 1rem;
  text-align:center;
}
h3 {
  font-weight:normal;
  font-size:1.2em;
  margin:1.5em 0;
}

figure {
  width:100%;
  text-align:center;
}

figure img {
  max-width:100%;
}

.postPic, .newsPic {
  float:left;
  margin:0 1em 1em 0;
  max-width: 45%;
}

.hentry {
  margin-bottom:0.6rem;
  background-color:rgba(223,185,164,0.4);
  border:2px solid rgba(120, 90, 60,1);
  border-radius:2rem;
  padding:1rem 2rem;
  list-style:none;
}

.pTitle {
  color: #785A3C;
  font-weight:700;
}
.post h1 {
  margin:0;
}
.post a {
  color:#ffcc00;
  text-decoration:none;
}
.hentry h2 {
	text-align:left;
}

p.entry-published {
  font-weight:700;
	margin-bottom:1em;
} 

.date {
	text-align:right;
  margin:0;
} 

.description {
	
}

.entry-summary {
	
}
.meta a {
  color:#4683D3;
}
.meta a:hover {
  text-decoration:underline;
  color:#5399F4;
}

p.credit {
  padding:5px;

  font-size:0.7em;
  color:#003300;
  font-weight:normal;
  text-align:center;
  margin:2em 0 0 0;
}

p em {
  font-weight:700;
  font-style:normal;
}

section {
  margin-bottom:3rem;
  position:relative;
}
section.noMarg {
  margin-bottom:0;
}

section img.left {
  float:left;
  margin: 0 2% 2% 0;
}
section img.right {
  float:right;
  margin: 0 0 2% 2%;
}

.leftPanel {
  display:inline-block;
  width:48%;
  text-align:center;
}
.leftPanel img {
  margin:0 auto 1% auto;
  width:300px;
}
.rightPanel {
  vertical-align:top;
  width:50%;
  display:inline-block;
  clear:right;
  text-align:center;
}

/* Navigation stuff */
header {
  margin-bottom:3rem;
}
header h1,
header ul {
  margin-left:150px;
}
header h1 {
  font-size:2.38em;
  
}
.logo {
  position:absolute;
  top:-30px;
  left:30px;
}

p.info {
  font-size:14px;
  font-style:italic;
  font-family:Arial, sans-serif;
  float:right;
}

nav.back {
  float:right;
}

back a:visited {
  border:none;
} 

.back a {
  width:180px;
  height:190px;
  display:block;
  background-image:url(../img/owl_back.png);
  padding-left:74px;  
  text-align:left;
  background-repeat: no-repeat;
  background-position: center;

  font-family:Bocklin;  
  line-height:238px;

  text-decoration:none;
  font-size:32px;
  color:#ffc000;
  text-shadow:  
   -2px -2px 0 #000,  
    2px -2px 0 #000,
   -2px  2px 0 #000,
    2px  2px 0 #000;  
}


/*
.owl_l2:hover {
  background-image:url(../img/owl_sign_l_up.png);
  text-decoration:none;
  color:#ffc000;  
}
*/

div.clear {
	clear:both;
}

div.info {
  text-align:center;
  width:70%;
  margin-bottom:4rem;
}
div.info ul {
  margin:3rem 0;
  list-style:none;
}

.hVideo {
  display:inline-block;
  margin: 1em 2em;
  font-size:1em;
  text-align:center;
  padding-left:32px;
  background: url('../img/video.png') no-repeat left center;
}


@media screen and (min-width: 768px) {
  html { font-size: 1.4em; }
}