﻿/*
*  Website:		Ainsworth Estate
*  Theme:		CaramelGreenPlum
*  Description:	Yarra Valley colour palette styles
*  Author:		Angel Web Designs
*  Copyright:	(c) 2009 Ainsworth Estate
*
*  Primary Colours:	#675545 - caramel content title bar
*					#5a2c34 - plum header/footer bar (but use image instead)
*					#d6ceae - home page content background (non-websafe = #B2A97E)
*					#d6ceae - secondary pages content background (non-websafe = #cdc9af)
*					#974b07 - title text color
*/

html
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
/*	line-height: 1.3em; */
	margin-bottom: 20px;
	margin-top: 0px;
}

table
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

a
{
	color: #974b07;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a:visited
{
	color: #974b07;
}

.main_wrapper
{
	margin: 0px auto;
	width: 1022px;
	background: transparent url(images/body_shadow.jpg) repeat-y;
}

.main_wrapper_content
{
	margin-left: 9px;
	margin-right: 6px;
}

.header_top_bar
{
	padding-top: 10px;
	padding-left: 5px;
	height: 120px;
}


.header a
{
	cursor: pointer;
}

.header h1
{
	float: right;
	width:135px;
	height:114px;
	overflow:hidden;
	margin: 0px;
	margin-right: 3px;
}

.header h1 img
{
/*	width: 185px; */
	width: 135px;
	height: 114px;
}

.logo_text
{
	margin-top:77px;
	padding-left: 5px;
}

#nav
{
	background: #5a2c34 url(images/menu_background.jpg) repeat-x;
	height: 44px;
	margin: 0px;
	padding: 0px;
}

#nav li
{
	background: transparent url(images/menu_separator.jpg) no-repeat;
	background-position: 0px 9px;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	line-height: 44px;
	padding-right: 10px;
	padding-left: 18px;
	margin: 0px;
	float: left;
}

#nav li.first
{
	background: none;
}

#nav li a
{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

.content
{
}

.content_image
{
	height: 148px;
	width: 100%;
	overflow: hidden;
}

.content_header
{
	/*background: #675545 no-repeat;*/
	background: #7e5f1f url(/Images/goldstrip.jpg) no-repeat;
	width: 100%;
	height: 30px;
	text-align: right;
}

.content_header img
{
	margin-top: -15px;
	margin-right: 20px;
}

.content_text_wrapper
{
	background-color: #d6ceae;
	width: 100%;
	height: auto!important;
	min-height: 471px;	/* matches up to the footer when sidebar is a certain min length */
	overflow: hidden;
	padding-bottom: 30px;
}

.content_text
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 45px;
}

.text_empahised
{
	font-style: italic;
}

.content_column_left
{
	float: left;
	width: 460px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 10px;
}


.content_column_right
{
	float: left;
	width: 460px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
}

img.content
{
	border: 1px solid #974B07;
}

#introduction
{
	font-size: 13px;
}

#whatson
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#suitesList
{
	list-style-position: inside;
	margin-left: 20px;
}

#tableVenueDetails tr td
{
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}

.bookingsLink
{
	color: #974b07;
	font-weight: bold;
	text-transform: uppercase;
}


.bookingsLink a
{
	color: #974b07;
	text-decoration: none;
}

.bookingsLink a:hover
{
	color: #974b07;
	text-decoration: none;
}

.bookingsLink a:hover
{
	color: #974b07;
}

.GridViewTariffs
{
	font-size: 0.9em;
}

.GridViewTariffs .tariffTableHeader
{
	color: #974b07;
	padding-top: 5px;	
	padding-bottom: 5px;
}

.GridViewTariffs .tariffTableData
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.GridViewTariffs .tariffTableDataTitle
{
	padding-right: 15px;
}

.btnPayPalCart
{
	background: transparent url(/images/PayPal/addtocart.gif) no-repeat;
	border: 0px;
	width: 87px;
	height: 23px;
	cursor:pointer;
}

.footer
{
	clear: both;
	background: #d6ceae;
	width: 1006px;
	height: 26px;
	overflow:hidden;
}

.footer img
{
	width: 1006px;
	height: 26px;
}

h2
{
	color: #974b07;
	font-size: 2.5em;
	font-family: "NuptialScript", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 0.5em 0em;
    font-weight: normal;
}

h2.top-level
{
    font-family: "TrajanRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.5em;
	font-size: 1.75em;
	font-weight: normal;
	margin: 0.5em 0em;
    text-transform: uppercase;   
}

h3
{
	color: #974b07;
	font-weight: normal;
	font-size: 1.2em;
}

h4
{
	color: inherit;
	font-weight: bold;
	font-size: 1em;
	margin: 10px 0px 5px 0px;
}

.emphasise_first
{
    font-family: "NuptialScript", Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 2.5em;
    line-height: 0.5em;
    color: #974b07;
}

.readmore
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.5em;
    color: #974b07;
}

img
{
	border: 0px;
}

li
{
	list-style-position: outside;
}

.indentText
{
	margin-left: 20px;
}

.rightAlign
{
	text-align: right;
}

.clearBoth
{
	clear: both;
}

#HomePageRightContent
{
	border-left: dotted 1px #5a2c34;
}

#NewsEventsLeftContent
{
}

#NewsEventsRightContent
{
	width: 400px;
	margin-left: 30px;
	margin-right: 30px;
	border-left: dotted 1px #5a2c34;
}

.news_thumb
{
	float: left;
	margin: 0px 5px 15px 0px;
}

#NewsEventsLeftContent h2, #NewsEventsRightContent h2
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.article_item
{
	clear: both;
	margin-bottom: 30px;
}

/****** Restaurant page *****/
.menuDetails
{
	margin-left: 10px;
}

#restaurant_slideshow
{
    position:relative;
    height: 268px;
	width: 350px;
    overflow: hidden;
	margin: 30px auto;
	border: 10px #974b07 solid;
}

#restaurant_slideshow img
{
	width: 350px;
	height: 268px;
}

#restaurant_slideshow div
{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#restaurant_slideshow div.active
{
    z-index:10;
	opacity:1.0;

}

#restaurant_slideshow div.last-active
{
    z-index:9;
}

#restaurant_menu table td
{
	padding: 3px 5px 3px 0px;
	vertical-align: bottom;
}

/****** Links page ********/
.links_list
{
	padding-top: 40px;
	text-align: center;
	width: 480px;
	margin: 0px auto;
	
}

.links_list .content_column_left
{
	text-align: right;
	width: 230px;
}

.links_list .content_column_right
{
	text-align: left;
	width: 230px;
}

.link_item
{
	text-align: center;
	width: 200px;
}

/****** Contact Page Form Fields *****/

fieldset
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 98%;
	border: dotted 1px #675545;
}

legend
{
	margin-left: 1em;	
	text-transform: uppercase;
	padding: 3px 5px;
	margin-left: 1em;
	color: #fff;
	background: #675545;
	moz-border-radius: 5px;
}

fieldset ol
{
	padding: 10px 10px 0px 10px;
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
	margin-left: 5px;
}

fieldset#contactDetails ol
{
	padding: 0px;
	margin-bottom: 0px;
}

fieldset li
{
	position: relative;
	padding-bottom: 1em;
}

.fieldlabel
{
	position: relative;
	clear: left;
	float: left;
	width: 10em;
	margin-right: 5px;
	padding-right: 10px;
	text-align: right;
	line-height: 2.4em;
}

.longlabel
{
	width: 100%;
	text-align: left;
}

.fieldlabel span
{
	color: 	#5a2c34;
	padding-left: 3px;
	padding-right: 0px;
	position: absolute;
	line-height: 1.4em;

}

.requiredNote
{
	text-align: center;
	color: #5a2c34;
	margin-bottom: 10px;
	margin-top: 0px;
}

input, textarea, select
{
	padding: 5px;	
	font-size: 1em;
	border: 1px solid #675545;
	color: #5a2c34;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.errorLabel
{
	color: #FF0000;
	display: block;
	padding: 10px;
	border: 1px solid #FF0000;
	background-color: #FFEEEE;
}

.successLabel
{
	color: #009900;
	display: block;
	padding: 10px;
	border: 1px solid #009900;
	background-color: #99FF99;
}

.contactUsResult
{
	padding: 15px;
}


.table_checkin td
{
	padding: 3px 0px;
	width: 100px;
}

/**** End Contact Page Form Fields ***/
