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

/* Reference: http://www.w3schools.com/Css/css_howto.asp
 
 
---------------------
CONDITIONAL IE
---------------------

 <!--[if IE 7]>
	<style type="text/css"> body {background-image:url(images/bgie7.jpg);}</style>
<![endif]-->


.indexcloud {
	line-height: 140%;
	color: #ffffca;
	text-align: justify;
	font-size: 12px;
	}
.indexcloud a:link{	color:#ffffca;	text-decoration:underline;}
.indexcloud a:hover{	color:#ffffca;	text-decoration:none;}

---------------------
NICE STYLES
---------------------

font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;

.BODY-TEXT {
color:#767676;
font-family:“Trebuchet MS”,sans-serif;
font-size:12px;
line-height:20px;
margin:5px 0 0;
padding:0;
text-align:justify;
}

.HEADERS {
color:#B8B8B8;
font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
font-size:24px;
letter-spacing:-1px;
margin:0;
}

.Quotes p {
color:#666666;
font-family:"Times New Roman",Times,serif;
font-size:21px;
font-style:italic;
line-height:24px;
padding-top:16px;
}

---------------------
IMAGE REPLACEMENT SEO
---------------------
h1{
background: url(widget-image.gif) no-repeat;
}

h1 span
{
position: absolute;
left:-2000px;
}

---------------------
SHORTCUTS
---------------------
background:#e3e1d5 url("http://www.buderimgingercookingschool.com.au/images/topbg.jpg") repeat-x center top;

background-image: url(http://www.buderimgingercookingschool.com.au/images/notepad_tile.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;

*/

/*---------------------
 NORMALIZE EVERYTHING
---------------------*/

* {margin:0;padding:0;} 

img { behavior: url(iepngfix.htc) } /* div, a, link must be relative to document not css */

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 10px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -10px; /* negative value of footer height */
	height: 10px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*---------------------
 BASIC SETTINGS
---------------------*/

body {
	background:#4c4d3f url("../images/BG2.jpg") no-repeat center top;
	background-attachment: fixed;
	font-family:“Trebuchet MS”,sans-serif,"Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 20px;
	}
	
/*horizontal rule*/
hr { 
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}

a img {border:none;}

a:link {color: #333333;text-decoration:underline;}
a:hover {color:#333333;text-decoration:none;}
a:visited {color: #333333;text-decoration:underline;}

p {margin:18px 0 5px 0;}

/*Image settings*/
.imagefloatright {
	float:right;
	margin-top:auto;
	margin-left:20px;
	margin-bottom:auto;
	width: 200px;
	border: 2px solid #ffffff;
	}
	
.imagefloatleft {
	float:left;
	margin-top:auto;
	margin-right:20px;
	margin-bottom:auto;
	width: 200px;
	border: 2px solid #ffffff;
	}
	
.map {
	border: 1px solid #bfb1ae;
	}

/*---------------------
 MAIN SCAFFOLD
---------------------*/

/* Content Area */
#main {
	width:456px;
	background-color: transparent;
	margin:0 auto;
	}


/* Header container */
#header {
	height:191px;
	width: 714px;
	margin-left: -130px;
	margin-top: 0px;
	margin-bottom: 30px;
	background-color: transparent;
	overflow: visible;
	}

#content {
	position: relative;
	width: 456px;
	padding: 0px;
	margin-top: 20px;}
	
/* new accordian */
	
.accordionButton {	
	width: 456px;
	text-align: center;
	font-weight: bold;
	color: #d6b995;
	height: 31px;
	padding-top: 10px;
	float: left;
	border-top: 1px solid #908462;
	border-bottom: 1px solid #908462;
	background:#322a28 url("../images/li_bg_odd.jpg") repeat-x center top;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 406px;
	height: auto;
	float: left;
	display: none;
	padding: 20px 25px 20px 25px;
	background-color: #e3e3e3;
	color: #7d7d7d;
	}

/*  old accordian */

.accordian {
	width: 456px;
	margin: 10px auto;
}

.dimension { /* height of opened panen */
	height: auto;
}

li {
	list-style-type: none;
	padding: 10px 25px 10px 25px;
	background-color: #e3e3e3;
	color: #7d7d7d;
}

.even, .odd {
	font-weight: bold;
	color: #d6b995;
	height: 27px;
	padding-top: 10px;
	text-align: center;
}

.even {
	border-top: 1px solid #908462;
	border-bottom: 1px solid #908462;
	background:#322a28 url("../images/li_bg_odd.jpg") repeat-x center top;
}
	
.odd {
	border-top: 1px solid #908462;
	border-bottom: 1px solid #908462;
	background:#322a28 url("../images/li_bg_odd.jpg") repeat-x center top;
	color: white;
}

.h1 {
	color: #72545F;
	font-weight: bold;
	text-decoration: underline;
}

.h2 {
	font-weight: bold;
	padding-left: 10px;
}

.h3 {
	padding-left: 30px;
}
.h4 {
	padding-left: 50px;
}




/* Footer */
#footer {
	background-color: transparent;
	margin:0 auto;
	width: 456px;
	height: 10px;
	font-size:11px;
	text-align: center;}
	
#footer a {color:#65664d;
	text-decoration:none;}
#footer a:hover {color:#65664d;
	text-decoration:underline;}
#footer a:visited  {color:#65664d;
	text-decoration:none;}




/*---------------------
 FORMS
---------------------*/

#content form input, #content form textarea, #content form select {
	display:block;
	font-size:14px;
	margin-bottom:2px;
	margin-top:5px;

}
input, textarea, select {
	background-image:url(../images/interface/form_bg.jpg);
	border:1px solid #CECECE;
	color:#515151;
	background-repeat:repeat-x;
	font-family:tahoma,arial,sans-serif;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	margin-top:15px;
	padding:5px;
	width:auto;
}
select {
	cursor:pointer;
}


fieldset {
	border:1px solid #C7C7C7;
	clear:both;
	margin-bottom:20px;
	padding:15px 20px 20px;
}

legend {
	color:#373737;
	font-size:13px;
	font-weight:bold;
	margin-left:-10px;
	padding-left:12px;
	padding-right:18px;
	font-family: Tahoma,Arial,Sans-Serif;
}

.content form small {
	color:#8A877C;
	display:block;
	font-family:Verdana;
	font-size:10px;
	font-style:italic;
	font-weight:normal;
}

.input_button:hover {
	background-color:#000000;
	background-image:url(../images/button_bg_over.jpg);
	border:1px solid #000000;
}

.input_button {
	background-color:#6A3500;
	background-image:url(../images/button_bg.jpg);
	border:1px solid #6A3500;
	color:#FFFFFF;
	font-family:Tahoma,Verdana,Arial,Sans-Serif;
	font-size:11px;
	font-weight:bold;
	padding:3px 6px;
	margin-top:15px;
}

