/*
Theme Name: Untamed Science 2.0
Theme URI: http://untamedscience.com
Author: Austin Crane
Version: 2.0
Description: Responsive. Uses a non hierarchal tag system for Biodiversity where the previous version used a hirearchal category system.

*/
@import url(https://fonts.googleapis.com/css?family=Istok+Web:400,700,400italic);

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, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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%;
	vertical-align: baseline;
}
body {
	background-color: #fff;
	margin-top: 0px;
	font-family: 'Istok Web', sans-serif;
	/*font-family: 'Archivo Narrow', sans-serif;*/
	color:#666666;	
}
.clear {clear: both;}
.embed-wrap {margin-bottom: 30px;}
/*  

		Fonts and Type  
		
*/

A:link {
	color: #251A2D; text-decoration:none;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
A:visited {color: #251A2D; text-decoration:none;}
A:active {color: #251A2D; text-decoration:none;}
A:hover {color: #816136; text-decoration:none;} 
a, img {
    border:none;
}
h1,h2,h3,h4,h5,h6 {margin-bottom: 15px;}
h1 {font-size: 22px;}
h2 {font-size: 18px;}	
h3 {font-size: 16px;}	
h4 {font-size: 14px;}
h5 {font-size: 14px;}
h6 {font-size: 14px;}
p {
	line-height: 26px;
	font-size: 16px;
	color:#666666;
	margin-bottom:	30px;
}
h1.page-title,h2.page-title,h3.page-title {
	color: #161837;
	font-family: 'Istok Web', sans-serif;
	font-weight: 700;
}
h1.page-title {font-size: 30px;}
h2.page-title {font-size: 30px;}
h3.page-title {
	font-size: 18px;
	margin-top: -20px;
}
.italicize {font-style: italic;}
/*----------------------------------------------- 
		
		Header 

-----------------------------------------------*/
/* Logo */
.logo , h1.logo {
	width: 200px;
	height: 20px;
	background-image: url(images/logo-new.png);	
	background-size: cover;
	z-index: 1;
	margin: 10px;
	float: left;
}
.logo a, h1.logo a {
	width: 200px;
	height: 20px;
	display: block;
	text-indent: -9000px;
}
.logo a:hover, h1.logo a:hover {background-position: 0 -150px;}
#header {
	width: 100%;
	position: relative;
	text-align: center;
}
#header-social {
	width: auto;
	padding: 20px 0;
	display: none;
}
.search-glass {
	width: 45px;
	position: relative;
	float: right;
	z-index: 10000;	
	display: none;
}
.search-glass  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 2;
	position: relative;
}
.search-glass  li {
	width: 45px;
	height: 45px;
	position: relative;
	float: right;
	list-style-type: none;
}

.search-glass li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
	top: 45px;
	right: 0px;
}
.search-glass li ul ul {
	top: 0px;
	right: 0px;
}
.search-glass ul li:hover > ul {
	border-left: 0;
	display: block;
}
li.search-drop {
	width: 260px;
	padding:20px;
	background-color: #2E2E2E;
	list-style-type: none;
}
input.head-search {
	color: #FFF;
	background-color: #999;
	padding: 10px;	
	border:none;
	width: 100%;	
}
input.formtip {
	padding: 10px 3px;
	border:none;
	border: 0px solid #999;
}
.forminput {
	width: 65%;
	float:left;
	margin-right: 5px;	
}
.forminput-side {
	width: 55%;
	float:left;
	/*margin-right: 5px;*/	
}
.formbutton {
	width:auto;
	float:right;	
}
.formbutton-header {
	width: 50px;
	float: left;
}
input#search.formtip {
	width:100%;	
}
.mobile-search {
	width: auto;
	display: inline-block;
	margin: 0px auto;
	clear:both;
}
/* Navigation 
-----------------------------------------*/
/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
.main-navigation {
	/*margin-top: 24px;*/
	/*margin-top: 1.714285714rem;*/
	text-align: center;
}
.main-navigation li {
	font-size: 20px;
	line-height: 2;
	list-style: none;
	padding: 10px 0;
}
.main-navigation li ul li {
	font-size: 14px;
	margin: 0px 5px;
	float: left;
	padding: 5px 5px;
	color: #fff;
}
.main-navigation li ul a {
	color: #fff;
}
.main-navigation a {
	color: #ff4402;
}
.main-navigation a:hover {
	color: #fff;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
h3.menu-toggle {
	margin: 5px 10px 0 0;
}
.menu-toggle {
	display: inline-block;
	/*padding: 10px 20px;*/
	float: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
	/*background-color: rgba(8,64,156,1);
	border:1px solid rgba(8,64,156,1);*/
	color: #fff;
	background-image: url(images/burger.png);
	background-size: cover;
	background-repeat: no-repeat;
	text-indent: -9000px;
}
.menu-toggle:active,
.menu-toggle.toggled-on {
	background-color: rgba(8,64,156,.4);
}
.main-navigation ul.nav-menu.toggled-on {
	display: inline-block;
}
.menu-toggle {text-transform: uppercase;}
#main-nav-container {
	width: 100%;
	background-color: #000;
	position: relative;
	overflow: hidden;
}
#main-nav {
	width: auto;
	position: relative;
	float: left;
	z-index: 6;	
	display: inline-block;
}

#main-nav  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 2;
	position: relative;
	display: inline-block;
}
#main-nav  ul li {
	float: left;
	position: relative;
	display: inline-block;
}
#main-nav  ul a {
	display: inline-block;
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	position: relative;
}
#main-nav  .tree-of-life a {
	background-position: -413px -0px;
	width: 124px;
	position: relative;	
}
#main-nav  .tree-of-life a:hover,#main-nav  .tree-of-life a.active,#main-nav  .active {
	background-position: -413px -50px;
}
#main-nav  .biology a {
	background-position: -537px -0px;
	width: 110px;
	position: relative;	
}
#main-nav  .biology a:hover,#main-nav  .biology a.active {
	background-position: -537px -50px;
}
#main-nav  .how-to-filmmaking a {
	background-position: -647px -0px;
	width: 200px;
	position: relative;	
}
#main-nav  .how-to-filmmaking a:hover,#main-nav  .how-to-filmmaking a.active {
	background-position: -647px -50px;
}
#main-nav  .our-blog a {
	background-position: -847px -0px;
	width: 100px;
	position: relative;	
}
#main-nav  .our-blog a:hover,#main-nav  .our-blog a.active {
	background-position: -847px -50px;
}
#tree-nav-container {
	position: relative;
	width: 100%;
	min-height: 10px;
	background-color: #2E2E2E;
	overflow: hidden;
	text-align: center;
	display: none;
}
#front-page-rotation {
	position: relative;
	width: 100%;
	height: 185px;
	margin: 0 auto;
	display: none;
}
#tree-nav {
	position: relative;
	margin: 0 auto;
}
#tree-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 200;
	position: relative;
}
#tree-nav ul li {
	display: inline-block;
	position: relative;
	margin: 5px 2px;
}
#tree-nav ul a {
	z-index: 1000;
	text-decoration: none;
	display: inline-block;
	position: relative;
	color: #fff;
	padding: 3px 5px;
	background-color: rgba(255,255,255,.2);
}
.nav-message {display: none;}
.mobile {

}
/*-------------------------------------------

	Page Structure  

-------------------------------------------*/
.wrapper {
	width: 96%;
	position: relative;
	margin: 0 auto;
	padding: 0 2%;
}
#page-left {
	width: 100%;
	margin: 0 0 20px 0;
}
#page-right,#sidebar {
	width: 100%;
	margin: 0 0 20px 0;
}
/* Blog */
#container {clear: both;}
.content-entry {
	margin-bottom: 50px;
}	
.content-entry h1{
	color: #161837;
}	
.content-entry h2{
	color: #233760;
}	
.content-entry h3{
	color: #A20000;
}	
.content-entry h4{
	color: #494949;
}	
.content-entry ul, #page-left ul, .content-entry ol {
	margin-bottom: 15px;
	margin-left: 10px;
	display: block;
	list-style-position: inside;
}
.content-entry li {
	margin-left: 15px;
	list-style-position: inside;
}
.content-entry ul li li, #page-left ul li li {
	margin-left: 15px;
	list-style-position: inside;
}

#upper-classification li {
	display: inline-block;
	width: 150px;
}
/* Bread Crumbs  */
.bread {
	width:100%;
	background-color:#2D2D2D;
	color: #fff;
	padding: 5px 0;
}
.bread li {
	text-decoration: none;
	color: #7E7E7E;
	list-style-type: none;
}
.bread li a {
	text-decoration: none;
	color: #7E7E7E;
}
.bread li a:hover {
	color: #fff;
}
.breadcrumb_last {
	color: #F2F2F2;
}
.thelionking {
	width: 100%;
	margin-bottom: 5%;
	position: relative;
	float:left;	
}
..thelionking img {width: 100%;}
.class-row {
	width:100%;
	position: relative;
	float:left;	
}
.left-classif {
	width: 40%;
	float:left;	
}
.right-classif {
	width: 55%;
	float:right;	
}
.right-classif a {
	text-decoration: none;
}

	
/*

		Homepage header rotator
		
*/
.homepage-thumb {
	position: relative;
	width: 220px;
	height: 180px;
	display:inline-block;	
}
.homepage-thumb a {
	position: relative;
	width: 220px;
	height: 180px;
	display:inline-block;
	border: none;
	color: #fff;	
	transition: all 0.3s ease ;
	line-height: 0;
}
.homepage-thumb a:hover {
	border-bottom-width: 5px;
	border-bottom-style: solid;	
	
}
.homepage-thumb a:hover .homepage-thumb-title-slider {
	bottom: -0px;
}
.homepage-thumb-title-slider {
	width: 200px;
	height: 60px;
	padding: 10px;
	position: absolute;
	bottom: -80px;
	left: 0px;
	background-color: rgba(0,0,0,.5);	
	background-repeat: repeat;
	transition: all 0.3s ease ;
	line-height: 1.2;
}
.homepage-thumb-title-slider a:hover {
	
}
.biodiversity-home a:hover{
	border-bottom-color: #a54748;	
	/*color: #a54748;	*/
}
.blog-home a:hover{
	border-bottom-color: #ad8931;
	/*color: #ad8931;	*/		
}
.biology-home a:hover{
	border-bottom-color: #505096;	
	/*color: #505096;*/		
}
.filmmaking-home a:hover{
    border-bottom-color: #019259;	
	/*color: #019259;	*/	
}

/*  ################################################################################################

	The Blog

	################################################################################################
*/
img {
	max-width: 100%;
	height: auto;
}

.blog-square {
	width: 95%;
	position: relative;
	border-bottom: 2px solid #B7B7B7;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	display: block;
	margin-bottom: 40px;
}
.blog-square img {width: 100%;}
.blog-featured-image iframe,
.content-entry iframe,
.blog-featured-image object,
.blog-featured-image embed,
  {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
	display:  block;
}
.blog-square-below	{	
	width: 90%;
	padding: 5%;
	float: left;
	clear: both;
	margin-bottom: 50px;
}
.blog-square-below	h2 a {
	font-size: 16px;
	color:#666666;
	text-transform: uppercase;
}
.blog-square-below	h2 a:hover {
	color:#D56431;
}
.blog-square-category  {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	font-size: 12px;
}
.blog-square-category  li {
	list-style-type: none;
	margin-left: 0px;
}
.blog-square-category  li a {
	display: inline-block;
	list-style-type: none;


}
.blog-square-category a {
	padding: 2px;
	background-color:#ECECEC;
	color: #333;
	text-decoration: none;
	display: block;
}
.blog-square-category a:hover {
	background-color:#565F98;
	color: #FFF;
}
/**/
.science-cat  {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	font-size: 12px;
}
.science-cat li {
	list-style-type: none;
	margin-left: 0px;
}
.science-cat li a {
	display: inline-block;
	list-style-type: none;


}
.science-cat a {
	padding: 5px;
	background-color:rgba(255,212,84,.7);
	color: #333;
	text-decoration: none;
	display: block;
}
.science-cat a:hover {
	background-color:rgba(255,212,84,1);
	color: #333;
}
.blog-square-readmore  {
	position: absolute;
	
	bottom: 0px;
	right: -1px;
	display: block;
	
}
.blog-square-readmore a {
padding: 10px;
	background-color:#D56431;
	color: #fff;
	text-decoration: none;
	display: block;
}
.blog-square-readmore a:hover {
	background-color:#565F98;
}
.blog-square-container {

		max-width: 100%;
		position: relative;
		padding-top: 10px;
}
.filed-away {
	position: absolute;
	bottom: 22px;
	left: -0px;
	display: block;
	font-size: 12px;
	padding-left: 5px;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #565F98;
}


/**
 *  Biodiversity
 * ----------------------------------------------------------------------------
 */
 .show-bio-of-tax  { 
	width: auto;
	float:left;
	margin: 10px;
	padding: 10px;
	display: block;
	
}
.show-bio-of-tax a {
	width: auto;
	float:left;
	background-color:#fff;
	display: block;
	padding: 10px;
	border: 1px solid #CCC;	
	
}
.show-bio-of-tax a:hover {
	
}
.content_right, .content_left{
	float: left;
	width: 45%;
	}
.content_left{
	padding-right: 5%;
	}
.list-species {
	width: 320px;
	float:left;
	height: 80px;
	position: relative;
	font-size:14px;
	margin:5px;
	border: 4px solid #CCC;
}
.list-species a {
	width: 300px;
	float:left;
	height: 60px;
	padding: 10px;
	
	text-decoration: none;
}
.list-species a:hover {
	background-color: #FFC;
}
.list-species h3 {
	margin-bottom: 10px;
}
.list-species-thumbnail {
	width: 70px;
	top: 0px;
	left:0px;
	height: 70px;
	position: absolute;
	padding: 5px;
	background-color:#464646;
}
.list-species-name {
	width: 200px;
	top: 5px;
	left: 90px;
	position: absolute;
	}
/**
 *   Single Page
 * ----------------------------------------------------------------------------
 */	
.content-entry a {
	color:#0066FF;
}
.content-entry a:hover {
	color:#D56431;
}
 .content-entry-footer {
		width: auto;
		float: left; 
 }
.content-entry-footer li  {
	width: auto;
	display: inline-block	
}
.content-entry-footer li a {
	width: auto;
	display: inline-block;
	padding: 2px 5px 1px 5px;
	border: 1px solid #999;
	color:#666;
	margin: 5px;
	text-decoration:none;
}
.content-entry-footer li a:hover {
	border: 1px solid #ca3c08;
	color:#ca3c08;
}
/**
 *   Share Page
 * ----------------------------------------------------------------------------
 */

.share-page {
	margin: 0;
	position: relative;
	float:left;
	padding: 5%;
	text-align: left; /* gallery & video post formats */
	width: 90%;
	background-color: #F1F1F1;
	border-top: 4px solid #C6C6C6;
	margin-bottom: 50px;
}

.sharer {
	width: 200px;
	float:left;	
	margin-left: 50px;
}




/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0;
	position: relative;
	float:left;
	max-width: 670px;
	padding: 5%;
	text-align: left; /* gallery & video post formats */
	width: 90%;
	background-color: #F1F1F1;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #C6C6C6;
	margin-bottom: 50px;
	font-size:12px;
}
p.author-bio  {
	font-size: 13px;
	line-height: 20px
}
.author-date {
	width: 90%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #D56431;
	background-color: #FFF;
	padding: 5%;
}
.author-share {
	width: 90%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #D56431;
	background-color: #FFF;
	padding: 5%;
}
.author-links {
	width: 90%;
	padding: 5%
	margin-top: 5px;	
}
.author-link {
	width: auto;
	display: inline-block;
	margin: 3px;	
}
.author-link a {
	display: block;
	padding:3px 5px;
	background-color: #FAFAFA;
	border: 1px solid #CCC;
	color: #666;
	text-decoration:none;
	font-size:10px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-os-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.author-link a:hover{
	background-color: #D56431;
	color: #FFF;
}
.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}


.author-avatar .avatar {
	float: left;
	margin: 8px 20px 10px 0px;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description  {
	
	margin: 0 0 8px;
	width: 100%;
}
h3.author-title {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	margin-bottom: 5px;
	margin-top: 5px;
}
.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}

.read-all-author  {
	width: 100%;
}
.read-all-author a {
	width: 90%;
	padding: 5%;
	background-color:#fff;
	color: #D56431;
	text-decoration: none;
	display: block;
	border-top: 4px solid #ccc;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-os-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.read-all-author a:hover {
	background-color:#D56431;
	color: #fff;
	border-top: 4px solid #d56431;
}
.author-archive-bio {
	width: 90%;
	padding: 5%;
	border-bottom: 3px solid #ccc;
	border-top: 3px solid #ccc;
	margin-bottom: 20px;
} 

/*  
	Sidebar  Structure  
*/

.sideitem {
	width: 90%;
	padding:5%;	
	position: relative;
	float:left;
	color: #fff;
	margin-bottom: 15px;
}
.sideitem p {
	margin-bottom: 10px;	
}
.sideitem a {
	color: #CCD7FF;
}
.sideitem h2 {
	margin-bottom: 5px;
}
.sideitem h3 {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 23px;
	color: #fff;
}
.green {
	/*background-color: #00845D;*/
	background-color: #3d090e;
}
.purple {
	/*background-color: #565F98;*/
	background-color: #2d2d2d;
}
.orange {
	/*background-color: #D56431;*/
	background-color: #000;
}
.grey {
	background-color: #2D2D2D;
}
.sidebox-video-list, .sidebox-study-biology, .sidebox-study-biology a, .sidebox-video-list a   {
	width: 300px;
	position: relative;
	float:left;
	color: #fff;
	margin-bottom: 15px;
	background-image: url(images/sideboxes.png);
}
.sidebox-study-biology {
	display: block;
	height: 131px;
	background-position: 0px 0px;
	text-indent: -9000px;
	
}
.sidebox-video-list {
	display: block;
	height: 116px;
	background-position: -300px -0px;
	text-indent: -9000px;
}
.sidebox-study-biology a {
	display: block;
	height: 131px;
	text-indent: -9000px;
	background-position: 0px 0px;
	
}
.sidebox-video-list a {
	display: block;
	height: 116px;
	text-indent: -9000px;
	background-position: -300px -0px;
}
.sidebox-study-biology a:hover {
	background-position: -0px -131px;
	
}
.sidebox-video-list a:hover  {
	background-position: -300px -116px;
}
.commonname {
	width: 90%;
	padding: 5%;
	background-color:#FFF;
	color: #333;
}
.taxonomy-item {
	width: 90%;
	padding:5%;
	position: relative;
	float:left;
	background-color: #CFCFCF;
	color: #333;
}
.taxonomy-item a {
	color: #65738E;
}
.taxonomy-item li {
	list-style-type: none;
}
.taxonomy-item a.active {
	color: #D56431;
	background-color:#FFF;
	padding: 2px 10px 2px 5px;
}
.all-classifications {
	display: block;
}
.all-classifications ul {
	display: block;
}	
.all-classifications li {
	margin-left: 10px;
	list-style: none;
	
}	
	
/*  
	Ads 

##########################*/
.ad {
	width: 100%;
	margin: 0 0 30px 0;
}	
.untamed-pagi {clear: both;width: 100%;}


.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 
 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 
#########################

        footer 
	
##########################		
*/ 
#footer-container {
	width: 100%;
	background-color:#0A0A0A;	
}
#footer-slider-container {
	width: 100%;
	background-color:#3A3A3A;
	display: none;
}
#footer-slider-container h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	color:#CCCCCC;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 5px;
}
#footer {
	background-color: #0A0A0A;
	padding: 20px;
	color: #999;
	overflow:hidden;
	margin: 0 auto;
}
#footer a{
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	color: #D56431;
}
#footer h3 {
	width: 100%;
	margin: 0px 0 20px 0;
	overflow: hidden;
}
.footer-form {
	width: auto;
	display: inline-block;
}
.footer-left, .footer-mid-left, .footer-mid-right, .footer-right {
	width: 100%;
	text-align: center;
	margin: 10px auto;
}
#footer ul {
	
	margin-bottom: 15px;	
}
#footer li  {
	font-size: 12px;
	list-style-type: none;
}
#footer li a {
color: #fff;
}
.copyright {
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;	
}/* =======================================================================
						  		WordPress Specific
======================================================================= */
/*  
	Post Images
*/
.alignleft,
.post img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
.alignright,
.post img.alignright {
	display: inline;
	float: right;
	clear:right;
	margin-left: 20px;
	margin-top: 4px;
}
.aligncenter,
.post img.aligncenter {
	text-align:center;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post img.alignleft, 
.post img.alignright, 
.post img.aligncenter {
	margin-bottom: 20px;
}
/*  
	Post Lists
*/
.post ul {margin-bottom:10px;}
.post ul li{
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 1em;
}
.post ul li{
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 1em;
}
.post ul ul  li{
	list-style-position: inside;
	list-style-type: circle;
	margin-left: 2em;
}
.post ul ul ul li{
	list-style-position: inside;
	list-style-type: square;
	margin-left: 3em;
}
.post ol {margin-bottom:10px;}
.post ol li{
	list-style-position: inside;
	margin-left: 1em;
}
.post ol li li{
	list-style-position: inside;
	margin-left: 1em;
}
/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

#comments {
	margin: 0;
	position: relative;
	float:left;
	width: 90%;
	padding: 5%;
	text-align: left; /* gallery & video post formats */
	background-color: #F1F1F1;
	border-top: 4px solid #c6c6c6;
	margin-bottom: 50px;
}	
h2.comments-title {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	margin-bottom: 25px;
}
.comment li, .comment-list li {
	margin-bottom: 10px;
	list-style-type: none;
}
.comment-body {
	width: 90%;
	padding: 10px 10px 60px 10px;
	border: 4px solid #CCC;
	display: block;
	background-color:#FFF;
	position: relative;
	height: auto;
}
.comment-body p {
	clear:both;
	font-size: 14px;
	color: #666;
}
ol.children {
	margin-left: 50px;
	margin-top: 10px;	
}
.fn, .avatar, .says {
	width: auto;
	float:left;	
	margin-right: 10px;
}
.avatar {
	margin-right: 10px;	
	margin-bottom: 10px;	
}
a.comment-reply-link {
	display: block;
	padding: 10px;
	backgroung-color: #30C;
	background-color: #D56431;
	color: #fff;
	text-decoration: none;
	width: 45px;
	position: absolute;
	bottom: 0px;
	right: 0pc;
}	
a:hover.comment-reply-link {
	background-color: #565F98;
	color: #fff;	
}	
.comment-author {
	width: auto;
	float: left;	
}
.comment-meta {
	width: auto;
	float: right;	
}
.comment-meta a {
	text-decoration: none;	
}
/* Comment Form */
#respond {
	width: 90%;
	padding: 5%;
	border: 4px solid #CCC;
	display: block;
	background-color:#FFF;
	position: relative;
	height: auto;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #D56431;
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/*
################################################
################################################
################################################
################################################
################################################
################################################

			600

################################################
################################################
################################################
################################################
################################################
*/
@media screen and (min-width: 600px) {
  /* For general iPad layouts */
  /* Logo */
  html{margin-top: 0px !important;}
  body {
		background-color: #EEE;
		margin-top: 0px;
	}
	/*-------------------------------------------

		Header 

	-------------------------------------------*/
	.main-navigation li.mobile {
		display: none;
	}
	.logo , h1.logo {
		width: 288px;
		height: 29px;
		float: left;
		margin: 10px 0 0;
	}
	.logo a, h1.logo a {
		width: 288px;
		height: 29px;
	}
	#header-social {
		width: 135px;
		float: right;
		margin: 0;
		padding: 0;
		display: inline-block;
	}
	.search-glass {display: block;}
	.search-glass li a {
		background-image: url(images/search-glass.png);	
		width: 45px;
		height: 45px;
		position: relative;
		display: block;
		text-indent: -9000px;
	}
	.mobile-search {
		display: none;
	}
	#front-page-rotation {
	position: relative;
	width: 100%;
	height: 185px;
	margin: 0 auto;
	display: block;
}
	/*-------------------------------------------

		Page Structure  

	-------------------------------------------*/
	#main {
		margin: 0 auto;
		background-color:#FFF;
		overflow: hidden;	
		
	}
	#page-left {
		width: 66%;
		float:left;
	}
	#page-right,#sidebar {
		width: 30%;
		float:right;
		min-height: 300px;
		font-size:14px;
	}
	#tree-nav {
		position: relative;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	#tree-nav ul li {
		position: relative;
	}


	.main-navigation{margin: 0;}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: right;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li {
		margin: 0 0px 0 0;
		position: relative;
		font-size: 16px;
		padding: 0;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: rgba(255,255,255,.7);
		line-height: 2;
		white-space: nowrap;
		padding: 15px 20px 0px 20px;
	}
	.main-navigation li a:hover {
		color: rgba(255,255,255,1);
	}
	.main-navigation li.tree-of-life a {
		border-bottom: 3px solid rgba(165,71,73,.7);
	}
	.main-navigation li.biology a {
		border-bottom: 3px solid rgba(79,80,150,.7);
	}
	.main-navigation li.how-to-filmmaking a {
		border-bottom: 3px solid rgba(0,146,88,.7);
	}
	.main-navigation li.our-blog a {
		border-bottom: 3px solid rgba(173,137,50,.7);
	}
	.main-navigation li.tree-of-life a:hover {
		border-bottom: 3px solid rgba(165,71,73,1);
	}
	.main-navigation li.biology a:hover {
		border-bottom: 3px solid rgba(79,80,150,1);
	}
	.main-navigation li.how-to-filmmaking a:hover {
		border-bottom: 3px solid rgba(0,146,88,1);
	}
	.main-navigation li.our-blog a:hover {
		border-bottom: 3px solid rgba(173,137,50,1);
	}
	
	.menu-toggle {display: none;}
	
		#footer h3 {
		width: 100%;
		margin: 0px 0 10px 0;
		overflow: hidden;
	}
	.footer-left, .footer-mid-left, .footer-mid-right, .footer-right {
		width: 48%;
		float: left;
		text-align: left;
		margin: 0;
	}
	#tree-nav-container {
		display: block;
	}

	/*  ################################################################################################

			The Blog

	################################################################################################
	*/
	.blog-square {
		width: 45%;
		float:left;
		margin-bottom: 40px;
	}
	/**
	 * 5.8 Author Bio
	 * ----------------------------------------------------------------------------
 	*/
 	.author-date {
		position: absolute;
		top:-4px;
		right: 0px;
		width: 220px;
		height: 50px;
		padding: 10px;
		margin-left: 0;
	}
	.author-share {
		position: absolute;
		top:40px;
		right: 0px;
		width: 220px;
		height: 50px;
		padding: 10px;
		margin-left: 0;
	}
	.read-all-author  {
		position: absolute;
		width: 240px;
		top: 110px;
		right: 0px;
		display: block;
		margin-left: 0;
		
	}
	.read-all-author a {
		padding: 10px;
		display: block;
	}
	.author-description  {
		margin: 0 0 8px;
		width: 50%;
	}

}
/*
################################################
################################################
################################################
################################################
################################################
################################################

			960

################################################
################################################
################################################
################################################
################################################
*/
@media screen and (min-width: 1100px) {
 
	
	.wrapper {
		width: 1075px;
		position: relative;
		margin: 0 auto;
		padding: 0;
	}
	#main-nav-container {
		background-image: url(images/header-repeat.jpg);
		background-repeat:repeat-x;	
		height: 50px;
		position: relative;
		overflow: visible;
	}
	.main-navigation{margin: 0;}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: right;
		width: auto;
		float: right;
	}
	#main {
		margin: 0 auto;
		background-color:#FFF;
		overflow: hidden;	
		
	}
	#tree-nav {
		position: relative;
		width: 1075px;
		height: 57px;
		margin: 0 auto;
	}
	#tree-nav-container {
		overflow: visible;
		text-align:  left;
	}
	#tree-nav ul li {
		display: inline-block;
		position: relative;
		margin: 0px;
		float: left;
	}
	#tree-nav ul a {
		z-index: 1000;
		text-decoration: none;
		background-image: url(images/sub-menu.jpg);
		background-repeat: no-repeat;
		display: block;
		height: 57px;
		text-indent: -9000px;
		position: relative;
		padding: 0;
		background-color: rgba(255,255,255,0);
	}
	#tree-nav  .microbes a {
	width:98px;
	background-position: -0px 0px;
	position: relative;
}
#tree-nav  .microbes a:hover,#tree-nav  .microbes a.active {
	background-position: -0px -57px;
	
}
#tree-nav  .fungi a {
	background-position: -98px -0px;
	width: 92px;
	position: relative;	
}
#tree-nav  .fungi a:hover,#tree-nav  .fungi a.active  {
	background-position: -98px -57px;
}
#tree-nav  .plants a {
	background-position: -187px -0px;
	width: 86px;
	position: relative;	
}
#tree-nav  .plants a:hover,#tree-nav  .plants a.active {
	background-position: -187px -57px;
}
#tree-nav  .arthropods a {
	background-position: -273px -0px;
	width: 94px;
	position: relative;	
}
#tree-nav  .arthropods a:hover,#tree-nav  .arthropods a.active {
	background-position: -273px -57px;
}
#tree-nav  .invertebrates a {
	background-position: -367px -0px;
	width: 95px;
	position: relative;	
}
#tree-nav  .invertebrates a:hover,#tree-nav  .invertebrates a.active {
	background-position: -367px -57px;
}
#tree-nav  .fish a {
	background-position: -462px -0px;
	width: 108px;
	position: relative;	
}
#tree-nav  .fish a:hover,#tree-nav  .fish a.active {
	background-position: -462px -57px;
}
#tree-nav  .amphibians a {
	background-position: -570px -0px;
	width: 96px;
	position: relative;	
}
#tree-nav  .amphibians a:hover,#tree-nav  .amphibians a.active {
	background-position: -570px -57px;
}
#tree-nav  .reptiles a {
	background-position: -666px -0px;
	width: 106px;
	position: relative;	
}
#tree-nav  .reptiles a:hover,#tree-nav  .reptiles a.active {
	background-position: -666px -57px;
}
#tree-nav  .birds a {
	background-position: -772px -0px;
	width: 90px;
	position: relative;	
}
#tree-nav  .birds a:hover,#tree-nav  .birds a.active {
	background-position: -771px -57px;
}
#tree-nav  .mammals a {
	background-position: -862px -0px;
	width: 105px;
	position: relative;	
}
#tree-nav  .mammals a:hover,#tree-nav  .mammals a.active {
	background-position: -862px -57px;
}
#tree-nav  .cells a {
	background-position: -976px -0px;
	width: 110px;
	position: relative;	
}
#tree-nav  .cells a:hover,#tree-nav  .cells a.active {
	background-position: -976px -57px;
}
#tree-nav  .biomes a {
	background-position: -1071px -0px;
	width: 96px;
	position: relative;	
}
#tree-nav  .biomes a:hover,#tree-nav  .biomes a.active {
	background-position: -1071px -57px;
}
#tree-nav  .genetics a {
	background-position: -1161px -0px;
	width: 99px;
	position: relative;	
}
#tree-nav  .genetics a:hover,#tree-nav  .genetics a.active {
	background-position: -1161px -57px;
}
#tree-nav  .plantbio a {
	background-position: -1242px -0px;
	width: 104px;
	position: relative;	
}
#tree-nav  .plantbio a:hover,#tree-nav  .plantbio a.active {
	background-position: -1242px -57px;
}
#tree-nav  .evolution a {
	background-position: -1326px -0px;
	width: 88px;
	position: relative;	
}
#tree-nav  .evolution a:hover,#tree-nav  .evolution a.active {
	background-position: -1326px -57px;
}
#tree-nav  .ecology a {
	background-position: -1415px -0px;
	width: 88px;
	position: relative;	
}
#tree-nav  .ecology a:hover,#tree-nav  .ecology a.active {
	background-position: -1415px -57px;
}
#tree-nav  .human a {
	background-position: -1488px -0px;
	width: 84px;
	position: relative;	
	
}
#tree-nav  .human a:hover,#tree-nav  .human a.active {
	background-position: -1488px -57px;
}
#tree-nav  .human a, #tree-nav  .ecology, #tree-nav  .evolution, #tree-nav  .plantbio,  #tree-nav  .cells, #tree-nav  .biomes, #tree-nav  .genetics {margin-right: 55px;}
#tree-nav  .microbes a, #tree-nav  .fish, #tree-nav  .reptiles, #tree-nav  .mammals,  #tree-nav  .birds, #tree-nav  .amphibians, #tree-nav  .arthropods, #tree-nav  .fungi , #tree-nav  .plants/*, #tree-nav  .invertebrates*/{margin-right: 10px;} 
.nav-message {
	position: absolute;
	color: #fff;
	padding: 10px;
	bottom: -50px;
	background-color:#333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: auto;
	border: 1px solid #FFF;
	display: none;
}
.mess-fungi {left: 15px}
.mess-microbes {left: 5px}
.mess-fish {left: 25px}
.mess-reptiles {left: 8px}
.mess-mammals {left: 5px}
.mess-birds {left: 15px}
.mess-amphibians {left: -3px}
.mess-arthropods {left: -7px}
.mess-invertebrates {left: -10px}
.mess-plants {left: 10px}
.mess-plantbio {left: 5px}
.mess-humans {left: -5px}
.mess-evolution {left: 1px}
.mess-ecology {left: -3px}
.mess-cells {left: 14px}
.mess-biomes {left: 7px}
	.nav-message {display: block;}
	#page-left {
		width: 735px;
		padding: 20px 20px 30px 20px;
	}
	#page-right {
		width: 325px;
	}
	#sidebar {
		width: 300px;
	}
	.sideitem {
		width: 260px;
		padding:20px;	
		position: relative;
		float:left;
		color: #fff;
		margin-bottom: 15px;
	}
	.sidebox-video-list, .sidebox-study-biology, .sidebox-study-biology a, .sidebox-video-list a   {
		width: 300px;
	}
	#header-social {
		width: 135px;
		position: relative;
		float: right;
		z-index: 6;	
		display: block;
	}
	.search-glass {
		display: block;
	}
	#footer {
		width: 100%;
		padding: 20px 0;
	}
	.footer-left {
		width: 170px;
		float:left;	
	}
	.footer-mid-left {
		width: 300px;
		float:left;	
	}
	.footer-mid-right {
		width: 300px;
		float:left;	
	}
	.footer-right {
		width: 175px;
		float:left;	
	}
#footer-slider-container {
	display: block;
}
	input.formtip {
		padding: 10px;
		border:none;
		border: 0px solid #999;
	}
	.forminput  {
		width: 180px;
		float:left;	
	}
	.forminput-side {
		width: 150px;
		float:left;	
	}

	.formbutton {
		width: auto;
		float:left;	
	}
	input#search.formtip {
		/*width: 150px;*/	
	}
	/*  ################################################################################################

			The Blog

	################################################################################################
	*/
	.blog-square {width: 335px;}
	.author-archive-bio {
		width: 700px;
		padding: 10px;
	}
	.author-description  {
		margin: 0 0 8px;
		width: 420px;
	} 
	.single .author-info {
		padding: 0px 20px;
	}

}