/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */


 .news_letter_input{
   width: 146px; 
   padding-left: 0; 
   padding-right: 0;
   margin-left: 0;
   margin-right: 0;
 }


/* GLOBAL RESETS AND SETTINGS */


.grecaptcha-badge{
  visibility: collapse !important;  
}

#newsletter_recaptcha iframe {
  max-width: 150px !important;
}

.all-width{
    width: 100%;
}

.bottom2 {
    padding-top: 10px;
    clear: both;
    text-align: center;
    font-size:11px;
}

.outermost2 {
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
    margin-top: 5px;
    width: 1020px;
}

.content_area2 {
    /* border: solid white 1px; */
    width: 1000px;
    /*height: 800px;*/
    padding: 1%;
    float: left;
}

.image-gallery{
    width: 979px;
    height: 630px;
    text-align: center;
    /*line-height: 25em;*/
}

.image-class{
    max-width: 100%;
    max-height: 100%;
    /*display:block;
    margin:auto;
    vertical-align: middle;*/
}

.content_block_frontpage2 {
    /* border: solid grey 1px; */
    height: 98%;
    width: 98%;
    background: #3e3e3e;
    padding: 1%;
    float:left;
}

.center-align{
    text-align: center;
    line-height: 20px;
    position: relative;
}

.rotate90 {
    transform-origin: top left;
    /* IE 10+, Firefox, etc. */
    -webkit-transform-origin: top left;
    /* Chrome */
    -ms-transform-origin: top left;
    transform: rotate(90deg) translateY(-130%);
    -webkit-transform: rotate(90deg) translateY(-130%);
    -ms-transform: rotate(90deg)  translateY(-130%);
    max-width: 623px;
    //max-height: 397px;
}


body {
  font-size: 13px; 
  font-family: sans-serif; 
  padding: 0px; 
  margin: 0 auto; 
  color:white; 
  background-color: #000000;
  }

em {
  font-style: normal;
}

a {
  text-decoration: none;
  color: white;
  }

a:hover {
  text-decoration: underline;
  }

img {
  border: 0px;
}

p {
  padding: 0px;
  margin:0px;
}

table {
  border-spacing: 0px 0px;
  padding: 0px;
  margin: 0px;
}
  
ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
    
tr {
  vertical-align: top;
}

td {}



/* DIV STYLING */

/*div#outermost {
  margin-left: auto;
  margin-bottom: 0px;
  margin-right: auto;
  margin-top: 28.75px;
  width: 1035px;
}*/
  
div#outermost {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 25px;
	width: 940px;
}
div#top {
  height: 70px;
  }
  
div#logo {
  float: left;
  font-family: Verdana, Helvetica, Arial, sans-serif; 
  font-size:25px;
  }
  
div#logo_encyclo {
  float: left;
  font-family: Verdana, Helvetica, Arial, sans-serif; 
  font-size: 20px;
  }


div#account {
  margin-top: 7px;
  float: right;
  }


div#middle {
  clear: both;
  margin-top:5px;
  }
  
div#left_bar {
  width: 215px;
  float: left;
  }
  
div#left_nav_bar {

  }
  

div#left_bottom_widget {

  }
  
div#left_bottom_widget2 {

  }

#left_bar label {
  margin-top: 5px;
  }
  
  
div#content_area {
  /* border: solid white 1px; */
  width: 725px;
  float: left;
  }






div#content_block {
  /* border: solid grey 1px; */
  padding: 6px;                
  background: #3e3e3e;
  margin-bottom: 10px;
  }
  
div#content_block_frontpage {
  /* border: solid grey 1px; */
  background: #3e3e3e;
  padding: 6px;
  float:left;
  }
  
div#object_detail {
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  width: 410px;
}


div#pagination {
  margin-top: 15px;
  }
  
div#bottom {
  padding-top: 20px;
  clear: both;
  text-align: center;
  font-size:11px;
  }
  
/* BY DIV SPECIFIC STYLINGS */
  
#pagination p {
}


form p {
  margin-top: 10px;
}


#left_nav_bar p {
  padding-bottom: 16px;
}

#buttons a {
  padding: 5px;
  margin-left: 10px;
  margin-bottom: 2px;
  margin-top: 2px;
  margin-right: 15px;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

#buttons a:hover {
  text-decoration: none;
  color: black;
  background-color: white;
}

#image_matrix img {
  margin: 0px;
}

#encyclo_detail image {
  float: right;
  margin-right: 2px;
  margin-left: 5px;
  margin-top: 2px;
}
  
#object_detail img {
  margin: 4px;
}

#object_detail td {
  padding-bottom: 6px;
    }


/* CLASSES */

.active_nav {
  font-weight: bold;
  text-transform: uppercase;
}

.left_bottom_widget {
  padding-left: 5px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-top: 5px;
  margin-top: 20px;
  width: 150px;
  background-color: #3e3e3e;
  border: solid #3e3e3e 1px;
}
  
.widget_title {
  font-weight: bold;
  margin-bottom: 5px;
  color: red;
}

.content {
  margin-bottom: 10px;
  color: #bebebe;
}

.content-link {
    width: 100%;
    text-align: center;
    font-size: 15px;
}


.small {
font-size:11px;
}

.text-lg
{
    font-size: 30pt;
}

.text-md{
    font-size: 22pt;
}

.text-sm{
    font-size: 16pt;
}

.large {
font-size:14px;
}

.listing_header {
font-weight: bold;
}

.detail_title {
font-weight: bold;
font-size: 14px;
}

.more_info {
float: right;
font-size: 9px;
font-style: italic;
}

.current {
  font-weight: bold;
  text-transform: uppercase;
}

.red {
  color: red;
}

.blue {
    color: deepskyblue;
}

.red_bold {
  color: red;
  font-weight: bold;
}

.grey {
  color: #a4a4a4;
}

.light_grey {
  color: #b1b1b1;
}

.white {
  color: white;
}

.half_line {
  line-height: 6px;
}

.active_button {
  color: black;
  background-color: white;
}

.height {
  min-height: 220px;
}

.center {
  text-align: center;
}
.col1{
	color: #e94545;
	height: 550px;
	width: 262px;
	float: left;
}

.col2{
	float: left;
	width: 219px;
	height: 680px;
}

.col3{
	float: left;
	width: 232px;
	height: 550px;
}

.image_col_left{
	height: 170px;	
}
.middle_image{
	margin: 80px 0px 80px 0px;
}
.image_col_right_top{
	height: 265px;
	float: right;
}
.image_col_right_bottom{
	height: 265px;
	margin-top: 150px;
	float: right;
}

.text_box{
	height: 265px;	
}

.text_box_bottom{
	margin-top: 70px; 
}
.inline_p{
	display: inline;
}

 
ol#tabs {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#tabs li {
    background: #323232;
    float: left;
    margin: 0 2px 0 0;
    padding-left: 0px;
}

ol#tabs a {
    color: white;
    float: left;
    line-height: 2em;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    font-weight: bold;
}

ol #tabs a.hover {
  text-decoration: underline;
  }

/* ol#tabs li.active {
   background-color: #3e3e3e; 
  font-weight: bold;
}*/

ol#tabs li a.active {
    background-color: #3e3e3e;
    /* color: #fff; */
    /* font-weight: bold; */
}

div.tabs_content {
    /* border: #48f solid 2px; */
    clear: left;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
  background: #3e3e3e;    
}

div.tabs_content.inactive {
  display: none;
}
