* {
	margin:0;
	padding:0;
}
html {
	font-size:100%;
}
body {
	background:url(layout/bodyBg.jpg);
	font-size:62.5%;
}
#main {
	background:url(layout/mainBorder.jpg) left top repeat;
	margin:0 auto;
	padding:0 10px;
	width:947px;
}
#header {
	background:url(layout/headerBg.jpg);
	background-repeat: no-repeat;
	height:216px;
	position:relative;
	z-index:0
}

#flash
{
left:470px;
top:220px;
padding:0;
width:294px;
height:167px;
position:absolute;
z-index:1
}

#header p.contact, #header h1 {
	height:0;
	width:0;
	display:none
}
ol#navigation {
	background:#000 url(layout/navigationSide.jpg) no-repeat left;
	height:47px;
	padding:0 0 0 277px;
	z-index: 1;
}
ol#navigation li {
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:47px;
	list-style:none;
}
ol#navigation li a {
	background-image:url(layout/navSprite.jpg);
	color:#fff;
	display:block;
	float:left;
	height:0;
	outline:none;
	overflow:hidden;
	padding:47px 0 0;
}
ol#navigation li.home a {
	background-position:0 0;
	width:65px;
}
ol#navigation li.weddings a {
	background-position:-65px 0;
	width:102px;
}
ol#navigation li.parties a {
	background-position:-167px 0;
	width:75px;
}
ol#navigation li.corporate a {
	background-position:-242px 0;
	width:106px;
}
ol#navigation li.news a {
	background-position:-348px 0;
	width:60px;
}
ol#navigation li.credentials a {
	background-position:-408px 0;
	width:118px;
}
ol#navigation li.contact a {
	background-position:-526px 0;
	width:97px;
}
ol#navigation li.home a:hover {
	background-position:0 47px;
	width:65px;
}
ol#navigation li.weddings a:hover {
	background-position:-65px 47px;
	width:102px;
}
ol#navigation li.parties a:hover {
	background-position:-167px 47px;
	width:75px;
}
ol#navigation li.corporate a:hover {
	background-position:-242px 47px;
	width:106px;
}
ol#navigation li.news a:hover {
	background-position:-348px 47px;
	width:60px;
}
ol#navigation li.credentials a:hover {
	background-position:-408px 47px;
	width:118px;
}
ol#navigation li.contact a:hover {
	background-position:-526px 47px;
	width:97px;
}
div#content,
div#newscontent{
	background:url(layout/Bg.jpg) repeat-y left bottom;
	min-height:632px;
	padding:9px 36px 18px;
	display:block
}


#content h2 {
	border-bottom:2px dotted #B91E19;
	font:2.2em Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	margin:10px 0;
	padding:0 0 4px;
}
#content h3 {
	font-size:1.1em;
	font-variant:small-caps;
	margin:0 0 5px;
}
div#homecontent {
	background:url(layout/Bg.jpg) repeat-y bottom;
	padding:9px 18px 18px;
}
#homecontent h2 {
	border-bottom:2px dotted #B91E19;
	font:2.2em Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	margin:10px 0;
	padding:0 0 4px;
}
#homecontent h3 {
	font-size:1.1em;
	font-variant:small-caps;
	margin:0 0 5px;
}
b, strong {
	color:#220003;
}
div#text {
	font:1.6em Georgia, "Times New Roman", Times, serif;
	padding:10px 15px 10px 0;
}
#text p {
	clear:left;
	line-height:1.4em;
	margin:0 0 0.6em;
	text-align:justify;
}
body.blog div#text {
	padding:10px 0 0;
	display:block
}
body.contact div#text {
}
body.contact p.contactDetails {
	float:right;
	font-size:0.65em;
	margin:0;
	padding:200px 0 0;
	text-align:center !important;
}
body.contact p.contactDetails span {
	display:block;
}
body.weddings #text, body.credentials #text, body.corporate #text, body.parties #text {
	width:100%;
}
#contactForm {
	height:500px;
	width:400px;
	position:relative;
	z-index:0
}
#contactForm .formpanel{
	position:absolute;
	z-index:11;
	height:480px;
	padding:20px 20px 0;
	text-align:center;
	width:360px;
}
#contactForm .bg{
	background:url(layout/contact.png);
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
	width:400px;
	height:500px;
}
#contactForm li label {
	display:block;
	font-size:0.7em;
	font-weight:700;
	padding:2px 0;
}
#contactForm li {
	list-style:none;
}
#contactForm input, textarea {
	background:#E8CE92;
	border:1px solid #A09B85;
	font:0.75em Verdana, Arial, Helvetica, sans-serif;
	padding:1px;
}
#contactForm input:focus, textarea:focus {
	background:#E6C989;
	border:1px solid #64301A;
}
#contactForm textarea#otherInfo {
	width:220px;
	overflow:auto
}
#contactForm input#submit {
	background:#fff;
	border-style:outset;
	cursor:pointer;
	font-size:0.7em;
	font-weight:700;
	margin:10px 0 0;
	padding:3px;
	width:auto;
}
ul.testimonials {
	margin:30px -6% 0 0;
}
ul.testimonials li {
	float:left;
	font-size:0.9em;
	line-height:1.4em;
	list-style:none;
	margin:0;
	padding:0 4% 0 0;
	width:44%;
}
ul.testimonials li:first-line {
	display:block;
	padding:0 0 10px;
}
body.credentials li em {
	border-bottom:1px dotted #333;
	color:#360100;
	display:block;
	font-size:0.8em;
	font-weight:700;
	margin:0 0 5px;
	text-align:right;
}
body.credentials p {
	clear:left;
}
a img {
	border:none;
}
a:link {
	color:#000;
}
a:visited {
	color:#444;
}
a:hover {
	color:#c30;
}
div#text p.post-footer {
	font-size:0.8em;
	text-align:right;
}
.framer {
	float:right;
	margin:15px 0 40px;
}
#content img.t {
	margin:0;
}
.frameb {
	clear:both;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
}
#footer {
	background:#000 url(layout/nFooterBg.jpg) no-repeat;
	padding:77px 0 0;
	display:block;
	clear:both
}
#footer ol {
	background:#000 url(layout/footerNavSide.jpg) no-repeat;
	height:42px;
	padding:0 178px 0 155px;
}
#footer ol li {
	display:block;
	float:left;
	height:42px;
	list-style:none;
}
#footer ol li a {
	background-image:url(layout/footerNavSprite.jpg);
	display:block;
	float:left;
	height:42px;
	text-indent:-9999px;
}
#footer ol li.home a {
	background-position:0 0;
	width:62px;
}
#footer ol li.weddings a {
	background-position:-62px 0;
	width:103px;
}
#footer ol li.parties a {
	background-position:-165px 0;
	width:75px;
}
#footer ol li.corporate a {
	background-position:-240px 0;
	width:106px;
}
#footer ol li.news a {
	background-position:-346px 0;
	width:60px;
}
#footer ol li.credentials a {
	background-position:-406px 0;
	width:117px;
}
#footer ol li.contact a {
	background-position:-523px 0;
	width:91px;
}
#footer ol li.home a:hover {
	background-position:0 42px;
	width:62px;
}
#footer ol li.weddings a:hover {
	background-position:-62px 42px;
	width:103px;
}
#footer ol li.parties a:hover {
	background-position:-165px 42px;
	width:75px;
}
#footer ol li.corporate a:hover {
	background-position:-240px 42px;
	width:106px;
}
#footer ol li.news a:hover {
	background-position:-346px 42px;
	width:60px;
}
#footer ol li.credentials a:hover {
	background-position:-406px 42px;
	width:117px;
}
#footer ol li.contact a:hover {
	background-position:-523px 42px;
	width:91px;
}
#footer p {
	display:none;
}
.index #header {
	background:url(layout/indexHeader.jpg);
	background-repeat: no-repeat;
	height:417px;
}
.index #navigation {
	background:url(layout/indexBg.jpg);
	overflow:hidden;
	padding:0 0 0 28px;
}
.index #navigation li {
	margin:-1px 0 0;
}
.index img#logo {
	float:right;
	margin:-180px -50px 0 0;
	z-index:2;
}
ul#quoteHolder {
	
	height: 150px;
	margin:220px 0 0 387px;
	overflow:hidden;
	width:340px;
}
ul#quoteHolder li {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	list-style:none;
}
ul#quoteHolder li span.source {
	display:block;
	font-size:0.85em;
	font-style:italic;
	font-weight:700;
	position:relative;
	text-align:right;
	top:5px;
}
img.sav, img.right {
	float:right;
	padding:0px 5px 5px 15px;
}
img.left {
	float:left;
	padding:0px 15px 5px 5px;
}
img.centre, img.center {
	display:block;
	margin:0 auto;
	padding:20px;
	text-align:center;
}
p.centre, p.center {
	text-align:center;
}
ul.errors, ul.errors ol {
	margin:0 0 0 20px;
}
.blog div#content h2, ul.testimonials li:first-letter {
	font-size:1.4em;
}


/* image float */

.imgfloatleft
{
	float:left;
	margin: 0 10px 10px 0;
}

.imgfloatright
{
	float: right;
	margin: 0 0 10px 10px;
}
#homecontent{
	position:relative;
	z-index:0
}
#homecontent .centre{
	width:815px;
	height:265px;
	margin:10px auto
}
#homecontent .framer{
	width:234px;
	height:310px;
	float:right;
	margin:6px 8px 40px;
}
body.contact div#text{
	float:left;
	width:400px
}
body.contact #right-pic{
	float:right;
	width:400px;
	padding-top:10px
}
.clear{
	clear:both
}
.contact div#content{
}
#home-content{
	width:650px;
	float:left
}
#homecontent div#text{
	padding-right:0px
}


p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
	#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
