﻿@charset "utf-8";
/* CSS Document */


/* COMMON FONT STYLES */
h2, h3, h4, h5, h6
{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#556C12;
	font-size:14px;
	line-height: 20px;
	/*padding:10px;*/
	font-weight: bold;
	margin:0;
}

p{
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
	color:#000;
	font-size:12px;
	margin:0;
}

td{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:12px;
	margin:0;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#000;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

a{
	color: #556C12;
	padding:0px;
	text-decoration:none;
	outline: none;
}

blockquote {
	width: 150px; 
	float: left; 
	margin: 5px 20px 15px 0px; 
	padding: 25px; 
	background-color:#EFEFEF;
}

blockquote p{
	font-family:"Times New Roman", Times, serif; 
	font-size:16px;
	font-weight: bold;
	font-style:italic;
	text-align:center;
} 

hr {
background: transparent;
color: transparent;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px dashed #666;
height:1px;
margin-top:15px;
margin-bottom: 25px;
}

/* HEADER */
div#top-images {text-align:right; padding:0;}
div#top-images img {margin:20px;}
div#header.ingram-road
{
	background-image:url(images/ingram-road-header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:140px;
}
div#header.hh-estate
{
	background-image:url(http://www.helenshill.com.au/images/hh-estate-header.jpg);
	background-repeat:no-repeat;
	height:140px;
}
div#header.hh-vineyard
{
	background-image:url(images/hh-vineyard-header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:140px;
}
/* NAVIGATION
div#navigation.ingramroad
{
	/*background-image:url(images/ingram-road-navigation-bg.jpg);
	background-repeat:no-repeat;//
}*/
div#navigation h1
{
	font-weight:bold;
	font-size:1.2em;
	color:#900024;
	text-align: left;
	line-height: 0.8em;
	margin-left: 9px;
	margin-top: 25px;
	margin-bottom: -5px;
}
div#navigation a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
	text-transform: uppercase;
	color:#000;
	text-decoration:none;
	padding:0;
	background-image:none;
}

div#navigation A:hover {color:#666; text-decoration:none; outline: none;}

*/
/* NAVIGATION */

div#navigation h1
{
	font-weight:bold;
	font-size:1.2em;
	color:#900024;
	text-align: left;
	line-height: 1em;
	margin-left: -2px;
	margin-top: 25px;
	margin-bottom: -10px;
}

div#navigation a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
	text-transform: uppercase;
	color:#000;
	text-decoration:none;
	padding:0;
	background-image:none;
}

div#navigation p{
	padding:10px;
}

div#navigation A:hover {color:#666; text-decoration:none; outline: none;}

/* LINK STYLES

div#navigation.ingramroad a:hover, div#navigation.ingramroad a:visited, div#navigation.ingramroad a:active
{
	color:#666666;
	text-decoration:none;
	/*background-image:url(../images/ingram-road-navigation-bg.jpg);//
}
div#navigation.hh-estate a:hover, div#navigation.hh-estate a:visited, div#navigation.hh-estate a:active
{
	color:#666666;
	text-decoration:none;
}
div#navigation.hh-vineyard a:hover, div#navigation.hh-vineyard a:visited, div#navigation.hh-vineyard a:active
{
	color:#666666;
	text-decoration:none;
} */
.link-small
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.link-notes 
{
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
}

.link-notes A:link {color:#999; text-decoration:none; outline: none;}
.link-notes A:visited {color:#999; text-decoration:none; outline: none;}
.link-notes A:active {color:#999; text-decoration:none; outline: none;}
.link-notes A:hover {color:#000; text-decoration:underline; outline: none;}

div#nextlinks
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000;
	font-style:italic;
	font-weight: bold;
	float:left;
	z-index: 3000;
	margin-top: 10px;
}

div#nextlinks A:link {color:#000; text-decoration:none; outline: none;}
div#nextlinks A:visited {color:#000; text-decoration:none; outline: none;}
div#nextlinks A:active {color:#000; text-decoration:none; outline: none;}
div#nextlinks A:hover {color:#556C12; text-decoration:none; outline: none;}

/*Lists*/
ul{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height: 18px;
	list-style-type:square;
	margin-left: 0;
	padding-left: 15px;
	list-style-position: outside;
	}

li {
	padding-left:10px;
}

/*FEED STYLING*/
.feedburnerFeedBlock ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.feedburnerFeedBlock li{
	text-indent:0;
	margin-bottom: 18px;	
}

div#creditfooter {
display: none;
}
