/* @override 
	http://www.earn1k.com/css/display2.css
	http://www.earn1k.com/css/display2.css
	http://www.earn1k.com/css/display3.css
	http://earn1k.com/css/display3.css
*/

/*----------------------------------------------------------------------------- 
GLOBAL RESET - Standardizes elements across all browsers
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, samp, small, 
strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------------------------------------------------------------------------- 
GLOBAL STYLING - Elements that are applied throughout the site
-----------------------------------------------------------------------------*/
body {
  font-size: 62.5%;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  color: #251a06;
}
a {color: #1C5D7E;}
a:hover {text-decoration: none;color: #555;}
/*div.hr {
  height: 27px;
  width: 621px;
  background: #fff url('/images/img-divider.png') no-repeat;
  margin: 12px auto 5px auto;
}
div.hr_small {
  height: 14px;
  width: 621px;
  background: #fff url('/images/img-divider-small.png') no-repeat;
  margin: 5px auto;
}
div.hr hr, div.hr_small hr {
  display: none;
} */

/*----------------------------------------------------------------------------- 
MAIN
-----------------------------------------------------------------------------*/
#wrapper {
  width: 632px;
  margin: 0 auto;

  padding: 20px 35px;
}
h1 {
  background: url('http://www.earn1k.com/members/wp-content/themes/octofirst/images/logo.png') no-repeat;
  width: 428px;
  height: 56px;
  display: block;
  text-indent: -9999em;
	margin: 0 auto 0 0;
}


/*----------------------------------------------------------------------------- 
CONTENT
-----------------------------------------------------------------------------*/
#content {
  min-height: 200px;
  line-height: 1.3em;
  font-size: 1.5em;
}

.callout_box {
	text-align: center;
	height: 100%;
	padding: 0 65px;
	background: url(http://www.earn1k.com/images/signup-box-middle.png) repeat-y;

}


#content p, #content blockquote, #content ul, #content ol {
  margin: 0 0 14px;
	text-align: left;
	font: 14px/21px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #2a2a2a;
}


.callout_box .underline {
  color: #47aa42;
  text-decoration: underline;
}
#page-account h2 {
  background: url('/images/hdr-welcome.png') no-repeat;
  width: 497px;
  height: 29px;
  display: block;
  text-indent: -9999em;
  margin: 5px auto;
}
#page-confirmation h2 {
  background: url('/images/hdr-checkemail.png') no-repeat;
  width: 372px;
  height: 28px;
  display: block;
  text-indent: -9999em;
  margin: 5px auto;
}
#page-generic h2 {
  font-size: 1.8em;
  margin: 0 0 5px 0;
}
.page_desc {
  font-size: .9em;
  text-align: center;
  margin: 0 0 25px 0 !important;
}
#content h3 {
  color: #337047;
  margin: 0px 0 4px 0;
	letter-spacing: -2px;
	font: bold 2.8em/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	word-spacing: 1px;
	padding: 10px 0;
}


blockquote {
  margin-left: 10px;
  border-left: 2px solid #ccc;
  padding: 8px;
  background: #f6f8f8;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
}
#content ul {
  list-style: disc;
  margin-left: 20px;
}
#page-sales ul {
  list-style: none;
  margin-left: 0;
}
#page-sales ul li {
  background: url('/images/icn-coin.png') 0 2px no-repeat;
  padding-left: 22px;
  margin: 0 0 3px 0;
}
#content ol {
  list-style: decimal;
  margin-left: 20px;
}
/*#page-sales h2 {
  background: url('/images/hdr-welcome-small.png') no-repeat;
  width: 398px;
  height: 23px;
  display: block;
  text-indent: -9999em;
}*/
#page-sales h2 {
  font-size: 1.5em;
  margin: 0 0 4px 0;
}
#page-sales #content h3 {
  font-weight: bold;
  margin: 0 0 6px 0;
}
#page-sales blockquote strong {
  color: #357E31;
}
#page-sales blockquote {
  background: transparent url('/images/icn-quote.png') no-repeat;
  border: 0;
  padding: 15px 0 15px 20px;
  min-height: 75px;
  border-bottom: 1px solid #eee;
}
#page-sales blockquote.last {
  border-bottom: 0;
}
.join_now a {
  background: url('/images/btn-joinnow.png') no-repeat;
  width: 417px;
  height: 146px;
  display: block;
  text-indent: -9999em;
  margin: 10px auto;
}
.join_now a:hover {
  background-position: 0 -146px;
}
.right {
  float: right;
  margin: 0 0 5px 8px;
  background-color: #f7f7ed;
}
.photo {
  width: 290px;
  text-align: center;
}
.photo span {
  font-size: .8em;
  font-weight: bold;
}
.photo .portrait {
  padding: 2px;
  border: 3px solid #eee;
  margin: 0 0 2px 0;
}

.highlight {
	background-color: #FFFF88;
}

/*----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footer {
  text-align: center;
  font-size: 1.2em;
  color: #4E3E20;
  margin: 20px 0 0 0;
}


/*----------------------------------------------------------------------------- 
HACKS - Global browser hacks to make everybody play nice
-----------------------------------------------------------------------------*/
#example:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

#example {display:inline-block;}
/* Hide from IE Mac \*/
#example {display:block;}
/* End hide from IE Mac */

/* Buy Button on Sidebar */
#fdbk_overlay {
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 1000000;
  position: absolute;
}
#fdbk_screen {
  top:0;
  left:0;
  z-index:1;
  width: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.45;
  -moz-opacity: 0.45;
  filter:alpha(opacity=45);
}
#fdbk_container {
  width: 680px;
  height: 640px;
  margin: 0 auto;
  z-index:2;
  position:relative;
}
a#fdbk_tab {
  top: 25%;
  left: 0;
  width: 42px;
  height: 102px;
  color: #FFF;
  cursor:pointer;
  text-indent:-100000px;
  overflow:hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  background-image: url(../images/tab-join-now.png);
  _position: absolute;
}
a#fdbk_tab:hover {
    margin-left: -4px;
}

a#fdbk_tab_2 {
  top: 50%;
  left: 0;
  width: 42px;
  height: 202px;
  color: #FFF;
  cursor:pointer;
  text-indent:-100000px;
  overflow:hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  background-image: url(../images/tab-watch-video.png);
  _position: absolute;
}
a#fdbk_tab_2:hover {
    margin-left: -4px;
}

.feedback_tab_on embed, .feedback_tab_on select, .feedback_tab_on object {
  visibility:hidden;
}

.signup-top {
	background: url(http://www.earn1k.com/images/signup-box-top.png) no-repeat;
	width: 635px;
	height: 27px;
}

.signup-bottom {
	background: url(http://www.earn1k.com/images/signup-box-bottom.png) no-repeat;
	padding-top: 20px;
}

/* WSJ Quote */

#wsjquotewrapper {
  margin-left: 10px;
	height: 80px;
	padding: 8px;
	margin-top: 0;
	font: 1.1em/24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	word-spacing: 1px;
}


#wsjlogo {
	float: right;
}

/* Split Test Variations */

#wsjquotewrapper-top {
	height: 80px;
	padding: 8px;
	margin: 10px 0px 0px 10px;
	font: italic 1.2em/30px Georgia, "Times New Roman", Times, serif;
}

.callout_box_signup {
  text-align: center;
	padding: 15px 15px 0;
	background: url(http://www.earn1k.com/images/Earn1K-Signup-Box.png) no-repeat;
	height: 360px;
	margin-top: 45px;
}

#content div.callout_box div.sub-head-quote p {
	letter-spacing: -1px;
	word-spacing: 1px;
	text-align: center;
	font: 26px Georgia, Times, "Times New Roman", serif;
	padding-top: 0;
	padding-bottom: 8px;
}

#content div.callout_box form.af-form-wrapper {
	padding-top: 10px;
}
