/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
body {
  font-size: 81.25%;
} 
/*

#main-content {
  margin-left: 1px;
  margin-right: 1px;
}
*/

/* Rama logo */

#site-name {
  margin: 20px auto;
  width: 179px;
}

#site-name a {
  width: 179px;
  height: 31px;
  background-size: 179px 31px;
}

/* Hide some things */

#thumbs {
  display: none;
}

/* Next / Prev  */

.flex-direction-nav {
  position: relative;
  display: block;
  margin: 20px auto;
  width: 160px;
}

.flex-direction-nav li a {
  background: rgba(200,200,200,.3);
}

#about {
  width: 80%;
}