﻿
/*
Copyright (c) 2009, Ignition Development Ltd. All rights reserved.
version: 2.0.1
*/

html{
  background: #E5E5DB;
}
body {
	background: #E5E5DB;
	font-family: Georgia1, Georgia, serif;
}


/* ffHeader and ffNavigation combine to form the header section of the page */
#ffHeader { 
	background: #000 url(farro/FarroHeader7.png) no-repeat; 
	/* background-position: 0 31px; 
	height: 176px; */
	height: 140px;
	margin: 0; 
	text-align: right; 
}
#ffHeader h1 {
	color: #B20005;
	font-family: Georgia1, Georgia, serif;
	font-size: 1.0em;
	padding: 7px 15px 0 0;
	text-transform: uppercase;
}
#ffHeader h1 a {
	color: #D0D0D0;
	padding: 0 5px;
	text-decoration: none;
}
#ffHeader h1 a:hover {
	color: #A0A0A0;
}

#ffNavigation { 
	background: #000 url(farro/FarroMainNav.jpg) repeat-x; 
	/* height: 290px; */
	height: 240px;
	margin: auto; 
	text-align: center; 
}
#ffNavigation h2 {
	color: #2D2D21;
	font-family: Georgia1, Georgia, serif;
	font-size: 1.4em;
	font-variant: small-caps;
	height: 30px;
	letter-spacing: 1px;
	padding: 13px 0 0 0;
}
#ffNavigation h2 .selected {
	color: #CE0010;
}
#ffNavigation h2 a {
	color: #2D2D21;
	margin: 0 5px 0 5px;
	text-decoration: none;
}
#ffNavigation h2 a:hover {
	color: #CE0010;
}


/* Column Holder - background image hides the gutter between columns */
#ffCol-Content {
	background: #FFF url(farro/ColumnMagic2.gif) repeat-y; 
}

/* Column 1 - News */
#ffCol-News {
	background: #FFF url(farro/FarroNewsBack.jpg) repeat-x; 
	color: #5F5F57;
	font-family: Georgia1, Georgia, serif;
	font-size: 1.0em;
	padding: 0px 0px 0px 10px;
}


#ffCol-News h1 {
	color: #111;
	font-size: 2.5em;
	/* padding: 15px 0 0 0; */
	padding: 15px 0px 14px 0;
	margin-right: 10px;
}

#ffCol-News h1 a {
	color: #C1C10D;
}



#ffCol-News h2 {
	color: #C1C10D;
	font-size: 1.8em;
	/* padding: 15px 0 0 0; */
	padding: 15px 0px 14px 0;
	margin-right: 10px;
}

#ffCol-News h2 a {
	color: #C1C10D;
}



#ffCol-News h3 {
	color: #000;
	font-size: 1.4em;
	/* padding: 15px 0 0 0; */
	padding: 2px 0px 5px 0;
	margin-right: 10px;
}

#ffCol-News h3 a {
	color: #C1C10D;
}

#ffCol-News h5 {
	color: #000;
	font-size: 0.8em;
	/* padding: 15px 0 0 0; */
	padding: 3px 0px 3px 0;
	margin-right: 10px;
}


#ffCol-News p
{
  margin-top: 0px;
  margin-bottom: 1.2em;
  margin-right: 10px;
  text-align: justify;
}

#ffCol-News a
{
  color: #111;
}

#ffCol-News a:hover
{
  color: #c1c10d;
}


#ffCol-News ul {
  margin-left: 35px;
}
#ffCol-News li {
  list-style-type:circle;
}




/* Column 2 - Gifts */
#ffCol-Gifts {
	color: #111;
	background: #646450; 
	font-family: Georgia1, Georgia, serif;
}
.ffGift {
	padding: 10px 0 15px 0;
}
.ffGift h2 {
	color: #DDD;
	font-size: 1.2em;
	padding: 4px 0 14px 0;
	text-transform: uppercase;
}
.ffGift a {
	color: #222;
}


/* Column 3 - Specials */
#ffCol-Specials {
	font-family: Georgia1, Georgia, serif;
	background: #CDCD9E; 
	padding: 0 10px 0 0;
}
#ffCol-Specials h2{
	color: #CE0010;
	font-size: 1.2em;
	padding: 14px 0 14px 10px;
	text-transform: uppercase;
}

#ffCol-SpecialsHack {
	width:96%;
}

.ffSpecial {
	color: #333;
	text-align: center;
	/* padding: 0 0 1.5em 0;  */
  padding: 0 0.5em 1.5em 0.5em;
	
}

.ffSpecial a {
	color: #111;
	font-weight: bold;
}



/* Page Footer Sitemap & credits */
#ffSiteMapNav {
	background: #E5E5DB url(farro/FarroMainNav.jpg) repeat-x; 
	color: #111;
	font-size: 0.91em;
	padding: 10px;
}
#ffSiteMapNav a {
	color: #111;
	text-decoration: underline;
}
#ffSiteMapNav ul li {
	margin: 0.5em 0; 
}
#ffSiteMapNav h3 {
	font-weight: bold;
	margin-top: 2em; 
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

#ffFooter {
	color: #E5E5DB;
	background: #222;
	font-family: Georgia1, Georgia, serif;
	font-size: 0.91em;
	padding: 2em 1em;
	text-align: center;
}
#ffFooter a {
	color: #E5E5DB;
}







/*  
Images 
------------------------------------------------------------------- 
*/

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}


img.rightbordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
	margin: 0 0 15px 12px;
	float: right;
}

img.leftbordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
	margin: 0 15px 12px 0;
	float: left;
}









/* SHOP 

#5A5A50;
#E0E0D4;
#353530
#606050;
#999
*/


#shopcategories 
{
    padding-left: 30px;
}

#shopcategories img
{
    padding: 10px;
}


/* ShoppingCartContentsLite.css */
.ShoppingCartLite {
	width: 100%;
	background-color: #353530;
	color: #bbbbbb;
	border: dotted 1px #111111;
}

.ShoppingCartLite-Header {
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 2px solid #CCCCCC;
	color: #fff;
	font-weight: bold;
}

.ShoppingCartLite-Header h2 {
	font-size: 1em;
	display: inline;
}

.ShoppingCartLite-Header .ShoppingCartLite-Expander {
	float: right;
}

.ShoppingCartLite-Expander {
	cursor: pointer;
}

.ShoppingCartLite-Cart {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.ShoppingCartLite-Items {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.ShoppingCartLite-Content {
	margin-bottom: 10px;
}

.ShoppingCartLite-Content table {
	width: 100%;
}

.ShoppingCartLite-Product td {
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
}

ShoppingCartLite-Title {
}

.ShoppingCartLite-Qty {
	text-align: center;
}

.ShoppingCartLite-Action {
	text-align: center;
	width:45px;
}

.ShoppingCartLite-Cost {
	font-weight: bold;
	margin-bottom: 10px;
}

.ShoppingCartLite-Footer {
	text-align: center;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
}


td.addressheader {
  margin-top: 15px;
  padding-top: 15px;
}



.productLink
{
  color: #aaaaaa;
  text-decoration: none;
}


/* ProductListing.css */
.ProductsListing {
	color: black;
	padding-bottom: 10px;
}

.ProductsListing table {
	width: 100%;
}

.ProductsListing td, .ProductsListing .ProductsListing-Column {
	padding: 2px;
	padding-left: 20px;
}

.ProductsListing .ProductsListing-Column {
	border-bottom: 2px solid #CCCCCC;
	color: Black;
	font-weight: bold;
}

.ProductsListing td {
	color: #555555;
}

.ProductsListing #itemColumn {
	width: auto;
	text-align: left;
}

.ProductsListing #stockColumn {
	width: 5%;
}

.ProductsListing #priceColumn {
	width: 17%;
}

.ProductsListing #actionColumn {
	width: 5%;
}

.ProductsListing .ProductsListing-Row {
	text-align: center;
}

.ProductsListing .firstColumn {
	text-align: left;
}

.ProductsListing .thirdColumn {
	text-align: right;
}

.ProductsListing .fourthColumn {
	text-align: right;
	padding-right: 10px;
}

#sideproducts a .category, #sideproducts .category, #sideproducts {
  color: #fff;
}

.category {
  color: #b12b1b;
}


/* Additional Products */
.AdditionalProductsListing td, .AdditionalProductsListing .AdditionalProductsListing-Column {
	font-size: 0.9em;
	padding: 2px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.AdditionalProductsListing td {
    vertical-align: top;
	color: #555555;
	border-bottom: solid 1px #eeeeee;
}

.AdditionalProductsListing a {
	text-decoration: none;
}

.AdditionalProductsListing #itemColumn {
	width: auto;
	text-align: left;
}

.AdditionalProductsListing .ProductsListing-Row {
	text-align: center;
}

.AdditionalProductsListing .firstColumn {
	text-align: left;
}

.AdditionalProductsListing .thirdColumn {
	text-align: left;
}
.AdditionalProductsListing .fourthColumn {
	text-align: right;
	padding-right: 10px;
    vertical-align: top;
}


/* Checkout */
.Checkout-Header  {
	/*background: #fff url(farro/FarroCheckoutHeader.png) repeat-x; */
	padding: 10px;
	padding-top: 15px;
	padding-left: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-top: none;
	color: Black;
	font-weight: bold;
	margin-bottom: 10px;
}

.Checkout-Header h2 {
	font-size: 1.5em;
	display: inline;
}

.Checkout-Header .ShoppingCartLite-Expander {
	float: right;
	display: none;
}

.checkoutcontainer {
	background: #fff url(farro/FarroNewsBack.jpg) repeat-x; 
	border: 1px solid #CCCCCC;
  padding: 15px;
  margin-bottom: 5px;
}


.Checkout-Footer
{
	text-align: center;
	border: none;
	padding-top: 5px;
}




/* Form Styling */
fieldset p
{
    border: none;
	text-align: left;
	line-height: 100%;
	padding: 0px;
	padding-bottom: 5px;
}

label
{
    width: 85px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    text-decoration: none;

    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-top: 3px;
    margin-bottom: 3px;    

}

input
{
    font-family: Georgia1, Georgia, serif;
    font-size: 11px;
}

textarea
{
    font-family: Georgia1, Georgia, serif;
    font-size: 12px;
}

.farrobutton 
{
    font-size: 11px;
    background-color: #fff;
    border: solid 1px #000;
    padding: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
}


/*

input, textarea
{
		font-size: 13px;
		border: dotted #aaaaaa 1px;
		padding: 5px;
		margin-top: 3px;
		margin-bottom: 3px;		
}
*/

input, textarea
{
		font-size: 13px;
		border: dotted #aaaaaa 1px;
		padding: 3px;
		margin-top: 2px;
		margin-bottom: 2px;		
}


select {
    background-color: #eeeeee;
    font-family: Georgia1, Georgia, serif;
	font-size: 12px;
	border: dotted #aaaaaa 1px;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;		
}



.invalid
{
	color: Red;
}
p.invalid, input.invalid
{
	border: 1px dotted;
	color: #D63301;
	background-color: #FFCCBA;
}
p.invalid
{
	padding-top: 10px;
	padding-bottom: 10px;
}



h1 {
	color: #B20005;
	font-family: Georgia1, Georgia, serif;
	font-size: 1.0em;
	padding: 7px 15px 0 0;
	/* text-transform: uppercase; */
}


.additionalinfo {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #111;
  font-size: 11px;
}

.accounttitle {
	color: #C1C10D;
	font-size: 1.8em;
	padding: 15px 0px 14px 0;
	margin-right: 10px;
}

.ShoppingCartLite-Address h4
{
	font-weight: bold;
	display: inline;
}

.ShoppingCartLite-Address .Address
{
	margin-top: 10px;
}

h2.title
{
	font-size: 1.8em;
	font-weight: bold;
}

h2.title2
{
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: dotted 1px #aaaaaa;
}


h3.subtitle
{
  padding-top: 5px;
  padding-bottom: 5px;
  color: #c1c10d;
	font-size: 1.4em;
	font-weight: bold;
}


div.title
{
	border-top: 1px solid black;
}

div.title p
{
	margin: 10px;
	margin-left: 0px;
}