/*   
Theme Name: kicklighter-landscaping
Description: This is a custom wordpress theme built for kicklighter-landscaping.com
Author: Jeffrey Pitts
Author URI: N/A
Version: 1.0
Date: 2009-09-29
*/


html {
	margin:0;
	padding:0;
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;

	background-image: url('images/smallstripe.gif'); 
	background-repeat: repeat-x; 
	background-position: 0 100px;
}

#doc2 {
	min-height:100%;
	position:relative;

	font-family: georgia, serif;
}

#bd {
	height:100%;
	padding:10px;
	padding-bottom:50px;   /* Height of the footer */
}

p {
	margin: 0 0 15px 0;
}

address {
	font-style:italic;
	margin:0;
}

pre {

}

h1 {
	font-weight:bold;
	font-size: 1.3em;
	margin: 0 0 15px 0;
}

h2{
	font-weight:bold;
	font-size: 1.2em;
	margin: 0 0 15px 0;
}

h3 {
	font-weight:bold;
	font-size: 1.1em;
	margin: 0 0 15px 0;
}

h4 {
	font-weight:bold;
	font-size: 1.0em;
	margin: 0 0 15px 0;
}

h5 {
	font-weight:bold;
	font-size: .9em;
	margin: 0 0 15px 0;
}

h6 {
	font-weight:bold;
	font-size: .8em;
	margin: 0 0 15px 0;
}

span {

}

strong {
	font-weight:bold;
}

em {
	font-style: italic; 
}

.alignright { 
	float:right; 
	margin: 0 0 10px 10px; 
}

.alignleft { 
	float:left; 
	margin: 0 10px 10px 0; 
}

/* ---------- Link CSS ---------- */

a:link {
	text-decoration: none;
	color:#000000;
}

a:visited {
	text-decoration: none;
	color:#000000;
}

a:active {
	text-decoration: none;
	color:#000000;
}

a:hover {
	text-decoration: none;
	color: red;
}


/* ---------- Post CSS ---------- */

.post {
	padding-bottom:20px;
	padding-left:10px;

	background-image: url('images/block.gif'); 
	background-repeat: no-repeat; 
	background-position: 10px bottom;
}

.post h2 {
	font-weight:bold;
	font-size: 1.4em;
	
	padding:0;
	margin-bottom:10px;
}

.post .entry {
	padding-left:10px;
}

.post .postmetadata {
	font-size:0.85em;
}


/* ---------- Header CSS ---------- */

#hd {
	margin:0;
	padding:10px 10px 0 10px;

	height:167px;
}

#hdLeft {
	float:left;

	margin:0px;
	padding:0px;

	width:275px;
}

#hdRight {
	margin:0 0 0 275px;
}

#hdRightDescription {
	margin:0;
	padding:50px 0 0 20px;

	height:40px;

	font-size: 2em;
	font-weight:bold;
}

#hdRightSearch {
	margin:0;
	padding:5px 0 0 0;

	height:35px;

	text-align:right;
}


/* ---------- Sidebar CSS ---------- */

#sidebar {
	margin:0px;
	padding-left:10px;
}

#sidebar ul{
	list-style-type: none;
	margin:0;
	padding: 0 0 0 0;
}

#sidebar ul li{
	margin:0 0 20px 0;
	padding: 0 0 20px 10px;

	background-image: url('images/block.gif'); 
	background-repeat: no-repeat; 
	background-position: 20px bottom;
}

#sidebar ul li ul{
	margin:0;
	padding:0;
	background-image: none; 
	background-color: transparent;
}

#sidebar ul li ul li{
	margin:0;
	padding: 0 0 5px 20px;
	background-image: none; 
	background-color: transparent;

	font-weight:bold;
}

#sidebar ul li h2{
	font-weight:bold;
	font-size: 1.3em;

	margin-bottom:5px;
	padding-left:0px;
}


/* ---------- Footer CSS ---------- */


#ft {
	margin:0;
	bottom:0;
	width:100%;
	height:50px;    /* Height of the footer */
	position:absolute;
	
	background-image: url('images/footer.gif');
	background-repeat:no-repeat;
}

#ft ul {
	clear:left;
	
	margin-left:12px;
	padding-top:15px;
}

#ft li {
	float:left;
	list-style:none;
	display:inline;
	margin:0;
}

#ft li a {
	float:left;
	padding: 1px 15px;
	color:#fff;
	font-weight:bold;
}

#ft li a:hover {
	color:#fff;
}


/* ---------- Dynamic page height ---------- */

<!--[if lt IE 7]>
#container {
	height:100%;
}
<![endif]-->