
/*
----------------------------------------------
 Vivid Wines / Global styles
 Developed by Ollie Bettany / 05 Creative
 Created: 01/03/10
----------------------------------------------
*/

/* RESET CSS BY ERIC MEYER */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

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

/* SITE STYLES */

/* skip link */

#pagetop {
	overflow: visible; 
	height: 0px;
	margin: 0;
	padding: 0;
}

#pagetop p {	
	overflow: visible;
	height: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#skiplink { 
	position: absolute;
	top: 0;
	left: -9999em;
	font-size: 1.8em;
}

#skiplink:focus, 
#skiplink:active,
#skiplink:hover {
	left: 50%;
	color: #fff;
	background: #c11d1b;
	padding: 0.3em;
	text-decoration: none;
	display: block;
	border: 1px solid #fff;
	z-index: 100;
}

/* GLOBAL STYLES */

@font-face {
	font-family: 'LucidaGrandeRegular';
	src: url('Lucida_Grande.eot');
	src: local('Lucida Grande Regular'), local('LucidaGrande'), url('Lucida_Grande.woff') format('woff'), url('Lucida_Grande.ttf') format('truetype'), url('Lucida_Grande.svg#LucidaGrande') format('svg');
}

body {
	color: #213D4A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	background-color: #DFDFDF;
}

a {
	color: #E86E10;
}

a:hover {
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'LucidaGrandeRegular';
}


.clear {
	clear: both;
}

/* LAYOUT */

	#wrapper {
		width: 940px;
		margin: 0 auto;
	}
	
	
/* HEADER */

	#header {
		min-height: 213px;
		background: url(../images/header.jpg) no-repeat left top;
		position: relative;
		border-bottom: 1px solid #ccc;
	}
	
		#header .maintitle {
			width: 210px;
			height: 252px;
			position: absolute;
			text-indent: -1000em;
			background: #fff url(../images/logo.png) no-repeat left top;
			top: -30px;
			left: 40px;
			z-index: 100;
		}
		
		#header ul {
			background: url(../images/bg-mainnav.png);
			padding-left: 310px;
			position: absolute;
			bottom: 0;
			width: 630px;
		}
		
		#header li {
			float: left;
		}
		
			#header li a {
				padding: 14px;
				display: block;
				text-decoration: none;
				font-size: 1.5em;
				color: #666;
			}
			
			#header li a:hover {
				color: #463C3C
			}
			
			#header li.current a {
				font-weight: bolder;
				cursor: default;
				color: #463C3C
			}

/* CONTENT */

	#content {
		background-color: #fff;
		padding: 30px 40px 20px 40px;
		position: relative;
		overflow: hidden;
		font-family: 'LucidaGrandeRegular';
	}
	
		#content .leftcol,
		#content .rightcol {
			float: left;
		}
		
		#content .leftcol {
			margin-right: 20px;
			width: 423px;
		}
		
		#content .rightcol {
			width: 417px;
		}
		
		#content h1 {	
			font-size: 1.8em;
			line-height: 1.2em;
			margin-bottom: 15px;
		}
		
		#content p {
			font-size: 1.2em;
			margin-bottom: 15px;
			line-height: 1.2em;
		}
		
		#content p.leader {	
			font-size: 1.3em;
			font-weight: bolder;
		}
		
		#content img {
			margin-bottom: 20px;
		}
		
		#content ul {
			font-size: 1.2em;
		}
		
		#content li {
			margin-bottom: 5px;
		}
			/*
			#content li strong {
				font-family: 'LucidaGrande-Bold', 'Lucida Grande', 'Lucida Console', sans-serif;
			}
			*/
			
		#content a.download {
			background: url(../images/ico-pdf.png) no-repeat left top;
			padding: 28px 0 0 45px;
			min-height: 16px;
			display: block;
		}
		
/* custom list */

		#content .custom-list {
			background: #E9EDED;
			float: left;
			margin: 10px 20px 0 0;
			padding: 10px;
			width: 253px;
		}
		
		#content .last {
			margin-right: 0;
		}
		
			#content .custom-list h2 {
				font-size: 1.3em;
				margin: 10px 0;
			}
			
			#content .custom-list ul {
				font-size: 1.1em;
			}
			
			#content .custom-list li {
				margin-bottom: 8px;
				line-height: 1.3em;
			}
		
		
/* FOOTER */
	
	#footer {
		background-color: #330000;
		padding: 10px;
		overflow: hidden;
		color: #fff;
		font-size: 1.1em;
	}
	
		#footer p {
			float: left;
		}
	
		#footer ul {
			float: right;
		}
		
		#footer li {
			float: left;
			padding: 0 10px;
			border-left: 1px solid #fff;
		}
		
		#footer li.first {
			border: none;
		}
		
		#footer a {
			text-decoration: none;
		}
		
		#footer a:hover {
			 color: #fff;
			 text-decoration: underline;
		}
	
		
/* CUSTOM PAGE OVERRIDES */

/* home */

		body.home #content {
			background: #fff url(../images/bg-content-home.jpg) no-repeat right bottom;
			padding-right: 150px;
		}
		
			body.home #content h1 {	
				font-size: 1.5em;
			}
		
			body.home #content p {
				font-size: 1.6em;
				line-height: 1.2em;
			}
			
			body.home #content img {
				float: left;
				clear: left;
				margin: 0 45px 30px 20px;
			}
			
			
/* vineyards assoc logo */
		
		body.home #content p.member {
			background: url(../images/ukva_logo.png) no-repeat;
			width: 135px;
			height: 50px;
			padding: 5px 5px 5px 45px;
			color: #fff;
			float: right;
			font-size: 1.2em;
			font-family: "Times New Roman", Times, serif;
			position: absolute;
			bottom: 20px;
			right: 40px;
			margin-bottom: 0;
		}
		
			body.home #content p.member span.main {
				position: relative;
				top: 16px;
			}
		
			body.home #content p.member span.right {
				float: right;
				font-style: italic;
				font-size: 0.9em;
			}

/* consultancy */	
			
		body.consultancy #content .custom-list {
			min-height: 307px;
		}

			
/* contract winemaking */

			body.contract #content .custom-list {
				min-height: 417px;
			}
			
/* winemaker */

			body.winemaker #content h1 {	
				font-size: 1.5em;
			}
			
/* contact */

			body.contact #content h1 {	
				font-size: 1.5em;
			}