/*--------------------
Site:         OneLoveCreations.com
Code:         CSS
Media:        Screen
Author:       Tim Snoots (Snoots Technology Services LLC)
--------------------*/

/*---------- Structural ----------*/

body
{
	width: 960px;
	margin: 0px auto 10px auto;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, sans-serif;
	background-image: url(BG-Body.png);
	background-repeat: repeat-x;
	background-color: #111533;
}

#wrapper {
	margin-top: 10px;
}

#access, #wrapper, #site-footer {
	display: block;
	width: 960px;
	float: left;
	clear: both;
	margin-bottom: 30px;
}

#sidebar {
	display: block;
	width: 200px;
	float: left;
	padding: 0 8px 20px 8px;
	border: 1px solid #151a40;
	background-image: url(BG-Sidebar.png);
	background-repeat: repeat-x;
	background-color: #222a66;
}

#content {
	position: relative;
	display: block;
	width: 690px;
	float: right;
	padding: 20px 10px 20px 20px;
	border: 1px solid #000;
	background-image: url(BG-Content.png);
	background-repeat: repeat-x;
	background-color: #0d1026;
}

#product-rotate
{
	display: block;
	width: 150px;
	overflow: hidden;
	float: right;
	padding: 0 0 160px 0;
	clear: right;
	margin-bottom: 10px;
	background-image: url(productRotate.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

img#product-zoom
{
	height: auto;
	position: fixed;
	z-index: -1;
	right: 20%;
	top: 100px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 1px solid #000;
}

.br-clear-all { clear: both; }


/*---------- Hidden ----------*/

#access { position: absolute; left: -200em; top:-20em; }
h2.nav { position: absolute; left: -200em; top:-20em; }


/*---------- Menus ----------*/

ul.hor-nav { 
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
ul.hor-nav li {
	float: left;
	line-height: 1em;
}
ul.hor-nav li a {
	float: left;
	padding: 0 0.4em;
	border-right: 1px solid #CCC; 
}
ul.hor-nav li:first-child a { border-left: 1px solid #FFF; }

#access em { text-decoration: underline; font-style: normal; }

#site-footer p,
#site-footer p a,
#site-footer ul li a,
#access ul li a
{
	color: #77c68f;
}

#site-footer ul,
#access ul {
	float: right;
	margin-top: 0.5em;
}

#site-footer ul li a,
#access ul li a {
	font-size: 0.75em;
	text-decoration: none;
	padding: 0 0.8em;
}

#site-footer p#page-info {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0.5em 0.5em;
} 

#sidebar a img#sidebar-logo,
#site-footer a img
{ border: 0; }

#site-menu ul#site-nav,
#site-menu ul#site-nav ul {
	padding: 0;
	list-style-type: none;
}

#site-menu ul#site-nav li {
	margin-bottom: 0.2em;
	margin-left: 1.1em;
}

#site-menu ul#site-nav li a {
	display: block;
	font-size: 1em;
	line-height: 2em;
	text-decoration: none;
	font-weight: bold;
	padding: 0.1em 0.2em 0.1em 36px;
	color: #86d2d7;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
}
#site-menu ul#site-nav li a.m-about { background-image: url(Icon-About.png); }
#site-menu ul#site-nav li a.m-calendar { background-image: url(Icon-Calendar.png); }
#site-menu ul#site-nav li a.m-contact { background-image: url(Icon-Contact.png); }
#site-menu ul#site-nav li a.m-ordering { background-image: url(Icon-Ordering.png); }
#site-menu ul#site-nav li a.m-products { background-image: url(Icon-Products.png); }
#site-menu ul#site-nav li a.m-welcome { background-image: url(Icon-Welcome.png); }
#site-menu ul#site-nav li a.m-events { background-image: url(Icon-Events.png); }

#site-menu ul#site-nav li > ul {
	margin-left: 36px;
}

#site-menu ul#site-nav li > ul li {
	font-size: 0.9em;
	margin: 0 0 0 0;
}

#site-menu ul#site-nav li > ul li a {
	color: #77c68f;
	line-height: 1.6em;
	padding: 0 0 0 0;
}

#site-menu ul#site-nav > li.hidden > ul {display: none; }
#site-menu ul#site-nav > li.shown > ul {display: block !important; }


/*---------- Content ----------*/

#content p
{
	color: #FFF;
	line-height: 1.4em;
	margin-bottom: 0.6em;
}

#content p a
{
	color: #FFF;
}

#content h1
{
	color: #fff200;
	font-size: 3.6em;
	padding-left: 10px;
	background-image: url(BG-H1.png);
	background-repeat: no-repeat;
	line-height: 110px;
}

#content h2
{
	color: #77c68f;
	font-size: 1em;
	margin-top: 1.2em;
	margin-bottom: 0.3em;
}

#content h3
{
	color: #86d2d7;
	font-size: 1em;
	font-weight: normal;
	margin: 1.5em 0 0.3em 0;
}

#content h2 + p,
#content h3 + p,
#content h2 + ul
{
	margin-top: 0.4em;
}

#content ul { color: #FFF; }
#content ul li { line-height: 1.5em; }

/*---------- Store ----------*/

#content div.product
{
	float: left;
	width: 220px;
	padding: 0;
	margin: 0 4px 20px 4px;
}

#content div.product a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#content div.product img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#content div.product p {
	font-size: 0.8em;
	margin: 0.4em 0;
}

#content div.product p.price {
	color: #77c68f;
}

#content div.product p.price span.item-n {
	color: #86d2d7;
}

#content div.product p span.item-n,
#content div.product p.cart a {
	color: #262f72;
}

#content p.store-note {
	font-size: 0.9em;
	color: #86D2D7;
	font-style: italic;
	margin-bottom: 2em;
}
#content p.store-note a {
	color: #86D2D7;
}

#product-grid {
	padding: 6px 0;
	margin: 0;
	clear: both;
	list-style: none;
}

#product-grid li {
	float: left;
	padding: 8px;
	margin-left: 0;
}

#product-grid li a {
	color: #77c68f;
	font-size: 0.8em;
	text-decoration: none;
}

#product-grid li img {
	display: block;
	width: 80px;
	border: 0;
	padding: 0;
}

#content div#oil-bottles {
	width: 260px;
	display: block;
	float: right;
	clear: right;
	margin-right: 50px;
}

#us-img {
	border: 0;
	float: right;
}


/*---------- CSS Enhancements ----------*/




