/*
Theme Name: Body By O
Author: eProphetMedia
Author URI: http://eprophetmedia.com
Version: 1.0
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
  margin: 0;
  padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	margin:0px;
	background-image:url(images/background.jpg);
}
a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #F60;
	text-decoration: none;
}

a.homelink {
	color: #666;
	text-decoration: underline;
}
a.homelink:visited {
	color: #666;
	text-decoration: underline;
}
a.homelink:hover {
	color: #F60;
	text-decoration: none;
}


h1#title {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  letter-spacing: 2px;
  margin-left:20px;
}
h1#title a {
  text-decoration: none;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  padding: 0 0 10px 0;
}
p {
  padding: 10px 0 0 0;
}
#wrapper {
  margin: 0 auto 0 auto;
  width: 900px;
  text-align: left;
}
#header {
  float: left;
  width: 100%;
  padding: 0;
}
#desc {
  float: left;
  padding: 8px 0 0 10px;
  font-weight: bold;
  color: #466ea8;
  text-decoration: none;
}
.menu {
	background-color:#CCC;
  border-bottom: double 1px #cccccc;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu ul li.page_item {
  display: inline;
  padding: 0 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  border-right: 1px solid #ffffff;
}
.menu ul li.page_item a {
  text-decoration: none;
}
.menu ul li.page_item a:hover {
  text-decoration: underline;
}
#container {
  float: left;
  width: 680px;
  margin-top: 10px;
}
.post {
  padding: 10px 0 10px 0;
clear:both;
  
}
.post h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #330000;
	border-top: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
}
.post h3 a{ 
  text-decoration: none;
}
#post_title {
	padding-top: 10px;
	font-size: 1.1em;
}
.entry {
  line-height: 18px;
  clear:both;
}
p.postmetadata {
  background: #FFFFFF url(images/postborder.png) repeat-x;
  margin: 10px 0 0 0;
  font-size: 0.9em;
  clear:both;
}
.navigation {
	padding: 10px 0 0 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar {
  float: left;
  width: 200px;
  margin: 0 0 0 10px;
  display: inline;
}
#rss_box {
  background: url(images/rss.png) no-repeat;
  width: 160px;
  height: 29px;
  margin-top: 5px;
  border-bottom: solid 1px #F5F5F5;
}
#rss_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FF3300;
	padding-left: 30px;
}
#searchsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #7daf2a;
	padding: 1px;
	border: 1px solid #7daf2a;
	margin-top: 8px;
}
.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 30px;
}
.sidebar ul li {
  padding: 5px 0 5px 0; 
}
.sidebar ul li h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #F60;
}
.sidebar ul ul{
  margin: 0;
  background: #efefef;
}
.sidebar ul ul li {
  padding-left: 10px;
  background: #e7e7e7;
}
.sidebar ul ul li a {
  text-decoration: none;
}

.comments-template {
  margin: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  padding: 10px 0 0 0;
}
.comments-template ol {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}
.comments-template ol li {
  margin: 10px 0 0 0;
  line-height: 18px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #cccccc;  
}
.comments-template ol li p {
  padding: 0 0 10px 0;
}
.comments-template h2, .comments-template h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}
.commentmetadata {
  font-size: 0.9em;
}
.commentmetadata p.gravatar img {
  margin-right: 5px;
  padding: 2px;
  border: solid 1px #F5F5F5;
  vertical-align: middle;
}
.comments-template p.nocomments {
  padding: 0;
}
.comments-template textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em; 
}
.alignright {
	float: right;
	margin-left: 10px;
}	
.alignleft {
	float: left;
	margin-right: 10px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #ff9c10;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption-dd {
  font-size: 0.9em;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}



.footer {
   color:#ffffff;
   
   font-family:Arial, Helvetica, sans-serif;
   font-size:8pt;
   text-decoration:none;
   
}

.footer:HOVER {
   color:#ffffff;
   
   font-family:Arial, Helvetica, sans-serif;
   font-size:8pt;
   text-decoration:underline;
   
}

.footerlink {
   color:#ffffff;
   font-family:Arial, Helvetica, sans-serif;
   font-size:8pt;
   text-decoration:none;
   
}


A.footerlink {
   color:#ffffff;
   
   font-family:Arial, Helvetica, sans-serif;
   font-size:8pt;
   text-decoration:none;
   
}


A.footerlink:HOVER {
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
   font-size:8pt;
   text-decoration:underline;
}