/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 1.5em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
    cursor: pointer;
    display: none;
}
@media screen and (max-width: 600px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
    }

    .main-navigation ul {
        display: none;
    }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/******************** Variables ********************/
body {
  /*background: #f8f7fb;*/
}

.container {
    max-width: 1000px;
}

#masthead {
  width: 1019px;
  margin: 0 auto 0; }

#site-navigation {
  height: 35px;
  background: #192c3f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #192c3f 50%, #101b25 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #192c3f), color-stop(50%, #101b25));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #192c3f 50%, #101b25 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #192c3f 50%, #101b25 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #192c3f 50%, #101b25 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #192c3f 50%, #101b25 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#192c3f', endColorstr='#101b25',GradientType=0 );
  /* IE6-9 */ }
  #site-navigation #menu-main-nav li {
    border-right: solid 1px #465563;
    padding: 9px 20px;
    height: 35px; }
    #site-navigation #menu-main-nav li a {
      color: #eeeeee;
      font-size: 12px; }
  #site-navigation .menu-login-sign-up-container {
    float: right; }
    #site-navigation .menu-login-sign-up-container li {
      font-size: 12px;
      margin: 9px 0;
      padding: 0 12px; }
      #site-navigation .menu-login-sign-up-container li:first-child {
        border-right: 1px solid #eeeeee; }
      #site-navigation .menu-login-sign-up-container li a {
        color: #eeeeee; }
  #site-navigation #shopping_cart {
    float: right;
    width: 36px;
    height: 24px;
    background: url("../images/cart.png") no-repeat;
    margin: 9px 32px; }
    #site-navigation #shopping_cart span {
      float: right;
      color: #eeeeee;
      font-size: 12px; }

#anatomy_expert_header {
  position: relative;
  background: url("../img/anatomyExpert_header.png") no-repeat;
  height: 455px; }
  #anatomy_expert_header #search_area {
    position: absolute;
    top: 250px;
    left: 260px; }
    #anatomy_expert_header #search_area #likes {
      margin-top: 10px; }
  #anatomy_expert_header input[type="text"] {
    width: 415px; }
  #anatomy_expert_header button {
    height: 25px;
    vertical-align: middle;
    box-shadow: none;
    border: none;
    color: #eeeeee;
    padding: 3px 15px;
    font-size: 13px;
    background: #192c3f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #192c3f 50%, #101b25 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #192c3f), color-stop(50%, #101b25));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #192c3f 50%, #101b25 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #192c3f 50%, #101b25 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #192c3f 50%, #101b25 50%);
    /* IE10+ */
    background: linear-gradient(to bottom, #192c3f 50%, #101b25 50%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#192c3f', endColorstr='#101b25',GradientType=0 );
    /* IE6-9 */ }

#content {
  background: #ecebf5;
  width: 1019px;
  margin: 0 auto 0; }
  #content .col-md-6 {
    padding: 0; }

.widget-container {
  width: auto;
  height: 160px;
  padding: 10px;
  border: dashed 1px #c2c2c9;
  margin-bottom: 10px; }

.entry-header {
  background: #c8d0d9;
  padding: 10px 10px 0;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0; }

.entry-title a {
  color: #333333;
  font-weight: 600;
  font-size: 18px; }
  .entry-title a:hover {
    color: #333333; }
  .entry-title a:visited {
    color: #333333; }

.entry-meta {
  font-size: 12px;
  color: #7a7c7d; }
  .entry-meta a {
    color: #7a7c7d; }
    .entry-meta a:hover {
      color: #7a7c7d; }
    .entry-meta a:visited {
      color: #7a7c7d; }

.entry-content {
  margin: 0 !important;
  padding: 20px 10px 10px;
  background: #fff; }

.hentry {
  margin-bottom: 15px !important; }

article footer {
  width: auto; }

#search_post {
  height: 45px;
  background: url("../img/single-page-logo.png") no-repeat 15px 20px;
  margin-bottom: 30px;
  padding-left: 210px;
  padding-top: 15px; }

  #search_post button, #structure_search button, .button {
    height: 25px;
    vertical-align: middle;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    color: #eeeeee;
    padding: 3px 15px;
    font-size: 13px;
    background: #192c3f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #192c3f 50%, #101b25 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #192c3f), color-stop(50%, #101b25));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #192c3f 50%, #101b25 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #192c3f 50%, #101b25 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #192c3f 50%, #101b25 50%);
    /* IE10+ */
    background: linear-gradient(to bottom, #192c3f 50%, #101b25 50%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#192c3f', endColorstr='#101b25',GradientType=0 );
    /* IE6-9 */ }
  #search_post input[type="text"] {
    width: 700px;
    margin-right: 10px; }

.comments-title {
  background: #fff;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 8px 5px; }

footer {
  width: 1019px;
  background: #ecebf5;
  margin: 0 auto 0; }
  footer .widget-container {
    float: left;
    width: 24%;
    margin-right: 13px; }
    footer .widget-container:last-child {
      margin-right: 0; }
  footer.entry-meta {
    background: #c8d0d9;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    padding: 5px 10px;
    width: auto; }
    footer.entry-meta a {
      color: #7a7c7d; }






body {
    /*background-color: #eeecf7;*/
    color: black;
}

h1
{
    font-size: 22px;
    font-weight: bold;
    /*padding-top: 12px;*/
}

h2, .pseudo_h2, h2.details {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
}

h3, h3.textblock_head {
    font-family: 'Lucida Grande', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    text-align: left;

}


.textblock_detail {
    font-family: 'Lucida Grande', sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
    text-align: left;
}

button {
    color: white;
    background-color: #172C3D;
    margin: 0 4px 0 4px;
}

.structure_menu {
    left: 248px;
}

#structure_search input {
    /*width: 80%;*/
    width: 700px;
    height: 30px;
}

a.view_all
{
    font-size: 10px;
    padding-left: 10px;
}

.browse_column
{
    padding-bottom: 12px;
}


/* WP Overrides */

body
{
    /*background-color: #e7e6f1;*/
    background-color: white;

}

#masthead
{
    width: auto;
}

#search_post input[type="text"]
{
    width: 500px;
}

#structure_search
{

}

.white_bkg
{
    background-color: white;
}

#structure_list
{
    max-height: 314px;
    overflow: auto;
}

ul.letters, ul.media_types
{
    list-style: none;
    -moz-padding-start: 2px;
    -webkit-padding-start: 2px;
    -khtml-padding-start: 2px;
    padding-start: 2px;
}
ul.letters li, ul.media_types li
{
    color: white;
    background-color: #19374b;
    width: 36px;
    float: left;
    text-align: center;
    height: 22px;
    cursor: pointer;
}

ul.media_types li
{
    width: auto;
    padding: 0 17px 0 17px;
}

ul.letters li.active, ul.media_types li.active
{
    border: 1px solid black;
    height: 32px;
    margin-top: -5px;
    padding-top: 5px;

background: #172c3d; /* Old browsers */
background: -moz-linear-gradient(top,  #172c3d 0%, #172c3d 50%, #0d161d 50%, #142533 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#172c3d), color-stop(50%,#172c3d), color-stop(50%,#0d161d), color-stop(100%,#142533)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #172c3d 0%,#172c3d 50%,#0d161d 50%,#142533 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #172c3d 0%,#172c3d 50%,#0d161d 50%,#142533 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #172c3d 0%,#172c3d 50%,#0d161d 50%,#142533 100%); /* IE10+ */
background: linear-gradient(to bottom,  #172c3d 0%,#172c3d 50%,#0d161d 50%,#142533 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172c3d', endColorstr='#142533',GradientType=0 ); /* IE6-9 */

}


.index_table td
{
    padding: 2px;
    font-family: 'PT Sans', sans-serif;
}

.index_table td a
{
    text-decoration: none;
    color: #545D5F;
}

.index_table td a:hover
{
    text-decoration: underline;
    color: #545D5F;
}
#main_info {
    margin-top: 25px;
    margin-bottom: 25px;
}
.info_box {
    padding: 10px;
    border: 1px solid black;
    background-color: white;
    height: 536px;
    width: 470px;
    float: left;
}
#related_images, #related_models {
    float: right;
}

.pseudo_h2 {
    margin-top: 25px;
}
#disclaimer {
    max-width: 800px;
    margin: 50px auto;
}
.disclaimer_head {
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}
.about_us {
    max-width: 800px;
    margin: 0 auto;
}
.page_content {
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.blue-title {
    color: #065f8e;
    font-size: 20px;
    margin-top: 10px;
}
.small-blue-title {
    color: #065f8e;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.media_samples {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}


/*********************** Media Browser ***********************/
.edit_menu_link a
{
    color: black;
}

.edit_menu_link.active a
{
    color: white;
}

#media_container {
    margin-top: 30px;
}
#profile_info {
    margin-bottom: 25px;
}
#profile_info img {
    float: left;
}
#profile_info p {
    float: left;
    margin-left: 5px;
    margin-bottom: 0;
}
#profile_info a {
    color: #666666;
    font-size: 10px;
    margin-left: 5px;
    float: left;
}
#edit_menu {
    list-style: none;
    padding-left: 0;
    width: 136px;
}
#edit_menu li {
    padding: 3px 5px; 
    cursor: pointer;
}
#edit_menu .active {
    color: #eeeeee;
    background: #192c3f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #192c3f 50%, #101b25 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #192c3f), color-stop(50%, #101b25));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #192c3f 50%, #101b25 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #192c3f 50%, #101b25 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #192c3f 50%, #101b25 50%);
    /* IE10+ */
    background: linear-gradient(to bottom, #192c3f 50%, #101b25 50%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#192c3f', endColorstr='#101b25',GradientType=0 );
    /* IE6-9 */     
}
#media_content {
    border-left: 1px solid #aaa;
}
#media_navbar {
    list-style: none;
    background: #fff;
    padding: 2px 2px 2px 10px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 3px #333 inset;
}
#media_navbar li {
    display: inline-block;
    margin-right: 25px;
}
#edit_media input[type="file"] {
    display: inline-block;
}
#edit_media label {
    text-align: right;
    width: 90px;
    margin-right: 10px;
}
#edit_media input {
    margin-bottom: 1em;
}
#edit_media textarea, #edit_media input[text="text"], #id_link {
    width: 83%;
}
#s2id_id_structures, #id_image_name
{
    width: 83%;
}
#edit_media textarea {
    height: 100px;
}
hr {
    width: 100%;
    height: 1px;
    background: #aaaaaa;
}
#media_browser {
    /*width: 100%;*/
}
#media_browser td {
    padding-bottom: 15px;
    position: relative;
}
#preview_image .button {
    width: 75px;
    margin: 10px auto;
    display: block;
}
.edit_hover {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-shadow: 1px 1px 1px #ccc;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 30px;
    font-size: 18px;
    top: 23px;
    left: 1px;
}
.edit_hover a {
    text-align: center;
    display: block;
    color: #333;    
}

#viewer {
    float: left;
    width: 500px;   
}

/*********************** Shopping Cart ***********************/
.cart_table {
    width: 100%;
    margin-top: 20px;
}
.cart_table td {
    padding-bottom: 15px;
}
.first_td {
    width: 250px;
}
.cart_table select {
    width: 150px;
}
.cart_table img {
    float: left;
    margin-right: 10px;
}
.cart_table p {
    font-size: 12px;
}
.price {
    color: #172c3d;
    font-size: 20px;
    text-shadow: 1px 1px 1px #ccc;
}
.total {
    float: right;
}

/*********************** Clear ***********************/
.clear {
    clear: both;
}

.form-row {
	margin: 10px;	
}

.form-row label {
	width: 140px;
}
/* Added by Christopher Collins ---for add space ---*/
.side_bar_add_space_1{
  position: absolute;
  background-image: url("http://new.anatomyexpert.com/wp-content/uploads/2015/08/banner_image-small.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: -314px;
  height: 858px;
  width: 191px;
  right: -190px
}
.side_bar_add_space_2{
  position: absolute;
  background-image: url("http://new.anatomyexpert.com/wp-content/uploads/2015/08/banner_image-small.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: 221px;
  height: 858px;
  width: 191px;
  right: -190px
}

/* ---------------------------------------------*/