/**
 * Vive.com Layout Stylesheet
 * @copyright 2009 Better Brief LLP
 * @author Dan Hensby <dan@betterbrief.co.uk>
 */
  
/*
 
 Reset from Yahoo! Thanks guys :)
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#000;background:#999;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/* end yahoo reset - thanks :) */
input:focus {outline: 0;} /* stops safari highlighting it */

body {
 	font-size: 75%; /* 12px */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	width: 958px; /* 960 - 2 [border] */
	border: 1px solid #000;
	background:#fff;
	margin: 0 auto;
}

b, strong {
	font-weight: bold;
}

a {
	color: #666;
}
a:hover {
	color: #000;
}

a,a:hover {
	text-decoration: none;
}

a:active,
a:focus{
	outline: none;
	border: none;
}

address {
	float: left;
	font-size: 1.1em;
}

.clear{
	clear:both;
}

.boxShadow {
	box-shadow: 3px 3px 3px #797979;
	-moz-box-shadow: 3px 3px 3px #797979;
	-webkit-box-shadow: 3px 3px 3px #797979;
}

/* CONTAINER
----------------------------------------- */
#Layout {
	padding: 24px;
	padding-right: 0;
}
#Content {
	width: 720px;
	float: left;
}

#Titles {
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
	padding: 0 124px 24px 2px;
}
	
/* HEADER
----------------------------------------- */
#HeaderWrap {
	border-bottom: 1px dotted #000;
	padding-top: 24px;
}

	#Header {
		margin: 24px;
		margin-top: 0;
		position: relative;
	}

#Logo {
	width: 170px;
	height: 69px;
	margin-right: 42px;
	float: left;
}

#StrapLine {
	position: absolute;
	width: 270px;
	height: 37px;
	float: left;
	top: 50px;
	left: 205px;
	background:transparent url('../images/designedforlife.png') no-repeat;
	display: block;
}

#StrapLine p {
	display: none;
}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
}
	#Breadcrumbs p {
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar {
	color: #666;
	width: 180px;
	height: 200px;
	min-height: 400px;
	float: left;
	margin-right: 34px;
}
	#Sidebar .sidebarBox {
		color: #666;
	}

	/* MENU */
	ul#Menu {
		font-size: 1.2em;
		margin-left: -12px;
	}
		ul#Menu li {
			margin-left: 2px;
			padding-left: 10px;
		}
		
		ul#Menu li:hover {
			background:#fff url(../images/arrow-black-off.png) top left no-repeat;
		}
		ul#Menu .spaceabove {
			margin-top: 12px;
		}
			ul#Menu li a,
			ul#Menu li.section ul li a,
			ul#Menu li.current ul li a{
				display: block;
				color: #666;
				text-decoration: none;
			}
			
				ul#Menu li ul li.section a,
				ul#Menu li ul li.current a{
					color: #000;
				}
			
			ul#Menu li a:hover,
			ul#Menu li.current a,
			ul#Menu li.current a:hover,
			ul#Menu li.section a,
			ul#Menu li.section a:hover {
				color: #000;
			}
			
			ul#Menu li.current,
			ul#Menu li.section ul li.section {
				background:#fff url(../images/arrow-black-off.png) top left no-repeat;
			}
				ul#Menu li ul {
					margin: 0;
				}
					ul#Menu li ul li {
					}
	

/* Accordion
---------------------------------------- */
ul#Accord {
	margin: 12px 0;
	width: 614px;
}

	ul#Accord li {
		border-bottom: 1px dotted #000;
		padding: 14px;
		overflow: hidden;
	}
	
		ul#Accord li h2 {
			background:#fff url(../images/arrow-black-off.png) center left no-repeat;
			margin-left: -14px;
			padding: 0;
			padding-left: 14px;
			margin-bottom: 14px;
		}
			ul#Accord li h2:hover {
				cursor: pointer;
			}
		
		ul#Accord li.on h2 {
			background:#fff url(../images/arrow-black-on.png) center left no-repeat;
		}
		
		ul#Accord li img {
			margin:14px 0;
		}
		
		ul#Accord li.on{
		}


/* 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 {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	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 STYLES
------------------------------------------------ */
ul#SearchResults {
}
	ul#SearchResults li {
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
}
html #SearchForm_SearchForm .middleColumn {
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	padding: 5px;
	width: 232px;
	color: #999;
}
span.middleColumn .message {
}
.required {
	padding: 5px;
	width: 232px;
	color: #DC1313 !important;
	border-color: red !important;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}

/* FOOTER
----------------------------------------------- */

#Footer {
	padding: 24px;
	padding-bottom: 36px;
	color: #666;
	clear: both;
}

	#Footer ul {
		
	}
	
	#Footer li {
		border-left: 1px solid #666;
		float: left;
	}
		
		#Footer li.first {
			border: none;
			padding: 0 5px;
		}
	
	#Footer a {
		padding: 0 5px;
		display: block;
	}
	
#Social {
	float: right;
	width: auto;
	margin-right: -5px;
}
	
	#Social li {
		border: none;
		padding: 0 2px;
	}
	
	#Social li a {
		width: 16px;
		height: 16px;
	}
	
	#Social li span {
		width: 16px;
		height: 16px;
		overflow: hidden;
		display:block;
		text-indent: 16px;
	}
		
		a:hover span, span.hover {
			background-position: bottom;
		}
	
		span.fb {
			background:url(../images/icons/facebook.png) top left no-repeat;
		}
		
		span.stumble {
			background:url(../images/icons/stumble.png) top left no-repeat;
		}
		
		span.twit {
			background:url(../images/icons/twitter.png) top left no-repeat;
		}
		
		span.digg {
			background:url(../images/icons/digg.png) top left no-repeat;
		}
	
/* CREDITS
----------------------------------------------- */
#Credits {
	font-size: 11px;
	position: absolute;
	margin-top: 10px;
	width: 958px;
}

	#Credits p {
		float: left;
		width: auto;
		padding: 0 25px;
	}
	
	#Credits p.right {
		float: right;
	}
	
	#Credits a {
		color: #4d4d4d;
	}
	
	#Credits a:hover {
		text-decoration: underline;
	}

/* HomePage
--------------------------------------------- */

body#HomePage {
	background:#fff url(../images/homepage.jpg) 224px 0px no-repeat;
	position: relative;
}

#HomePage #HeaderWrap {
	border: none;
}

#HomePage #StrapLine {
	margin: 0;
	padding: 0;
	top: 470px;
	left: 590px;
	background:transparent url('../images/designedforlife.png') no-repeat;
	display: block;
}

#HomePage h1, #HomePage #Titles { display: none; }

#HomePage img {
	border: none;
}

#News {
	width: 325px;
	position: relative;
	left: 395px;
	top: 39px;
	color: #52461f;
}

	#News h2 {
		font-size: 1.2em;
		background:#fff url(../images/news-title-slash.png) left center no-repeat;
		padding-left: 10px;
		margin-left: 30px;
		font-weight: 100;
	}
	
	#News #Items {
		width: 325px;
		min-height: 150px;
		position: relative;
		overflow: hidden;
		top: 0;
		left: 0;
	}
	
		#News li {
			display: block;
			width: auto;
			height: auto;
			position: relative;
		}
		
		#News li .on
		{
			display: none;
		}
	
		#News li div {
			background:transparent url(../images/news-item-slash.gif) left center no-repeat;
			position: absolute;
			top: 47px;
			right: 0;
			width: 255px;
			letter-spacing: -1px;
			word-spacing: -2px;
			font-style: italic;
			padding-left: 10px;
		}
		
		#News p {
			width: 255px;
			height: 28px;
			font-size: 1.6em;
			line-height:28px;
			padding: 0;
			margin:0;
			background:#fff;
		}
		
	#News #Pagnator {
		display: block;
		position: absolute;
		bottom: 0;
		left: 8px;
		list-style: none;
	}
	
		#News #Pagnator li {
			display: block;
			float: left;
			text-indent: 100px;
			width: 35px;
			height:	15px;
			background:#fff url(../images/news-pagnator.jpg) top left no-repeat;
			padding-right: 9px;
			overflow: hidden;
		}
		
			#News #Pagnator a {
				display: block;
			}
		
		#News #Pagnator li.current,#News #Pagnator li:hover {
			background:#fff url(../images/news-pagnator-on.jpg) top left no-repeat;
		}
	
	#News img {
		position: absolute;
		top: 0;
		right: 0;
	}
	
/* ComingSoon
--------------------------------------------- */
body#ComingSoonPage {
	background:#fff url(../images/coming-soon.jpg) 340px 20px no-repeat;
}

#ComingSoonPage #HeaderWrap {
	border: none;
}

#ComingSoonPage #StrapLine {
	display: none;
}

#ComingSoonPage #Titles {
	border: none;
}
	
/* Collections
--------------------------------------------- */
.collection {
	width: 230px;
	height: 270px;
	overflow: hidden;
	margin-right: 10px;
	text-align: center;
	float: left;
}

	.collection a {
		display: block;
		text-decoration: none;
	}
	
		.collection a:hover {
			text-decoration: none;
		}
		
		.collection a:hover img, .collection:hover img {
			border-color: #000;
			text-decoration: none;
		}
		
		.collection:hover a {
		   color: #000;
		}
	
	.collection h2 {
		font-size: 1.2em;
	}
	
		.collection h2 a:hover {
			text-decoration: none;
		}

#Filters {
	border-bottom: 1px dotted #000;
	font-size: 1.1em;
	padding-bottom: 5px;
}

	#Filters span {
		width: 75px;
		display: block;
		float: left;
		margin-top:2px;
	}

	#Filters ul {
		margin-left: -87px;
		padding: 2px;
		padding-left: 87px;
		display: block;
		float: left;
		width: 640px;
	}
	
		#Filters ul:hover {
			background:transparent url(../images/arrow-black-off.png) top left no-repeat;
		}
	
	#Filters li {
		display: block;
		float: left;
		padding: 0 10px 0 0;
		margin-right: 2px;
		background:#fff url(../images/filter-border.jpg) center right no-repeat;
	}
	
		#Filters li a {
			text-decoration: none;
		}
		
		#Filters li.current a,
		#Filters li.section a{
			color: #000;
		}
	
	#Filters li.last {
		background: none;
	}
	
.category {
	position: relative;
	top: 53px;
	left:152px;
	margin-bottom: 35px;
	border: none !important;
}

/* Collection
  NB: This is a filtered collecton page,
  eg: Arno
--------------------------------------------- */
#Filters + #Titles {
	padding-top: 12px;
	padding-bottom: 12px;
}

.bag {
	width: 170px;
	height: 168px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-top: 16px;
	position: relative;
}

	.bag h2 {
		border-top: 1px dotted #999;
		border-bottom: 1px dotted #999;
		padding: 4px 0;
		font-size: 12px;
		width: 100%;
		position: absolute;
		bottom:0;
		left:0;
	}
	
	.bag a {
		display: block;
		text-decoration: none;
	}
	
		.bag img {
			border: none;
		}
		
		.bag:hover a, .bag a:hover {
		   color: #000;
		}
		
		.bag:hover h2 {
			border-color: #000;
		}

/* Bag Page
  NB: This is a single bag page,
  eg: Rega Milling 3005
--------------------------------------------- */
#Bag {
	height: 280px;
	margin-top: 16px;
	overflow: hidden;
}

	#Bag .bag {
		margin-top:0;
		width:170px;
		height: 100%;
	}
	
		#Bag .bag a {
			margin: 8px 0;
			text-align: left;
			display: block;
		}
		
			#Bag .bag a.eur {
				padding-left: 23px;
				background:#fff url(../images/eur.jpg) left center no-repeat;
			}
			
			#Bag .bag a.plus {
				padding-left: 23px;
				background:#fff url(../images/plus.jpg) left center no-repeat;
			}
		
		#Bag .bag:hover a {
			color: #666;
		}
		
		#Bag .bag a:hover {
			color: #000;
		}
		
		#Bag .bag img {
			margin:0;
			margin-top: 10px;
		}
	
	#Bag .details {
		width: 350px;
		height: 100%;
		overflow: hidden;
		float: left;
		margin-right: 10px;
		position: relative;
	}
	
		.head {
			width: 90px;
			vertical-align: top;
			font-weight: bold;
			font-size: 0.9em;
		}
		
		table {
			margin-right: 25px;
		}
		
		tr {
			vertical-align: top;
		}
		
		tr.first {
			height: 130px;
		}
		
		td {
			padding: 5px 0;
			overflow: hidden;
		}
		
		td p {
			display: inline;
		}
	
	#Bag .colours {
		width: 170px;
		height: 100%;
		overflow: hidden;
		float: left;
		margin-right: 10px;
		position: relative;
	}
	
		#Bag .colours ul {
			padding-top: 5px;
		}
	
		#Bag .colours li {
			width: 30px;
			height: 30px;
			display: block;
			float: left;
			margin: 0 10px 10px 0;
			overflow: hidden;
		}
		
		#Bag .colours h3 {
			display: none;
		}
		
		#Bag .colours img {
			border:none;
		}
		
		#Bag .colours ul {
			width: 120px;
		}
	
	#Bag h2 {
		border-top: 1px dotted #000;
		border-bottom: 1px dotted #000;
		padding: 4px 0;
		font-size: 1.2em;
		text-align: left;
		padding-left: 2px;
		position: absolute;
		bottom:0;
		left:0;
		width: 100%;
	}

/* Press
--------------------------------------------- */
.aside {
	float: left;
}
.press {
	width: 170px;
	height: 180px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-top: 16px;
	position: relative;
}

	.press.item {
		height: 195px;
	}
	
		.press.item:hover a {
			color: #666;
		}
		
		.press.item a:hover {
			color: #000;
		}
	
		.press.item h2 {
			border-color: #000;
		}

	.press h2 {
		border-top: 1px dotted #999;
		border-bottom: 1px dotted #999;
		padding: 4px 0;
		font-size: 12px;
		width: 100%;
		position: absolute;
		bottom:0;
		left:0;
	}
	
	.press:hover h2 {
		border-color: #000;
	}
	
	.press a {
		display: block;
		text-decoration: none !important;
		width: 100%;
		height: 100%;
	}
	
		.press img {
			margin: auto;
		}
		
		.press:hover a {
		   color: #000;
		}
	
	.press.links {
		clear: left;
		height: auto;
		margin:0;
	}
	
		.press.links h2 {
			position: relative;
			margin-top: -1px;
		}
		
		.press.links:hover a {
			color: #666;
		}
		
		.press.links:hover h2 {
			border-color: #666;
		}
		
		.press.links h2:hover {
			border-color: #000;
		}
		
		.press.links a:hover {
			color: #000;
		}
	
.press-content {
	float: left;
	clear:none;
	width: 530px;
	margin-right: 10px;
}

	#Content .press-content p {
		width: 350px;
		color: #666;
	}
	
	.press-content img {
		border: none;
		margin-top: 10px;
	}
	
/* Sitemap
--------------------------------------------- */
ul#Sitemap {
	margin-left: 2px;
	width: 40%;
}

	ul#Sitemap li {
		color: #000;
		font-size: 14px;
		padding: 5px 0;
	}
	
		ul#Sitemap li a {
			color: #000;
			text-decoration: none;
			display: block;
			width: 100%;
		}
		
			ul#Sitemap li a:hover {
				color: #000;
				background:#fff url(../images/arrow-black-off.png) top left no-repeat;
				margin-left: -12px;
				padding-left: 12px;
			}
		
		ul#Sitemap li ul {
			margin-left: 24px;
		}
		
			ul#Sitemap li li {
				font-size: 12px;
				padding: 0;
			}
			
				ul#Sitemap li li a {
					color: #666;
				}
		ul#Sitemap ul {
			padding: 5px 0;
		}

/* Stockists
--------------------------------------------- */
ul#Stockists {
	float: none;
	width: 540px;
}

	ul#Stockists li {
		float: none;
		width: 100%;
		border-bottom:#000 dotted 1px;
		padding: 10px 0 15px;
	}
	
		ul#Stockists li address {
			float: none;
		}

#CountryDropdown, #RegionDropdown, #CityDropdown {
	display: inline;
}
/* Lightbox
--------------------------------------------- */
.overlay {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:50;
	cursor:pointer;
}

.overlayContainer {
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
	/*left:-9999em;*/
	width: 529px;
	height: 400px;
	background: #fff url(../images/ajax-load.gif) center center no-repeat;
	border: 1px solid black;
	z-index:52;
}

	.overlayContainer .contents {
		position: relative;
		height: 100%;
		width: 100%;
		background: transparent;
		z-index:53;
	}

	.overlayContainer p {
		width: auto;
		height: auto;
		position: absolute;
		top:0;
		right:0;
		padding: 4px;
	}
	
		.overlayContainer a {
			text-decoration: none;
		}
		
		.overlayContainer a:hover {
			text-decoration: underline;
		}
	
	.overlayContainer img {
		position: absolute;
		top:0;
		left:0;
	}
	
/* Loading */
#Loading {
	display: none;
	width: 65%;
	margin-top: 40px;
	position: relative;
	text-align: center;
}
#Loading img {
	border: none;
}
