/*	9. [CL] Subscription Page for Circulation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#circulation-layout {
	margin-bottom: 40px;
}
div#circulation-layout * {
	margin: 0;
	padding: 0;
}
div#circulation-layout div#branding {
	width: 980px;
	height: 348px;
	margin-bottom: 40px;
	background: url("images/circulation-branding.png");
}
div#circulation-layout div#branding p {
	width: 300px;
	height: auto;
	margin-left: 10px;
	position: relative;
	top: 200px;
	font-weight: bold;
}
div#circulation-layout div#branding p > i {
	font-weight: normal;
}
div#circulation-layout div.price-widget {
	width: 240px;
	height: auto;
	margin: 0 40px;
	float: left;
	border: solid 1px #ccc;
	border-radius: 12px;
}
div#circulation-layout div.price-widget .top {
	padding: 10px;
	color: white;
	text-align: center;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background: #6090d5; /* Old browsers */
	background: -moz-linear-gradient(top,  #52759f 0%, #6090d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52759f), color-stop(100%,#6090d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #52759f 0%,#6090d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #52759f 0%,#6090d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #52759f 0%,#6090d5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #52759f 0%,#6090d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52759f', endColorstr='#6090d5',GradientType=0 ); /* IE6-9 */
}
div#circulation-layout div.price-widget .top strong {
	font-weight: bold;
	font-size: 2em;
	text-transform: uppercase;
}
div#circulation-layout div.price-widget .top hr {
	margin: 8px 0 6px 0;
	color: white;
}
div#circulation-layout div.price-widget .top p {
	font-size: 1.25em;
}
div#circulation-layout ul.itemization {
	margin: 10px;
	line-height: 2em;
}
div#circulation-layout div.price {
	text-align: center;
}
div#circulation-layout div.price p {
	color: #9ccba4;
	font-size: 1.25em;
}
div#circulation-layout div.price p.month {
	margin: 8px 0;
	color: #4d4d4f;
	font-size: 1.25em;
}
div#circulation-layout div.price strong {
	display: block;
	font-size: 2em;
	color: #51739c;
	vertical-align: top;
}
div#circulation-layout div.price strong > b {
	font-size: 2em;
	line-height: 1em;
}
div#circulation-layout div.price small {
	color: #ccc;
}
div#circulation-layout a.join-now {
	display: block;
	text-align: center;
	margin: 16px 10px 10px 10px;
	padding: 4px 30px;
	color: white;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px #336699;
	box-shadow: 1px 1px 2px #ccc;
	border-radius: 5px;
	background: #4c6e97; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4dce5 0%, #4c6e97 51%, #7c9ec9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4dce5), color-stop(51%,#4c6e97), color-stop(100%,#7c9ec9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d4dce5 0%,#4c6e97 51%,#7c9ec9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d4dce5 0%,#4c6e97 51%,#7c9ec9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d4dce5 0%,#4c6e97 51%,#7c9ec9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d4dce5 0%,#4c6e97 51%,#7c9ec9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4dce5', endColorstr='#7c9ec9',GradientType=0 ); /* IE6-9 */
	border: solid 2px #4c6e97;
}