@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
What Is This Place Page CSS
©2008 redpepper, inc.
Created 10/26/08 5:58PM
Updated 10/26/08 5:58PM
Validated 10/26/08 5:58PM
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: 21px;
	}
	
div#contentslicediv { /* provides the one expanding line on the background */
	background: url(images/abouttile.jpg) top left repeat-y;
	}
h2#direction {
	width: 290px;
	height: 28px;
	text-indent: -9999px;
	background: url(images/thisplace_03.jpg) top left no-repeat;
	margin: 6px 0 30px 0;
	}
	
div.directions {
	padding: 0;
	color: #444444;
	font-size: 80%;
	text-align: center;
	}
	
div.lookdivider {
	margin: 20px 0 20px 0;
	}
	
div#leftaddress {
	width: 280px;
	float: left;
	}
	
div#rightaddress {
	width: 280px;
	float: left;
	}
	
div#map {
	width: 620px;
	height: 450px;
	border: 1px solid #000;
	}
	
/* TEXT */

div#contentleftcontentdiv p {
	color: #5c5c5c;
	font-size: 90%;
	margin: 0 0 30px 0;
	line-height: 160%;
	}
	
div#contentleftcontentdiv p#blockquote {
	color: #5c5c5c;
	font-size: 150%;
	margin: 0 0 30px 70px;
	text-align: left;
	font-style: italic;
	line-height: normal;
	}
	
div.directions p {
	color: #444444;
	margin: 0;
	}
	
div.directions h2 {
	color: #f15c22;
	font-size: 160%;
	font-style: italic;
	}
	
div.directions h3 {
	color: #444444;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 12px 0;
	}
	

/* LINKS */

div#leftaddress a, div#rightaddress a {
	color: #f15c22;
	text-decoration: none;
	font-weight: bold;
	}
	
div#leftaddress a:hover, div#rightaddress a:hover {
	color: #444444;
	text-decoration: underline;
	font-weight: bold;
	}
	
div.directions a {
	color: #f15c22;
	text-decoration: none;
	}
	
div.directions a:hover {
	color: #444444;
	text-decoration: underline;
	}
