/*
Theme Name: Landscapers Temecula
Theme URI: http://www.landscaperstemecula.com
Description:
Version: 1.0
Author: Ivan Kovac
Author URI: ivan@kovac.cc
Tags: 

*/

html {
	height: 100%;
	margin-bottom: 0.1px;
}

* {
  padding: 0;
  margin: 0;
}

form, input {
  margin: 0;
  padding: 0;
}

body {
  font: 12px/120% Arial, Helvetica, sans-serif;
  color: #000;
  background: url(images/background_tile.jpg);
}

/* COMMON STYLE
--------------------------------------------------------- */
a {
  color: #006e05;
}

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

p, pre, blockquote {
  padding: 2px 0 10px;
}

p { margin: 0 0 5px; }

img { border: 0 none; }

h1 {
  font-size: 24px;
  margin: 5px 0 40px;
  color: #006e05;
}

h1 a {
	text-decoration: none;
}

h2 {
  margin: 15px 0 10px;
  font-size: 18px;
  color: #095d0c;
}

h2 a {
	text-decoration: none;
}

h3 {
  margin: 10px 0;
  font-size: 17px;
  color: #000;
}

h4 {
  display: block;
  padding: 11px 0 0;
  font-size: 17px;
  color: #cce251;
}

ul {
  list-style: none;
}

ul li {
  padding-left: 8px;
  line-height: 20px;
}

ol li {
  margin-left: 35px;
  line-height: 180%;
}

.clr {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}


/*
-------------------------------- */
#content_left {
	float: left;
	width: 414px;
}

#content_right {
	float: right;
	padding: 12px;
	width: 156px;
	min-height: 200px;
	background: #e4e4e4;
}

#content_right a {
	color: #000;
	text-decoration: underline;
}

#content_right a:hover {
	text-decoration: none;
}

#content_right h3 {
	padding: 0;
	margin: 0 0 20px;
}

#content_right li {
	list-style: none;
}

.green_bar {
	width: 380px;
	padding: 0 17px;
	height: 30px;
	line-height: 30px;
	background: #095d0c;
}

.date {
	float: left;
	color: #fff;
}

.postcomment {
	float: right;
}

.postcomment a {
	color: #fff;
}

.postcomment a:hover {
	text-decoration: none;
}

.postcontent {
	padding: 10px;
	line-height: 20px !important;
}

#commentform {
}

#commentform input {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 1px 0 1px 2px;
	border: solid 1px #666;
	background: #fff;
}

#commentform #submit {
	padding: 3px;
}

#commentform textarea {
	font: 12px Arial, Helvetica, sans-serif;
	border: solid 1px #666;
	width: 414px;
}

.regularWhite {
	color: #fff;
}