/*
Theme Name:     Responsive-Library (Responsive Child)
Description:    Child theme for the Responsive theme
Author:         Anson W. Han
Template:       responsive
Version:        1.9.0.1
*/

@import url("../responsive/core/css/style.css");
@import url("../responsive/core/css/responsive.css");

#content, #content-blog, #content-full {
margin-top: 0px;
}

#widgets {
margin-top: 20px;
}

.breadcrumb-list {
padding: 20px 0 0 0;
}

h1 {
margin-bottom: .25em;
}

p {
margin-top: 0;
}

sup {
  font-size: 75%;
  position: relative;
  top: -2px;
}

.nota-bene {
  font-style:italic;
  color:#990000;
  font-size: 1em;
}

#logo a img {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}



.post-data .hanging-indent-list {
    padding-left: 22px ;
    text-indent: -22px ;
}
.post-data .hanging-indent-list a {
  text-decoration:none;
  font-style: italic;
}
.post-data .hanging-indent-list a:hover {
  border-bottom: 1px dotted #ccc;
  color: #990000;
}

.learning-tool-system-requirement {
  font-style: italic;
  font-size: 10px;
  text-align: right;
  border-top: 1px solid #000;
  padding-top:10px;
  margin-top:10px;
  clear:both;
}

#user-input-matrix {
}

.page-template-page-parent-toc-index-php .st_facebook_buttons, .page-template-page-parent-toc-index-php .st_twitter_buttons, .page-template-page-parent-toc-index-php .st_email_buttons, .page-template-page-parent-toc-index-php .st_sharethis_buttons {
  display: none;
  visibility: hidden;
}

  .front-page #widgets {
    clear: both;
  }


@media all and (max-width:499px) {
  #logo {
    width: 280px;
    height: auto;
    margin: 5px auto;
    clear:both;
  }
  h1 {
    font-size: 1.25em;
  }
  h2 {
    font-size: 1.15em;
  }
  #widgets {
    display: none;
    visibility: hidden;
  }
  #footer-wrapper {
    font-size: 0.8em;
  }
  .post-data {
    font-size: 0.85em;
  }
}

@media all and (min-width:500px) {
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.4em;
  }
}

@media all and (max-width:469px) {
  #menu-item-247 {
    display: none;
    visibility: hidden;
  }
  #menu-item-248 a {
    border-left: none;
    padding-left: 4px;
  }
  #logo {
    width:100%;
    max-width: 300px;
    height: auto;
    margin: 10px 0;
  }
  .mobile-menu {
    clear: both;
    width: 100%;
  }
  #wrapper {
    margin-top: 10px;
  }
  .featured-title {
    font-size: 28px;
    padding-top:5px;
  }
  .call-to-action {
    margin-bottom:10px;
  }
  .homepage-image {
    max-width:450px;
    width:90%;
    box-shadow: 10px 10px 5px #888888;
  }
}
@media all and (min-width:470px) {
  #logo {
    width: 300px;
    height: auto;
    margin: 10px 0;
    float: left;
  }
  .mobile-menu {
    margin-top:10px;
    display: block;
    float: right;
    width: 100px;
  }
  #wrapper {
    margin-top: 20px;
  }
  .featured-title {
    font-size: 36px;
  }
  .homepage-image {
    max-width:450px;
    width:90%;
    box-shadow: 10px 10px 5px #888888;
  }
}
@media all and (min-width:580px) {
  .featured-title {
    font-size: 40px;
  }
}
@media all and (max-width:649px) {
}
@media all and (min-width:650px) {
}
@media all and (min-width:700px) {
  .featured-title {
    font-size: 44px;
  }
}
@media all and (max-width:749px) {
  #menu-main-menu {
    display:none;
    visibility:hidden;
  }
}
@media all and (min-width:750px) {
  .mobile-menu {
    display:none;
    visibility:hidden;
  }
  .featured-title {
    font-size: 48px;
  }
}
@media all and (min-width:900px) {
.featured-title {
    font-size: 56px;
  }
}
@media screen and (min-width: 650px) and (max-width: 980px) {
  .front-page #featured.grid.col-940 {
    width: 100%;
    display:block;
    float:left;
  }
  .front-page #featured .grid.col-460 {
    width: 48%;
    margin-right:2px;
    float: left;
  }
}
@media all and (min-width:980px) {
  #featured-image {
    width: 48%;
  }
  .homepage-image {
    max-width:450px;
    width:90%;
    box-shadow: 10px 10px 5px #888888;
  }
}

/**************** footer ****************/

#footer-wrapper .grid {
  margin-bottom: 5px;
}

.footer-menu {
  margin: 0 1.5em 0 0;
}