body {
	margin: 0;
	background: #e5e5e5 url(/images/bg-tile.jpg) center top;
	text-align: center;
}
div, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;
}
a {
	color: #009ca8;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
form {
	margin: 0;
	padding: 0;
}
#header {
	width: 100%;
	height: 253px;
	background: url(/images/header2.jpg) no-repeat center top;
}
#logo {
	display: block;
	margin: 0 auto;
	width: 500px;
	height: 175px;
}
#container {
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
	width: 1000px;
	background-color: #ffffff;
	-mox-box-shadow: 0 0 5px #b8b8b8;
	-webkit-box-shadow: 0 0 5px #b8b8b8;
	box-shadow: 0 0 5px #b8b8b8;
}
#nav {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}
#nav a {
	display: inline-block;
	margin-right: 25px;
	padding-right: 35px;
	background: url(/images/nav-divider.png) no-repeat right center;
}
#nav a.last {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
#searchform {
	display: inline-block;
	height: 50px;
	vertical-align: top;
}
#searchform input {
	margin-top: 14px;
	vertical-align: top;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
#searchform input[type=text] {
	margin-left: 22px;
	width: 120px;
	height: 20px;
	border: none;
	background: transparent url(/images/nav-search-bg.png) repeat-x left center;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
}
.navsub {
	display: none;
	position: absolute;
	top: 225px;
	padding: 5px 0;
	width: 150px;
	background-color: #ffffff;
	-mox-box-shadow: 0 0 5px #b8b8b8;
	-webkit-box-shadow: 0 0 5px #b8b8b8;
	box-shadow: 0 0 5px #b8b8b8;
	text-align: left;
	z-index: 1000;
}
.navsub a {
	display: block;
	padding: 3px 10px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}
.navsub a:hover {
	color: #5db1b9;
}
.lines {
	height: 4px;
	background: url(/images/lines.png) repeat-x left top;
	overflow: hidden;
	clear: both;
}
.border {
	border: 10px solid #e0dedb;
}
.home-box {
	float: left;
	width: 450px;
	text-align: left;
}
#home-about {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #666666;
	letter-spacing: normal;
	line-height: 20px;
	text-align: justify;
}
#home-about div {
	float: left;
	margin-right: 5px;
	height: 70px;
}

.home-box a, #home-about a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h1, h2, h2 a, .title {
	margin: 0;
	padding: 0;
	font-family: "Playfair Display", "Times New Roman", Times, serif;
  	font-size: 36px;
	font-weight: 400;
	font-style: italic;
	color: #c1bdb7;
	letter-spacing: normal;
	text-align: left;
	line-height: 42px;
}
h1 {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
  	font-size: 30px;
	text-transform: lowercase;
	background-color: #fff;
	text-align: center;
}
h2 {
	margin: 0 0 15px 0;
}
.lines-title {
	margin: -20px auto 10px auto;
	max-width: 900px;
	background: url(/images/lines.png) repeat-x center  center;
}
.lines-bottom {
	margin: 15px auto -10px auto;
	max-width: 900px;
	min-height: 4px;
	background: url(/images/lines.png) repeat-x center  center;
}
.lines-bottom .btn {
	display: inline-block;
	padding-top: 3px;
	width: 220px;
	height: 17px;
	background: #fff url(/images/btn-bg.png) no-repeat center center;
	color: #707070;
	text-transform: uppercase;
}
.lines-bottom .small {
	width: 131px;
	background: #fff url(/images/btn-bg-small.png) no-repeat center center;
}
.lines-bottom .prev, .lines-bottom .next {
	float: left;
	width: 60px;
	text-align: left;
}
.lines-bottom .next {
	float: right;
	text-align: right;
}
.lines-bottom .prev a, .lines-bottom .next a {
	display: inline-block;
	width: 60px;
	background-color: #fff;
}

.date {
	float: left;
	margin: 0 40px 15px -60px;
	width: 150px;
	height: 116px;
	background: #53aeb5 url(/images/date-bg.jpg) no-repeat center top;
	overflow: hidden;
	font-family: "Pinyon Script", cursive;
	font-size: 48px;
	color: #ffffff;
	text-transform: lowercase;
	text-align: center;
	line-height: 56px;
}
.bodytext {
	margin: 0 auto 20px auto;
	width: 900px;
	text-align: justify;
	line-height: 18px;
}
.button {
	font-size: 11px;
	color: #333333;
	text-transform: uppercase;
}
a.button:hover {
	color: #009ca8;
}
.field {
	margin: 5px 0 15px 0;
	width: 300px;
	border: 1px solid #e0dedb;
	background-color: #ffffff;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	resize: none;
}
.field2 {
	display: none;
}

#col2 {
	margin: 0 auto;
	width: 900px;
}
#col2 .left, #col2 .right {
	float: left;
	width: 435px;
}
#col2 .right {
	margin-left: 30px;
}
#col2 .right .bodytext {
	width: auto;
	min-height: 590px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #707070;
	letter-spacing: normal;
	line-height: 24px;
}
#col2 .right .bodytext.larger {
	font-style: italic;
	font-size: 17px;
	line-height: 24px;
}
#col2 .right .bodytext.larger:before, #col2 .right .bodytext.larger:after {
	content: "\201C";
	display: inline-block;
	padding: 8px 5px 0 0;
	height: 16px;
	vertical-align: middle;
	font-family: "Playfair Display", "Times New Roman", Times, serif;
	font-size: 60px;
	font-style: normal;
	color: #ddd;
	line-height: 24px;
}
#col2 .right .bodytext.larger:after {
	content: "\201D";
	padding: 8px 0 0 5px;
}

#home-slideshow {
	margin: 0 auto 40px auto;
	width: 900px;
	height: 450px;
	overflow: hidden;
}
#home-featured {
	position: relative;
	margin: 0 auto 40px auto;
	width: 900px;
	height: 199px;
	background: url(/images/home-featured-bg.png) no-repeat center top;
}

#home-featured .pic-wedding, #home-featured .pic-engagement {
	position: absolute;
	display: block;
	top: 0;
	left: 10px;
	width: 280px;
	height: 199px;
	overflow: hidden;
}
#home-featured .pic-engagement {
	left: 610px;
}
#home-featured .mask {
	position: absolute;
	top: 0;
	left: 0;
}
#home-featured .links {
	position: absolute;
	top: 0;
	left: 268px;
}

.grid-thumb {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 11px;
	width: 285px;
	text-align: center;
	vertical-align: top;
}
.grid-thumb img {
	max-width: 100%;
	border: 0;
}
.grid-title {
	position: absolute;
	display: block;
	opacity: 0;
	padding: 10px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(112, 112, 112, 0.7);
	text-align: center;
	font-size: 24px;
	color: #fff;
	text-transform: lowercase;
	line-height: 26px;
	transition: opacity 0.5s;
}
.grid-thumb:hover .grid-title {
	opacity: 1;
	color: #fff;
}
.valign-outer {
	display: table;
	width: 100%;
	height: 100%;
}
.valign-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.valign-inner:before{
	content: '';
	display: block;
	margin: 0 auto 8px auto;
	width: 80px;
	height: 1px;
	background-color: #fff;
}
.valign-inner:after {
	content: '';
	display: block;
	margin: 10px auto 0 auto;
	width: 80px;
	height: 38px;
	border-top: 1px solid #fff;
	background: url(/images/btn-view.png) no-repeat center bottom;
}

.press-link {
	padding-top: 15px;
	text-align: center;
}
.press-link a {
	font-size: 19px;
	line-height: 27px;
}
#press-listing {
	margin: 0 auto;
	width: 900px;
}
#press-listing .item {
	float: left;
	margin-bottom: 40px;
	width: 440px;
	text-align: left;
}
#press-listing .item.first {
	margin-right: 20px;
	clear: both;
}
#press-listing .pic, #press-listing .text {
	float: left;
	width: 210px;
}
#press-listing .text h2 {
	margin-bottom: 5px;
}
#press-listing .text h2 a {
	font-size: 19px;
	color: #009ca8;
	line-height: 27px;
}
#press-listing .text h2 a:hover {
	color: #000;
}
#press-listing .text {
	margin-left: 20px;
	line-height: 21px;
}
#press-listing .text .bodytext {
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #707070;
	letter-spacing: normal;
}

#slideshow-container {
	position: relative;
	margin: 0 auto 15px auto;
	width: 970px;
	height: 600px;
	overflow: hidden;
	text-align: center;
}
#slideshow-prev-arrow, #slideshow-next-arrow {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	z-index: 900;
	cursor: pointer;
	background: url(/images/btn-prev.png) no-repeat left center;
}
#slideshow-next-arrow {
	left: auto;
	right: 0;
	background: url(/images/btn-next.png) no-repeat right center;
}
#slideshow {
	margin: 0 auto;
	width: 900px;
	height: 600px;
	overflow: hidden;
}
#slideshow div {
	width: 900px;
	height: 600px;
	text-align: center;
}
#slideshow div img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	border: 0;
}
#slideshow-counter {
	display: inline-block;
	width: 120px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
}

.post-list {
	margin: 0 auto 50px auto;
	width: 900px;
}
.post-list .pic {
	float: left;
	margin: 0 50px 0 0;
	width: 515px;
	height: 343px;
}
.post-list .pic img {
	outline: 1px solid #efeeed;
}
.post-list .pic.right {
	margin: 0 0 0 50px;
}
.post-list .details {
	float: left;
	width: 335px;
	height: 343px;
}
.post-list .details .fade-bg {
	position: relative;
	height: 310px;
	overflow: hidden;
}
.post-list .details.nopic {
	width: auto;
	height: 250px;
}
.post-list .details.nopic .fade-bg {
	height: 220px;
}
.post-list .details .fade-bg:after { 
	content: '.';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 60px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	z-index: 500;
	text-indent: 9999px;
}
.post-list .details .list-date {
	display: inline-block;
	padding: 0 20px 2px 20px;
	background-color: #7fcdd3;
	font-family: "Playfair Display", "Times New Roman", Times, serif;
  	font-size: 14px;
	font-style: italic;
	color: #fff;
	text-transform: lowercase;
}
.post-list .details h2 {
	margin: 15px 0 25px 0;
	text-align: center;
}
.post-list .details h2 a {
  	font-size: 26px;
	line-height: 32px;
}
.post-list .details .categories {
	margin-bottom: 25px;
	border-top: 1px solid #e0dedb;
}
.post-list .details .categories span {
	display: inline-block;
	margin-top: -6px;
	padding: 0 10px;
	background-color: #fff;
}
.post-list .details .categories * {
	font-size: 10px;
	color: #c1bdb7;
	text-transform: uppercase;
}
.post-list .details .bodytext {
	width: auto;
}
.post-list .details .title {
	text-align: center;
}
.post-list .details .title a {
	font-size: 19px;
}

#footer-links {
	margin: 0 auto;
	padding: 40px 0;
	width: 1000px;
}
#footer-links a {
	float: left;
	margin-left: 35px;
	width: 310px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #666;
	text-transform: lowercase;
	transition: all 0.25s;
}
#footer-links a img {
	padding-bottom: 8px;
}
#footer-links a:first-child {
	margin-left: 0;
}
#footer-links a:hover {
	opacity: 0.7;
}

#footer {
	margin: 0 auto;
	padding: 10px 0;
	width: 1000px;
	text-align: left;
}
#footer div, #footer a {
	color: #666666;
	text-transform: uppercase;
}
#footer a:hover {
	color: #999999;
}
#footer span {
	padding: 0 20px;
}
#footer img {
	vertical-align: middle;
}
