/*-----------------------------------------------------------------------------
Main Style Sheet

date:      12 June 2008
author:    Lori Gray
email:     lori@prairiesuncreations.com
website:   http://www.solpreserves.com
-----------------------------------------------------------------------------*/

/* =General ------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: inherit;
	outline: 0;
	font-weight: inherit;
}
html, body {
	height: 100%;
}
body {
	font-size: 100.01%;
	color: #333;
	background-color: #fff;
}
#wrapper {	
	width: 1000px;
	height: 80%;
	float: left;
}
#header {
	height: 184px;
	width: 1000px;
	margin: 0;
	padding: 0;
}
img#logoPivotal  {
	float: right;
	margin-top: 14px;
	border: none;
}
img#logoSol {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}
#innerWrapper {
	background: transparent url(../images/nav_bkg.jpg) 0 0 repeat-y;
	min-height: 100%;
}
/* ---- styles to set page pics ---------------- */
body.home {
	background: #fffddf url(../images/bkg_home.jpg) 222px 64px no-repeat;
}
body.products {
	background: #fffddf url(../images/bkg_products.jpg) 222px 64px no-repeat;
}
body.about, body.workshops, body.contact {
	background: #fffddf url(../images/bkg_second.jpg) 222px 64px no-repeat;
}
body.freefruit {
	background: #fffddf url(../images/bkg_freefruit.jpg) 222px 64px no-repeat;
}	
body.home ul#nav li a#home, body.products ul#nav li a#products, body.about ul#nav li a#about, body.workshops ul#nav li a#workshops, body.contact ul#nav li a#contact {
	color: #f68f1E;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smallprint {
	font-size: 70%;
}
.fltrt {
	float: right;
	margin: 0 35px;
}
.fltlft { 
	float: left;
	padding-right: 8px;
}
p, li {
	line-height: 1.4;
	font-size: 0.8em;
}
li {
	padding: 5px 0;
}	
h2 {
	color: #f68f1E;
	font-size: 1.3em;
	font-weight: normal;
	padding: 10px 0 15px 10px;
}
h3 {
	color: #004270;
	font-size: 1.1em;
	font-weight: normal;
	padding: 10px 0 0 10px;
}
h4 {
	color: #004270;
	font-size: 0.9em;
	font-weight: normal;
	padding: 14px 0 0 10px;
	border-bottom: 1px solid #004270;
}
#sidebar {
	float: left;
	width: 223px;
}
img#fruit {
	padding: 49px 0 0 64px;
}
ul#nav {
	text-align: center;
	color: #fff;
	list-style: none;
	font-size: 1.3em;
	font-weight: normal;
	width: 130px;
	margin-left: 25px;
}
ul#nav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0;
}
ul#nav li a {
	color: #fff;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #f68f1E;
	text-decoration: none;
}
#main {
	margin-top: 14px;
	margin-left: 30px;
	float: left;
	width: 740px;
	background: transparent;
}
#mainHome, #mainProduct {
	margin-top: 260px;
	margin-left: 30px;
	float: left;
	width: 740px;
	background: transparent;
}
#main ul, #mainHome ul, #mainProduct ul {
	margin-left: 45px;
}
#main p, #mainHome p, #mainProduct p {
	padding: 6px 10px 6px 10px;
} 
#main li, #mainHome li, #mainProduct li {
	padding: 0 0 3px 0;
}	
#main strong, #mainHome strong, #mainProduct strong {
	color: #f68f1e;
	font-weight: bold;
}
#footer {
	clear: left;
	width: 700px;
	border-top: 1px solid #cccc99;
	margin-left: 253px;
	text-align: center;
	padding: 10px 0;
}
#footer p {
	font-size: 0.7em;
}
/* --------- Other Styles ------------- */
blockquote.poster {
	float: right;
	width: 230px;
	background-color: #CCCC99;
	margin: 0 0 10px 10px;
	padding: 5px 0 5px 0;
	font-size: 85%;
}
blockquote.poster p, blockquote.poster h2, blockquote.poster a {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	margin: 2px;
	text-align: center;
}
blockquote.poster p {
	padding-right: 10px;
}
blockquote.poster h2 {
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
}	
blockquote.poster strong {
	color: #000 !important;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif !important;
}
blockquote.thankyou {
	float: right;
	width: 300px;
	background-color: #fff;
	margin: 0 0 10px 10px;
	padding: 5px 0 5px 0;
	font-size: 100%;
	border: 4px double #0074a6;
}
blockquote.thankyou h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
blockquote.thankyou p {
/*	font-family: Georgia, "Times New Roman", Times, serif;
*/	
	font-style: italic;
	font-size: 70%;
}	
.productTable, .workshopTable {
	width: 95%;
	border-top: 1px solid #0074a6;
	border-right: 1px solid #0074a6;
	border-collapse: collapse;
	margin: 10px 0 10px 10px;
}
.workshopTable {
 	width: 50%;
}
.productTable th, .productTable td {
	width: 25%;
}
.productTable th, .productTable td, .workshopTable th, .workshopTable td, .workshopTable td p {
	font-size: 0.8em;
	padding: 4px;
	border-bottom: 1px solid #0074a6;
	border-left: 1px solid #0074a6;
}
.productTable th {
	background-color: #004270;
	color: #fff;
	font-weight: bold;
}
.productTable td li, .productTable td p {
	font-size: 100%;
}
.productTable td li {
	margin-left: -30px;
}	
.productTable dt {
	color: #004270;
	font-weight: bold;
	padding: 10px 0 0 0;
	font-size: 90%;
}
.productTable dd {
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #f68f1e;
}