@CHARSET "UTF-8";

/**
 * Colors used:
 * background:  #f2f2eb (changed to #fff)
 * green text:  #769c92 (changed to #555)
 * orange text: #c13e27
 * grey text: #909090
 */

body {
  background-color: #fff;
  /* color: #769c92; */
  color: #555;
  font-size: 13px;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

a {
  /* color: #769c92; */
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #c13e27;
}

div#body-container {
/*  width: 740px; */
  width: 800px;
  margin: 0 auto 16px;
}

div#header-text {
  float: right;
  clear: right;
  width: 206px;
  height: 87px;
  background: url(/wp-content/themes/saphan/images/sprite.png) no-repeat -488px 0;
}

div#header-logo {
  float: left;
  clear: left;
  width: 206px;
  height: 87px;
  background: url(/wp-content/themes/saphan/images/sprite.png) no-repeat 0 0;
}

div#header h1, div#header h2 {
  display: none;
}

div#header-menu {
  float: right;
  clear: right;
  text-align: right;
  margin: 0 0 20px 0;
}

div#fb-buttons {
  float: left;
  clear: left;
  margin: 54px 0 0 40px;
}

div#header-menu ul {
  float: right;
  list-style-type: none;
  font-size: 20px;
}

div#header-menu ul li {
  display: block;
  float: left;
  padding: 0 11px;
  border-left: 1px #555 solid;
  margin: 0;
}

div#header-menu ul li:first-child {
  border: none;
}

div#header-menu ul li a {
  color: #555;
  text-decoration: none;
  white-space: ignore;
}

div#header-menu ul li a:hover {
  color: #c13e27;
}

div#header-menu ul li.current_page_item a,
div#header-menu ul li.current-page-ancestor a,
div.side-menu ul li.current_page_item a {
  color: #c13e27;
}

div.side-menu {
  float: left;
  clear: left;
  width: 206px;
  margin: 0 66px 20px 0;
}

div.side-menu ul {
  text-align: right;
  list-style-type: none;
  margin: 0;
}

div.side-menu ul li {
  padding-bottom: 16px;
}

div.side-menu.artists ul li {
  padding-bottom: 4px;
}

div.side-menu ul li a {
  color: #909090;
  font-size: 18px;
  text-decoration: none;
}

div.side-menu ul li a:hover {
  color: #c13e27;
}

div#post-container {
  float: right;
  width: 528px;
}

div#post-container h4 {
  clear: both;
}

div#post-container h4:first-child {
  margin-top: 0;
}

div#post-container h4 a {
  font-size: 16px;
  font-weight: bold;
  color: #c13e27;
}

div#post-container h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 12px 0 4px;
}

div#post-container p {
  line-height: 18px;
  text-align: justify;
  margin: 0 0 8px 0px;
}

div#post-container img {
  border: none;
  margin: 0;
}

div#post-container img.alignleft {
  float: left;
  margin-left: 0;
}

div#post-container img.alignright {
  float: right;
  margin-right: 0;
}

div.post-content {
  margin-bottom: 40px;
}

div#footer {
  min-height: 40px;
}

div.gallerize {
  display: table;
  float: left;
  height: 124px;
  text-align: center;
  padding: 4px 10px;
  border: 1px #fff solid;
  margin: 8px;
}

div.gallerize.right {
  float: right;
}

div.gallerize a {
  width: 120px;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
}

div.gallerize a.double-thumb {
}

div.gallerize a.triple-thumb {
}

/*
 * generic classes
 */
.clear {
  clear: both;
}
