/*
Theme Name: Portugal Tide
Description: Tidepool theme made for <a href="http://halfcadence.net">halfcadence.net</a>
Author: Terran Olson
Author URI: http://webtech.halfcadence.net
Version: 0.1

Simple right-sidebar theme designed around a
 photo from a tidepool on the Portugal coast.
*/


body {
  margin: 0;
  height: 100%;  
  background-color: #000;
  font-family: Verdana, sans-serif;
}

div#root {
  margin: 0px auto;
  height: 100%;  
  width: 980px;
}

div#background {
  background: url('images/back-background.jpg') repeat-y 0px 685px;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
}

div#background img {
  border: none;
  margin-left: 51px;
}

div#trunk {
  max-height: 1002px;
  width: 720px;
}

div#header img {
  border: none;
}

div#main-content {
  margin-top: -48px;
  padding: 0 32px 8px 83px;
  font-weight: bold;
  color: #310; /**/
}

div#sidebar {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 260px;
  margin-left: 720px;
  overflow: auto;
  overflow-x: visible;
  color: #8aa;
}

div#sidebar-content {
  padding: 220px 0 0 16px;
}

div#sidebar ul {
  padding: 0;
  margin-left: 0;
  list-style-type: none;
}

div#sidebar h2 {
  color: #ddd;
  text-decoration: none;
  font-variant: small-caps;
  margin: 32px 0 0 0;
  padding: 0;
}

div#sidebar h3 {
  margin: 8px 0 0;
  font-size: 1.1em;
}

div.event {
  padding-left: 12px;
  font-size: 0.9em;
}

div.event a {
  color: #ddd;
  font-variant: small-caps;
}

h2 {
  font-family: Georgia, serif;
  color: #222;/* #642;*/
  text-decoration: underline;
  padding: 6px 0;
  margin-bottom: 0;
  font-variant: small-caps;
}


/* h2.post-title {
  color: #222;
} */

h2.page-title {
  margin: -134px 0 96px 80px;
  font-size: 2em;
  color: #000;
  text-decoration: none;
}

div.post-content {
  font-size: 1.1em;
  padding: 0 0 8px 16px;
}

a {
  color: #024; /* #642; */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 4px double #000;
}

p {
  margin-top: 0;
}

div.wp-caption {
  padding: 12px;
  color: #222;
}

li.page_item a {
  font-family: Georgia, serif;
  font-size: 1.4em;
  line-height: 1.4em;
  color: #8bc;
  text-decoration: none;
  padding: 3px;
}

li.current_page_item a {
  color: #222;
  background-color: #8bc;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

li.page_item a:hover {
  color: #fff;
}

div#discography div {
  clear: both;
  text-align: right;
  font-size: 1.1em;
}

div#discography img {
  float: right;
  margin: 12px;
}

span.clip-title {
  color: #222;
  font-size: 110%;
}

div.sociable {
  clear: both;
  float: right;
}

.noborder {
  border: none;
}

.nobullet {
  list-style-type: none;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}