.container {
  width: 770px;
}

body {
  
  background: #000;
  background-image: url('/images/rainbow.jpg');
  background-repeat:repeat-x;
}

#top-ad{
    padding: 5px;
    background: #fff;
}

header {
  padding-top: 20px;
}

header img {
  padding: 1em;
  background: #fff;
}

section {
  margin-top: 1em;
  font-size: 120%;
  padding: 20px;
  background: #fff;
}

.story {
  margin-top: 1em;
  font-size: 120%;
  padding: 20px;
  background: #fff;
  -moz-box-shadow: -1px -2px 1px #DDD;
  -webkit-box-shadow: -1px -2px 1px #DDD;
  box-shadow: -1px -2px 1px #DDD;
}

div h1 {
  font-size: 200%;
  margin-top:10px;
}

/* Links */

a {
  color: #54BEFF;
  text-decoration: none;
}

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

a:visited {
  color: #54BEFF;
}

/* Navigation */

nav {
  float: right;
}

nav {
  background-color: white;
  padding: 0 0.7em;
  white-space: nowrap;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0.2em 0;
}

nav ul li a {
  padding: 0 5px;
  font-weight: bold;
}

nav ul li a:visited {
  color: #09c;
}

nav ul li a:hover {
  text-decoration: underline;
}

/* Round corners */

.round {
  -moz-border-radius:    10px;
  -webkit-border-radius: 10px;
  border-radius:         10px;
}

footer {
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

footer nav {
  float: none;
}

.top-nav{
    font-size:140%;
    float:none;
    text-align: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.top-nav nav {
  float: none;
}

#header-right{
    float:right;
    text-align:right;
}

#facebook-like{
    background:#FFF;
    margin-top:15px;
    padding:10px;
    float:right;
    clear:right;
}

#tweet{
    background:#FFF;
    margin-top:15px;
    padding:10px;
    float:right;
    clear:right;
}

.ad{
    text-align:center;
    margin-bottom:10px;
}

#bottom-ads{
    float:right;text-align:center;
}

.individual #bottom-ads{
    clear:both;
}

.liking{
    display:block;
    margin-top:10px;
    margin-bottom:10px;
}

.button_to{
    display:inline;
}

.liking div {
    display:inline;
}

.rating{
    font-size:110%;
    margin-right:5px;
}

.like{
    width:43px;
    height:43px;
    background: transparent url('/images/loko.png') no-repeat;
    margin-right:20px;
}

.dislike{
    width:43px;
    height:43px;
    background: transparent url('/images/notloko.png') no-repeat;
    text-align:bottom;
}

.fb-like{margin: 0 10px 0 0;}

.flash{
    background:#FC6;
    font-size:24px;
    padding:20px;
}

.pagination {
  font-size:120%;
  background: #FFF;
  text-align: center;
  padding-bottom: 10px; }
  .pagination a, .pagination span, .pagination em {
    padding: .2em .3em; }
  .pagination span.disabled {
    color: #AAA; }
  .pagination em {
    font-weight: bold;
    font-style: normal; }
  .pagination a {
    text-decoration: none;
    color: black; }
    .pagination a:hover, .pagination a:focus {
      text-decoration: underline; }

.twitter-share-button{
    float:right;
}