/*  
Theme Name: Rickspix
Theme URI: http://codefish.wickedfishes.com
Description: Theme for photography site Rickspix.biz
Author: L.M.Smith
Author URI: http://www.wickedfishes.com
*/

/* Redefining HTML */

body {
  font-size: 12px;
  font-family: Georgia, Verdana, Arial, Sans-Serif;
  background: #000;
  color: #fff;
}

#contain a, a:visited {
  color: #39f;
  text-decoration: none;
}

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

#navigation a, a:visited {
  color: #ad5;
  text-decoration: none;
}

/* Header */

#contain {
  position: relative;
  top: 75px;
  width: 930px;
  margin-left: 10%;
}

#side {
  position: absolute;
  left: 0px;
  width: 308px;
  height: 100%;
  background: url(http://www.rickspix.biz/images/vert.gif) repeat-y;
}

#side-image {
  position: relative;
  top: 0px;
  left: 0px;
}

/* Sidebar */

#top-bar {
  position: relative;
  width: 625px;
  height: 183px;
  left: 305px;
  background: url(http://www.rickspix.biz/images/horiz.gif) no-repeat bottom left;
}

#navigation {
  position: absolute;
  width: 620px;
  bottom: -15px;
  text-align: right;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px;
}

/* Footer */

#footer {
  position: relative;
  margin-left: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 10px;
}

/* Main/Single */

#page-text {
  position: relative;
  width: 615px;
  top: 10px;
  margin-left: 315px;
  text-align: justify;
  font-color: #fff;
  font-size: 1.2em
}

#page-image {
  position: absolute;
  top: -58px;
  right: 3px;
}

.post-comment {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px;
}

.page-nav {
  position: absolute;
  left: 5px;
  margin-top: 10px;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px;
}

.nav-left {
  float: left;
}

.nav-right {
  float: right;
}

.entry {
  text-align: justify;
}