/* Style Sheet: index.css
 * Creator: Corey Eacret - Invio Design
 * Description: Index Specific page styles
 * Copyright © Invio Design - http://www.inviodesign.com
 */

/* Header */
#header-Image {
	width: 796px;
	height: 207px;
	margin: auto;
}

/* Menu Active */
#menu-Active a {
	display: block;
	background: url("images/menu-Home.png") no-repeat;
	height: 150px;
	width: 131px;
	margin-right: 14px;
	cursor: default;
}

/* Content Areas */
#content-Left {
	width: 455px;
	float: left;
	margin-right: 15px;
}
#content-Right {
	width: 230px;
	float: right;
	
}

/* Content Classes */
.content-Box {
	margin-bottom: 15px;
	background: url("images/text-Background.png") repeat-x bottom left;
	padding: 0px 5px 5px 5px;
}
.content-Center {
	text-align: center;
}
.content-Right {
	text-align: right;
}
.read-More {
	width: 100%;
	height: 25px;
	text-align: right;
}
.read-More a {
	background: #97968a;
	color: #f3f0d8;
	width: 76px;
	padding: 2px 3px;
	border: 2px solid #706f68;
}
.read-More a:hover {
	background: #f7f5e6;
	color: #a80505;
	width: 76px;
	padding: 2px 3px;
	border: 2px solid #4a4941;
}

/* Crops Sidebar */
#sidebar-Crops {
	list-style-type:none;
	text-align: right;
}
.crop-Name {
	font-size: 1.25em;
}
.crop-Date {
	font-size: 1.1em;
	font-style: italic;
	margin-bottom: 11px;
	margin-top: -3px;
}

/* Quote Text */
.quote-Text {
	color: #7d605f;
	font-size: 1.05em;
	text-align: center;
	padding: 0;
}
.quote-Author {
	font-style: italic;
	text-align: right;
	font-size: 1.1em;
	padding: 0;
}

