
@font-face { font-family: Lora; src: url('Lora-Regular.ttf'); }
@font-face { font-family: Lora; font-weight: bold; src: url('Lora-Bold.ttf'); }
@font-face { font-family: Lora; font-style: italic; src: url('Lora-Italic.ttf'); }

html, body {
margin: 0;
padding: 0;
font-family: Lora, serif;
color: #464a44;
background: #f1f1f1; }

div {
display: block;
margin: 0 auto;
position: relative;
border: 0; }

img {
max-width: 100%;
height: auto;
border: 0; }

.clr { clear: both; }

a, h1, h2 {
color: #9e0b0f;
text-decoration: none; }

a:hover {
text-decoration: underline; }

#container {
width: 70%;
background: #fff;
padding: 330px 1.5em 1em 1.5em;
-webkit-animation-name: containersize;
-webkit-animation-duration: 2s;
animation-name: containersize;
animation-duration: 2s;
animation-fill-mode: forwards;
z-index: 1; }

@-webkit-keyframes containersize {
0% {padding: 330px 1.5em 1em 1.5em;}
100% {padding: 140px 1.5em 1em 1.5em;}
}

@keyframes containersize {
0% {padding: 330px 1.5em 1em 1.5em;}
100% {padding: 140px 1.5em 1em 1.5em;}
} 

#header {
position: absolute;
top: 0;
left: 0;
width: 100%;
background: url('images/header.jpg') top center no-repeat;
background-size: cover;
-webkit-animation-name: headersize;
-webkit-animation-duration: 2s;
animation-name: headersize;
animation-duration: 2s;
animation-fill-mode: forwards;
z-index: 2; }

@-webkit-keyframes headersize {
0%   {height: 294px;}
100% {height: 100px;}
}

@keyframes headersize {
0%   {height: 294px;}
100% {height: 100px;}
}

#header-container, #topnav-container {
width: 70%; }

#grapes {
position: absolute;
top: 80px;
left: 120px;
width: 367px;
height: 232px;
-webkit-animation-name: grapesize;
-webkit-animation-duration: 1s;
animation-name: grapesize;
animation-duration: 1s;
animation-fill-mode: forwards;
z-index: 7; }

@-webkit-keyframes grapesize {
100% {height: 100px; top:10px; left: 40px;}
}

@keyframes grapesize {
100% {height: 100px; top:10px; left: 40px;}
}

#grapes img {
width: 367px;
height: 232px;
-webkit-animation-name: grapesize-img;
-webkit-animation-duration: 1s;
animation-name: grapesize-img;
animation-duration: 1s;
animation-fill-mode: forwards; }

@-webkit-keyframes grapesize-img {
100% {width: 158px; height: 100px;}
}

@keyframes grapesize-img {
100% {width: 158px; height: 100px;}
}

#topnav {
width: 100%;
padding: 0;
color: #fff;
font-size: 0.8em;
background: #000; }

#topnav ul, #topnav li {
list-style: none;
border: 0;
margin: 0;
display: inline; }

#topnav ul {
margin-left: 200px; }

#topnav ul li a {
color: #fff;
padding: 0.5em;
z-index: 101;
display: inline-block;
margin: 0 1em 0 1em;
cursor: hand;
text-transform: uppercase; }

#logo {
z-index: 100;
position: absolute; }

#logo img {
width: 231px;
height: 321px;
-webkit-animation-name: logosize;
-webkit-animation-duration: 1s;
animation-name: logosize;
animation-duration: 1s;
animation-fill-mode: forwards; }

@-webkit-keyframes logosize {
100% {width: 86px; height: 120px; margin: 0 auto;}
}

@keyframes logosize {
100% {width: 86px; height: 120px; margin: 0 auto;}
}

.post {
width: 90%;
margin: 0 auto;
border-top: 2px solid #f1f1f1;
padding-top: 1em;
clear: both; }

.post-title {
width: 90%;
float: none;
display: block;
clear: both;
text-align: center;
margin: 0 auto; }

.post-title a {
font-size: 1.5em;
letter-spacing: 2px;
margin-top: 0.5em;
font-style: italic;
text-align: center; }

.post-date {
padding: 0.5em;
background: none;
color: #c7c7c7;
min-width: 5%;
float: none;
display: block;
margin: 1em auto;
border-top: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1;
text-align: center; }

.post-date p {
margin: 0.1em;
padding: 0;
text-align: left;
float: none;
letter-spacing: 3px;
display: inline-block; }

p.post-month, p.post-year {
text-transform: uppercase;
font-size: 0.6em;
letter-spacing: 2px; }

p.post-day {
font-weight: normal;
font-size: 0.6em; }

p.post-year {
padding-bottom: 0.2em; }

.entry {
clear: both;
font-sie: 0.8
line-height: 1.1em; }

img.alignright { 
float: right; 
margin: 0 0 1em 1em; }

img.alignleft { 
float: left; 
margin: 0 1em 1em 0; }

img.aligncenter { 
display: block; 
margin: 0 auto; }

.alignright { float: right; }

.alignleft { float: left; }

.aligncenter { display: block; margin-left: auto; margin-right: auto; }

#footer {
width: 100%;
background: #000;
min-height: 4em;
clear: both;
z-index: 5; }

#footerlogo {
margin: 0 auto;
width: 78px;
top: -20px; }

#copyright {
color: #fff;
display: block;
font-size: 0.8em;
margin: 0 auto;
padding: 10px;
text-align: center;
width: 160px; }

h1 {
font-size: 2.4em;
letter-spacing: 3px; }

h2 {
font-size: 1.9em;
letter-spacing: 2.5px; }

.navigation {
display: block;
text-align: center;
margin: 1em auto; }






