/* CSS Document */

body, html {
	
	width: 100%;
	
}

.clear {
	clear:both;
}

body {
	background: url(/images/bg.jpg) top left #26284c;	
	font-family: Arial, Helvetica, sans-serif;
}

#Wrapper {
	background: url(/images/bg-top.jpg) top left repeat-x;	
}

#ContentWrapper {
	width: 1024px;
	margin: 0 auto;
}

#Logo {
	height: 100px;
	background: url(/images/logo.png) bottom center no-repeat;
}

#Content {
	width: 815px;
	margin: 15px 25px;
	float:left;
}

#ContentArea {
	background: #c9cbe7;
	padding: 15px 20px;	
	color: #26284c;
	
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

#ContentArea.featuredWedding {
	
		
}

#ContentArea.featuredWedding .left {
	width: 500px;
	float:left;
}

#ContentArea.featuredWedding .right {
	width: 270px;
	float:right;
}

#ContentArea.featuredWedding h1 {
	font-size: 30px;
	line-height: 48px;
		
}

#ContentArea.featuredWedding p {
	padding-bottom: 10px;	
}


#ContentArea.featuredWedding a {
	
	padding: 6px 35px;
	font-size: 20px;
	text-decoration:none;
	font-weight:bold;
	color: #fff;
	background: #26284c;
	line-height: 36px;
		
}

#AdsRight {
	
	float:left;	
}

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

.horzAdContainer.last {
	margin: 0;	
}

.vertAdContainer {
	margin-bottom: 10px;	
}

/* FEATURED WEDDINGS */

div.featuredWeddingShort {
	padding-top:20px;	
}

div.featuredWeddingTop {
	padding-bottom: 20px;
} 

div.featuredWeddingTop h1 {
	font-size: 28px;
	padding-bottom: 6px;
	font-weight:100;
}

div.featuredWeddingTop img {
	float: left;
	padding-right: 10px;
}

div.featuredWeddingInfo {
	line-height: 22px;
	width: 269px;
	float:left;
}

div.featuredWeddingInfo span.date {
	font-weight:bold;
	font-size: 15px;
}

div.moreWeddings {
	padding-top: 20px;
	padding-bottom: 20px;
}

div.moreWeddings h3 {
	font-size: 22px;
	font-weight:100;
	padding-bottom: 6px;
	border-bottom: 1px solid #512561;
}
div.moreWeddings div.moreWeddingsImages {
	padding-top: 20px;	
}

div.moreWeddings div.moreWeddingsControls {
	padding-top: 20px;
	text-align:right;
}

div.weddingImages {
	padding-top: 20px;	
}
/* END FEATURED WEDDINGS */
