/**
 *  Welcome bar
 **/

#welcome-wrapper {
  background: #222;
  color: #eee;
  height: 36px;
}

#welcome-bar {
  font-size: 11px;
  margin: 0 auto;
  text-align: right;
  width: 960px;
}

#welcome-bar .section {
  padding-top: 11px;
}

#welcome-bar .section  a {
  color: #eee;
  text-decoration: none;
} 
 
#welcome-bar .section  a:hover {
  color: #fff;
  text-decoration: underline;
}

/**
 *  Header
 **/
 
#header {
  margin: 1em 10px;
  position: relative;
}

#logo {
  float: left;
  left: 47px;
  margin: 0;
  padding: 0;
  top: 5px;
}
 
#site-slogan  { /* The slogan (or tagline) of a website */
  bottom: 20px;
  color: #000000;
  font-family: arial;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0.5em;
  position: absolute;
  right: 0;
  text-align: right;
  text-shadow: 2px 2px 2px #FCFCFC;
  text-transform: uppercase;
  width: 558px;
  word-spacing: 3px;
} 

#site-slogan:first-letter {
	font-size: 40px;
}
