/*
Theme Name: NotFar
Version: 1
Author: Randy Runnels
Author URI: http://thcreations.com/
*/

html {
  margin:0;
  padding:0;
}

body {
  margin:0;
  padding:20px;
  font-family: sans-serif;
  font-size:85%;
  color:#000;
  background-color:#000;
}

#page {
  width:799px;
  position:relative;
  background: #cccccc url(im/news-header.gif) no-repeat left top;
  margin:0 auto;
  padding:140px 0 0 0;
} 

#logo a:link, #logo a:visited {
  display:block;
  position:absolute;
  width:227px;
  height:81px;
  top:0px;
  left:572px;
}

#logo span {
  position:absolute;
  left:-4000px;
}

#title h2 {
  position:absolute;
  top:100px;
  left:25px;
  width:383px;
  height:29px;
  text-align:center;
  /* color:#ed8033; */
  color:#254E67;
  margin:0;
  padding:0;
  font-size:1.5em;
  font-weight:bold;
}

#post {
  padding:0 6px;
}

#main_menu {
  position:absolute;
  top:42px;
  left:-1px;
  width:282px;
  height:30px;
}

#main_menu ul {
  float:left;
  list-style-type:none;
  margin:0;
  padding:0;
}

#main_menu ul li {
  float:left;
}

#main_menu ul li a:link, #main_menu ul li a:visited {
  color:#000;
  display:block;
  padding:0 20px;
  font-size:.9em;
  font-weight:bold;
  border-left:1px solid;
  text-decoration:none;
}

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

#postleft {
  float:left;
  width:500px;
}

.post {
  width:480px;
 /* background:#e9e4da url(im/post-left.gif) repeat-y left;*/
  margin-bottom:8px;
}

.innerpost {
  padding:0 20px 6px 25px;
}

.post_top {
 /* background:#cccccc url(im/post-top.gif) no-repeat 2px 0; */
  height:5px;
}

.post_bottom {
/*  background:#cccccc url(im/post-bottom.gif) no-repeat 2px 0;*/
  height:8px;
}

#sidebar {
  width:264px;
  background:#e9e4da url(im/post-left.gif) repeat-y left;
  margin-bottom:8px;
  margin-left:6px;
  margin-top:26px;
  float:left;
}

#sidebar h4 {
  padding-left:10px;
  margin-bottom:2px;
}

#sidebar_top {
  background:transparent url(im/sidebar-top.gif) no-repeat 3px 0;
  height:6px;
}

#sidebar_bottom {
  background:transparent url(im/sidebar-bottom.gif) no-repeat 3px 0;
  height:6px;
}

#inner_side {
  padding:0 20px;
}
img.alignleft {
  margin: 0 12px 6px 0;
  float: left;
}

img.alignright {
  margin: 0 0 6px 12px;
  float: right;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin:0 auto;
}

.wp-caption {
  text-align:center;
  padding: 6px;
}

.wp-caption img {
  margin: 0 auto;
}

img {
  border:none;
}

.post img {
  padding:3px;
  border:1px solid #DDD;
}


#breadcrumbs {
  position:absolute;
  top:8px;
  left:18px;
  font-size:.85em;
  color:#FFF;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
  color:#FFF;
  text-decoration:none;
}

#breadcrumbs a:hover {
  text-decoration:underline;
}

#footer {
  background: transparent url(im/news-footer.gif) no-repeat;
  clear:both;
  padding-top:23px;
  padding-bottom:5px;
}

#footer ul {
  float:left;
  list-style-type:none;
  margin:0 0 0 145px;
  padding:0;
}

#footer ul li {
  float:left;
}

#footer ul li a:link, #footer ul li a:visited {
  color:#FFF;
  display:block;
  padding:0 10px;
  font-size:.9em;
  border-left:1px solid;  
  text-decoration:none;
}

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

#post h1, #post h2, #post h3, #deeper h1, #deeper h2, #deeper h3 { 
  margin:0 0 12px 0;
  padding:0;
  font-size:1.2em;
}

#post h4, #deeper h4 {
  font-size:1.1em;
  margin-bottom:4px;
}

#post h5, #post h6, #deeper h5, #deeper h6 {
  font-size:1em;
}

.tags {
  margin: 0 20px;
}

.commentlist .comment {
  padding:10px;
}

.commentlist .even {
 /* background-color:#f0ebe2; */
}

.commentlist .odd {
 /* background-color:#e3ded4;*/
}

a:link, a:visited {
  color:#365b71;
}

a:hover {
  text-decoration:none;
}