@charset "UTF-8";
/* CSS Document

Theme Name: The Seed by redpepper
Theme URI: http://www.redpepperinc.com
Description: A custom WordPress theme designed by Neely Catagnini and coded by Steve Wilkison
Version: 2.0
Author: Neely Catagnini and Steve Wilkison
Author URI: http://www.redpepperinc.com
Tags: redpepper, Neely Catagnini, Catagnini, Steve, Steve Wilkison

redpepper Seed Blog
About Page CSS
©2008 redpepper, inc.
Created 10/21/08 11:50AM
Updated 10/21/08 11:50AM
Validated 10/21/08 11:50AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* GLOBAL LAYOUT ELEMENTS */

div#contentleftcontentdiv { /* the main container for the left side of the page, total width is 662px */
	float: left;
	padding: 19px 18px 0 18px;
	}
	
div#contentslicediv { /* provides the one expanding line on the background */
	background: url(images/abouttile.jpg) top left repeat-y;
	}
	
h2#values {
	width: 290px;
	height: 28px;
	text-indent: -9999px;
	background: url(images/values.jpg)  top left no-repeat;
	margin: 6px 0 10px 0;
	}
	
div.values {
	padding: 0;
	color: #444444;
	font-size: 80%;
	text-align: center;
	}
	
/* TEXT */

div#contentleftcontentdiv p {
	color: #444444;
	font-size: 90%;
	margin: 0 0 30px 0;
	line-height: 160%;
	}
	
div#contentleftcontentdiv p#blockquote {
	color: #444444;
	font-size: 150%;
	margin: 0 0 30px 70px;
	text-align: left;
	font-style: italic;
	line-height: normal;
	}
	
div#contentleftcontentdiv p#blockquote2 {
	color: #444444;
	font-size: 150%;
	margin: 0 0 30px 45px;
	text-align: left;
	font-style: italic;
	line-height: normal;
	}
	
div.values p {
	color: #444444;
	font-style: italic;
	margin: 10px 0 20px 0;
	}
	
div#contentleftcontentdiv h3 {
	color: #f15c22;
	margin: 0 0 10px 0;
	font-size: 140%;
}

div#contentleftcontentdiv h2 {
	color: #4d4d4f;
	margin: 0 0 7px 0;
	font-weight: bold;
	font-size: 90%;
}

div#contentleftcontentdiv p.short {
	margin: 0 0 10px 0 ;
}

h1#letsfind {
	color: #4d4d4f;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 90%;
}

span.find {
	color: #f15c22;
	font-weight: bold;
}

div#contentleftcontentdiv p#letp {
}
	
/* IMAGES */

div.values img {
	border: 1px solid #cacbcd;
	padding: 2px;
	background: #fff;
	}
	
#capimg {
	padding: 20px 0 0 25px;
}

#processgraphic {
	display: block;
	padding: 0;
	margin: 0 0 30px 100px;
}

img#hotspot {
	float: right;
	padding: 0 33px 40px 35px;
}
	
/* LISTS */

div#contentleftcontentdiv ul {
	list-style: disc;
	color: #444444;
	font-size: 90%;
	margin: 0 0 20px 20px;
	line-height: 160%;
	}

div#contentleftcontentdiv li {
	display: list-item;
	}
	
div#contentleftcontentdiv ol {
	color: #444444;
	font-size: 80%;
	margin: 0;
	padding: 0;
	line-height: 130%;
	}
	
div#contentleftcontentdiv ol li {
	padding: 0 0 10px 0;	
	}
	
div#contentleftcontentdiv ol li.headline {
	padding: 0 0 5px 0;	
	}

div#contentleftcontentdiv ol li h3 {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 140%;
	line-height: normal;
}

div#contentleftcontentdiv ol li h3 span.parttwo {
	color: #4d4d4f;
	font-style: normal;
}

div#contentleftcontentdiv ol li span.woodtag {
	color: #4d4d4f;
	font-style: normal;
	font-size: 130%;
	font-weight: bold;
}

div#contentleftcontentdiv ol li span.hotspottag {
	color: #f15c22;
	font-style: italic;
	font-size: 130%;
	font-weight: bold;
}

div#contentleftcontentdiv h2.head_hover {
	color: #f15c22;
	cursor: pointer;
	}
