@charset "utf-8";
/* CSS Document */

/* da fonts
font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size-adjust:0.46; font-weight:200; font-style:normal;
font-family:"Futura Book", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size-adjust:0.47; font-weight:300; font-style:normal;
font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size-adjust:0.51; font-weight:bold; font-style:normal;

font-family:"Baskerville 1757 Pro Regular", Baskerville, 'Hoefler Text', 'Times New Roman', serif; font-size-adjust:0.39; font-weight:normal; font-style:normal;
*/


html,body{
 	font-family:"Baskerville 1757 Pro Regular", Baskerville, 'Hoefler Text', 'Times New Roman', serif; 
 	font-size-adjust:0.39;
 	font-weight:normal;
 	font-style:normal;
 	color: #000;
	width:100%;
	height:100%;
	background: #fff;
}

strong {
	font-weight: bold;
}

p {
	font-size: 1em;
	margin-bottom: 1.25em;
}

a {
	text-decoration: none;
}

ul > li {
	list-style: none;
}

ol {
	list-style-type: decimal;
	padding-left: 23px;
}

ol.basic {
	list-style-type: decimal;
	padding-left: 23px;
}

h1 {
	font-size: 3.125em;  /* 50px */
 	text-transform:uppercase;
}

h2 {
	font-family:"Futura Book", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.47;
	font-weight:300; 
	font-style:normal;
 	font-size: 2.5em; /* 40px */
 	text-transform:uppercase;
}

h3 {
	font-family:"Futura Book", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.47;
	font-weight:normal; 
	font-style:normal;
 	font-size: 1.375em; /* 22px */
 	display: inline;
}

.copyBlock h2 {
	margin-bottom:20px;
}

img {
	max-width: 100%;
	border:0;
	margin:0;
}


.border3 {
	-moz-border-radius: 3px;
	-webkit-border-radius:  3px;
	border-radius: 3px;
}


.off {
	display: none;
}

.on {
	display: block;
}

#signInHide {
	position: absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background: none;
	cursor: pointer;
	display: none;
}


#content {
	width:1000px;
	margin: 0 auto;
	font-family:"Futura Book", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.47;
	font-weight:normal; 
	font-style:normal;
}


/* HOME PAGE header ========================================================== */

#header {
	position: relative;
}

#navHeader {
	position: relative;
	margin: 0 auto;
	color:#000;
	width: 100%;
}

#topNav {
	position: relative;
	width: 100%;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:8px;
	border-bottom: solid 2px #000;
}

/* nav menus */
#topNavMenu ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}

#topNavMenu li {
	display: inline;
}

#topNavMenu > ul > li:first-child > a {
	border: solid #000 1px;
}

#footerBase li {
	display: inline;
	border-right:1px solid #999;
}

#footerBase li:last-child {
	display: inline;
	border-right:none;
}

#topNavlinks a {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size-adjust:0.46; 
	font-weight:200; 
	font-style:normal;
	font-size: 1.35em;
	margin-right: 10px;
	padding:8px 13px 8px 13px;
	color: #000;
}

#topNavlinks .hot {
	border: solid #000 1px;
}

#topNavlinks a:hover {
	background: #ffe9e0;
}

#topNavlinks .current {
	background: #ffe9e0;
}


.subscribeNowOff {
	display: inline;
}

#subscribeNowOff a {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size-adjust:0.46; 
	font-weight:200; 
	font-style:normal;
	font-size: 1.35em;
	margin-right: 10px;
	padding:8px 13px 8px 13px;
	color: #fff;
	background: #000;
}

#subscribeNowOff a:hover {
	background: #000;
}

/* GENERAL SIGN IN  ========================================================== */

#signIn {
	position: absolute;
	z-index:4;
	right: 0;
	bottom: 10px;
	padding: 4px 8px;
	background: #ff6e2e;
	color:#fff;
	font-size: 1em;
	cursor:pointer;
}





#signInBox {
	position: absolute;
	z-index:2;
	right: 0;
	top: 3px;
	background: #e1e1e1;
	width: 250px;
	overflow: hidden;
	color:#fff;
	font-size: 1em;
	padding-bottom: 10px;
	display: none;
}

#signInBoxInner {
	width: 220px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: solid #999 1px;
}

#signInBox h2 {
	font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.51;
	font-weight:bold;
	font-style:normal;
	font-size: .8rem;
	color:#000;
	margin-top: 55px;
	margin-bottom: 8px;
}

#signInBox input {
	border: none;
	margin-bottom: 10px;
	color:#999;
	width: 195px;
	padding:16px 12px;
	font-size: 1em;
}

#signInBoxButton {
	float: right;
	font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.51;
	font-weight:bold;
	font-style:normal;
	font-size: .8rem;
	color:#000;
	border: solid #000 1px;
	padding: 5px 0;
	cursor: pointer;
	width: 80px;
	text-align:center;
	text-transform:uppercase;
}

#signInBoxLInks {
	width: 220px;
	margin: 0 auto;
	padding: 10px 0;
}

#signInBoxLInks a {
	text-decoration: underline;
	color: #666;
	margin-bottom:5px;
}




/*  SECONDARY NAVIGATION  ========================================================== */

#SubTopNavMenu ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}

#SubTopNavMenu li {
	display: inline;
}

#SubTopNavMenu a {
	font-family:"Futura Book", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.47;
	font-weight:normal; 
	font-style:normal;
	font-size: .7em;
	margin-left:8px;
	padding-top: 10px;
	color: #000;
	border-top: solid #fff 3px;
	text-transform:uppercase;
}

#subNav {
	text-align: right;
	height:20px;
	padding-top: 8px;
}

#subNav a {
	font-family:"Futura Book", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.47;
	font-weight:normal; 
	font-style:normal;
	font-size: .7em;
	margin-left:8px;
	padding-top: 10px;
	color: #000;
	border-top: solid #fff 3px;
}

#subNav a:hover {
	border-top: solid #000 3px;
}

#logoTagline {
	position: relative;
	border-bottom: solid #000 7px;
}



/*  HOME PAGE STUFF  ========================================================== */

#tagLine {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size-adjust:0.46; 
	font-weight:200; 
	font-style:normal;
	position: absolute;
	bottom: 3px;
	right: 0;
	font-size: 2.5em;
}

#speacialOffer {
	position: relative;
	font-family:"Futura Book", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.47; 
	font-weight:300; 
	font-style:normal;
	color: #cc0000;
	font-size: .875em;
	margin-top:8px;
	min-height: 30px;
}

#speacialOffer .heavy {
	font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size-adjust:0.51; 
	font-weight:normal; 
	font-style:normal;
}



#socialButtons {
	position: absolute;
	right:0;
	top:-4px;
	width: 140px;
	height: 40px;
}

#socialButtons div {
	position: absolute;
	right:0;
	top:2px;
}

#headlineContainer {
	margin-top:30px;
	position: relative;
}

#headlines {
	position: relative;
	float: right;
	width: 460px;
	margin-right:25px;
	font-size: 1em;
}

#headlines .details {
	width: 100%;
	overflow: hidden;
}


#headlinesCover {
	position: absolute;
	width: 100%;
	height: 95%;
	background: #fff;
	opacity: .5;
	top: 30px;
	z-index: 10;
	display: none;
}

#coverHeadline {
	width:100%;
	margin-bottom: 15px;
}

#coverHeadline .date {
	color: #ff6e2e;
	font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.51;
	font-weight:bold;
	font-style:normal;
	font-size: 1.5rem;
}

#coverHeadline .title {
	font-family:"Baskerville 1757 Pro Regular", Baskerville, 'Hoefler Text', 'Times New Roman', serif;
	font-size-adjust:0.39;
	font-weight:normal;
	font-style:normal;
	font-size: 3em;
	color:#333;
	line-height: .95em;
	margin-bottom: 8px;
}

#coverHeadline .author {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.46;
	font-weight:200;
	font-style:normal;
	float: right;
	text-transform:uppercase;
	color:#666;
}

#secondaryHeadline {
}

.secondaryHeadlineBox {
	overflow: hidden;
	position: relative;
	margin-bottom:10px;
	cursor: pointer;
}

#secondaryHeadline .title {
	font-family:"Baskerville 1757 Pro Regular", Baskerville, 'Hoefler Text', 'Times New Roman', serif;
	font-size-adjust:0.39;
	font-weight:normal;
	font-style:normal;
	font-size: 1.75em;
	line-height:.875em;
	color:#333;
	width:365px;
}

#secondaryHeadline .details {
	width:365px;
	min-height: 25px;
	margin-top:5px;
}

#secondaryHeadline .author {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.46;
	font-weight:200;
	font-style:normal;
	font-size: .8em;
	color:#666;
	float: right;
	text-transform:uppercase;
}


#secondaryHeadline .thumb {
	position: absolute;
	right: 0;
	top:0;
}

#subscribeCTA {
	position: absolute;
	bottom: 0;
	right: 20px;
	
}

#subscribeCTABox {
	font-family:"Futura Book", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size-adjust:0.47; font-weight:300; font-style:normal;
	background: #ff6e2e;
	color: #fff;
	padding: 3px 5px;
	text-transform:uppercase;
	font-size: .9em;
	cursor: pointer;
}

#subscribeCTABox .ctaIntro {
	font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size-adjust:0.51; font-weight:normal; font-style:normal;
}

#subscribeCTAMem {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size-adjust:0.46; font-weight:200; font-style:normal;
	text-align: right;
	margin-top:5px;
	font-size: .9em;
	color: #666;
}

#subscribeCTAMem a {
	text-decoration: underline;
	color: #666;
}



/*  HOME PAGE SCROLLERS  ========================================================== */

.fiveUpScroller {
	position: relative;
	width: 740px;
	height: 170px;
}


.fiveUpScroller .scrollerNavLeft {
	position: absolute;
	top: 45px;
	left: 0;
	cursor: pointer;
}

.fiveUpScroller .scrollerNavRight {
	position: absolute;
	top: 45px;
	right: 0;
	cursor: pointer;
}


/* This is the visible area of you carousel. Set a width here to define how much items are visible. The width can be either fixed in px or flexible in %. Position must be relative! */
.jcarousel {
    position: absolute;
    overflow: hidden;
   	width: 635px;
   	left: 55px;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    font-family:"Baskerville 1757 Pro Regular", Baskerville, 'Hoefler Text', 'Times New Roman', serif; 
 	font-size-adjust:0.39;
 	font-weight:normal;
 	font-style:normal;
	font-size: 23px;
	color: #494949;
	float: left;
	width: 110px;
	margin:0 20px 20px 0;
}


/* ================================================ */

#subHeadlineContainers {
	overflow: hidden;
	margin-top:50px;
        width:100%
}

.subHomeContainer {
	overflow: hidden;
	margin-top:20px;
}

#subHeadlineContainers .titleContainer {
	float: left;
	width: 255px;
}

#subHeadlineContainers .titleContainerTwo {
	float: right;
	width: 280px;
	margin-left: 15px;
}

#subHeadlineContainers .title {
	font-family:"Futura Book", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.47;
	font-weight:300; 
	font-style:normal;
	font-size: 28px;
	line-height: 1.1em;
	margin-bottom: 15px;
	color: #494949;
	text-transform:uppercase;
}

#subHeadlineContainers .details {
	font-family:"Baskerville 1757 Pro Regular", Baskerville, 'Hoefler Text', 'Times New Roman', serif; 
 	font-size-adjust:0.39;
 	font-weight:normal;
 	font-style:normal;
	font-size: 20px;
	color: #494949;
	margin-bottom: 20px;
}


#subHeadlineContainers .subHomeScrollerContainer {
	float: right;
	min-height: 150px;
}

#subHeadlineContainers .scrollerNav {
	float: left;
	margin-top: 45px;
}

#subHeadlineContainers .scrollerNav:first-child {
	margin-right: 20px;
}

#subHeadlineContainers .scrollerBox {	
	font-family:"Baskerville 1757 Pro Regular", Baskerville, 'Hoefler Text', 'Times New Roman', serif; 
 	font-size-adjust:0.39;
 	font-weight:normal;
 	font-style:normal;
	font-size: 23px;
	color: #494949;
	float: left;
	width: 110px;
	margin:0 20px 20px 0;
}

#subHeadlineContainers .scrollerBoxTitle {	
	padding-left: 3px;
}

.subContainerTwoLine {
	height: 13px;
	background: url('images/subscription_theme/doubleLine.png');
}

.subContainerFourLine {
	height: 15px;
	background: url('images/subscription_theme/fourLine.png');
}


#subscribeContainer {
	font-family:"Baskerville 1757 Pro Regular", Baskerville, 'Hoefler Text', 'Times New Roman', serif; 
 	font-size-adjust:0.39;
 	font-weight:normal;
 	font-style:normal;
	border-bottom: solid #ebebeb 8px;
	color: #666;
}

#subscribeContainer h2 {
	font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size-adjust:0.51; 
	font-weight:bold; 
	font-style:normal;
	font-size: 1.25rem;
	color: #333;
	margin-bottom: 8px;
}

#subscribeContainerInnerTop {
	width: 788px;
	margin: 0 auto;
	margin-top:25px;
	padding-bottom: 20px;
	padding-left: 40px;
	overflow: hidden;
	border-bottom: solid #ebebeb 2px;
}

#subscribeContainerInnerBottom {
	width: 788px;
	margin: 0 auto;
	margin-bottom:25px;
	overflow: hidden;
}

#subscribeContainerInnerBottomLeft, #subscribeContainerInnerBottomRight{
	float: left;
	width: 44%;
	padding:22px 18px;
	font-size: 1.2rem;
}

#subscribeContainerInnerBottomLeft{
	border-right: solid #ebebeb 2px;
}

#subscribeContainerInnerBottomRight {
	float: left;
	padding-left:30px;
}

#subscribeButton {
	font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size-adjust:0.51; font-weight:bold; font-style:normal;
	background: #ff6e2e;
	color: #fff;
	text-transform:uppercase;
	font-size: 1.45rem;
	padding: 10px 0;
	text-align: center;
	width: 255px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

#subscribeTag {
	float: left;
	margin-top: 8px;
	font-size: 1.15em;
	color:#333;
}




/*  ARCHIVE/ SECONDARY PAGE STUFF  ========================================================== */

#socialButtonsSecondaryPages {
	position: absolute;
	right:0;
	bottom: 4px;
	width: 140px;
	height: 40px;
}

#socialButtonsSecondaryPages div {
	position: absolute;
	right:0;
	bottom:2px;
}

#subHeaderContainer {
	position: relative;
	width: 100%;
	background: #ff6e2e;
	overflow: hidden;
	color:#fff;
	margin-top: 10px;
}

#subHeaderBoxTitle {
	float: left;
	padding: 14px 0 10px 25px ;
	font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.51;
	font-weight:bold;
	font-style:normal;
	font-size: 2em;
}

#subHeaderBoxTag {
	float: right;
	padding: 29px 25px 0 0;
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight:200;
	font-style:normal;
	font-size: 1em;
}

#subHeaderSearchContainer {
	width:100%;
	margin: 30px 0 30px 0;
	overflow: hidden;
}

#subHeaderSearchTitle {
	float: left;
	padding: 12px 0 0 0;
	font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size: 1.25em;
	color:#333;
	text-transform:uppercase;
}

#subHeaderSearchTitle .subHeaderSearchTitleDate {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.46;
	font-weight:200;
	font-style:normal;
}

#subHeaderSearchForm {
	float: right;
	width: 680px;
}

#subHeaderSearchFormInput {
	border: 1px solid #999;
	float: right;
	color:#999;
	width: 540px;
	padding:6px 12px;
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.46;
	font-weight:200;
	font-style:normal;
	font-size: 1.4em;
}

#subHeaderSearchFormButton {
	float: right;
	background:#000;
	color:#fff;
	padding: 11px 15px;
	text-transform:uppercase;
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.46;
	font-weight:200;
	font-style:normal;
	cursor: pointer;
}

/*  issuesContainer  ========================================================== */

#issuesContainer {
	margin: 15px 0 15px 0;
}

.viewingDetails {
	text-align: right;
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.46;
	font-weight:200;
	font-size: 14px;
	font-style:normal;
	text-transform:uppercase;
	color:#666;
}

.viewingDetails a {
	text-decoration: underline;
	text-transform:uppercase;
	color:#666;
}

#issuesPreviewContainer {
	overflow: hidden;
	margin: 15px 0 15px 0;
}

#issuesPreviewContainerTitle {
	font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.51;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	width:190px;
	float: left;
	color:#333;
}

#issuesPreviewContainerTitle a {
	text-decoration: underline;
	color:#000;
}

#issuesPreviewContainerTitle .issuesPreviewContainerTitleBase {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.46;
	font-weight:200;
	font-style:normal;
	text-transform:uppercase;
	margin-top:10px;
	color:#666;
}

#issuesPreviewContainerTitle .issuesPreviewContainerTitleLinks {
	margin: 20px 0;
	font-size: 16px;
	color:#666;
}

#issuesPreviewContainerTitle .issuesPreviewContainerTitleLinks a {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.46;
	font-weight:200;
	font-style:normal;
	text-transform:capitalize;
	color:#666;
}

.issuesPreviewContainerPlainText {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.46;
	font-weight:200;
	font-style:normal;
	text-transform:none;
	color:#333;
	margin-top:20px;
}

#searchBoxSide {
	border: solid #666 1px;
	width: 150px;
	overflow: hidden;
	margin-top:10px;
}

#searchBoxSide div {
	float: left;
	text-align: center;
	padding: 5px 0;
	width: 74px;
}

#searchBoxSide div:first-child {
	border-right: solid #666 1px;
}

#searchBoxSide div:last-child {
	float: right;
}




#issuesPreviewContainerIssues {
	width: 800px;
	float: right;
	overflow: hidden;
}

#issuesPreviewContainerIssues h3 {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.46;
	font-weight:200;
	font-style:normal;
	color: #333;
	margin-top:10px;
	display: block;
	text-transform:uppercase;
}

.issuesPreviewContainerIssuesRow {
	float: right;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}


.issue {
	float: left;
	width: 185px;
	margin-left:15px;
	cursor: pointer;
}

.headline {
	font-family:"Baskerville 1757 Pro Regular", Baskerville, 'Hoefler Text', 'Times New Roman', serif; 
 	font-size-adjust:0.39;
 	font-weight:normal;
 	font-style:normal;
 	color: #333;
 	padding:10px 0 10px 0;
 	border-bottom: 3px solid #000;
 	font-size:1.25em;
 	line-height: 1em;
}

.headlineSub {
	padding:10px 0;
 	border-bottom: 1px solid #d4d4d4;
 	font-size:.9em;
 	line-height: 1.1em;
}

.issue .headlineSub:last-child {
	border-bottom: none;
}





/*  GENERAL PAGE TEMPLATE STUFF  ========================================================== */

#generalContentContainer {
	margin: 30px 0 20px 0;
	overflow: hidden;
}

#generalContentContainerLeft, #generalContentContainerPricing {
	float: left;
	overflow: hidden;
	margin-left: 20px;
	font-family:"Baskerville 1757 Pro Regular", Baskerville, 'Hoefler Text', 'Times New Roman', serif; 
 	font-weight:normal;
 	font-style:normal;
 	color: #666;
 	font-size: 16px;
 	line-height:20px;
 	width: 635px;
}

#generalContentContainerLeftAccountPage {
	float: left;
	overflow: hidden;
	/* font-family:"Baskerville 1757 Pro Regular", Baskerville, 'Hoefler Text', 'Times New Roman', serif;  */
 	font-weight:normal;
 	font-style:normal;
 	color: #333;
 	font-size: 16px;
 	line-height:22px;
 	width: 100%;
	
}


#generalContentContainerLeftAccountPage form {
 	width: 600px;
}

#subHeaderSearchFormButton {
	line-height:19px;
}

#generalContentContainerPricing {
	width: 100%;
}


.generalContentHeadlineContainer {
	margin-bottom:40px;
}

#generalContentContainerLeft h1, #generalContentContainerPricing h1 {
	font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.51;
	font-weight:bold;
	font-style:normal;
	display: block;
	color: #000;
	margin:5px 0 10px 0;
	font-size: 22px;
}

#generalContentContainerLeft h2, #generalContentContainerPricing h2 {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.46;
	font-weight:200;
	font-style:normal;
	margin:5px 0 10px 0;
	display: block;
	text-transform:uppercase;
	color: #000;
	font-size: 22px;
}

#generalContentContainerLeft h3, #generalContentContainerPricing h3 {
	font-family:"Baskerville 1757 Pro Regular", Baskerville, 'Hoefler Text', 'Times New Roman', serif; 
 	font-size-adjust:0.39;
 	font-weight:normal;
 	font-style:normal;
 	color: #ff7733;
 	display: block;
 	margin:5px 0 10px 0;
 	font-size: 22px;
}

#generalContentContainerLeft li, #generalContentContainerPricing li {
	border-bottom: solid #999 1px;
	padding:8px 0;
}

#generalContentContainerLeft ol>li, #generalContentContainerPricing ol>li {
	border-bottom: none;
	padding:8px 0;
}


#generalContentContainerRight {
	float: right;
	width: 235px;
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.46;
	font-weight:200;
	font-style:normal;
}

#generalContentContainerRight h1{
	font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.51;
	font-weight:bold;
	font-style:normal;
	display: block;
	color: #000;
	margin:5px 0 10px 0;
	font-size: 1em;
}

#generalContentContainerRight h1:not(:first-child){
	margin:20px 0 10px 0;
}

#generalContentContainerRight li {
	border-bottom: solid #999 1px;
	padding:8px 0;
}

#generalContentContainerRight li:last-child {
	border-bottom: none;
}


.inlinePricingDowndown {
	width: 450px;
}


.priceSelection {
	position: relative; 
	overflow: auto;
	margin-bottom: 10px;
}

.price {
	float: left;
}

.priceToggleSelection {
	float: left;
	position: relative;
	top:5px;
	margin-left: 20px;
	width: 180px;
	height: 30px;
}

.priceToggleSelection .US, .International {
	float: left;
	margin-right: 10px;
	padding: 2px 5px;
	color:#666;
	background: #ededed;
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.46;
	font-weight:200;
	font-style:normal;
	cursor: pointer;
}

.priceToggleSelection .active {
	color:#fff;
	background: #666;
	cursor: none;
}

.priceToggleSelectionInline {
	height: 40px;
}

/*  SALES/SUBSCRIBE STUFF  ========================================================== */


#subscribeNav {
	border-bottom: 3px solid #cdcdcd;
	padding-bottom: 18px;
	margin: 25px 0 20px 0;
}

#subscribeNav a:nth-child(2){
	/* display: none; */
}

#subscribeNav img {
	margin-left: 3px;
}



#pricingNav {
	border-bottom: 3px solid #cdcdcd;
	padding-bottom: 18px;
	margin: 25px 0 20px 0;
}

#pricingNav a:nth-child(2){
	display: none;
}

#pricingNav img {
	margin-left: 3px;
}


#pricingContentContainer {
	overflow: hidden;
	padding-bottom: 40px;
}

.pricingContentOffer {
	margin: 30px 0 1px 0;
	border-bottom: 2px solid #000;
}

.pricingContentOfferOff {
	color: #fff;
	background: #000;
}

.fatBaseLine {
	border-bottom: #ececec solid 8px;
}

.fatBaseLinePush {
	padding-bottom: 30px;
}

#pricingContentContainer .subContainerTwoLine {
	margin: 20px 0 20px 0;
}

.pricingContentRow {
	overflow: hidden;
}

.pricingContentRow .details {
	width: 600px;
	float: left;
	margin-left: 20px;
	font-family:"Baskerville 1757 Pro Regular", Baskerville, 'Hoefler Text', 'Times New Roman', serif; 
 	font-weight:normal;
 	font-style:normal;
	color: #666;
	font-size: 16px;
	line-height: 1.2em;
}

.pricingContentRow .details h1 {
	font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.51;
	font-style:normal;
	display: block;
	color: #333;
	margin:5px 0 10px 0;
	font-size: 26px;
	text-transform:inherit;
}

.pricingContentRow .details h2 {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size-adjust:0.46; 
	font-weight:200; 
	font-style:normal;
	display: block;
	color: #333;
	padding:8px 0 8px 0;
	font-size: 30px;
	text-transform:inherit;
}


.pricingContentRow .featuredOffer {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size-adjust:0.46; 
	font-weight:200; 
	font-style:normal;
	color: #ff3399;
	padding:8px 0 8px 0;
	font-size: 16px;
	text-transform:uppercase;
}


.pricingContentRow .details img {
	float: none;
	display: block;
	margin:10px 0 10px 0;
}

.pricingContentRow img {
	float: right;
}








/*  BASE OF PAGE STUFF  ========================================================== */


#footerContainer {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size-adjust:0.46; 
	font-weight:200; 
	font-style:normal;
	margin-top: 40px;
	font-size: .95em;
	overflow: auto;
}

#footerContainer a {
	color: #333;
}

#footerContainer a:hover {
	text-decoration: underline;
}

#footerContainer .footerBox {
	width:115px;
	float: left;
	margin-right:15px;
}

#footerContainer .footerBox:last-child {
	margin-right:0;
	width:90px;
}

#footerContainer .footerBox:first-child {
	width:580px;
	margin-right:55px;
}

#footerContainer .footerBox h2, b {
	font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.51;
	font-weight:bold;
	font-style:normal;
	font-size: .8rem;
	margin-bottom: 8px;
}

#footerContainer .footerBox b {
	font-size: .7em;
}

#footer {
	width:1000px;
	margin: 0 auto;
	margin-top:20px;
	padding-bottom:40px;
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size-adjust:0.46; font-weight:200; font-style:normal;
	font-size: 1em;
	overflow: hidden;
	color:#999;
}

#footer a {
	color:#999;
	font-size: .9em;
	margin: 0 7px 0 7px;
}

#footer div {
	float: left;
}

#footer div:last-child {
	float: right;
}


.col2 {
	position: relative;
	width: 235px;
	float: right;
	overflow: hidden;
}




/* woocom stuff */

.loginOption {
}

#accountLeftInfo {
	float: left;
	width: 60%;
}

#accountRightInfo {
	float: right;
	min-width: 300px;
	width: 30%;
}


#generalContentContainerLeftAccountPage  h2 {
	font-family:"Futura Bold", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.51;
	font-weight:bold;
	font-style:normal;
	font-size: 20px;
	margin-bottom: 8px;
	text-transform:uppercase;
}

#generalContentContainerLeftAccountPage .address {
	float: none;
	width: 100%;
	margin: 20px 0;
}

#generalContentContainerLeftAccountPage .address .details {
	font-style: italic;
	color: #666;
}

#generalContentContainerLeftAccountPage  h3 {
	font-family:"Futura Book", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.47;
	font-weight:300; 
	font-style:normal;
	font-size: 20px;
	margin-bottom: 8px;
	text-transform:uppercase;
}


#specialMobileStartReading {
	font-family:"Futura Book", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	position: relative; 
	margin: 20px 60px 40px 30px; 
	font-weight: 700;
	font-size: 120%;
	text-align: right;
	padding-right: 10px;
	border-right: 8px #000 solid;
	text-transform:uppercase;
}

#accountLeftInfo {
    float: left;
    width: 60%;
}

.myaccount_user {
	
}

#myAccntSignOut {
	position: relative;
}


#wpadminbar {
	display: none;
}

#signInInlineOuter {
	margin: 20px 0;
	min-height: 50px;
}

#signInInline {
	font-family:"Futura Book", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.47;
	font-weight:normal; 
	font-style:normal;
	font-size: 1.35em;
	padding: 6px 10px;
	background: #FF6E2E;
	color: #fff;
	cursor: pointer;
	display: block;
	width: 120px;
	text-align: center;
}

#signInInline a {
	color: #fff;
}

.accntName {
	font-weight:bold; 
	text-transform:uppercase;
}


.accountwidget {
	font-family:"Futura Light", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.46;
	font-weight:200;
	font-style:normal;
	font-size: 1em;
	line-height: 1.2em;
	color: #000;
}

.accountwidgetpush {
	margin-bottom: 10px;
	padding-left:3px;
}


.my_account_orders .subscription-actions {
	display: none;
}

.my_account_orders .cancel {
	display: none;
}

.wooActions {
	text-transform:uppercase;
	text-decoration: underline;
	margin-left: 10px;
}

#signInInlineOuter {
	display: none;
}


.textwidget {
	
}


