/* 

STYLE SHEET FOR ARCADIAN COURT
Created by Name Surname
www.domain.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-image: url(../imgs/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ECECE2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2F221A;
		}
		
ul.disc {
	list-style-type: none;
	padding-left: 30px;
	list-style-image: url(../imgs/arrow.gif);
	font-style: italic;
	font-size: 13px;
	color: #847248;
}		
		
.subTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #847248;
	font-weight: bold;
	clip: rect(auto,auto,auto,auto);
	letter-spacing: .15em;
		}

.textBrown12pt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #847248;
	text-transform: uppercase;
	letter-spacing: 0.1em;
		}
		
A:link {
	color: #847248;
	text-decoration: none;
}
A:visited {
	text-decoration: none;
	color: #333;
}
A:active {
	text-decoration: none;
	color: #5D5854;
}
A:hover {
	text-decoration: underline;
	color: #2A1F19;
}


		
/*  --------- 2. structure  --------- */

#wrapper {
	background-image: url(../imgs/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		}
#venue #wrapper {
	background-image: url(../imgs/venue_bg.jpg);

	}
	
#venue2 #wrapper {
	background-image: url(../imgs/contact_bg.jpg);

	}
	
#contact #wrapper {
	background-image: url(../imgs/contact_bg.jpg);

	}
#restaraunts #wrapper {
	background-image: url(../imgs/restaraunts_bg.jpg);

	}
#catering #wrapper {
	background-image: url(../imgs/catering_bg.jpg);

	}

#reward #wrapper {
	background-image: url(../imgs/reward_bg.jpg);

	}
	
	
#centre {
	width: 767px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#masthead {
	height: 159px;
	position: relative;
		}
#logo {
	height: 110px;
	width: 285px;
	background-image: url(../imgs/logo.png);
	background-repeat: no-repeat;
	background-position: 8px 20px;
		}
#logo h1 a {
	display: block;
	height: 97px;
	width: 210px;
	text-indent: -6000px;
}
* html #logo {
	background-image: url(../imgs/logo.jpg);
	}		
#content {
	padding-top: 5px;
	}
#flash {
	background-image: url(XMLSlideshow.swf);
	height: 282px;
	width: 767px;
	background-repeat: no-repeat;
	background-position: -1px;
}

* html #flash {
	background-image: url(../imgs/flash.jpg);
	padding-top:1px;
	}
		
#main {
	float: left;
	width: 305px;
	padding-top: 10px;
	padding-right: 40px;
}
#mainWide {

	width: 760px;
	padding-top: 10px;

}
#contact #main {
	width:500px;
}
#main p {
	margin-left: 6px;
}

#subCol {
	width: 416px;
	float: left;
	padding-top: 10px;
}
#subCol2 {
	width: 360px;
	float: right;
	padding-top: 110px;
}
#contact #subCol {
	width:225px;
	}
#subCol img {
	margin-bottom: 10px;
}
#subCol p {
	font-size: 11px;
	text-align: center;
}

.narrowCol {
	height: 400px;
	width: 255px;
	float: left;
}
.narrowCol img {
	margin-bottom: 10px;
}

.narrowCol p {
	line-height: 18px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}
.narrowCol a.click {
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C7C4A3;
	height: 50px;
	padding-bottom: 50px;
	padding-top: 10px;
	text-align: center;
		}
#footer p {
	font-style: italic;
	color: #B6B497;
}

.separator {
		clear: both;
		height: 0;
		}

/* ---------- 3. links and navigation ---------- */

a {
		}
		
a:hover {
		}

		
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
		}
#masthead h1 {
	color: #ECECE2;
	font-size: 42px;
	font-weight: normal;
	padding-top: 5px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
		}

ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  

.saveTheDate	{ float: left; width: 269px; height: 98px; padding: 94px 18px 0 18px; background: url(../imgs/saveTheDate.png) no-repeat; }
.saveTheDate p	{ float: left; width: 269px; text-align: center; margin: 0!important; }
