/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, 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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */

body {
	background: black;
    background-color: #000;
    font-size: 13px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

#myCanvas {
    display: block;
    z-index: 5;
}

#elixir {
}

.textSlide {
    color: #e5f0e5;
    position: absolute;
    top: 185px;
    left: 122px;
    width: 250px;
    font-size: 16px;
    font-family: 'Josefin Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.5;
    text-align: center;
    z-index: 0;
}

.logoSlide {
    top: 124px;
}

.logoSlide2 {
  top: 182px;
}

.textSlide h1 {
    font-size: 18px;
    color: #2d8d2d;
    font-weight: 300;
    padding-bottom: 5px;
}

.textSlide h1.large {
    font-size: 35px;
    padding-top: 60px;
}

.padTop {
    padding-top: 20px;
}


.textSlide a {
    text-decoration: none;
    color: #FFF;
}

.textSlide a:hover {
    text-decoration: underline;
    color: #a8e48e;
}


/* Main page styles */

#container {
	min-height: 740px;
	margin: 20px auto 0;
	width: 550px;
	padding: 0 155px;
}

#logo {
	display: block;
	margin: 0 auto;
}

#container h1 {
    color: #2d8d2d;
    display: inline-block;
    font-family: 'Josefin Sans', 'Helvetica Neue', sans-serif;
    font-size: 3em;
    line-height: 1.5em;
}

#logoName {
    clear: left;
    float: left;
    margin-left: -112px;
    padding: 10px 0 30px;
}

.hidden {
    display: none;
}

.nav {
    clear: both;
    display: block;
    margin: 20px auto;
    text-align: center;
}

.contentArea {
    background-color: #333333;
    border-radius: 8px 8px 8px 8px;
    clear: both;
    color: #FFFFFF;
    margin: 0 auto;
    opacity: 0.75;
    padding: 20px;
}
.contentArea p {
	margin: 7px 0;
}

.contentArea p strong {
    color: #aaa;
}
.contentAreaVid{
	width: 398px;
	margin: 0 auto;
	color: #FFF;
	
}

.contentArea .link {
    margin-top: 26px;
    font-size: 93%;
    text-align: center;
}

.contentArea h1 {
	display: block;
	padding: 0;
}

.contentArea a, .contentArea a:active, .contentArea a:visited {
    color: #789060;
}

.contentArea a:hover { color:#607890;  }

select {
	padding: 3px;
	
}

#name {
  color: #FFF;
}

#circles {
  background: #000 url('img/tayst-circle-bg.png') 190px 120px no-repeat;
  width: 800px;
  min-height: 530px;
  margin: 0 auto;
  position: relative;
}

#frame {
  background: #000 url('img/tastefarms_logo.png') 325px 300px no-repeat;
  position: relative;
  width: 800px;
  min-height: 530px;
  margin: 0 auto;
}

#showModal {
  position: absolute;
  top: 325px;
  left: 300px;
  height: 40px;
  width: 40px;
}

.smallCircle {
  position: absolute;
  background: transparent url('img/small-circle.png') 0 0 no-repeat;
  height: 43px;
  width: 43px;
}

#logoHover {
  position: absolute;
  height: 80px;
  width: 140px;
  top: 300px;
  left: 310px;
}

.smallCircle:hover{
  background-position: -43px 0;
}

#circle1 {
  top: 155px;
  left: 245px;
}

#circle2 {
  bottom: 5px;
  left: 305px;
}

#circle3 {
  top: 280px;
  right: 190px;
}

.boxStyle, .infoBox {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background-color: white;
  
  line-height: 1.5em;
}

#modalWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#modal {
  display: none;
  padding: 40px;
  height: 500px;
  width: 600px; 
  margin: 100px auto 0;
  background-color: rgba(255,255,255,0.95);
  font-family: 'Helvetica Neue', sans-serif;
}

.infoBox {
  padding: 20px;
  display: none;
  width: 242px;
  height: 122px;
  position: absolute;
  background-color: rgba(255,255,255,0.7);
  font-family: 'Josefin Sans', 'Helvetica Neue', sans-serif;
}

.infoBox h1, .boxStyle h1 {
  font-size: 20px;
  font-weight: 900;
}

#modal h1 {
  margin-bottom: 13px;
}

.infoBox h2, .boxStyle h2 {
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

#box1 {
  top: 85px;
  left: 55px;
  background-image: url(img/bloomfield.png);
  background-position: 150px 45px;
  background-repeat: no-repeat;
}

#box2 {
  bottom: -80px;
  left: 105px;
  background-image: url(img/truegrass.png);
  background-position: 135px 60px;
  background-repeat: no-repeat;
}

#box3 {
  top: 215px;
  right: 10px;
  text-align: right;
  background-image: url(img/swallowvalley.png);
  background-position: 20px 40px;
  background-repeat: no-repeat;
}

#box4 {
  top: 260px;
  left: 261px;
  height: 85px;
  background-color: #FFF;
}


