

/****************************/
/* LOCAL CSS                */
/****************************/

/* Basic Typography & Colors
-------------------------------------------------------------- */
/* Add general site styling here for typography and background */
body {

  font-size: 75%;   /* also set in fusion_starter.info: settings[base-font-size] = font-size-12 */
}

/* Specific Typography
-------------------------------------------------------------- */
#site-name {
  color: #ffd700;
  float: left;

  font-size: 184.6%; /* 24px/13px */
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 100%;
  position: relative;
  text-transform: uppercase;
  top: 34px;
  white-space: nowrap;
}

/* Site Info
-------------------------------------------------------------- */
/* Wrapper around logo, site name, and slogan */
#header-site-info {
  width: 100%;

}

/* Add float here to put logo and site name side by side, also add margins as
  needed */
#logo {
  float: left;
  margin: 0 10px 0 0;
}


/* Link and hover styles for site name */
#site-name a:link,
#site-name a:visited,
#site-name a:hover,
#site-name a:active {
  color: #ffd700;
}


#mission-wrapper {
  color: #ffd700;
  display: block;
  background:transparent;
  font-size: 76.9%; /* 10px/13px */  
  margin: 0px 5px 0 5px;
  float: right;
  white-space: nowrap;
}

/* Typography for site slogan */
#slogan {
  color: #ffd700;
  display: block;
  float: left;
  font-size: 92.3%; /* 12px/13px */
  /*margin: 28px 0px 0 60px;*/
}

h1,h2,h3,h4 {
  color: #ffd700;
  font-weight: normal;
}

h1 {
  color: #ffd700;
  font-size: 169.23%; /* 22px/13px */
  font-weight: bold;
  line-height: 125%;
}

h2 {
  font-size: 146.15%; /* 19px/13px */  
  line-height: 125%;
}

h3 {
  font-size: 130.76%; /* 17px/13px */
  line-height: 125%;
}

h4 {
  font-size: 115.38%; /* 13px/13px */
  height: 125%;
  line-height: 125%;
  margin-bottom: 1.25em;
}

h5 {
  font-size: 100%; /* 13px/13px */
  font-weight: bold;
  margin-bottom: 1.5em;
}

h6 {
  font-size: 100%; /* 13px/13px */
  font-weight: bold;
}

/* Add padding here if desired so edges of theme aren't flush with browser window */
html {
  background: #212121;
}

body {
  background: #212121;
  color: #FCFCFC;
}


/* Header Regions
-------------------------------------------------------------- */

/* Header Top region to the bottom of Header region */
/* For full-width header background, add background image/color here */
.header-group-wrapper {
   background: url('../images/banner/PawneeRobinsonTop.jpg') no-repeat center top;
}

/* set lower part of image here */
.preface-top {
}
  
.preface-top-wrapper {
   height: 456px;
   background: url('../images/banner/PawneeRobinson.jpg') no-repeat center bottom;
}

.preface-bottom {
  color: #aaa;
  padding: 0 20px 0 0;  
}


#header-site-info {
  padding-bottom: 10px;
  background: transparent;  
}

#header-site-info-inner {
  background: transparent;
  height: 100%;
  padding: 30px 20px;
}

.header-inner {
  color: #525252;
  background: transparent;  
}

#header-wrapper {
  clear: right;
}

.header-wrapper {
  color: #aaa;
  background: transparent;  
}




#header-site-info {

  padding-bottom: 0px;
}
/** TODO */
#header-site-info-inner {

  height: 100%;
  padding: 10px 50px;
}


.header-inner {
  color: #525252;
}

#header-wrapper {
  clear: right;
}

.header-wrapper {
  color: #666;
}


/*  Preface Regions
-------------------------------------------------------------- */

#preface-top .preface-top-inner .inner  {
  padding: 0px 0px 0 ;
}

/* Colors and styles for linked node titles */
h2.title a:link,
h2.title a:visited {
  color: #ffd700;
}

h2.title a:hover,
h2.title a:focus,
h2.title a:active {
  color: #F2F2F2;
  text-decoration: none;
}

.image-credit {
  color: #ffd700;
  position: relative;
  left: 50px;
  top: 40px;
}

