@charset "UTF-8";
/* CSS Document */

#animal_facts{ 
	position: relative;
	z-index: 1;
}

#animal_facts > .categories .wrapper { 
	width: 900px;
}
#animal_facts > .categories .wrapper .category {
	width: 160px;
	padding: 10px;
	text-align: center;
	word-wrap: break-word;
}

#animal_facts > .categories .wrapper .category > .animals{ display: none; }
#animal_facts > .animals{ position: absolute; list-style: none; }

#animal_facts > .categories .wrapper .category > a { display: block; }


#animal_facts .sidebar {
	position: relative;
	padding: 0 3%;
	width: 11%; 
	float: left;
}
#animal_facts ul.vertical_thumbs {
	/*font-family: Verdana, Geneva, sans-serif;*/
	list-style: none;
	list-style-type: none;
	text-align: center;
	margin: 0; padding: 0;
}
#animal_facts ul.vertical_thumbs li.thumb { text-align: center; }
#animal_facts ul.vertical_thumbs li.thumb + li.thumb { margin-top: 10px; }
#animal_facts ul.vertical_thumbs li.thumb .name {margin: 0 auto; width: 75%; font-weight: bold;}
#animal_facts ul.vertical_thumbs li.thumb > a { display: block; border: none; }
#animal_facts ul.tabbed li.tab .tab_link { display: block; padding: 10px 20px; }
#animal_facts ul.tabbed li.tab a { color: #fff; text-decoration: none !important; }

#animal_facts > .resident_tabs {	text-align: right;	}
#animal_facts > .resident_tabs ul {	margin: 0; padding: 0;	}
#animal_facts > .resident_tabs li {	list-style: none; display: inline-block; *display: inline; zoom: 1;	}

#animal_facts .sidebar + .header > .clear{	display: none;  }
#animal_facts .sidebar + .header,
#animal_facts .sidebar + .header + .body {	margin-left: 17%; }


#animal_facts > .content > .header { text-align: center; }

#animal_facts > .content > .header > .images,
#animal_facts > .content > .header > .range { display: inline-block; *display: inline; zoom: 1; }

#animal_facts > .content > .body .attribute.extra_line{ margin-bottom: 1em; }
#animal_facts > .content > .body .attribute > strong + p{ margin-top: 0; }
#animal_facts > .content > .body .attribute > p:last-child{ margin-bottom: 0; }

#animal_facts > .content .name .exctinction_status{ float: right; font-size: 12px; }
#animal_facts > .content .name .exctinction_status > a.all{ float: right; }
#animal_facts > .content .name .exctinction_status a{
	text-decoration: none !important;
	cursor: pointer;
}
#animal_facts > .content .name .exctinction_status > .icons > a.status{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 1.1em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    width: 2em;
	border: 1px solid;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
#animal_facts > .content .name .exctinction_status > .icons > a.status.current{color: white; border: 1px solid white; background-color: black;}
#animal_facts > .content .name .exctinction_status > .popup{
	display: none; 
	font-weight: normal;
    background-color: #FFFFFF;
    border: 2px solid;
    margin: 1em 0 0;
    width: 50%;
    padding: 0.5em 1em;
    position: absolute;
    right: 0;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	z-index: 10000;
}
#animal_facts > .content .name .exctinction_status > .popup .close{
	float: right;
	font-size: 1.25em;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
}
#animal_facts > .content .name .exctinction_status > .popup .status{
	font-size: 1.25em;
    font-weight: bold;
	margin: 0;
}
#animal_facts > .content .name .exctinction_status > .popup ul.content{ padding: 0; margin: 0; }
#animal_facts > .content .name .exctinction_status > .popup ul.content li{ display: none; list-style: none; }
#animal_facts > .content .name .exctinction_status > .popup ul.content.all li,
#animal_facts > .content .name .exctinction_status > .popup ul.content li.current{ display: block; }
#animal_facts > .content .name .exctinction_status > .popup ul.content li label{ font-weight: bold; }
#animal_facts > .content .name .exctinction_status > .popup ul.content.all li + li{ padding-top: 0.5em; }