@charset "utf-8";
/* CSS Document */

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Trebuchet MS';
	color: #333333;
	font-size: 12px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #000;
}
.clear {
	float: none;
	clear: both;
}
h1 {
	font-size: 18px;
	color: #a44e53;
}
h2 {
	font-size: 14px;
	color: #777;
}
div#wrapper {
	width: 100%;
	margin: 5% 0 0 0;
	position: relative;
	background-image: url(/static/images/body_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}
div#header ul {
	list-style:none;
	text-align: right;
	margin-right: 30px;
	padding-top: 20px;
}
div#header li {
	display: inline;
	margin: 0px 8px;
}
div#header li a {
	color: #aab0a9;
	font-weight: bold;
}
div#header li a:hover {
	color: #a44e53;
}
div.logo {
	position: absolute;
	width: 410px;
	height: 100px;
	top: 114px;
	left: 7px;
}
div#contentarea {
	margin: 70px auto 0 auto;
	width: 900px;
}
div#contentarea .footer {
	margin: 0px;
	margin-top: 20px;
	color: #555555;
	font-size: 10px;
}
div#contentarea .footer .large {
	font-size: 12px;
	font-weight: bold;
}
div#contentarea .hometext {
	width: 200px;
}
div#contentarea .hometext h1 {
	margin: 5px 0px;
	font-size: 18px;
	padding: 0px;
	background-image: url(/static/images/welcome.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	color: #fff;
}
div#contentarea .hometext h2 {
	margin: 5px 0px;
	font-size: 18px;
	padding: 0px;
	background-image: url(/static/images/wedding_packages.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-top: 30px;
	color: #fff;
}
div#contentarea .hometext h4 {
	margin: 3px 0px;
	font-size: 12px;
	padding: 0px;
	color: #000;
}
div#contentarea .hometext p {
	margin: 3px;
	padding: 0px;
}
div#contentarea .hometext div {
	font-weight: bold;
	text-align: right;
	margin-bottom: 8px;	
}
td.bold {
	color: #a44e53;
	font-weight: bold;
}
td.contactprices {
	padding: 5px;
}
td.contactprices h3 {
	color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 4px;
}
td.blueborder {
	border: 1px solid #d2deea;
}
td.blueborder h2 {
	color: #fff;
	text-align: center;
	background: #d2deea;
	font-size: 18px;
	margin: 0px;
	padding: 8px;
}
td.blueborder p {
	margin: 0px;
	padding: 8px 20px;
}
div.recentevents {
	
}
div.recentevents a {
	display: block;
	padding: 3px 15px;
	width: 60%;
}
div.recentevents a:hover {
	color: #888;
}
div.recentimage {
	width: 152px;
	height: 170px;
	overflow: hidden;
	margin: 5px;
	float: left;
	text-align: center;
}

div.recentimage img {
	border: none;
	max-height: 150px;
	max-width: 150px;
	border: 1px solid #fff;
	display: block;
}
div.recentimage img:hover {
	border: 1px solid #666;
}




.lightbox {

}
.lightbox img {
	background-color:#fefefe;
	padding: 5px;
	margin: 3px;
	border: 1px solid #ddd;
}
#lightbox {
	background-color:#222222;
	padding: 10px;
	margin: 3px;
	border: 1px solid #777777;
	color: #777777;
}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}
img { border: none;}	
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 0px; right: 0px; }

#lightbox img { border: none; clear: both; } 
#overlay img { 
	border: none; 
	padding: 10px;
}

#overlay { 
	background-image: url('/static/images/overlay.png'); 
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url('/static/images/blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/images/overlay.png", sizingMethod="scale");
}
div.uploaded {
	background-color: #f2f2f2;
	border: 1px solid #aaaaaa;
	padding: 8px;
	margin: 8px;
	width: 300px;
	font-weight: strong;
}
	