/*
Theme Name: USNI News
Theme URI: http://news.usni.org
Author: Unleashed Technologies and USNI
Author URI: http://www.usni.org
Description: Bespoke theme for USNI News.
Version: 0.1.9
Text Domain: usninews
Template: twentytwelve
*/

/* Use stylesheet from parent theme to start */
@import url("../twentytwelve/style.css");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  background: none repeat scroll 0 0 #FFFFFF !important;
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1;
  font-size: 13px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* END RESET */

h1 {
  font-size: 32px;
  color: #9a000a;
  margin-bottom: 15px;
}

h2 {
  font-size: 28px;
  color: #000000;
  margin-bottom: 10px;
}

h3 {
  font-size: 28px;
  color: #000000;
  margin-bottom: 10px;
}

h4 {
  font-size: 20px;
  color: #9a000a;
  margin-bottom: 10px;
}

h5 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
}

h6 {
  font-size: 18px;
  color: #9a000a;
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

h1.entry-title {
  color: #000000;
  font-size: 30px !important;
  font-weight: bold !important;
}

h3.sidebarHeader,
h3.widget-title {
  background-color: #AB0025;
  border-bottom: 3px solid #666666;
  color: #FFFFFF;
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: inherit;
  *line-height: 1.0 !important;
  margin-bottom: 0.8em !important;
  padding: 0.9em 0.9em 0.9em 2.6em;
  text-transform: none;
}

/*
#secondary:nth-child(4n+1) h3.sidebarHeader, #secondary:nth-child(4n+1) h3.widget-title {background:url("img/headerbg_sb1.jpg") no-repeat scroll 0 0;}
#secondary:nth-child(4n+2) h3.sidebarHeader, #secondary:nth-child(4n+2) h3.widget-title {background:url("img/headerbg_sb2.jpg") no-repeat scroll 0 0;}
#secondary:nth-child(4n+3) h3.sidebarHeader, #secondary:nth-child(4n+3) h3.widget-title {background:url("img/headerbg_sb3.jpg") no-repeat scroll 0 0;}
#secondary:nth-child(4n+4) h3.sidebarHeader, #secondary:nth-child(4n+4) h3.widget-title {background:url("img/headerbg_sb4.jpg") no-repeat scroll 0 0;}
*/
/*
h3.sidebarHeader:nth-child(4n+1), h3.widget-title:nth-child(4n+1) {background:url("img/headerbg_sb1.jpg") no-repeat scroll 0 0;}
h3.sidebarHeader:nth-child(4n+1), h3.widget-title:nth-child(4n+2) {background:url("img/headerbg_sb2.jpg") no-repeat scroll 0 0;}
h3.sidebarHeader:nth-child(4n+1), h3.widget-title:nth-child(4n+3) {background:url("img/headerbg_sb3.jpg") no-repeat scroll 0 0;}
h3.sidebarHeader:nth-child(4n+1), h3.widget-title:nth-child(4n+4) {background:url("img/headerbg_sb4.jpg") no-repeat scroll 0 0;}

*/

a {
  color: #9a000a;
}

a:hover {
  color: #6d130b !important;
}

.content p {
  color: #6b6b6b;
}

p:empty {
  display: none;
}

p:target:empty {
  display: none;
}

.post-date {
  margin-bottom: 1em;
}

.date,
.entry-date {
  color: #8f773e;
  font-weight: bold;
}

.updated-date {
  color: #666666;
}

a.more-link {
  font-weight: bold;
  text-decoration: none;
}

.clearMe {
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

i,
em {
  font-style: italic;
}

.chart {
  max-width: 100%;
}

/*body styles - gen*/

h1.site-title a {
  background: url(img/usni_logo.png) no-repeat;
  display: block;
  height: 92px;
  width: 451px;
  text-indent: -99999px;
}

.navHorz ul li a {
  display: block;
  float: left;
}

.navHorz ul li {
  *float: left;
}

#bodyMain {
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*header*/

#wrapper {
  overflow: hidden;
}

#headerTop {
  display: block;
  border-bottom: solid 5px #c3c3c3;
  overflow: hidden;
  background: #a90f19;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MGYxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MDAxMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #a90f19 0%, #90010a 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90f19), color-stop(100%, #90010a));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #a90f19 0%, #90010a 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #a90f19 0%, #90010a 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #a90f19 0%, #90010a 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #a90f19 0%, #90010a 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90f19', endColorstr='#90010a', GradientType=0);
  /* IE6-8 */

  padding: 0 0 1em;
}

#headerTop #navigation.main {
  margin: 0 auto;
  padding: 1em 0 0;
  width: 100%;
}

#headerTop #navigation.main ul li a {
  color: #FFFFFF;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.16em;
  padding: 0 1.4em;
  text-decoration: none;
}

#headerTop #navigation.main ul li a:hover {
  color: #d6d6d6 !important;
  text-decoration: underline;
}

#headerBottomWrapper {
  background: url(img/headerbg.jpg) no-repeat center top;
  clear: both;
  display: block;
  height: 94px;
  border-bottom: solid 10px #666666;
}

#headerBottom {
  width: 100%;
  margin: 0 auto;
}

#headerRight {
  position: relative;
}

#headerRight .search.top {
}

#headerRight .search.top input {
}

#headerRight .search.top submit {
}

#headerLeft {
  float: left;
}

/*sidebar social menu*/

.social.largeIcon {
  display: inline-block;
  margin-bottom: 1.2em;
}

.social.largeIcon ul {
}

.social.largeIcon ul li {
  float: left;
  list-style: none;
}

.social.largeIcon ul li a {
  display: block;
  height: 48px;
  width: 47px;
  text-indent: -99999px;
}

.social.largeIcon ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}

.social.largeIcon ul li a.facebook {
  background: url(img/soc_facebook.png) no-repeat left top;
}

.social.largeIcon ul li a.twitter {
  background: url(img/soc_twitter.png) no-repeat left top;
}

.social.largeIcon ul li a.rss {
  background: url(img/soc_rss.png) no-repeat left top;
}

.social.largeIcon ul li a.sharethis {
  background: url(img/soc_sharethis.png) no-repeat left top;
}

.social.largeIcon ul li a.youtube {
  background: url(img/soc_youtube.png) no-repeat left top;
}

.social.largeIcon ul li a.usni {
  background: url(img/soc_usni.png) no-repeat left top;
}

/*footer social menu*/

.social.smallIcon {
  float: right;
  padding-top: 0.2em;
}

.social.smallIcon ul {
}

.social.smallIcon ul li {
  float: left;
  list-style: none;
}

.social.smallIcon ul li a {
  display: block;
  height: 28px;
  width: 28px;
  text-indent: -99999px;
}

.social.smallIcon ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}

.social.smallIcon ul li a.facebook {
  background: url(img/soc_facebook_small.png) no-repeat left top;
}

.social.smallIcon ul li a.twitter {
  background: url(img/soc_twitter_small.png) no-repeat left top;
}

.social.smallIcon ul li a.rss {
  background: url(img/soc_rss_small.png) no-repeat left top;
}

.social.smallIcon ul li a.sharethis {
  background: url(img/soc_sharethis_small.png) no-repeat left top;
}

.social.smallIcon ul li a.youtube {
  background: url(img/soc_youtube_small.png) no-repeat left top;
}

.social.smallIcon ul li a.usni {
  background: url(img/soc_usni_small.png) no-repeat left top;
}

/*footer*/

#footer.main {
  clear: both;
  display: block;
}

#footerTop {
  background: #d0d0d0;
}

#footerNavWrapper {
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footerNav {
  display: block;
  float: left;
  padding: .6em 0;
}

#footerNav ul li {
  float: left;
}

#footerNav ul li a {
  font-family: verdana, Geneva, sans-serif;
  font-size: 1.1em;
  margin-right: 2em;
  text-decoration: none;
}

#footerNav ul li a:hover {
  text-decoration: underline;
}

#footerBottomWrapper {
  background: #9a000a;
  color: #ffffff;
  height: 80px;
  padding: 15px;
}

#footerBottom {
  clear: both;
  margin: 0 auto;
  width: 100%;
}

#footerBottom a {
  color: #ffffff;
  text-decoration: none;
}

#footerBottom a:hover {
  color: #d6d6d6 !important;
}

#footerBottomLeft {
  display: block;
  float: left;
  width: 40%;
}

span.footerBottomLeft.top {
  display: block;
  text-transform: uppercase;
  margin-bottom: .8em;
}

span.footerBottomLeft.bottom {
  display: block;
  clear: both;
  font-size: 0.8em;
}

#footerBottomRight {
  display: block;
  float: right;
  text-align: right;
  width: 40%;
}

.footerBottomRight.top {
  display: block;
  margin-bottom: .8em;
}

.footerBottomRight.top li {
  display: inline;
}

.footerBottomRight.top ul li:after {
  content: " | ";
}

.footerBottomRight.top ul li:last-child:after {
  display: none;
}

.footerBottomRight.bottom {
  display: block;
  clear: both;
  font-size: 0.8em;
}

/*top stories*/

.topStory {
  display: block;
  float: left;
  margin-bottom: 1em;
  width: 50%;
}

.topStoryImg img {
  border: solid 2px #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: block;
  float: left;
  margin-right: 1em;
}

.topStoryDate {
  color: #7D6525;
  display: block;
  float: left;
  margin-bottom: 0.2em;
}

h3.topStory {
  clear: none;
  float: left;
  font-size: 1.5em;
  width: 50%;
}

h3.topStory a {
  color: #000000;
  text-decoration: none;
}

/*article listing*/

.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
  color: #9A000A;
  font-size: 2.1em;
  line-height: inherit;
  text-transform: none;
}

.archive-header,
.page-header,
.entry-header {
  border-bottom: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.usninews_post_image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.page article.post .entry-content img,
.archive article.post .entry-content img,
.home article.post .entry-content img,
.search article.post .entry-content img,
.page article.post .entry-content p.wp-caption-text,
.archive article.post .entry-content p.wp-caption-text,
.home article.post .entry-content p.wp-caption-text,
.search article.post .entry-content p.wp-caption-text,
.page article.post .entry-content div.wp-caption,
.archive article.post .entry-content div.wp-caption,
.home article.post .entry-content div.wp-caption,
.search article.post .entry-content div.wp-caption {
  display: none;
}

.page article.post .entry-header,
.archive article.post .entry-header,
.home article.post .entry-header,
.search article.post .entry-header {
  margin-bottom: 0;
}

.page article.post .entry-title,
.archive article.post .entry-title,
.home article.post .entry-title,
.search article.post .entry-title {
  clear: none;
  margin-bottom: 14px;
}

.page article.post,
.home article.post,
.archive article.post,
.search article.post {
  background: #f5f5f5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #f5f5f5 30%, #ffffff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f5f5f5), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f5f5f5 30%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f5f5f5 30%, #ffffff 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f5f5f5 30%, #ffffff 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f5f5f5 30%, #ffffff 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */

  border-bottom: medium none;
  border-left: 3px solid #9A000A;
  border-radius: 0.8em 0 0.8em 0.8em;
  -webkit-border-radius: 0.8em 0 0.8em 0.8em;
  -moz-border-radius: 0.8em 0 0.8em 0.8em;
  margin-bottom: 2.5em;
  padding: 0.5em 0.5em 0.5em 1.4em;
}

article.post h1 a {
  color: #000000;
}

.entry-content {
  color: #6B6B6B;
  font-size: 1.19em;
}

article.post img {
  border: 3px solid #DADADA;
  border-radius: 0 0 0 0;
  box-shadow: none;
}

/*search*/

form#searchform {
  position: absolute;
  right: 0;
  top: 30px;
  *width: 300px;
}

form#searchform label.screen-reader-text {
  display: none;
}

form#searchform input#s {
  border-bottom: 1px solid #9B9B9B;
  border-left: 1px solid #9B9B9B;
  border-top: 1px solid #9B9B9B;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #686868;
  float: left;
  margin: 0;
  padding: 0.8em;
  width: 237px;
}

form#searchform input#searchsubmit {
  background: url(img/search.jpg) no-repeat top center #9d141b;
  border: solid 1px #9d141b;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #FFFFFF;
  display: block;
  float: right;
  height: 39px;
  text-indent: -999999px;
  width: 39px;
  *height: 38px;
  *width: 36px;
}

form#searchform input#searchsubmit:hover {
  background: url(img/search_hov.jpg) no-repeat top center #c0141c;
}

/*sidebar widget*/

aside.widget {
  border: solid 1px #d3d3d3;
  margin-bottom: 2em !important;
}

/*trending stories*/

#trendStories {
}

ul.trendStories {
  padding: 0.6em 1em 1em;
}

ul.trendStories li.trendStory {
  border-bottom: 1px dotted #D6D6D6;
  line-height: 1.2em;
  margin-bottom: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

ul.trendStories li.trendStory h3.trendStory {
  font-size: 1.1em;
  margin-bottom: 0.4em;
}

ul.trendStories li.trendStory h3.trendStory a {
  color: #000000;
  text-decoration: none;
}

ul.trendStories li.trendStory .trendStoryDate {
  font-size: 0.9em;
}

/*categories*/

.widget_categories ul {
  padding: 0 1em 1em;
}

.widget_categories ul li {
  background: url(img/bullet1.png) no-repeat left top;
  color: #0D4787;
  font-weight: bold;
  line-height: 1em !important;
  margin: 0 0 0.6em;
  padding-left: 1em;
}

.widget_categories ul li a {
  color: #000000 !important;
  text-decoration: none;
}

.widget_categories ul li a:hover {
  color: #9a000a !important;
}

/*Breadcrumbs */

#crumbs {
  margin-bottom: 1em;
}

/*pager*/

ol.wp-paginate {
  clear: both;
  display: block;
  margin-bottom: 2em;
  text-align: center;
}

ol.wp-paginate li span.title {
  display: none;
}

ol.wp-paginate li a,
ol.wp-paginate li span {
  border: none;
  font-family: Verdana, Geneva, sans-serif;
  padding: 0.5em 0.3em !important;
}

ol.wp-paginate li a.page {
  background: #e3e3e3;
  color: #0d4787;
}

ol.wp-paginate li span.current {
  background: #0d4787;
  color: #ffffff;
  border: none;
}

ol.wp-paginate .prev,
ol.wp-paginate .next {
  color: #0d4787;
}

ol.wp-paginate:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}

/*paper.li*/

div.paperli {
  clear: both;
  margin-bottom: 2em;
}

.widget.widget_adpress_widget img {
  width: 300px;
  border-radius: 0 0 0 0;
  box-shadow: none;
}

.widget.widget_adpress_widget .image-campaign li {
  margin: 0 0 1em;
}

.widget-area.articleSocial {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#usninews_twitter ul {
  margin-bottom: 0;
}

#usninews_twitter ul li {
  margin: 0 1em;
  font-size: 11px;
}

#usninews_twitter .twitter-follow-button,
#trendStories .twitter-follow-button {
  display: block;
  margin: 0 0;
  background: #aaaaaa;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.widget-area .widget a.twitter-follow-button {
  color: #ffffff;
}

.author {
  color: #6F6F6F;
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 3px;
  clear: none;
}

#leaderboard-ad {
  clear: both;
  display: block;
  width: 100%;
  margin: 0 auto;
}

#leaderboard-ad .widget {
  max-width: 100%;
  margin: 0 auto;
}

#banner-ad {
  clear: both;
  display: block;
  width: 100%;
  margin: 1em auto;
}

#banner-ad .widget {
  width: 468px;
  max-width: 100%;
  margin: 0 auto;
}

/* Media queries */
@media all and (max-width: 800px) and (min-width: 10px) {
  #bodyMain {
    margin: 0 auto;
    padding: 3%;
    width: 94%;
  }

  #headerBottom {
    margin: 0 auto;
    width: 100%;
  }

  #headerTop #navigation.main {
    padding-top: 1em;
    width: 100%;
  }

  #footerNavWrapper {
    margin: 0 auto;
    width: 100%;
    background: none repeat scroll 0 0 #9A000A;
  }

  #footerSocialMenu {
    display: none;
  }

  #footerTop {
    background: none repeat scroll 0 0 #D0D0D0;
    height: auto;
  }

  #footerBottom {
    clear: both;
    margin: 0 auto;
    width: 100%;
    background: none repeat scroll 0 0 #9A000A;
  }

  #footerBottomRight {
    display: none;
  }

  #footerBottomLeft {
    display: block;
    float: left;
    width: 100%;
  }

  #footerBottomWrapper {
    background: url("img/usnifooterlogo.jpg") no-repeat top center #9A000A;
    color: #FFFFFF;
    height: 60px;
    padding-top: 70px;
    text-align: center;
    width: 100%;
  }

  span.footerBottomLeft.top {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0.8em;
    text-transform: uppercase;
  }

  .widget-area {
    width: 100% !important;
    float: none;
  }

  .site-content {
    float: none;
    width: 100%;
    margin: 0;
  }

  /* Header */
  #headerBottomWrapper {
    background: url("img/headerbg.jpg") no-repeat scroll center top #9A000A;
    border-bottom: 10px solid #666666;
    clear: both;
    display: block;
    height: auto;
  }

  #headerTop {
    background: url("img/newsheader.jpg") top center no-repeat #9A000A;
    border-bottom: 1px solid #C3C3C3;
    height: auto !important;
    padding-top: 65px;
    filter: none !important;
  }

  #headerBottom {
    margin: 0 auto;
    padding: 0 3%;
    width: 94%;
  }

  #headerRight {
    display: none;
  }

  h1.site-title a {
    background: none repeat scroll 0 0 transparent;
    display: block;
    height: 60px;
    margin: 0 auto;
    position: absolute;
    text-indent: -99999px;
    top: 0;
    width: 90%;
  }

  #headerLeft {
    margin: 0 auto 0 auto;
    float: none;
  }

  /* Navigation */
  #headerTop #navigation.main {
    margin: 0 auto;
    padding-top: 0;
    text-align: left;
    width: 100%;
  }

  .main-navigation ul.nav-menu.toggled-on,
  .menu-toggle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url(img/arrow.png) right center no-repeat transparent;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #8A000A;
    border-image: none;
    border-radius: 0 0 0 0;
    border-style: none none none solid;
    box-shadow: none !important;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 2% 2% 2% 3%;
    text-align: left;
    text-transform: uppercase;
    width: 44%;
  }

  .menu-toggle:hover {
    color: #5e5e5e;
    background: url(img/arrowOver.png) right center no-repeat #ebebeb;
  }

  h1.site-title {
    margin-bottom: 0 !important;
  }

  #menu-primary-navigation-1,
  #menu-primary-navigation {
    display: none;
    border-top: 2px solid #7A000A;
  }

  .navHorz ul li a {
    background: none repeat scroll 0 0 #9A000A;
    border-bottom: 1px solid #8A000A;
    display: block;
    float: none;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 !important;
    text-align: center;
  }

  .navHorz ul li a:hover {
    background: none repeat scroll 0 0 #8A000A;
    text-decoration: none !important;
    color: #ffffff !important;
  }

  #footerNav ul li a {
    background: none repeat scroll 0 0 #9A000A;
    border-bottom: 1px solid #8A000A;
    display: block;
    float: none;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 !important;
    text-align: center;
    color: #ffffff;
    margin: 0;
  }

  #footerNav ul li a:hover {
    background: none repeat scroll 0 0 #8A000A;
    text-decoration: none !important;
    color: #ffffff !important;
  }

  #footerNav {
    display: block;
    float: none;
    padding: 1px 0 0;
    text-align: right;
  }

  #footerNav ul li {
    width: 100%;
  }

  /* Search */
  form#searchform {
    border-radius: 10px 10px 10px 10px;
    height: 40px;
    padding: 2%;
    position: relative;
    top: 0;
  }

  form#searchform input#s {
    border-bottom: 1px solid #9B9B9B;
    border-left: 1px solid #9B9B9B;
    border-radius: 0 0 0 0;
    border-top: 1px solid #9B9B9B;
    color: #686868;
    float: left;
    margin: 0;
    padding: 0.8em 2%;
    width: 70%;
  }

  form#searchform input#searchsubmit {
    background: url("img/search.jpg") no-repeat scroll center top #9D141B;
    border: 1px solid #9D141B;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    display: block;
    float: right;
    height: 39px;
    text-indent: -999999px;
    width: 18%;
  }

  form#searchform input#searchsubmit:hover {
    background: url("img/search_hov.jpg") no-repeat scroll center top #9D141B;
    border: 1px solid #9D141B;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    display: block;
    float: right;
    height: 39px;
    text-indent: -999999px;
    width: 18%;
  }

  #sr-paper-frame-1 {
    display: none;
  }

  /* Content Styles */
  article.post img {
    border: 0 none !important;
    border-radius: 0 0 0 0;
    box-shadow: none;
    height: auto;
    margin-top: 0;
    min-height: 60px;
    width: 100%;
  }

  article.post .author-avatar img {
    border: 0 none !important;
    border-radius: 0 0 0 0;
    box-shadow: none;
    height: auto;
    margin-top: 0;
    min-height: 60px;
    width: 80px;
  }

  article.post .author-avatar {
    float: left;
  }

  .page article.post footer.entry-meta,
  .archive article.post footer.entry-meta,
  .search article.post footer.entry-meta,
  .home article.post footer.entry-meta {
    margin-top: 0;
  }

  .page article.post .entry-title,
  .archive article.post .entry-title,
  .home article.post .entry-title,
  .search article.post .entry-title,
  .page .entry-header,
  .archive .entry-header,
  .home .entry-header,
  .search .entry-header {
    clear: none;
    margin-bottom: 0;
    line-height: 18px !important;
  }

  .page article.post .entry-title a,
  .archive article.post .entry-title a,
  .home article.post .entry-title a,
  .search article.post .entry-title a {
    font-size: 20px;
    line-height: 20px !important;
  }

  .widget.widget_adpress_widget .image-campaign li {
    margin: 0 0 1em;
    text-align: center;
    width: 100%;
  }

  #campaign-1 {
    width: 100% !important;
  }

  .page article.post,
  .home article.post,
  .archive article.post,
  .search article.post {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 2px dashed #D7D7D7;
    border-left: medium none;
    margin-bottom: 1em;
    padding: 0em 0.5em 1em 0;
    border-radius: 0em 0 0 0;
  }

  #topStories {
    border-bottom: 4px solid #AEAEAE;
    margin-bottom: 1.5em;
    padding: 0 0 0.5em;
  }

  div.topStory {
    display: block;
    float: left;
    margin-bottom: 1em;
    width: 50%;
  }

  .topStoryDate {
    color: #7D6525;
    display: block;
    float: none;
    margin-bottom: 0.2em;
  }

  ol.wp-paginate li a,
  ol.wp-paginate li span {
    border: medium none;
    font-family: Verdana, Geneva, sans-serif;
    padding: 0.5em 0.6em !important;
  }

  .assistive-text {
    display: none !important;
  }

  #menuClick {
    margin-right: -3px
  }

  .site-content article {
    margin-bottom: 0;
  }

  .site-content nav {
    clear: both;
    line-height: 2;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .nav-previous,
  .previous-image {
    background: none repeat scroll 0 0 #8A000A;
    padding: 1em 2%;
    width: 45%;
    color: #fff;
    text-decoration: none;
    font-weight: Bold;
    float: left;
  }

  .nav-next,
  .next-image {
    float: right;
    background: none repeat scroll 0 0 #8A000A;
    padding: 1em 2%;
    width: 45%;
    color: #fff;
    text-decoration: none;
    font-weight: Bold;
  }

  .nav-previous a,
  .previous-image a,
  .nav-next a,
  .next-image a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }

  .single #secondary {
    display: none;
  }

  #leaderboard-ad aside.widget {
    border: 0px !important;
    margin: 10px auto 0 !important;
  }

  #leaderboard-ad .widget.widget_adpress_widget img {
    max-width: 100%;
    width: auto;
  }
}

@media all and (max-width: 400px) and (min-width: 10px) {
  div.topStory {
    background: none repeat scroll 0 0 #EAEAEA;
    display: block;
    float: left;
    margin-bottom: 1em;
    padding: 2%;
    width: 96%;
  }
}

/** New Media Queries **/
@media (min-width: 768px) {
  #leaderboard-ad .widget {
    width: 728px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #headerTop #navigation.main, #bodyMain, #headerBottom, #footerNavWrapper, #footerBottom {
    margin: 0 auto;
    width: 960px;
  }

  .site-content {
    float: left;
    width: 65.104166667%;
  }

  .widget-area {
    float: right;
    width: 26.041666667%;
  }
}

@media (min-width: 1200px) {
  #headerTop #navigation.main, #bodyMain, #headerBottom, #footerNavWrapper, #footerBottom {
    width: 1170px;
  }
}

/** Full Width Article Layout **/
.post-template-single-full-width-php .usninews_sharethis, .post-template-single-full-width-php #crumbs {
  text-align: center;
}
.post-template-single-full-width-php h1.entry-title {
  font-size: 30px !important;
  text-align: center;
}
.post-template-single-full-width-php .author {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.post-template-single-full-width-php .post-date {
  font-size: 15px;
  margin-bottom: 1.5rem;
  text-align: center;
}
.post-template-single-full-width-php .dateline {
  display: none;
}
.post-template-single-full-width-php .site-content {
  float: none;
  width: 100%;
}
.post-template-single-full-width-php .entry-content p {
  margin: 0 0 1rem;
  text-align: center;
}
.post-template-single-full-width-php article.post img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-template-single-full-width-php footer.entry-meta {
  text-align: center;
}
.post-template-single-full-width-php .author-info {
  background: #EEEEEE;
  max-width: 600px;
  margin: 2rem auto 1.5rem;
  padding: 2rem;
  text-align: left;
}
.post-template-single-full-width-php .author-info .usninews_sharethis {
  text-align: left;
  margin-bottom: 15px;
}


/** Full Width Article Layout Media Queries **/
@media (min-width: 768px) {
  .post-template-single-full-width-php .entry-content p {
    margin: 0 4rem 1rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .post-template-single-full-width-php h1.entry-title {
    font-size: 35px !important;
  }
  .post-template-single-full-width-php .entry-content p {
    margin: 0 6rem 1rem;
  }
}
@media (min-width: 1200px) {
  .post-template-single-full-width-php h1.entry-title {
    font-size: 45px !important;
  }
  .post-template-single-full-width-php .entry-content p {
    margin: 0 8.5rem 1rem;
  }
}