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

body {
	font-size: 14px;
	font-family:'Lato', sans-serif;
	color: #333;
	margin: 0px;
	text-align: center;
	padding: 0px;
	background: #85b0f4 url(../images/bkgrdflowers.jpg) no-repeat;
	}

	
p{
	line-height:1.7em;
	padding-bottom: 10px;
	}
	
a {
	font-family:font-family:'Lato', sans-serif;
	text-transform: none;
	text-decoration: none;
	color:#6666cc;
	text-align: left;
	text-indent: 10px;
	margin: 0px 20px 0px 0px;
	font-size: 14px;
	}

a:hover{
	color:#3e3e9d;
	text-transform:none;
	text-decoration:none;
	margin: 0px 20px 0px 0px;
	font-size: 14px;
	}	
	
a:visited{
	color:#3e3e9d;
	margin: 0px 20px 0px 0px;
	font-size: 14px;
	text-transform: none;
	}
	
	a.button {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 5px;
	background: #6666cc;
	color: #e3e8eb;
	text-align: left;
	text-indent: 10px;
	margin: 0px 20px 0px 0px;
	font-size: 12px;
	}
a.button:hover{
	color:#FFFFFF;
	display: block;
	background: #3e3e9d;
	margin: 0px 20px 0px 0px;
	font-size: 12px;
	}		
	
h1{
	font-size:2em;
	font-family:'Lato', sans-serif;
	color:#4f82c1;
	padding:30px 0px 0px;
	}
	
h2, h3{
	font-family:font-family:'Lato', sans-serif;
	color:#2f5492;
	}

h4{
	font-family: font-family:'Lato', sans-serif;
	font-size:14px;
	color:#fff;
	text-transform: uppercase;
	
	}
	

	
li {
	line-height: 1.5em;
	padding: 0px;
}
ul {
	margin: .35em 0px 0px 1em;
	padding: 0px;
}
.date {
	color: #666;
	text-transform: uppercase;
	font-size:10px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1em;
}
.listyle {
	list-style: square;
	padding-bottom: 7px;
}
#wrapper {
	background: #FFF;
	text-align: left;
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	border-right: #666;
	border-left: #666;
}
#sidebar {
	background: #c3c3e4;
	height: inherit;
	width: 215px;
	float: right;
	padding: 0px;
	margin: 25px 20px 0px;
}

#sidebargrn {
	background: #c5df9b;
	height: inherit;
	width: 215px;
	float: right;
	padding: 0px;
	margin: 25px 20px 0px;
}

#header h1 {
	padding: 15px 0px 20px;
	margin: 0px;
	background: #FFF url(../images/homebanner.jpg) no-repeat;
	text-indent:-9999px;
	height: 300px;
	width: 780px;
}

#header2 h1 {
	padding: 15px 0px 20px;
	margin: 0px;
	background: #FFF url(../images/weddingbanner.jpg) no-repeat;
	text-indent:-9999px;
	height: 300px;
	width: 780px;
}

#sidebar_content {
	width: 180px;
	margin: 0px auto 20px;
	padding: 0px 0px 0px 20px;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 780px;
	background: #FFF;
	height: 300px;
}
#content {
	margin: 25px 250px 0px 0px;
	padding: 0px 10px 0px 50px;
	border-right:dotted 2px #c3c3e4;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}


.purple_h4 {
	text-transform: uppercase;
	color: #3e3e9d;
}