#error_page #exp_content{
	text-align: center;
}
#exp_header{    
    background-color: #739642; /*#739642;*/
	border: 1px solid #593100;
	color: #593100;
	text-align: center;
	margin-top: .5em;
}
#exp_header span#user_info{
	color: #FFF;
	font-size: 10px;
	position: absolute;
	left: 1em;
	top: 0;
}
#exp_header h1{
	font-size: 2em;
	color: #593100;
	font-weight: bold;
	margin: 5px 0;
}
#exp_header h2{
    color: #593100 !important;
	font-size: 1.2em;
    margin: -.25em 0 0 0 !important;
    padding: .25em;
}
#exp_header li a{
	color: #fff;
	font-weight: bold;
}
#exp_header li.dropdown.open a{
	color: #593100;
	font-weight: bold;
}
#exp_header nav.navbar.navbar-default{	
	border: none;
	margin: 0;
}
#exp_header nav.navbar.navbar-default div.container-fluid{
	background-color: #593100;
}
#exp_header nav.navbar input[type="text"]{
	border-color: #b1bd99;
}
#exp_header nav.navbar button[type="submit"]{
	border-color: #b1bd99;
	color: #593100;
	font-weight: bold;
}
#exp_header nav.navbar ul.dropdown-menu{
	background-color: #eeeedd;
	border-color: #b1bd99;
	text-align: left;
}
#db_index #db_index_subscribe{
	text-align: center;
}
#exp_content{
    min-height: 20em;
}
#exp_content #sorry_not_free{
	text-align: center;
}
#exp_content #sorry_not_free img{
	margin: 0 auto;
}
#exp_content .non_member img{
	margin: 0 auto;
}
#exp_content h1{
    color: #593100;
    font-size: 2em;
	font-weight:bold;
	text-align: center;
}
#exp_content h2{
    color: #593100;
    font-size: 1.5em;
}
#exp_content code{
	color: #009900;
	font-family: helvetica, times;
	font-size: 16px;
}
#exp_content .exp_node_name{
	font-weight: bold;
	text-align: center;
}
#node_breadcrumbs{
	text-align: center;
}
.exp_node_breadcrumb_explain{
	color: #777;
	margin-right: .5em;
}
.exp_node_breadcrumbs{
    background: none;
    margin: 0 0 -1.2em 0;
    padding: 0;
}
.exp_node_breadcrumbs a{
    color: #593100;
}
ul.exp_node_child_link_first_letters{
	list-style-type: none;
	padding-left: 0;
}
ul.exp_node_child_link_first_letters li{
	display: inline;
}
ul.exp_node_child_link_first_letters li a{
	min-width: 1em;
	padding: 2px;
}
#exp_content .exp_element{
    margin: .5em 0;
}
#exp_content .exp_image_element div.exp_image_element_wrapper{
	display: inline-block; /* Keeps caption aligned with responsive image */
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#exp_content .exp_image_element div.exp_image_element_wrapper .img-responsive{ /*fix for Firefox*/
	width: 100%;
}
#exp_content div.panel-info{
	border-color: #b1bd99;
	overflow: auto;
}
#exp_content div.panel-heading{
	background: #eeeedd;
	border-color: #b1bd99;
}
#exp_content h3.panel-title{
	color: #593100;
	font-weight: bold;
}
#exp_content h3.db_index_parent_node{
	background-color: #593100;
	color: #fff;
	margin: 0;
	padding: .5em;
	text-align:	center;
}
#exp_content div.exp_main_index_links ul{
	list-style-type: none;
	padding: 0;
}
#exp_content div.exp_main_index_links ul li{
	margin-top: 1em;
}
#exp_content div.exp_main_index_links ul li a{	
	color: #593100;
	font-size: 1.2em;
	font-weight: bold;
}
#exp_content div.exp_main_index_links ul img.main_index_thumbnail{ 
	width: 50px;
}
#exp_content div.exp_child_links{ /*DELETE AFTER UPDATE*/
	font-size: 1.2em;
}
#exp_content ul.exp_child_links{
	list-style-type: none;
	padding-left: 0;
}
#exp_content ul.exp_child_links li{
	margin: 1em 0;
	min-height: 2em;
}
#exp_content ul.exp_child_links a{
	color: #593100;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 0;
}
#exp_content .exp_child_links img.main_index_thumbnail{ /*DELETE AFTER UPDATE*/
	width: 50px;
}
#exp_content div.exp_child_links_sidebar h2{
	margin-top: 0;
}
#exp_footer{
    background-color: #f5f5f5;
	margin: 1em 0 0 0;
    padding: .5em;
}
#exp_copyright{
    font-size: .8em;
	text-align: center;
}
/* Begin store-specific styles */
#store_breadcrumbs{
	margin-bottom: -1em;
}
#store_breadcrumbs ol.breadcrumb{
	margin-bottom: 0;
}
#store_welcome{
	font-weight: bold;
	text-align: center;
}
#store_index #store_category_list{
	margin: 1em 0 1em 0;
}
#store_index #store_category_list a{
	color: #5D4008;
	font-size: 18px;
}
#store_category h1{
	margin-top: 0;
}
.store_category_item{
	margin-bottom: .5em;
}
.add_message{
	position: relative;
}
.add_message div.alert{
	left: -0.2em;
	min-width: 8em;
	padding: 10px;
	position: absolute;
	top: -3.3em;
}
.add_message div.alert button.close{
	float: left;
	margin-left: -30px;
	margin-top: -10px;
}
.store_item{
	margin-top: 1em;
}
.store_item img.store_item_image{
	border: 1px solid #ccc;
	margin: 1em 0 0 1em;
	padding: 2px;
}
.store_item img.store_item_image:hover{
	border-color: #739642;
}
#store_cart h1{
	margin-top: 0;
}
#store_cart .shopping_cart_item_price,
#store_cart .shopping_cart_item_quantity,
#store_cart .shopping_cart_item_total_price{
	text-align: right;
}
#store_cart td.cart_item_controls button:hover span.glyphicon-plus-sign{
	color: #006600;
}
#store_cart td.cart_item_controls button:hover span.glyphicon-minus-sign{
	color: #ff9900;
}
#store_cart td.cart_item_controls button:hover span.glyphicon-remove-circle{
	color: #cc0000;
}
#store_cart tbody td.cart_item_controls button{
	border-color: #ddd;
	padding: 2px;
}
#store_cart tr#cart_checkout{
	text-align: right;
}
#subscribe #subscription_pricing{
	border: 3px solid #739642;
	margin: 1em;
	padding: 1em;
}
#subscribe #subscription_pricing h4{
	font-weight: bold;
}
/* Begin checkout styles */
#checkout #shipping_info_form_error{
	color: red;
	font-weight: bold;
}
#checkout th.order_summary_item_price,
#checkout th.order_summary_item_total_price,
#checkout th.order_summary_item_quantity,
#checkout td.order_summary_item_price,
#checkout td.order_summary_item_total_price,
#checkout td.order_summary_item_quantity,
#checkout tr#order_summary_sales_tax,
#checkout tr#order_summary_sales_tax,
#checkout tr#order_summary_total_price{
	text-align: right;
}
/* Begin main index page styles */

/*#site_index div.col-md-1,
#site_index div.col-md-2,
#site_index div.col-md-3,
#site_index div.col-md-4,
#site_index div.col-md-5,
#site_index div.col-md-6{
	border: 1px solid red !important;
}*/
#site_index h2{
	/*border: 1px solid red;*/
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	margin: 0 0 1em 0;
	padding: 0 20px 0 20px;
	text-align: center;
}
#site_index #welcome_div {
	margin: .25em 0 0 0;
}
#site_index #welcome_div span{
	display: inline-block;
}
#site_index #welcome{
	color: #739642;
	font-size: 18px;
}
#site_index #welcome_buttons{
	text-align: center;
}
#site_index #welcome_buttons button{	 
	border: none;
	/*border-right: 1px solid #000;*/
	/*border-bottom: 1px solid #000;*/
	box-shadow: 3px 3px 3px 3px #000;
	font-size: 13px;
	font-weight: bolder;
	margin-bottom: 1em;
	text-align: center;
	width: 10em;
}
#site_index #enter_guest_button{
	margin-top: 3px;
}
#site_index div#subscribe_blurb{
	background-color: #739642;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	padding: 1em 1em 0.75em 1em;
	text-align: center;
}
#site_index #dragonfly_div{
	text-align: center;
}
#site_index img#dragonfly{
	height: 118px;
	margin: 0 auto;
}
#site_index div#main_links{
	text-align: center;
	margin: 0 0 .5em 0;
}
#site_index div#main_links a{
	background-image: url('/images/lady_bug_29.png');
	background-repeat: no-repeat;
	color: #739642;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	padding: .25em .25em .25em 34px;
}
#site_index div.link_list_wrapper{
	/*border: 1px solid blue;*/
	display: inline-block;
	text-align: left;
	width: auto;
}
#site_index #left_column {
	padding-left: 2em;
}
@media (max-width: 767px) {
	#site_index #left_column,
	#site_index #middle_column{
		padding-left: 30%;
	}
}
#site_index ul.link_list_items{
	/*border: 1px solid red;*/
	display: inline-block;
	list-style-type: none;
	padding: 0;
}
#site_index ul.link_list_items li.link_list_item a{
	color: #739642;
	font-weight: bold;
}
#site_index div.featured_item{
	padding:1em;
	margin: .5em 0;
}
#site_index div.featured_item img{
	margin: 0 1em .5em 0;
}
#site_index h4.featured_item_title{
	color: #FFF;
	font-size: 16px;
	margin: -.75em -.75em .5em -.75em;
	padding: 0.5em 1em;
	text-align: center;
}

/* Begin Animals page styles */
#animals h1#db_index_title{
	font-size: 24px;
}
#animals div.exp_animal_phylum_blocks_row{
	/*border: 1px solid blue;*/
}
@media (min-width: 992px){
	#animals div.exp_animal_phylum_blocks_row{
		display: flex;
	}
}
#animals div.exp_animal_phylum_block_wrapper{
	/*border: 1px solid red;*/
}
@media (min-width: 992px){
	#animals div.exp_animal_phylum_block_wrapper{
		display: flex;
	}
}
#animals div.exp_animal_phylum_block{
	margin-bottom: .5em;
	padding: 0;
	width: 100%;
}
#animals div.exp_animal_phylum_block_header{
	/*min-height: 5em;*/
}
@media (min-width: 992px){
	#animals div.exp_animal_phylum_block_header{
		min-height: 5em;
	}
}
#animals div.exp_animal_phylum_block h3{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}
#animals div.exp_animal_phylum_block h4{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
}
#animals div.exp_animal_phylum_block h5{
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0 20px;
	text-align: left;
}
#animals div.exp_animal_phylum_block a.animal_phylum_row{
	border: 2px solid #fff;	
	border-radius: 5px;
	clear: both;
	display: block;
	margin: 5px 5px 5px 1em;
	padding: 2px;
}
#animals div.exp_animal_phylum_block a.animal_phylum_row:hover{
	border: 2px solid #dddddd;
}
#animals div.exp_animal_phylum_block a.animal_phylum_row img{
	/*border: 1px solid green;*/
	margin-right: 10px;
	vertical-align: top;
	width: 50px;
}
#animals div.exp_animal_phylum_block a.animal_phylum_row p{
	display: inline-block;
}
#animals div.exp_animal_phylum_block a.animal_phylum_row span.animal_phylum_row_name{
	color: #593100;
	font-size: 16px;
	font-weight: bold;
}
#animals div.exp_animal_phylum_block a.animal_phylum_row span.animal_phylum_row_class{
	color: #000;
}
#animals div.panel{
	margin: 1em 0 0 0;
}
#animals div.panel div.panel-heading{
	color: #593100;
	font-size: 16px;
	font-weight: bold;
}
#animals a.animal_list_link{
	border: 2px solid #fff;
	border-radius: 5px;
	display: inline-block;
	padding: 3px;
	width: auto;
}
#animals a.animal_list_link:hover{
	border: 2px solid #593100;
	text-decoration: none;
}
#animals a.animal_list_link span.animal_list_thumbnail{
	display: inline-block;
	text-align: right;
	width: 80px;	
}
#animals a.animal_list_link span.animal_list_title{
	color: #593100;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-left: .5em;
	vertical-align: top;
}
#animals_list #animal_list_header{
	text-align: center;
}
#animals_list #animal_list_header img{
	margin: 0 auto;
}
#animals_list div.animal_list_index{
	margin-top: .25em;
	text-align: center;
}
#animals_list div.animal_result_list_item{
	margin: .5em 0 0 13%;
}
#animals_list div.animal_result_list_item a{
	color: #593100;
	font-size: 16px;
	font-weight: bold;
}
/* Begin Search Results styles */
#search_results h3{
	text-align: center;
}
#search_results div.search_result_item{
	border-top: 1px solid #BBB;
	margin: .25em 0 0 0;
}
#search_results div.search_result_item a{
	color: #593100;
}
#search_results div.search_result_thumbnail img{
	width: 50px;
}
#search_results span.search_result_highlight{
	background-color: #FFFF66;
}
#search_results nav.pagination_wrapper{
	text-align: center;
}
#search_results ul.pagination li a{
	color: #593100;
}
#search_results ul.pagination li.active a{
	background-color: #FFFF66;
	border-color: #FFFF66;
}
/* Begin Login styles */
#login #login_form{
	margin: 0 0 1em 0;
	padding-right: 6em;
}
#login #login_error,
#login div.user_edit_error{
	color: red;
	font-weight: bold;
}
#login #login_rules{
	border: 2px solid #739642;
	margin-top: 1em;
	padding: .5em;
}
/* Begin Subscription styles */
#subscribe #renew_subscription_form,
#subscribe #change_subscription_form{
	display: inline;
	margin-right: 1em;
}
#subscribe #choose_subscription_form #num_schools{
	width: 4em;
}