@charset "utf-8";
/*
   Background
------------------------------ */
.entry-content {
	background: url(../images/pages/privacypolicyHeader.png) no-repeat center top;
}
.mobile .entry-content {
	background: none;
}
.mobile .entry-content p:last-child img {
	display: none;
}

/*
   Title
------------------------------ */
.singular .entry-header {
	margin: 0 auto;
	height: 82px;
	text-indent: -9999px;
}
.singular .privacypolicy .entry-header {
	background: url(../images/pages/privacypolicyTitle.png) no-repeat left top;
}

/*
   Privacy Policy
------------------------------ */
.privacypolicy h2 {
	position: relative;
	margin: 0 auto;
	padding:30px 0 0 0;
	width: 988px;
	height: 40px;
	font-size: 143%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #8E7F6A;
}
.mobile .privacypolicy h2 {
	margin: 10px 0;
	padding: 10px 0;
	width: 100%;
	height: 26px;
	background: #e9e6e2;
}
.privacypolicy .lead {
	padding: 20px;
	font-size: 87.5%;
	background: url(../images/pages/pageMiddle.png) repeat-y center top;
}
.mobile .privacypolicy .lead {
	font-size: 100%;
}
.privacypolicy ol {
	padding: 0 20px;
	font-size: 87.5%;
	background: url(../images/pages/pageMiddle.png) repeat-y center top;
}
.mobile .privacypolicy ol {
	font-size: 100%;
}
.privacypolicy li {
	margin-left: 20px;
	padding-bottom: 1em;
}
