body, html {
  /*text-align: center;*/
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #222;
  color: #FFF;
  background-attachment: fixed;
  margin: 20px 0 0 20px;
}

h1 {
  font-size: 30px;
  color: #333;
}

h2 {
  font-size: 20px;
  color:  #555;
  margin: 0;
}

h3 {
  font-size: 14px;
  font-weight: normal;
}

strong {
  font-weight: bold;
  color: #AAA;
}

a {
   color: #92B3B3;
   text-decoration: none;
}

a:hover{
  color: #92B3B3;
  text-decoration: underline;
}

img {
    border: 0;
}

ul {
	list-style-type: none;
	}
	
li {
  padding: 3px;
}

em {
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
}

/* Utilities */ 

.clear {
  clear: both;
}

.clear-extreme {
  height: 0;
  clear: both;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.imgv {
  margin-bottom: -2px;
}

.error {
  color: #F5B2B2;
}

/* Start */
#container {
  margin: 0 auto;
  width: 996px;
}

#footer {
  margin-top: 30px;
}

.feedbin {
  -moz-border-radius:    4px;
  -khtml-border-radius:  4px;
  -webkit-border-radius: 4px;
  border-radius:         4px;
  
  float: left;
  font-size: 11px;
  background: #333;
  padding: 10px;
  margin-right: 16px;
  margin-top: 16px;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  width: 280px;
}

.feedbin h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  color: #777;
}

.feedbin ul {
  margin: 0;
  padding: 0;
}

.feedbin li {
  -moz-border-radius:    2px;
  -khtml-border-radius:  2px;
  -webkit-border-radius: 2px;
  border-radius:         2px;
  
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  padding: 5px;
  background: #444;
  margin: 2px 0;
  height: 45px;
}

.feedbin img {
  height: 45px;
  width: 60px;
  margin-right: 5px;
}

.feedbin li:hover {
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  background: #555;
}

.loading {
  font-size: 13px;
  color: #555;
}
