html {
/*  background: #000 url(/images/bg-main.jpg) no-repeat -160px 0%;*/
  background: #fff url(/images/bg-scene.jpg) no-repeat fixed 30% 100%;
  margin: 0;
  min-width: 960px;
}

body {
  margin: 30px auto 0 80px;
  width: 600px;
  padding: 30px;
  font: normal 87.5%/1.2em  "GillSans", "Calibri", Trebuchet, sans-serif;
  background: rgb(251,251,251);
  background: rgba(251,251,251,.8);
  border: 1px solid #dcdcdc;
  box-shadow: -6px 7px 8px rgba(90,90,90,0.4);
  -moz-box-shadow: -6px 7px 8px rgba(90,90,90,0.4);
  -webkit-box-shadow: -6px 7px 8px rgba(90,90,90,0.4);
}

h1 {
  position: relative;
  margin: 0 0 1em;
  padding: 0;
}
  h1 a {
    width: 304px;
    height: 87px;
    display: block;
    margin: 0 auto;
    text-align: left;
    text-indent: -999em;
    background: transparent url(/images/logo.png) no-repeat 50% 50%;
  }

h2, h3, h4 {
  font-family: "Futura Medium", "Century Gothic", "AppleGothic", sans-serif;
  font-weight: normal;
  line-height: 1.5em;
  letter-spacing: .04em;
  padding: 1em 0 0;
  margin: 0;
}

a { 
  outline: none; 
  color: #2FA0D5;
}
.tweetstream a { color: #2FA0D5; }

a:hover {
  color: #66cc99;
}

ul#sites {
  list-style: none;
  padding: 0;
  margin: 1em 0;
  width: 100%;
  float: left;
}
  #sites li {
    float: left;
    width: 100%;
    margin: 0 0 2em;
    position: relative;
  }
    #sites li > * {
      padding-left: 95px;
      padding-right: 40px;
    }
    #sites li img {
      float: left;
      width: 80px;
      margin-right: 30px;
      padding: 0;
    }
    #sites li h4 {
      padding-top: 0;
      font-size: 127%;
    }
    #sites li p {
      margin-top: 0.5em;
    }
  #sites li.tweetstream {
    background: transparent url(/images/tweetstream-birds.png) no-repeat 1em 3em;
  }


strong {
	color: #333;
	background: #E6EBEF;
	border-bottom: 1px solid #ccc;
}


/*  #sites li a.launch {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    font-size: 200%;
  }
  #sites li.tweetstream a.launch {
    display: block;
    height: 33px;
    width: 24px;
    text-indent: -999em;
    background: transparent url(/images/icon-tweetstream.png) no-repeat 0 0;
    padding-bottom: 2px;
  }
*/
form {
  margin-top: 40px;
}

input {
  margin: 0 5px;
  color: #333;
  font-size: 12px;
}
input[type="text"] { width: 15em; }