body {
	background:#3F2D29;
	font-family: 'Libre Baskerville', serif;
}
a:link {
    color:#7DA1A1;
}
a:visited {
    color:#1C2929;
}
a:active {
    color:#00523D;
}
a:hover {
    color:#67837E;
}

#wrapper {
   max-width: 1200px;
   width: 95%;
   margin: 0 auto;
   background:#5C8A8A;
  
}

#header, #main, #footer {
   width: 100%;
}
#header {
	background-image: url('img/feeder.jpg');
	background-size: 100%;
	height: 210px;
}

#header img {
	display: none;
}

#content {
   width: 45%;
   float: left;
}

#sidebar {
	width: 52%;
	float: left;
	padding: 15px 1% 0 1%;
	color:#002900;
	font-style:italic;
	font-size:1em;
	text-align:left;
}
#sidebar a:link, #content a:link {
    color:#ABDBD2;
}
#sidebar a:visited, #content a:visited {
    color:#8BD3F5;
}
#sidebar a:active, #content a:active {
    color:#FFFFFF;
}
#sidebar a:hover, #content a:hover {
    color:#B3C0C0;
}
.home ul li {
	text-align:center;
	list-style-type: none;
}
#sidebar ul li {
	font-style:italic;
	font-size:1em;
	color:#002900;
	font-variant:small-caps;
	padding-bottom:.5em;
}
.samples #sidebar {
	margin-top:10em;
}
.video #content {
	margin-left: .44444444em;
}

#footer {
   clear: both;
}
.main_nav {
	float: left;
	margin: .5em 0;
	overflow: hidden;
	clear: left;
	width:100%;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.main_nav ul li, .mobile_main_nav ul li {
	float: left;
	box-sizing: border-box;
	width:14%;
}
.main_nav ul li a, .mobile_main_nav ul li a {
	display: block;
	padding: .72em .75em;
	margin-left: .44444444em;
	text-align:center;
	border: 1px solid #cccccc;
	border-radius: .4em;
	background-color: #f9f9f9;
	font-variant:small-caps;
	font-weight: bold;
	font-size: .875em;
}

h1, h2, h3, h4, h5, h6 {
	color:#002900;
	font-variant:small-caps;
}
h1 {
	font-style:italic;
	font-size: 3.3em;
	letter-spacing: 1.5px;
	text-shadow:1px 1px #BBBBBB;
	padding: 15px 20px 0;
	margin:0;
}

h2 {
	font-size:1.2em;
	text-align:center;
}
.smallcaps {
font-variant:small-caps;	
}
.mobile_main_nav {
	display: none;
}
#header h2 {
	font-variant:normal;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size:1.7em;
	font-style:italic;
	padding: 0 20px;
	text-align:left;
	margin:0;
	text-shadow:1px 1px #BBBBBB;
}

#footer {
	clear:both;
	width:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
	font-size:1.2em;
	font-style:italic;
	color:#3F2D29;
	background-color:#406161;
	letter-spacing: 2.5px;
	padding:10px 0;
	line height:100px;
}


/* Default Width: */
  .container { width: 940px; margin: 0 auto; }

  
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

/* show/hide styles */
.more {
      display: none;
      }
/*a.showLink, a.hideLink {
      text-decoration: none;
      padding-left: 8px;
      background: transparent url(img/down.gif) no-repeat left;
      font-variant: small-caps;
      }
a.hideLink {
      background: transparent url(img/up.gif) no-repeat left;
      }
a.showLink:hover, a.hideLink:hover {
      border-bottom: 1px dotted #36f;
      }
*/