/*
Theme Name: LRMCo Theme
Theme URI: http://www.leonrmillerco.com
Description: Developed for Leon R Miller Co
Version: 1
Author: bdHarman Productions
*/
html, body { height: 100%; }

body {
	/* background: #FFFFFF url(images/back.png) 0 repeat; */
	background: #9f9f9f url(images/lrm-bg-01.jpg) repeat-x;
	color: #000000;
	text-align: center;
	font-family: arial, sans-serif, verdana;
	font-size: 10px;
	padding:8px 0 0 0;
	margin: 9px auto 0;
}

* {
	padding:0;
	margin:0;
}

#container {
	/*background: url(images/repeat.png) repeat-y 0 100px;*/
	min-height: 100%;
	_height: 100%;
	width: 877px;
	margin: 0px auto 0;
	text-align: left;
	position: relative;
}

#containerbg {
	background:url(images/repeat.png) repeat-y;
	/*margin-top: 9px;*/
}

/* Header */
h1#header {
	/*margin: 0;*/
	margin: -8px 0 0 0;
	height: 170px;
	background: url(images/header.png) no-repeat;
	text-indent: -1234em;
	top:-16px;
	position:relative;
}

#header a {
	position: top;
	left: 1px;
	top: 1px;
	height: 11px;
	width: 1px;
	text-decoration: none;
}

#header em {
	display: none;
}

/* Sidebar Positioning */

#sidebar {
	color: #FFFFFF;
	margin: -60px 0px 0 41px;
	width: 149px;
}

#sidebar_header {
	color: #FFFFFF;
	font-weight:bold;
	font-size: 12px;
}

#menu_view {
	position: absolute;
	left: 81px;
	top: 5px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-transform: lowercase;
	word-spacing: 1px;
	font-size: 11px;
}

#menu_view a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu_view a:hover {
	color: #000000;
}

#menu_view ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
}

#menu_view li {
	padding: 0 13px 0 4px;
	margin: 0;
	display: inline;
}

#menu_view li a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu_view li a:hover {
	color: #000000;
}

/* Content */
#wrapper {
	width: 625px;
	float: right;
	position: relative;
	margin-top: 20px;
}

#content {
	padding: 0 75px 10px 0;
}

hr#clear {
	clear: both;
	height: 65px;
	visibility: hidden;
}

.clear2 hr{
	clear: both;
	height: 15px;
	visibility: hidden;
}

hr {
	clear: both;
	height: 25px;
	visibility: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	color: #000000;
	font-weight: bold;
}

h6 {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

p,
pre,
blockquote,
form,
label,
dl,
fieldset,
address {
	margin: 10px 0;
}

fieldset {
	padding:10px;
}
h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h2.search {
	font-size: 15px;
	color: #D3E9B6;
	padding: 0 0 0 27px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}

/* Word Press Stuff */

small {

    color: #999999;
    font-size: 9px;
}

.postmetadata {
	padding-bottom: 15px;
	margin-left: 15px;
	background: url(images/line1.jpg) 0 no-repeat;
	background-position: bottom center;
}

.button {
	margin-top: 7px;
	margin-left: 97px;
}

.entry {
	font-size: 13px;
	margin-left: 15px;
}

/* sidebar category titles and main menu links */
ul,
ol {
	margin: 5px 0 20px 0px;
	list-style-type: none;
}

li,
dd{
	margin-left: 7px;
	list-style-type: none;
}

#entry ul {
	list-style-type: none;
	margin-left: 25px;
}

#entry ul  li{
	list-style-type: none;
	margin-left: 10px;
}

blockquote {
	background: #E0EFF5;
	padding: 3px 7px 3px 7px;
	margin: 7px 0 7px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

/*  All of the sidebar H2s - sidebar section titles */

#sidebar ul li h2 {
	color:	#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	/*vertical-align: bottom;*/
	padding: 12px 0 0 27px;
 	background: url(images/side_header.png) 0 repeat-x;
	margin-left: 0px;
}

/*  All of the sidebar lists - sidebar main menu links*/

#sidebar ul li ul li {
	margin-left: 0px;
	padding-left: 27px;
	font-weight: bold;

}

#sidebar ul li ul li ul li{
	margin-left: 4px;
	padding-left: 3px;
	font-weight: normal;
	margin-bottom: 4px;
}

#sidebar ul li ul li ul{
	margin-bottom: 0;
}

/*  All of the sidebar H2's no margins */

#sidebar li {
	margin: 3px 0 0 0;
}

.post h2 {
	margin: 0 0 0px 0;
	color: #669900;
}


ul#recentcomments li {
	margin: 0 0 7px 0;
}

li#recent-posts  ul li{
	margin: 0 0 7px 0;
}


input {
	 color: #000000;
	 border: 1px solid #999999;
	 background-color: #FFFFFF;
	 font-family: arial, sans-serif;
	 vertical-align: middle;
	 font-weight: normal;
}

#searchform .buttons {
	 background-color: none;
	 border: 0px;
}

textarea {
	 background-color: #FFFFFF;
	 color: #000000;
	 border: 1px solid #999999;
	 font-family: arial, sans-serif;
	 font-size: 11px;
}

/* Link Stuff */

#sidebar a {
	color: #FFFFFF;
	text-decoration: none;
	 font-size: 11px;
}

#sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	 font-size: 11px;
}

#sidebar a:hover {
	color: #D3E9B6;
	font-size: 11px;
}


a:link {
	color: #669900;
	text-decoration: none;
}

a:visited {
	color: #669900;
	text-decoration: none;
}
a:hover, a:active {
	color: #99CC00;
	text-decoration: underline;
}

.post h2 a {
	color: #000000;
	text-decoration: none;
	font-size: 20px;
	font-family: arial, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.post h2 a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 20px;
	font-family: arial, sans-serif;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.post h2 a:hover {
	color: #669900;
	text-decoration: none;
	font-size: 20px;
	font-family: arial, sans-serif;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.top_o_the_post {
	padding: 6px; 0 6px 10px;
	margin-left: 13px;
	width: 495px;
	}

#comments  {
	padding-left: 15px;
}

.graybox {
	background: #E0EFF5;
	padding: 5px 9px 5px 9px;
	margin: 7px 0 7px 7;
}

.non_graybox {
	padding: 5px 9px 5px 9px;
	margin: 7px 0 7px 7;
}

#commentlist li {
	padding-left: 20px;
}

 .commentlist{
      position: relative;
 }

form {
	padding-left: 27px;
}

.buttons_no_b {
	border: none;
}

#postcomment {
	padding-left: 20px;
}

.comments_links {
	padding-left: 20px;
}

h3#respond {
    margin-left: 12px;
}

.read_more {
	margin: 0 40px 10px 0px;
	text-align: right;
}

.post_image {
	margin-right: 5px;
}

.post ul li{
	list-style-type: none;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.post ol li{
	list-style-type: decimal;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

  /* Footer - padding: bottom top right left
-----------------------------------------*/
#footer {
	  font-family: arial, sans-serif, verdana;
	  background: url(images/footer.png) 0 0 no-repeat;
	  color: #666666;
	  min-height: 63px;
	  _height: 63px;
	  position: top;

  }

#footer_content {
	  padding: 0px 0px 0px 290px;
	  margin-top: 5px;

  }

  #footer_content a {
	color: #666666;
	text-decoration: none;
}

#footer_content a:visited {
	color: #666666;
	text-decoration: none;
}

#footer_content a:hover {
	color: #999999;
	text-decoration: underline;
}

#before_bar {
margin: 0 10px 10px 10px;
font-size: 11px;
color: #000000;
}

.sep2 {

margin: 10px 0 10px 0;

}

.entry img {

margin-right: 9px;
margin-bottom: 3px;

}

#featured_posts li{
margin-bottom: 5px;
}

#blog_name {
	position: absolute;
	left: 700px;
	top: 100px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1px;
	font-family: arial, sans-serif;
	letter-spacing: -1px;
	word-spacing: -2px;
}

#blog_name a {
	color: #ffffff;
	text-decoration: none;
}

#blog_name a:visited {
	color: #ffffff;
	text-decoration: none;
}

#blog_name a:hover {
	color: #ffffff;
	text-decoration: none;
}

#blog_slogan {
	position: absolute;
	left: 700px;
	top: 100px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1px;
	letter-spacing: -1px;
	word-spacing: -2px;
		font-family: arial, sans-serif;

}

