/* 

   Style information for the NIH news portal
   http://www.eurekalert.org/nih

*/

/* HEADER STYLES */

      #nih_header {
	    margin: 30px 0px 35px 0px;
		border-bottom: 1px solid gray;
		padding-bottom: 30px;
	  }

	  #nih_header_mobile {
        width: 95%;
		max-width: 600px;
      }

      #nih_header_full {
        display: none;
      }

      #nih_logo_mobile {
        width: 100%;
		height: auto;
	  }

/* "MORE" LINK STYLES */

      div.nihmoreblock {
        width: 90%;
        margin: 10px 0px 30px 0px;
      }

	  a.nihmorelink {
        color: #cb2121;
	    font-weight: bold;
        font-size: 16px;
	  }

	  a.nihmorelink:hover {
        color: #cb2121;
	  }


/* SIDEBAR MENU STYLES */

      #sidebar-content .widget h3.widget-title.nih_blue {
        background: #acccec;
        border-color: #20558a;
      }

	  a.nihmenulink {
	    font-weight: normal;
		color: black;
	  }

	  i.nihchevron {
	    font-size: 11px;
	  }


    @media (min-width: 610px) {

/* HEADER STYLES */

      #nih_header {
	    width: 100%;
	    margin: 30px 0px 35px 0px;
	  }

	  #nih_header_mobile {
        display: none;
      }

      #nih_header_full {
		display: block;
      }
    }
