/*
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:801px;
  height:530px;
  position:relative;
  background: transparent url(im/product-template.gif) no-repeat;
  margin:0 auto;
} 

#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:110px;
  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 {
  position:absolute;
  top:130px;
  left:18px;
  width:447px;
  height:199px;
  padding:0 10px 0 10px;
  overflow:auto;
}

#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;
}

#footer {
  position:absolute;
  top:508px;
  left:0px;
  height:19px;
}

#footer ul {
  float:left;
  list-style-type:none;
  margin:0 0 0 155px;
  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;
}

#quote {
  width:273px;
  height:160px;
  position:absolute;
  top:200px;
  left:515px;
  padding:0;
  margin:0;
  font-style:italic;
}

#children {
  position:absolute;
  top:345px;
  left:0;
}

#children .child {
  float:left;
  margin-left:16px;
  width:109px;
}

#children .child p {
  margin:3px 0 0 0;
  text-align:center;
}

#children .child p a:link, #children .child p a:visited {
  text-decoration:none;
  color:#494641;
  font-weight:bold;
  font-size:.8em;
}

#children .child img {
  border:1px solid #000;
}
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;
}