/* @override https://railroads.unl.edu/shared/frontpage.css */

/* CSS Document */

/* HTML/Reset/Basica */

body {
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", Times, Georgia, serif;
}

a:link {
  text-decoration: underline;
  color: #cb3312;
}

a:visited {
  text-decoration: underline;
  color: #893321;
}

a:hover {
  color: #000;
}

img {
  border: 0;
}

/*Header */

#head {
  background: url(head_bg.jpg) top left repeat-x #336165;
  overflow: auto;
}

.headleft {
  float: left;
  margin-right: 350px;
}

.headright {
  width: 310px;
  float: right;
  margin-left: -350px;
  padding: 20px;
}

.site-title,
.site-title a {
  color: #fff;
  font-family: "Times New Roman", Georgia, Times, serif;
  text-shadow: 2px 2px 2px #000;
  text-decoration: none;
}

.site-title {
  margin: 10px 10px 0 15px;
  font-size: 1.7em;
}

.site-title em {
  font-variant: small-caps;
  font-size: .8em;
  font-weight: normal;
  font-style: normal;
}

.iron-way-author {
  margin: 10px 10px 10px 15px;
  font-variant: small-caps;
  font-size: 19px;
  font-weight: bold;
  margin-left: 0px;
}

.subMenu {
  text-align: right;
}

.subMenu p {
  margin: 0px 30px 10px 0;
  color: #fff;
}

.subMenu img {
  vertical-align: middle;
}

.subMenu a {
  padding: 0 6px;
}

.subMenu a:link,
.subMenu a:visited {
  color: #eaf6f7;
  text-decoration: none;
}

.subMenu a:hover {
  color: #fff;
  text-decoration: underline;
}

.subMenu .menuButton a {
  display: block;
  background-color: #fff;
  margin: 10px 0;
  padding: 5px 10px;
  float: right;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  color: #325f64;
}

.subMenu .menuButton a:hover {
  background-color: #b1422a;
  color: #000;
}

/* Main Menu */

#mainMenu {
  clear: both;
  width: 100%;
  background-color: #343434;
  font-size: 1.1em;
  line-height: normal;
  border-bottom: solid 4px #b1422a;
  overflow: auto;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
  padding-left: 9px;
  list-style: none;
}

#mainMenu li {
  float: left;
  margin: 0;
  padding: 0 0 0 6px;
}

#mainMenu a {
  display: block;
  padding: 7px 17px 5px 10px;
  text-decoration: none;
  font-weight: 400;
  color: #FFF;
}

#mainMenu a:hover {
  text-decoration: underline;
}

#mainMenu #current a:hover {
  text-decoration: none;
}

#mainMenu #current {
  background: url(tab_left.jpg) no-repeat left top;
}

#mainMenu #current a {
  background: url(tab_right.jpg) no-repeat right top;
  color: #FFF;
  padding-bottom: 5px;
}

/* Body */

div.body {
  margin: 20px 25px 55px;
  padding-top: 5px;
  clear: both;
}

div.body h1 {
  color: #222;
  margin: 15px 0 0;
  padding: 0 0 5px;
}

div.body ul {
  list-style: none;
  margin: 10px 100px 15px 15px;
}

div.body li {
  padding: 0 0 10px 16px;
  font-size: 1.1em;
  line-height: 1.4em;
  /*background: url(recent_bullet.gif) top left no-repeat;*/
  background-position: 0 10px;
}

div.twoCol {
  float: left;
  width: 49%;
  margin-bottom: 25px;
  margin-top: 10px;
}

/*
Styles for /topics/index.php

*/

div.topicsIndex p {
  padding: 15px 25px 20px 125px;
  font-size: 1em;
  margin: 0 20px 20px 0;
  line-height: 1.3em;
  color: #606060;
  border: solid 5px #BBB;
}

div.topicsIndex p strong {
  display: block;
  font-size: 1.1em;
  line-height: 1.2em;
  padding-bottom: 6px;
}

div.topicsIndex img {
  float: left;
  margin: 5px 15px 25px -105px;
  padding: 5px;
  background: #393939;
}

div.frontImage {
  float: right;
  width: 552px;
  overflow: hidden;
  background: url(front_img_top.gif) top left no-repeat #393939;
  padding-top: 5px;
  text-align: center;
  margin: 25px 0 25px 25px;
  display: inline;
}

div.frontImage p {
  margin: 0;
  padding: 3px 25px 11px 15px;
  color: #FFF;
  background: url(front_img_bottom.gif) bottom left no-repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .8em;
  line-height: 1.5em;
  text-align: left;
}

div.frontImage a:link,
div.frontImage a:hover,
div.frontImage a:visited {
  color: #FFF;
  text-decoration: none;
}

div.frontImage a:hover {
  text-decoration: underline;
}

div.introduction {
  /*	padding-top: 0;
	padding-right: 25px;
	margin-top: 1px;
	padding-top: 44px;*/
  margin-top: 15px;
  margin-bottom: 20px;
}

div.introduction p {
  text-indent: 1.5em;
  margin: 0;
  /*color: #616161;*/
  color: #000000;
  padding: 0 0 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}

div.introduction strong {
  font-weight: 400;
  color: #0a0a0a;
}

div.topics {
  margin-top: 15px;
  margin-bottom: 20px;
}

div.topics h2 {
  display: inline;
  font-size: 1.1em;
  font-weight: 700;
  color: #3d3d3d;
  padding-right: 4px;
}

div.topics ul {
  line-height: 1.7em;
}

div.topics ul,
div.topics li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: none;
}

div.topics ul li:after {
  content: " | ";
}

div.topics ul li.more:after {
  content: " ";
}

div.news {
  margin-top: 15px;
  margin-bottom: 20px;
}

div.news h2 {
  display: inline;
  font-size: 1.1em;
  font-weight: 700;
  color: #3d3d3d;
  padding-right: 4px;
}

div.news ul {
  line-height: 1.7em;
}

div.news ul,
div.news li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: none;
}

div.news ul li:after {
  content: " | ";
}

div.news ul li.more:after {
  content: " ";
}


div.pub {
  margin-top: 15px;
  margin-bottom: 20px;
}

div.pub h2 {
  font-size: 1.1em;
  font-weight: 700;
  color: #3d3d3d;
  padding-right: 4px;
}

div.pub ul {
  line-height: 1.7em;
  padding-left: 9px;
  list-style: square;
}

div.pub ul,
div.pub li {
  font-size: 1.1em;
  background: none;
}



div.recentUpdates {
  clear: both;
  margin-top: 1px;
  padding-top: 25px;
  margin-right: -25px;
}

div.recentUpdates div {
  width: 30%;
  float: left;
  padding-bottom: 40px;
  padding-right: 25px;
}

div.recentUpdates h2 {
  margin: 0;
  padding: 0;
  color: #0a0a0a;
  background: #ccc;
  font-weight: 400;
  font-size: 1.2em;
  padding: 4px 5px 4px 15px;
}

div.recentUpdates ul,
div.recentUpdates li {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
  font-size: 1em;
}

div.recentUpdates ul {
  list-style: none;
  margin: 15px 25px 5px 16px;
}

div.recentUpdates li {
  padding-left: 15px;
  background: url(recent_bullet.gif) top left no-repeat;
  background-position: 0 8px;
  margin-bottom: 12px;
}

div.recentUpdates li.more {
  background: none;
  text-align: right;
}

div.recentUpdates li a:link,
div.recentUpdates li a:visited {
  color: #353535;
  text-decoration: underline;
}

div.recentUpdates li a:hover {
  color: #000;
  text-decoration: underline;
}

div.recentUpdates li.more a:link,
div.recentUpdates li.more a:hover,
div.recentUpdates li.more a:visited {
  padding-right: 18px;
  background: url(more_arrow.gif) top right no-repeat;
  background-position: right 6px;
  margin-right: 20px;
  color: #cb3312;
}

div.recentUpdates li.more a:hover {
  color: #000;
}

div.recentUpdates h2 a:link,
div.recentUpdates h2 a:visited {
  color: #0a0a0a;
  text-decoration: none;
}

div.recentUpdates h2 a:hover {
  color: #000;
  text-decoration: underline;
}

div#footer {
  clear: both;
  background: url(footer_top.gif) top left repeat-x #366569;
  text-align: center;
  padding-bottom: 1px;
}

div#footer p {
  width: 700px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 100px 10px;
  color: #cbdadb;;
}

div#footer span.unl {
  float: right;
  margin-left: 35px;
  margin-top: 4px;
}

div#footer span.copy {
  display: block;
  padding-top: 22px;
  padding-bottom: 0;
  text-align: right;
}

div#footer a:link,
div#footer a:visited {
  text-decoration: underline;
  color: #FFF;
}

div#footer a:hover {
  color: #cb3312;
}

/* Styles for documents search form */

div.search div.filters {
  width: 200px;
  float: left;
  font-size: .75em;
  margin: 0 15px 50px 0;
}

div.search fieldset {
  margin-bottom: 15px;
}

div.search legend {
  font-size: 1.5em;
  font-weight: 400;
  color: #555;
}

div.search ul {
  padding: 3px 0 6px;
  margin: 0;
}

div.search ul li {
  margin: 0;
  padding: 0;
  background: none;
  line-height: normal;
}

div.search h3 {
  font-size: 1.1em;
  padding: 0;
  margin: 0;
}

div.search p {
  margin: 0;
  padding: 0 0 20px;
}

div.search p.submit input {
  font-size: 1.1em;
}

/* Styling for the documents lists  */

span.queryMod {
  background: #336165;
  font-size: .7em;
  margin-left: 10px;
  line-height: 1.6em;
  padding: 5px 8px;
  font-weight: 400;
}

span.queryMod a:link,
span.queryMod a:visited {
  color: #DDD;
  text-decoration: none;
}

span.queryMod a:hover {
  color: #000;
}

div.body ul#searchResults {
  border-top: dotted thin #999;
  margin-top: 10px;
  margin-left: 20px;
  padding-top: 15px;
  text-align: left;
  padding-bottom: 50px;
}

div.body ul#searchResults li {
  border-bottom: dotted thin #999;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  padding-bottom: 25px;
  padding-top: 0;
  margin-top: 0;
  vertical-align: top;
  background: none;
  font-size: .8em;
  margin-right: 30px;
}

div.body ul#searchResults li p,
div.body ul#searchResults li h4 {
  margin: 0;
  padding: 0;
}

div.body ul#searchResults li p.descSummary {


  /*font-variant:small-caps; */
  margin-top: 0;
}

div.body ul#searchResults li p.summary {
  padding-top: 5px;

  /* display:none; */
}

div.body ul#searchResults li h4 {
  font-size: 1.2em;
  font-weight: 700;
}

div.body ul#searchResults li div {
  margin: 0;
  padding: 0;
}

div.body ul#searchResults li div.tnImage {
  width: 70px;
  height: 55px;
  background: url(shadow.png) no-repeat;
  text-align: center;
  padding-top: 4px;
  float: right;
  margin-right: 10px;
  margin-left: 20px;
  padding-bottom: 10px;
}

/* Local section menu */

div.local_menu {
  width: 180px;
  float: left;
  background: #EEE;
  margin: 20px 20px 20px 0;
  margin-bottom: 50px;
}

div.local_menu ul {
  list-style: none;
  margin: 0;
  padding: 10px 4px 15px;
  background: none;
  margin-bottom: 2px;
}

div.local_menu ul li {
  background: none;
  font-size: 1em;
  margin: 0;
  padding: 4px 10px;
}

div.local_menu ul li.selected {
  background: #FFF;
}

/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Prevent iOS, WinMobile from adjusting font size */
/*html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }*/

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */

@media screen and (max-device-width: 680px) {}

/* Screen Size Adjustments */

@media (max-width: 980px) {}

@media (max-width: 680px) {


  .headleft {
    float: none;
    margin: 0;
  }

  .headright,
  .subMenu {
    width: auto;
    text-align: left;
    float: none;
    margin: 0 0 10px 0;
    padding: 0 20px 0 20px;
  }


  .subMenu .menuButton a {
    float: left;
    text-align: center;

  }

  div#footer p {
    width: auto;
  }

}
