/*
Theme Name: SSEC Data Center
Theme URI: http://www.ssec.wisc.edu/datacenter/
Author: Bill Bellon
Description: SSEC Data Center theme based on the SSEC Project Template
Version: 1.0
*/
/***************************************************************
OVERRIDE SSEC TEMPLATE STYLE (http://www.ssec.wisc.edu/css/all_pages.php)
***************************************************************/
body {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important; }

#banner {
  /*
  background: #222;
  background-repeat: no-repeat;
  background-image: url("/datacenter/wordpress/wp-content/themes/datacenter/includes/images/earth-limb.jpg");
  */
  background-repeat: no-repeat;
  background-position: center -20px;
  background-color: #000;
  height: auto !important; }

#title {
  top: auto;
  left: auto;
  position: relative !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

#title h1 {
  background: none !important;
  width: auto !important;
  height: 104px !important;
  line-height: 104px;
  margin: 0;
  text-indent: 0 !important;
  font-size: 60px !important;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 20px; }

#title h1 a {
  /*color: #88d6ff !important;*/
  color: #fffaf0 !important;
  font-variant: small-caps;
  line-height: 104px;
  display: inline-block;
  vertical-align: middle;
 /*
 text-shadow:
-1px -1px 0 #000,  
 1px -1px 0 #000,
 -1px 1px 0 #000,
  1px 1px 0 #000;
  */
  text-shadow: 2px 2px 8px #000; }

#title h1 a > span:first-child + span {
  /*color: #dcb218 !important;*/ }

#title h1 > center > a:first-child + a {
  padding-left: 120px;
  padding-right: 120px; }

#ssec_logo {
  height: 60px;
  /*bottom: 10px;*/
  position: relative;
  vertical-align: top;
  margin-right: 40px;
  border: none; }

#goes-r_logo {
  position: relative;
  top: 10px;
  height: 90px; }

.inner_padding {
  padding-left: 20px;
  padding-right: 20px; }

#footer {
  position: relative; }

#footer .logos {
  position: absolute;
  right: 10px;
  bottom: 10px; }

#footer .logos img {
  height: 60px;
  margin-left: 20px;
  border: none; }

#footer .logos a {
  text-decoration: none; }

#bottom_nav ul > li:first-child {
  color: #333 !important; }

/***************************************************************
General rules
***************************************************************/
.nice_list li {
  margin-top: 1em;
  margin-bottom: 1em; }

a {
  text-decoration: underline; }

/***************************************************************
Two column layout with widget / box on right
***************************************************************/
#left_column {
  width: 500px !important; }

.right_box {
  float: right;
  background-color: #fff7ec;
  width: 300px;
  border: solid 1px #ccc;
  padding: 10px;
  margin-top: 1em;
  min-height: 200px; }

.right_box h2 {
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  margin-bottom: 10px; }

.right_box a {
  text-decoration: underline; }

.right_box ul, .right_box ul li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#main_content #left_column {
  width: 600px;
  float: left; }

/****************************************************************
DATA CENTER HOME PAGE NEWS WIDGET
****************************************************************/
ul#home-page-news-widget-list {
  list-style-type: none; }

ul#home-page-news-widget-list, ul#home-page-news-widget-list > li:first-child, ul#home-page-news-widget-list article {
  margin-top: 0;
  padding-top: 0; }

ul#home-page-news-widget-list li h3 {
  margin-top: 0;
  margin-bottom: 5px; }

ul#home-page-news-widget-list li h3 + p {
  margin-top: 0; }

ul#home-page-news-widget-list li h3 a {
  font-size: 16px;
  text-decoration: none; }

#status-message {
  padding: 20px;
  min-height: 150px;
  background-color: #e1dcbf;
  font-size: 18px; }
  #status-message h2 {
    margin-bottom: 10px;
    font-size: 20px; }
  #status-message h2 + p {
    margin-top: 0; }
  #status-message svg {
    width: 1.5rem;
    height: 1.4rem;
    vertical-align: text-top;
    position: relative;
    margin-right: 0; }
  #status-message > *:first-child {
    margin-top: 0; }
  #status-message > *:last-child {
    margin-bottom: 0; }

/*# sourceMappingURL=style.css.map */
