/*
 SilverStripe Po Theme
 designed by http://www.rodriguezvalle.com
 */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #f9f7db;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Georgia, Arial, Verdana, Lucida, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {
	background: #faf8e3;
}

.clear{
	clear:both;
}


#BgContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/summer-tomato.jpg) no-repeat;
}

#BgContainer2 {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/ridicchio-bg.jpg) no-repeat;
}

#BgContainer3 {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/squash-bg.jpg) no-repeat;
}


#artichokeContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/artichokeBG.jpg) no-repeat;
}

#chanterelleContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/chanterelleBG.jpg) no-repeat;
}

#coffeeContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/coffeeBeansBG.jpg) no-repeat;
}

#grapesContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/grapesBG.jpg) no-repeat;
}

#oliveContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/oliveBG.jpg) no-repeat;
}

#porciniContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/porciniBG.jpg) no-repeat;
}

#ridicchioContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/ridicchioBG.jpg) no-repeat;
}

#squashContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/squashBG.jpg) no-repeat;
}




/* Spring Containers */

#asparagusContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/asparagus-bg.jpg) no-repeat;
}

#brocollirabeContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/brocollirabe-bg.jpg) no-repeat;
}

#peamintContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/peamint-bg.jpg) no-repeat;
}

#springonionContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/springonion-bg.jpg) no-repeat;
}



/* Summer Containers */

#summertomatoContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/summer-tomato.jpg) no-repeat;
}

#summerzuchiniContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/summer-zuchini.jpg) no-repeat;
}

#summerfigsContainer {
	width: 950px;  
	margin: 0 auto;
	background: #faf8e3 url(../images/summer-figs.jpg) no-repeat;
}








#poAddress {
	width: 432px;
	float:left;
	text-align: right;
	margin-top: 20px;
}

#poAddress p {
	font-family: Georgia, Times, Times New Roman;
	font-size: 14px;
	color: #663333;
}

#poAddress a {
	font-family: arial;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8px;
	letter-spacing: 1px;
	color: #999;
	text-decoration: none;
}

#poAddress a:hover {
	color: #663333;
}

.capsan {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #663333;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#poLogo {
	width: 109px;
	height: 195px;
	float: left;
	margin-left: 122px;
}

#navcontainer {
	width: 280px;
	margin-top: 40px;
	float:right;
}

#navcontainer ul {
	list-style-type: none;
}

#navcontainer a {
	/*border-bottom:1px dotted #FFCC33;*/
	/*border-top: 1px dotted #000;
	background: url(../images/arrow.gif) no-repeat 3px 10px; */
	text-indent: 0px;
	color:#999;
	letter-spacing: 1px;
	font-family: Georgia;
	text-transform: uppercase;
	font-size:15px;
	font-weight: normal;
	padding-left:36px;
	display: block;
	margin-bottom: 0px;
	line-height: 20px;
	/*border-bottom:1px dotted #660000;*/
}
#navcontainer a.current, a.items {
	color:#660000 !important;
	font-weight: normal;
	font-size: 15px;
	/*border-bottom: 6px solid #ffcc33;*/
	background:transparent url(../images/garlic2.jpg) no-repeat;
	/*background-color:#50b848;*/
}

#navcontainer a:link, #navlist a:visited {
	color: #666;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #111;
}


#contentBox {
	float: left;
	width: 950px;
	margin-top: 30px;
	background:transparent url(../images/verticalbg.png) repeat-y right;
}

#top-trans {
	float: left;
	width: 950px;
	height: 1px;
	background:transparent url(../images/950line.png) no-repeat;
}

#bottom-trans {
	float: left;
	width: 950px;
	height: 1px;
	background:transparent url(../images/950line.png) no-repeat;
}


#contentHolder {
	float: right;
	width: 370px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 40px;
	min-height: 300px;
	/*border-right: 1px solid #ff6600;*/
}

#contentHolder img {
	padding-right: 10px;
}

#quoteHolder {
	float: left;
	margin-left: 100px;
	margin-top: 200px;
	width: 322px;
	/*border: 1px solid #666;*/
	background:transparent url(../images/quoteverticalbg.png) repeat-y;
}

#pictureHolders {
	float: left;
	margin-left: 100px;
	margin-top: 250px;
	width: 322px;
	/*border: 1px solid #666;*/
}

#imageHolder {
	float: left;
	width: 322px;
	background:transparent url(../images/quoteverticalbg.png) repeat-y;
}

#imageHolder2 {
	float: left;
	margin-top: 20px;
	width: 322px;
	background:transparent url(../images/quoteverticalbg.png) repeat-y;
}

#imageHolder3 {
	float: left;
	margin-top: 20px;
	width: 322px;
	background:transparent url(../images/quoteverticalbg.png) repeat-y;
}

#quoteHolder-transTop {
	float: left;
	width: 322px;
	height: 2px;
	background:transparent url(../images/322Line.png) no-repeat;
}

#quoteHolder-transBottom {
	float: left;
	width: 322px;
	height: 2px;
	background:transparent url(../images/322LineB.png) no-repeat;
}

#insideQuoteHolder {
	float: left;
	margin-left: 2px;
	width: 318px;
	min-height: 50px;
	background:transparent url(../images/quotebg2.png) repeat;
	
}

#insideQuoteHolder .poquote {
	color: #330000;
	font-style: italic;
	font-size: 13px;
	padding: 10px;
}

#insideQuoteHolder img {
	padding: 0;
}

#insideImageHolder {
	float: left;
	margin-left: 2px;
	width: 318px;
	background:transparent url(../images/quotebg.png) repeat;
	
}
	
#poFooter { 
 	clear: both;  
	width: 950px;
	min-height: 62px;
	margin-top: 30px;
	background: transparent url(../images/poFooterBG2.png) no-repeat;
}

#poFooterContentHolder {
	float: right;
	width: 388px;
	margin-top: 0px;
}


#poFooter .footerTop {
	width: 100%;
	/*background: transparent url(../images/footerTop.gif) no-repeat top left;*/
	display: block;
	height: 2em;
}

#poFooter p { 
	color: #333;
	font-size: 11px;
	line-height:16px;
	font-family: Georgia, arial;
	text-align: left;
	margin-top: -0.6em;
}

#poFooter a { 
	color: #666;
	font-size: 10px;
	font-family: arial;
	text-decoration: none;
}
	
#poFooter a:hover {
	color: #003300;
	text-decoration: none;
}

#bottomPusher {
	width: 950px;
}





















#Container { 
	width: 950px;
	padding-bottom: 15px;
	background: #fff url(../images/dgroup-bg.gif) no-repeat;
	min-height:650px;
	/*border: 1px solid #ff6600;*/
	}
	
#ImageGroup { 
	width: 692px;
	height:260px;
	margin-top:128px;
	float:left;
	/*border: 1px solid #ff6600;*/
	z-index:5;
	}
	
#image1 { 
	width: 74px;
	height:134px;
	margin-top:83px;
	float:left;
	background: #3366CC url(../images/test1.jpg) no-repeat;
	}
	
#image2 { 
	width: 77px;
	height:100px;
	margin-top:36px;
	float:left;
	background-color:#ff6600;
	}
	
#image3 { 
	width: 232px;
	height:218px;
	float:left;
	/*background-color:#3366CC;*/
	}
	
#image4 { 
	width: 181px;
	height:223px;
	float:left;
	margin-top:64px;
	background: #3366CC url(../images/test2.jpg) no-repeat;
	}
	
#image5 { 
	width: 128px;
	height:170px;
	float:right;
	margin-top:37px;
	background-color:#ff6600;
	}
	
#NavArea { 
	width: 260px;
	float:right;
	height:300px;
	margin-top:200px;
	/*border: 1px solid #ff6600;*/
	z-index:10;
	}

#Layout {
	width: 542px;
	margin-left:150px;
	float:left;
	margin-top:15px;
	/*border: 1px solid #3366cc;*/
}

#ContentLayout {
	width: 542px;
	margin-left:150px;
	float:left;
	margin-top:220px;
	min-height:500px;
	/*border: 1px solid #3366cc;*/
}

#HomeLayout {
	width: 542px;
	margin-left:150px;
	float:left;
	margin-top:25px;
	/*border: 1px solid #3366cc;*/
}
#Content {
	width: 538px;
	float: right; 	
	margin: 0;
	text-align: left;
}

#PageThumb{
	position:relative;
	float:right;
	width:260px;
	/*border: 1px solid #3366cc;*/
}
#PageThumb img{
	background:#fff;
	/*padding:10px 0px 10px 10px;*/
}





/** Header **/
#Header { 
 	width: 768px; 
 	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/header.gif) repeat-x left center;
	}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
		}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

/*----------------- Navigation -----------------*/





.newsHeader {
	color: #926B4A;
	margin-bottom: 15px;
}

#Sub-Menu {
	margin-bottom: 10px;
}
#Sub-Menu li {
	font-size:11px !important;
	height: auto !important;
}
#Sub-Menu a {
	font-size: 11px;
	line-height: 12px;
	/*border-bottom:1px solid #fff;*/
	border-top: none;
	margin-top: 0px;
	margin-left: 15px;
	background: none;
}



    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
		font-size: 10px;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar { 
 	width:260px; 
	float:right;  
	margin-top:100px;;
	padding:0;
	border-left:1px solid #ccc;
	/*border-top:1px solid #ccc;*/
	}
	#Sidebar .sidebarBox {
	margin-left: 15px;
	padding-bottom: 2px;
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
	#Sidebar li {
		margin: 0px 0px;
		list-style: none;
	}
	#Sidebar h3 { 
		margin-left: 15px;
		/*border: 1px solid #3366CC;*/
		clear: both; 
		text-transform: lowercase;
		color: #666;
		font-weight: 700; 
		font-size: 12px; 
		margin: 0 0 0px 0;
		font-family: Helvetica;
		text-transform: uppercase;
		line-height: 1.8;
		padding: 0px 0 0 0px;
		background: transparent url(../images/sidebarHeaderSub.gif) repeat-x center left;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
	}
	#Sidebar a em {
		font-style: normal;
	}
    ul#Menu2 li { 
            font-size: 0.9em; 
            margin: 1px 0 Robert	px 4px;
            list-style: none;
            }
      ul#Menu2 li a {
            display: block;
            width: 196px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
      }
	ul#Menu2 li em {
		padding-left: 8px;
		display: block;
	}
		ul#Menu2 li li em {
			padding-left: 0;
		}
      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
            background: #DCDCDC url(../images/sidebarSideArrow.gif) no-repeat right center;
            color: #666;
			cursor: pointer;
            text-decoration: none;
      }
	  ul#Menu2 li a.current {
	  		font-weight: 700;
	  }
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
            width: 193px; 
      }
      ul#Menu2 li a.levela:hover span,
      ul#Menu2 li a.current span,
      ul#Menu2 li a.section span,
      ul#Menu2 li a.section:hover span,
      ul#Menu2 li a.current:hover span {
            background: transparent url(../images/sidebarTopLeftHover.gif) no-repeat left top;
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levela:hover em,
      ul#Menu2 li a.current em,
      ul#Menu2 li a.section em,
      ul#Menu2 li a.section:hover em,
      ul#Menu2 li a.current:hover em {
            background: transparent url(../images/sidebarBottomLeftHover.gif) no-repeat left bottom;
            display: block;
            width: 100%;
            height: 100%;
      }
      ul#Menu2 li ul {
            height: 100%;
            position: relative;
            margin: -4px 0 0 0;
            width: 193px;
            padding: 4px 0 10px 0;
            background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;
      }
      ul#Menu2 li ul li ul {
            background: #DCDCDC;
            margin-left: 0;
      }
      ul#Menu2 li ul li {
            width: 160px;
            background: #DCDCDC;
            padding: 0;
            font-size: 0.8em;
            display: inline;
            margin: 0;
      }
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover,
      ul#Menu2 li li a.current:hover {
            color: #555;
            font-weight: 700;
            background: #DCDCDC;
      }
      ul#Menu2 li li ul {
            margin: 0 0 0 10px;
            padding: 0;
            width: 175px;
      }
      ul#Menu2 li li ul .roundWhite {
            margin-bottom: -10px;
      }
      /* Sub Menu */
      ul#Menu2 li a.levelb {
            font-size: 1.7em;
            text-indent: 8px;
            width: 188px;
			background: transparent;
            margin-left: 10px;
      }
	  ul#Menu2 li a.levelb:hover,
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.current:hover,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover {
            background: #BCBCBC url(../images/sidebarSideArrow2.gif) no-repeat right center;
            text-decoration: none;
            display: block;
            color: #fff;
      }
      ul#Menu2 li a.levelb:hover span,
      ul#Menu2 li li a.current span,
      ul#Menu2 li li a.current:hover span,
      ul#Menu2 li li a.section span,
      ul#Menu2 li li a.section:hover span {
            background: transparent url(../images/sidebarTopLeftHover2.gif) no-repeat left top;
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levelb:hover em,
      ul#Menu2 li li a.current em,
      ul#Menu2 li li a.current:hover em,
      ul#Menu2 li li a.section em,
      ul#Menu2 li li a.section:hover em {
            background: transparent url(../images/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            display: block;
            width: 100%;
            height: 100%;
      }

	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 0px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


