/*   
Theme Name: base

Description: Base M6 Sales Letter Theme
Author: The M6 Crew
Version: 1.0
*/

/* @group Base */

body
{
	color:#000000;
	font: 13px/1.5 "Helvetica Neue", "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	background: #fff none;
}

#wrapper
{
	width:100%;
	/*background: #fff url(images/bg-body-test.png) repeat-y;*/
	background: #2d2d2d url(../images/bg-body-test.png) repeat-y center center;	
}

#container
{
	background:#fff;
	margin: 0 auto;
	/*border:1px solid #ededed;	*/
}

/* @end */

/* @group General */

.image
{
}

/* @end */



/* @group Text Styles */

a, a:visited
{
	color: #ff3300;
	text-decoration:none;
}

a:hover
{
	color: #ff6600;
	text-decoration:none;	
}

#content {
	overflow:hidden;
}

#content h1, h2, h3
{
	line-height: 1.2em;
	margin: 0 0 0.8em 0;
}

#content h1 {	
	font-size:2.8em;
	font-weight:bold;
	color: #262626;
}

#content h2 {
	font-size:2em;
	font-weight:normal;
	color: #666;
}

#content h3 {
	font-size:1.3em;
	font-weight:bold;
	color: #333;
	text-transform:uppercase;
	border-bottom: 1px dotted #ccc;

	padding-bottom: 0.5em;
}

#content h4 {
	font-size:1.2em;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight:normal;
	color: #333;
	margin:0 0 0.5em 0;
}

#content p {
	margin: 0 0 1em 0;
    line-height:1.8em;
    font-size:1.1em;
}

#content p.big {
	font-size: 1.6em;
	color:#666;
}

.highlight {
	background:none;
	color:#0066cc;
}

blockquote {
	color:#666;
	font-family:Georgia;
	font-size:14px;
	font-style:italic;
	line-height:1.5em;
	margin:0 0 0 50px;
	padding:1em 0 1em 0;
}

blockquote.right {
	float:right;
	margin-right:-70px;
}

blockquote.left {
	float:left;
	margin-left:-70px;	
}

.pullquote {
	color:#ccc;
	float:right;
	font-family:georgia;
	font-size:18px;
	font-style:italic;
	line-height:39px;
	margin:0;
	padding:21px 0 15px 30px;
	width:270px;
	text-align:justify;
}

/* @end */

/* @group Button Styles */

div.button {
	position: relative;
	display: block;
	width: 300px;
	height: 70px;
}

div.button .order {
	background: #ff0 none;	
}

div.button span {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #ff0 none;	
}

/* @end */

/* @group Panels */

/* @group Base Panel */

div.panel
{ 
	/*margin: 10px auto;*/
	/*width:960px;*/
}

div.panel div.top
{
	padding:0;
	margin:0;
}

div.panel .content
{
	/*padding: 0;
	margin:0;*/
	/*background: transparent url(../images/none.png) repeat;*/
}

div.panel div.bottom
{
	clear:both;
	padding:0;
	margin:0;
}

div.panel div.image
{
	/*
	float:left;
	margin: 0 20px 0 0;
	border:#CCCCCC solid 8px;
	position:relative;
	*/
}

div.panel div.badge
{
	position:relative;
	float:right;
	top:0;
	right:0;
}

div.panel div.image_badge
{
	background-color:#000;
	color:#fff;
	text-align:center;
	padding:10px;
	float:none;
	position:absolute;
	bottom:0;
	left:0;
	width:180px;
	opacity: 0.9;
}


/* @end */

/* @group Buy */

.buy {
	/*background-color:#f4f4f4;*/
	margin: 1.5em auto;
	width: 800px;
	padding: 0.5em 0;
	text-align:center;
}

.buy .top {
	background: transparent url(../images/divider_top.png) no-repeat;
	height: 26px;
}

.buy .bottom {
	background: transparent url(../images/divider_bottom.png) no-repeat;
	height: 26px;	
}

.buy .content {
	padding: 0px 0;
	text-align:center;
	margin: 10px auto 10px auto;		
}

.buy .details {
	margin: 0 0 30px 0;
	width: 550px;
	float:left;	
	text-align: center;
}

.buy .action {
	width: 250px;
	float:left;
	margin: 0 auto;	
}

.buy .action span {
}

.buy h1 {
	font-size: 2em;
	margin:0;
	padding:0;
	color: #fff;
}

.buy p {
	color: #fff;
}

/* @end */

/* @group Buy (Final)*/

.buy_full
{
	width: 960px;
	margin: auto -70px 2em -70px;
	padding: 20px 40px;	
	background: #000 none;
	/*background:transparent url(../images/buy_panel.png) repeat-x 0 0;*/
	color:#fff;
}

.buy_full .content
{
	/*position: relative;
	background: transparent url(../images/effect_radial.png) no-repeat 0 0;*/
}

.buy_full img
{
}

.buy_full .price
{
	font-size: 3em;
	font-weight: bold;
}

.buy_full .details {
	float: left;
	width: 400px;
	margin: 0 40px 0 60px;	
}

.buy_full .action
{
	float: right;
	width: 250px;
	text-align: center;
}

#content .buy_full h1 {
	font-size: 2.8em;
	font-weight:normal;
}

.buy_full em {
	color:#ff6600;
}

#content .buy_full .left {
	width:450px;
	float:left;
}

#content .buy_full .left ul {
	margin:0;
	padding:0
}

#content .buy_full .left li {
	line-height:1.5em;
	font-size:1em;	
	margin:1em;
}

#content .buy_full .left em {
	color:#f30;
	font-style:normal;
}

#content .buy_full .left h1 {
	color:#fff;
	margin:0 0 1em 0;	
	font-size: 3.6em;	
}

#content .price {
	color:#fff;
	font-weight:normal;
	margin:0 0 0.5em 0;	
	font-size: 3.6em;	
}

#content .buy_full .left h2 {
	color:#ccc;
	font-weight:normal;
	margin:0 0 0.5em 0;	
	font-size: 2.6em;
}

#content .buy_full .left h3 {
	color:#fff;
	margin:0;
	font-size: 1.4em;	
}

#content .buy_full .right h1 {
	color:#2d2d2d;
	text-align:center;
	margin: 0 0 0.5em 0;
}

#content .buy_full .right h2 {
	color:#c30;
	text-align:center;
	margin: 0 0 1em 0;	
}

.buy_full .right {
	width:350px;
	min-height:280px;
	color:#2d2d2d;
	background:#fff url(../images/bg_buy_action.png) 0 0 repeat-x;
	float:left;
	text-align:center;
	padding:20px;
}

.buy_full .badge
{
	position: absolute;
	top: 0;
	right: 0;
	width: 105px;
	height: 105px;
	/* background: transparent url(../images/ribbon.png) no-repeat;*/
}

/* @end */

/* @group Testimonial */

.testimonial
{
	margin: 1em auto; 
	width:665px;
}

.testimonial .top
{
	background: #ffffff url(../images/testimonial_top.png) repeat-y 0 0;
	height: 34px;
}

div.testimonial .content
{
	background: #ffffff url(../images/testimonial_content.png) repeat-y 0 0;
	padding: 0 40px;		
}

div.testimonial .bottom
{
	background: transparent url(../images/testimonial_bottom.png) no-repeat 0 0;
	height: 63px;
}

.testimonial .content h1
{
	margin: inherit;	

}

div.testimonial .content p
{
	margin: inherit;
	line-height:1.5em;
	font-size:1.1em;
	color:#2d2d2d;
	font-style:italic;
	font-weight:normal;

}


.testimonial_meta
{
	margin: 10px 0 0 0;	
}

.testimonial .name
{
	margin: 0 0.5em 0 0;	
	font-style:italic;
	font-family:Georgia;	
	font-weight:bold;
}

.testimonial .location
{
	margin: 0 1em 0 0;	
	color:#999999;
	font-family:Georgia;
	font-style:italic;
}

.testimonial .details
{
	margin: 0 1em 0 0;	
	font-style:italic;
	font-family:Georgia;	
}

.testimonial img {
	float:left;
	display:inline;
	margin:0 20px 10px 0;
	background-color: #ffffff;
	border: 8px solid #fff;
}

/* @end */

/* @group Gallery */

.gallery
{
	width:960px;
	margin:1em -60px;
	background:#ededed none;
}

.gallery .top
{
}

.gallery .content
{
}

.gallery .bottom
{
}

.gallery .badge
{
}

.gallery .content p {
}

/* @end */

/* @group Component */


.component
{ 
	margin: 50px -60px;
	padding: 0 60px 20px 60px;	
	border-bottom:2px solid #ccc;
}

#content .component h1 {
margin:0 0 0.2em 0;
}

#content .component h3 {

}

#content .component strong {
color:#ff3300;
}

/*
.component .top
{
	background:transparent url(../images/component_top.png) no-repeat;
	height:29px;
}


.component .content
{
	padding: 0 60px;
}


.component .bottom
{
	background:transparent url(../images/component_bottom.png) no-repeat;
	height:45px;
}



.component .image {
	float: left;
	margin: 0 1em 2em 0;	
	position: relative;	
	border:8px solid #ededed;	
}

.component .big {
	clear:both;
	text-align:center;
}

.component img
{
	
	width: 200px;
	height: 200px;
	overflow: hidden;
	
}

.component .badge
{
}

.component .image .image_badge
{
	position: absolute;
	top: 0;
	left: 0;
}

.component .image .badge_ebook
{
	background: transparent url(../images/badge_ebook.gif) no-repeat 0 0;
}

.component .image .badge_video
{
	background: transparent url(../images/badge_video.gif) no-repeat 0 0;
}

.component .content p {
	color: #000;
}

.component .highlight {
}
*/

/* @end */

/* @group Note */

.note
{ 
	margin: 0 auto;
	width:475px;
	background:#666666 url(../../localhost/Users/dwalsh/Desktop/themetest/paper1-fill.jpg) repeat-y;
}

.note .top
{
	background:#f00 url(../../localhost/Users/dwalsh/Desktop/themetest/paper1-top.jpg) no-repeat;
	height:72px;
}

.note .content
{
	padding: 0 40px 0 60px;
	margin:0;
}

.note .bottom
{
	background:#f60 url(../../localhost/Users/dwalsh/Desktop/themetest/paper1-btm.jpg);
	height:40px;
}

.note .image
{
}

.note .badge
{
}

.note .image_badge
{
}

.note .content p {
	color: #000;
}

.note .highlight {
}

/* @end */

/* @group Audio */

.audio
{
	background-color:#ededed;
	width:600px;
	color:#333;
	margin: 0 auto;
}

.audio .top
{
	
}

.audio .bottom
{
	
}

.audio .content
{
	margin: 2em;
	padding:2em;
	text-align:center;
}

.audio h1
{
	font-size: 1.4em;
	color: #333;
}

.audio p
{	
}

/* @end */

/* @group Video */

.video
{
	background-color:#ededed;
	width:600px;
	color:#333;
	margin: 0 auto;
}

.video .top
{
	
}

.video .bottom
{
	
}

.video .content
{
	margin: 2em;
	padding:2em;
	text-align:center;
}

.video h1
{
	font-size: 1.4em;
	color: #333;
}

.video p
{	
}



/* @end */

/* @group Callout */

.callout {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;	
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size:1.2em;
	text-align:center;
}

.callout .highlight {
	
}

/* @end */

/* @group Two-Column */

.two-column {
	width: 800px;
	margin: 0 auto;
}

.two-column .content
{
	
}

.two-column .content .left {
	float:left;
	width: 380px;
	margin: 0 20px 0 0;
}

.two-column .content .right {
	float:right;
	margin: 0 0 0 20px;
	width: 380px;
}



/* @end */

/* @group Newsletter */

.newsletter
{ 
	width: 960px;
	margin: 0 -60px;
	background:#333 none;		
}

.newsletter .top
{
}

.newsletter .content
{
	margin: 2em 2em;
	padding:3em;
}

.newsletter .bottom
{
}

.newsletter .image
{
}

.newsletter .badge
{
}

.newsletter .image_badge
{
}

.newsletter .highlight {
}

.newsletter h1 {
	color:#fff;
	margin:0 0 0.2em 0;
}

.newsletter p {
	color:#fff;
	margin:0 0 1em 0;
}

.newsletter div.form {
}

/* @end */

/* @group Guarantee */


.guarantee
{ 
	margin: 3em auto;
	width:600px;
	background:#ffffe0 none;
	color:#2d2d2d;
	border:1px solid #e6db55;
	font-size:1.1em;
}

.guarantee .top
{
}

.guarantee .content
{
	padding: 2em 3em;
	margin:0;
}

.guarantee .content p
{
	font-weight:normal;
}

.guarantee .bottom
{
}

.guarantee .image
{
}

.guarantee .badge
{
}

.guarantee .image_badge
{
}

.guarantee .highlight {
}

.guarantee h1 {
	color: #333;
}


/* @end */

/* @group Rounded */

.rounded {
	background-color:#ccc;
	color:#fff;
	/*width: 600px;*/
	margin: auto;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

/* @end */

/* @group Inset */

.inset {
	background-color:#ccc;
	color:#fff;
}

/* @end */

/* @group Squeeze */

.squeeze {
	background-color:#ccc;
	color:#fff;
}

/* @end */

/* @group Badges */

.badge .bonus {
	
}

/* @end */

/* @end */

/* @group Lists */

ul
{
	margin: 2em 4em 2em;
}



ul li
{
	line-height: 2em;
	margin:0 3em;
}


ul.image {
	background:none;
	list-style-type: none;
	margin:0 20px;
	padding:0;		

}

ul.image li {
    display:block;
    padding:16px 0 16px 50px;
    font-size:1.2em;
}

ul.check li {
	background:transparent url(../images/check.png) no-repeat scroll left center;   
}

ul.x li {
	background:transparent url(../images/x.png) no-repeat scroll left center;   
}

ul.image ul.exclamation li {
	
}

ul.image ul.plus li {
	
}

ul.image ul.arrow li {
	
}


/* @end */

/* @group Header */

#header
{
	background: #fff url(../images/bg_header.png) no-repeat bottom right;
	height: 340px;
	margin-bottom:2em;
	/*background: #64c10f url(../images/overlay2.png) repeat-x bottom center; height:300px;*/
	position:relative;
}

#header #alpha {
	float: left;
	width: 400px;
	padding: 0 60px;
}

#header #beta {
	position: absolute;
	top: 0;
	right: 30px;
}

/*
#header .frame {
	position: relative;
	top: 0;
	right: 0;
	overflow: hidden;
}

#header .iphone {
	background: transparent url(../images/header_frame_iphone.png) no-repeat;
	width: 295px;
	height: 284px;
}
*/

#beta img {
	overflow: hidden;
	/*background: transparent url(http://tbn0.google.com/hosted/images/c?q=b9b1d054f984f3c9_large) no-repeat 30px 93px;*/
}

#header #frame span {
	background: #ff0;
}

#header h1, #header h2 
{
width:520px;
}

#header h1
{
	font-size:3.4em;
	font-weight:normal;
	margin: 0;
	padding: 70px 0 30px 30px;
	color: #fff;
	text-transform:uppercase;
}

#header h2
{
	font-size:2.1em;
	font-weight:normal;
	margin: 0;
	padding: 0 30px 30px 30px; 
	color: #003300;	
	text-transform:uppercase;
}

#header p
{
}

/* @end */

/* @group Subheader */

#subheader
{
	background: #fff none;
	width: 960px;
	margin: 0 0 30px 0;
	float: left;
}

#subheader .alpha {
	float: left;
	width: 500px;
	margin: 2em 2em;		
}

#subheader .beta {
	float: right;
	width: 320px;
	margin: 2em 2em;			
}

#subheader h1, #subheader h2 
{
}

#subheader h1
{
	color:#262626;
	font-size:1.8em;
}

#subheader h2
{
	color:#ccc;
	font-size:2em;
	font-weight:normal;
	margin: 0 0 0 0;
	/*text-transform:uppercase;*/
}

#subheader p {
	color: #262626;
}

/* @end */

/* @group Gallery */

.gallery ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow:hidden;
	margin:0;
	padding:1em 0;
}

.gallery li {
	float:left;
	margin:0 0 0 20px;
	/*border:4px solid #ededed;*/
	overflow: hidden;
	line-height:0;
}

.gallery .content li.first {
	margin:0;
}

.gallery .content li.last {
	margin:0 0 0 20px;
}

.gallery .content li a {
	opacity:0.8;
}

.gallery .content li a:hover {
	opacity:1.0;
}


.gallery .content img {
	margin:0;
}

.gallery .content h1
{
}

.gallery .content h2
{	
}

.gallery .content p
{	
}

/* @end */

/* @group Faqs */

.faq {
	
}


.faq h1 {
}

.faq p {
}

.faq .question {
	
}

.faq .answer {
	
}



/* @end */

/* @group Order Form */

#order
{
	border: 1px dashed #ccc;
	background-color:#333;
	padding:20px;
}

#order h1
{
}

#order p
{
}

/* @end */

/* @group Package & Components */

/* @group Package */

#package {
	background:#fff url(../images/fade_dark_10.png) repeat-x 0 0;
	margin: 0 -60px;
	width: 960px;	
}

#package h1
{
	/*text-align:center;*/
}

#package_title, #bonus_title
{
	/*text-align:center;*/
	margin:1.5em 0;
	padding: 0;
}

#package_title h1, #bonus_title h1
{
	color:#222;
	font-size:3em;
}

#bonus_title
{
	text-align:left;
}

#package_title h2, #bonus_title h2
{
	color:#333;
	text-transform:none;
	font-size:1.4em;
}

#package_image {
	text-align:center;
	margin:0 -70px;
}

#package #package-container h1 {
	color: #9f0;
}

#package #package-container h2 {
    color:#fff;
    background-color:#9f0;
    padding:10px;
    margin-bottom:0;
}

#package #package-container h3 {
	color: #9f0;
}

#package #package-container p {
}


/* @end */

/* @group Components */

.component
{
	
	
}

.condensed
{
	/*
	background-color:#000;
    border:none;
	border-bottom:1px solid #9f0;
    margin: 0 auto 20px auto
	width:600px;
    padding:0;	
    */
}

#package .component_title
{
}

.component_big .component_title h1
{
	color:#222;
	font-size:37px;
}

.component .title h2, .component_big .title h2
{
	color:#333;
	font-size:18px;
}

.component_desc
{
}

.component_condensed_desc
{
}

.component_image
{
}


.component_image_big
{
	clear:both;
	text-align:center;
	
}


.bonus
{
}

/* @group Component Icons */

.component .base {
	background: #ff0 none;		
}

.component .ebook {
	background: #ff0 none;	
}

.component .video {
	background: #ff0 none;	
}

.component .audio {
	background: #ff0 none;		
}



/* @end */

/* @end */

/* @end */

/* @group Footer */

#footer {
	padding: 2em;
	background: #333 url(../images/fade_dark_80.png) repeat-x;
	color:#666;	
}

#footer p {
	color:#666;
}

#footer ul {
	margin: 0 auto;
	display: inline;
	list-style-type: none;
}

#footer ul li {
	display: inline;
	margin: 0 0.5em 0 0;
}

#footer a, #footer a:visited {
	color: #fff;
	padding: 0.4em 1em;
	background-color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	background-color: #666;	
	text-decoration: none;	
}

#footer .small {
	display: block;
	clear: both;
	font-size: 0.8em;
}

/* @end */

/* @group Form Elements */

input[type="text"]
{
	padding:10px;
	border:1px solid #000;
	font-size:1.2em;
	margin: 5px 5px;
}


label {
	font-weight: bold;
	font-size: 1.2em;
}

button {
	background: #ccc none;
	color: #333;
	padding:0.2em 0.8em;
	font-size:2em;
	font-weight:bold;
	margin: 5px 5px;
	border:3px solid #666;
}

/* @end */

/* @group Utilities */

.pad20
{
	padding: 20px;
}

.pad10
{
	padding: 10px;
}

.clear
{
	clear:both;
}

.center {
	text-align:center;
}

.right {	
	float: right;
}

.left {	
	float: left;
}

.divider {
	background: #EBEBEB none repeat scroll 0 0;
	clear:both;
	height: 1px;
	margin: 2em auto;
}

.hidden {
	display:none;	
}

/* @end */

/* @group Squeeze */

#squeeze .content {
	
}

#squeeze .media {
	
}

#squeeze .form {
	
}

#squeeze h1 {
	
}

#squeeze h2 {
	
}

#squeeze p {
	
}

/* @end */

.comp_block{
padding:40px;
color:#fff;
background-color:#333;
}

ol
{
  margin:0 0 1em 0;
  width:960px
}

ol li
{
  float: left;
  display:block;
  width: 380px;  /* accommodate the widest item */
  padding:0 20px 0 20px;
  border-left:3px solid #ededed;
  line-height:1.6em;
  margin:0 0 1em 50px;
}
/* stop the floating after the list */

/*
h1 strong, h2 strong {
font-weight:bold;
}
*/

p strong {
/*color:#cc0099;*/
font-weight:bold;
}

.right {
float:right;
padding-left:40px;
}

.left {
float:left;
padding-right:40px;
}

.center {
margin: 0 auto;
}

#content h1 em, #content h2 em {
	color:#ff3300;
	font-weight:normal;
}

#content h1 em.bonus, #content h2 em.bonus {
	color:#ff3300;
	font-weight:bold;
}

ul.volumes {
	list-style-type:none;
}

ul.volumes li {
	display:inline;
	float:left;
	width:300px;
	padding-left:10px;
	border-left:3px solid #ededed;
	margin:0.5em 0.5em;
	color:#666;
	font-size:1.2em;
}

ul.media {
	list-style-type:none;
	padding:10px 0;
	margin:10px 0;
}

ul.media li {
	display:inline;
	float:left;
	margin:0 10px 0 0;
}

ul.media img {
	width:70px;
	background-color:#fff;
	padding:5px;	
	border:2px solid #dedede;
}

.sample {
margin:1em 0;
}

del {
	text-decoration: line-through;
}

.strike {
	font-family:Georgia;
	text-decoration: line-through;*/
	background: url(../images/strike.png) repeat-x center left;
	color: #fff;	
}

table
{
	font-size: 1.2em;
	margin: 2em 0 3em 0;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th
{
	font-weight: bold;
	padding: 10px;
	background-color:#f30;
	color: #fff;
}

td
{
	padding: 10px;
	color: #2d2d2d;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}

td em {
	color:#f30;
	font-weight:normal;
	font-size:1.3em;
}

td strong {
	color:#f30;
	font-size:1.3em;
}

tr:hover td
{
	/*background: #dedede;
	color: #2d2d2d;*/
}
