body {
  background: url('../img/cover/bodybg.jpg');
  line-height: 1;
  font-family: 'proxima-nova-n4', "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
}
strong {
  font-weight: normal;
}
#wrapper {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  top: 60px;
}
#wrap {
  box-shadow: 0 5px 10px 0 #111111;
  background-color: #242424;
}
header {
  position: relative;
  z-index: 5;
}
header .h {
	background-image: url('../img/h/bg.png');
	background-repeat: repeat-x;
  height: 30px;
}
header .h_a {
  height: inherit;
  float: left;
  padding: 0 15px 0 10px;
  /*border-bottom-right-radius: 5px;*/
  line-height: 30px;
  vertical-align: middle;
  background-color: rgba(232, 232, 232, 0.15);
}
header #h_navmsu {
	background-image: url('../img/h/bg_a.png');
	background-repeat: repeat-x;
  color: #fff !important;
}
header .h_nava {
  background-color: #698a5f !important;
  color: #fff !important;
}
header .h_a span.pipe {
	color: #fff;
	font-size: 15pt;
	margin: 0 .6em;
}
header .h nav {
  float: left;
  height: inherit;
  margin-left: 38px;
}
header .h nav a {
  display: block;
  background-color: rgba(232,232,232,0.15);
  text-transform: uppercase;
  float: left;
  height: inherit;
  padding: 0 15px;
  color: #000;
  text-decoration: none;
  line-height: 30px;
  vertical-align: middle;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  transition: color 0.15s, background-color 0.15s;
  -moz-transition: color 0.15s, background-color 0.15s;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  font-size: 88%;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  margin-left: -1px;
}
header .h nav a:hover {
  background-color: rgba(232,232,232,0.75);
}
/*header .h nav a.h_navsw {
  background-color: rgba(239,224,157,0.75);
}*/
header .h nav a.h_navsw:hover {
  background-color: rgba(105, 138, 95, 0.3) !important;
}
#MSUheader {
  top: -60px;
  position: absolute;
  width: 100%;
}

.pulse1 {
  -webkit-animation: pulse1 3s linear infinite;
  -moz-animation: pulse1 3s linear infinite;
  -ms-animation: pulse1 3s linear infinite;
  animation: pulse1 3s linear infinite;
}
@keyframes "pulse1" {
 0% {
    background-color: rgba(105, 138, 95, 0.0);
 }
 50% {
    background-color: rgba(105, 138, 95, 0.3);
 }
 100% {
    background-color: rgba(105, 138, 95, 0.0);
 }
}
@-moz-keyframes pulse1 {
 0% {
    background-color: rgba(105, 138, 95, 0.0);
 }
 50% {
    background-color: rgba(105, 138, 95, 0.3);
 }
 100% {
    background-color: rgba(105, 138, 95, 0.0);
 }
}

@-webkit-keyframes "pulse1" {
 0% {
    background-color: rgba(105, 138, 95, 0.0);
 }
 50% {
    background-color: rgba(105, 138, 95, 0.3);
 }
 100% {
    background-color: rgba(105, 138, 95, 0.0);
 }
}

@-ms-keyframes "pulse1" {
 0% {
    background-color: rgba(105, 138, 95, 0.0);
 }
 50% {
    background-color: rgba(105, 138, 95, 0.3);
 }
 100% {
    background-color: rgba(105, 138, 95, 0.0);
 }
}



header .n nav {
  /*background: url('../img/h/nav_bg.png') repeat-x;*/
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  border-top: 3px solid #84ae78;
  box-shadow: 0 2px 3px 0 #111;
  position: absolute;
}
header .n nav a {
  display: block;
  float: left;
  padding: 2px 12px;
  border-right: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  line-height: 16px;
  vertical-align: middle;
  transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  background: url('../img/h/nav_bg.png') no-repeat;
}
header .n nav a.bgl {
  background-position: left top;
}
header .n nav a.bgr {
  background-position: right top;
  border-right: 0px solid transparent !important;
}
header .n nav a.bgc {
  background-position: center top;
}
header .n nav a.bga {
  background-image: url('../img/h/nav_bg_a.png') !important;
}
header .n nav a:hover {
  text-decoration: underline;
}
header .n nav.n_p_journalists {
  left: 260px;
}
header .n nav.n_p_btn {
  left: 440px;
}
header .n nav.n_p_talk {

}
header .n nav.n_p_photos {

}
header .s {
	background-repeat: no-repeat;
	background-image: url('../img/h/s_a.png');
	background-position: left top;
	width: 183px;
	height: 23px;
  margin-right: 18px;
  margin-top: 3px;
	float: right;
}
header .s input {
	border: none;
	background-color: #fff;
	color: #000;
	width: 134px;
	margin-top: 3px;
	margin-left: 13px;
	font-size: 12px;
  height: 15px;
	outline: none;
  float: left;
}
header .s button {
	background-image: url('../img/h/s_b.png');
	background-color: transparent;
	float: right;
	width: 23px;
	height: 23px;
	cursor: pointer;
	border: none;
}
header .s button span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
header .h .social {
  position: absolute;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0 39px 0 0;
  z-index: 1;
  right: 0;
  padding: 4px;
  border: 1px solid rgba(0,0,0,0.08);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
}
header .h .social a {
  color: #000;
  text-decoration: none;
}
header .h .social a:hover {
  color: #69f;
}
header .h .social img {
  vertical-align: middle;
  margin: 0 3px;
}
header .h .social span {
  margin: 0 3px;
}
.hide {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
}
.hideo {
    position: absolute;
    top: -999em !important;
}
#section_wrapper {
  background-color: #242424;
  min-height: 605px;
}
.headtext {
  text-transform: uppercase;
  font-size: 100%;
  display: block;
  text-decoration: none;
  font-family: 'proxima-nova-n2', "proxima-nova", sans-serif;
  font-weight: 200;
}
.headtext strong {
  font-weight: 800;
  font-family: "proxima-nova-n8", "proxima-nova", sans-serif;
}
.tst {
  display: block;
}
.headtext h1, .headtext h2 {
  font-weight: inherit;
}
.strip {
  background-image: url('../img/strip/bg.png');
  padding: 4px 0;
  overflow: hidden;
  height: 107px;
}
.stripparent {
  position: relative;
}
.strip a {
  float: left;
  overflow: hidden;
  height: inherit;
  width: 159px;
  margin: 0 3px;
  color: #fff;
  text-decoration: none;
  position: relative;
  /*background-image: url('../img/strip/bg_a.png');*/
}
.strip a h2 {
  padding: 0 2px;
}
.strip a .imgSlideDown {
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.featurestrip {
  width: 990px;
  margin-left: 17px;
}
.featurestrip .striptitle {
  color: #eee;
  background: url('../img/strip/headbg.jpg') repeat #525150;
  padding: 3px 11px 0;
  height: 20px;
  position: relative;
  font-size: 150%;
  letter-spacing: 2px;
  border-top: 1px solid #746e67;
  border-left: 1px solid #746e67;
  border-right: 1px solid #3e3d38;
  border-bottom: 1px solid #3e3d38;
}
section .featurestory {
  position: relative;
  display: block;
  text-decoration: none;
}
section .headCat {
  background-image: url('../img/strip/bg.png');
  position: absolute;
  top: 80px;
  left: 18px;
  width: 963px;
  display: block;
  font-size: 140%;
  text-transform: uppercase;
  line-height: 58px;
  padding: 0 10px;
  z-index: 2;
}
section .headCat a, section .headCat span {
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  margin: 0 5px;
}
section .headCat strong {
  vertical-align: middle;
  color: #fff;
  opacity: 0.4;
}
section .story .sl {
  float: left;
  width: 480px;
}
section .story .sr {
  float: right;
  width: 439px;
}
section .story {
  padding-top: 23px;
  padding-left: 23px;
  padding-bottom: 23px;
  padding-right: 14px;
}
section .story .sl .st * {
  margin-bottom: 20px;
  font-size: 11pt;
  line-height: 1.3em;
  letter-spacing: 0.01em;
}
section .story .sl .st br, section article .sbody br {
  line-height: 0;
  margin: 10px 0 0;
}
section .story .sl .st ol, section article .sbody ol {
  margin-left: 40px;
  list-style-type: decimal;
}
section .story .sl .st ul, section article .sbody ul {
  margin-left: 40px;
  list-style-type: disc;
}
section .story .sl .pubDate, section .story .sl .author {
  display: block;
  margin: 7px 0;
}
#subscribeLink {
  margin-right: 17px;
}
.nosel {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.move {
  left: -9999px !important;
  position: absolute !important;
}
.wf-loading {
  visibility: hidden;
}
section .story .sl .st strong {
  font-weight: 700;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
}
#commentsDiv {
  margin-bottom: 20px;
}
#ontheweb {
  margin: 20px 0;
}