/* the reset: */

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,textarea,label,object,p,blockquote,th,td,span,abbr { 
	margin: 0;
	padding: 0;
}

div, h1, h2, h3, h4, form {
	/* use this to troubleshoot layout - set to 1px */
 	/* outline: 1px solid blue; */
}



body #PPMiniCart {
	width: 200px;
	position: fixed;
	top: 0;
	left: auto;		/* need this to override cart's inline style of left: 50% */
	right: 10px;
}




/* ============== */
/* ! TYPOGRAPHY   */
/* ============== */

/*
colors
buy yellow: F8CF54
download orange: F7931E
links red: A71E22

-- unused --
yellow compliment blue: 1A729C
bg yellow: fdf1ce
*/


body {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	background-color: #fff;
	background-image: url('/images/bg_grid.png');
}

label, #nav {
	font-weight: bold;
}


h1, h2, h3, h4, legend {
	text-transform: uppercase;
	margin-bottom: 10px;
	/* iPhone does not have Arial Black, so adding a substitute here: */
	/* see http://daringfireball.net/misc/2007/07/iphone-osx-fonts */
	font-family: "Arial Black", Arial-BoldMT, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
}

h1 {
	font-size: 48px;
}

h1 a {text-decoration: none; }

h2 {
	font-size: 48px;
	line-height: 42px;
	letter-spacing: -1px;
}

h3 {
	font-size: 18px;
/* 	line-height: 22px; */
}
	
h4 {
	font-size: 13px;
/* 	line-height: 13px; */
}

h4.videotitle {
	margin-top: 20px;
	margin-bottom: 2px;	
}

h5 {
	font-size: 11px;
	margin-top: 10px;
}

.section_header {
/* 	apply to elements (headers) that should hug the content right below them (unlike headlines which should stand off) */
	margin-bottom: 4px;
}

#titlebar h2 { }

.product_title h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 21px;
	line-height: 28px;
}

iframe {
	margin: 6px 0 12px;	
}

p { margin-bottom: 12px; }

ul, ol { margin-bottom: 10px; }

ul { list-style: none; }

ol { }

ol li { margin-bottom: 10px; }

ul li { margin-bottom: 2px; }

blockquote
{
	margin: 10px 30px;
	font-style: italic;
}

#footer {
	font-family: "Arial Black", Arial-BoldMT, Arial, sans-serif;
	font-size: 10px;	
	text-transform: uppercase;
}

.faq img, #content .faq img {max-width: 420px;}

.faq dt, .one_faq dt {
/* 	font-family: 'Courier New', Courier, monospace; */
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 20px;
	}
	
.faq dd {
	margin: 20px 0 20px 10px;
	font-weight: normal;
	background: #ddd;
/*
	border: 2px dashed #FFA500;
	border-top: none;
*/
	padding: 20px 20px 0px;
}

#container .price {
	/* 	Paypal Minicart uses the "price" class also, so we need to specify only elements in main container */
	font-family: "Arial Black",Arial-BoldMT, Arial, sans-serif;
	font-size: 48px;
	font-weight: normal;
	line-height: 42px;
	letter-spacing: -1px;
}

.filepath {
	font-style: italic;
}

.date {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 10px;
	padding-bottom: 1px;
}


/* restore normal list display within product feature lists, documentation, and other special cases */
.features ul, .description_long ul, .documentation ul, .troubleshooting ul, .bulleted, .reviews, .versions_list, .changelog ul {
	margin: 6px 0 6px 17px;
	margin-left: 17px;
	padding-bottom: 1px;
	list-style: url('/images/plus.png');
}

.features ul li, .description_long ul li, .documentation ul li, .troubleshooting ul li, .bulleted li, .changelog ul li {
	margin-bottom: 6px;
}

.reviews li {margin-bottom: 30px;}
.reviews li p {margin-bottom: 4px;}

ul.versions_list li {margin-bottom: 0px;}

div#titlebar.documentation_header h2 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 4px;
}

div#content.documentation {
	margin-top: 0;
}

.documentation h2 {
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 7px;	
}

.documentation h3 {
	margin-top: 20px;
	margin-bottom: 7px;	
}

.documentation h4 {
	margin-top: 20px;
	margin-bottom: 2px;	
}

.documentation h3:first-child { margin-top:0; }
.documentation h4 { margin-top: 10px; }

.changelog h3
{
	
	border-top: 1px solid #e8e8e8;
	padding-top: 2px;
}

.changelog div { padding-bottom: 16px; }

.user_downloads input
{
	border: none;
	background-color: #F8CF54;
	padding: 3px 6px;
	width: 80%;
	font-family: 'Courier New', Courier, monospace;
	font-weight: bold;
}


.review_text ul {
	margin: 4px 0 6px 17px;
	margin-left: 17px;
	padding-bottom: 1px;
	list-style: disc;	/* since we're quoting text from elsewhere, use conventional bullet points */
}


/* info about getting form buttons and anchors to style the same way: http://particletree.com/features/rediscovering-the-button-element/  */

button, a.button {
/* 	width: 110px; */
	text-transform: uppercase;
	text-decoration: none;
	height: 22px;
	font-family: "Arial Black",Arial-BoldMT, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -1px;
	border: none;
	text-align: left;
    margin: 0px 7px 5px 0;
    cursor: pointer;
/*     padding-left: 2px; */
	padding: 0 10px 0 7px;
    color: #000;
    position: relative;
}



a.button {	
	height: 19px;	/* 22px - 3px (of padding) */
}


/* specify these widths for content_b (sidebar) only */

#content_b button, .featured_item button {
    display: block;
	width: 110px;
}

#content_b a.button, .featured_item a.button{
    display: block;
	padding: 3px 0px 0px 6px;    
	width: 104px; /* 110px - 6px (of padding) */
}

#content_b button[type], .featured_item button[type] {
    padding: 0 0 0 6px; /* Firefox */
    margin-top: 0;
    line-height: 17px;
}


p.spaced {
	margin-bottom: 20px;
}


button:hover, a.button:hover { color: #fff; }

/*
fix Firefox problem of adding extra padding:
http://www.aheadcreative.com/removing-unwanted-button-padding-in-firefox/
*/
button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

abbr {
	cursor: help;
	border-bottom: 1px dotted;
}

#content_b .actions {
	padding-bottom: 1px;
	margin-bottom: 40px;
	clear: right;
}

#content_b .actions a {
	margin-bottom: 6px;
}

#content_b .actions .buttons {
    float: right;
}

#content_b .actions .links {
	padding-top: 1px;
	margin-top: 30px;
	margin-right: 5px;
    clear: right;
    text-align: right;
    font-size: 12px;
    line-height: 11px;
    font-style: italic;
}

#content_b .actions .links a { color: #F7931E; }

#cart_support {
	float: right;
	margin-right: 7px;
	margin-bottom: 5px;	
}

a.download {background-color: #F7931E; }

a.redeem {background-color: #35B2EE; }

a.support {background-color: #A71E22; }

a.ok, button.ok {background-color: #15E415; }

a.cancel {background-color: #A71E22; } 

button.buy {background-color: #F8CF54; }


#troubleshooting_guide h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: italic;
}




/* ============== */
/* ! LAYOUT 	  */
/* ============== */


/*
need a refresher on positioning?
http://www.barelyfitz.com/screencast/html-training/css/positioning/
*/


img { border:0; } 

#container {
	background-color: #fff;
	width: 768px;	/* was 784, reduced it to make room for padding */
 	margin: 0 auto;
	padding: 0 8px;
	min-height: 100px;
}


/* container shadows */
#container {
	-moz-box-shadow: -3px 0 12px 0px #999;
	-webkit-box-shadow: -3px 0 12px 0px #999;
	box-shadow: -3px 0 12px 0px #999;
} 


#nav {
	margin-left: 10px;
	margin-bottom: 15px;
	position: relative;
}

#nav .mailing_list {
	width: 148px;
	position: absolute;		/* take mailing list form out of flow! */
	right: 15px;
}

#nav .mailing_list input {
	width: 145px;
	padding-left: 0;
	text-align: center;
}

#titlebar, #footer {clear: both;}


/* major areas get same left margins - note there's already 8px left padding, when measuring from layout (AI) files  */
#titlebar, #content, #footer {
	margin-left: 15px;
}

#titlebar, #content {
	padding-top: 10px;
	margin-bottom: 25px;
}

#titlebar .product_shot img
{
	float: left;
	max-width: 390px;
	margin-right: 20px;
}

#titlebar .product_title
{
	width: auto;
	padding-top: 0;
	margin-top: 0;
	/* 	margin-left: 20px; */
/* 	float: right; */
}

#content_b {
	float: right;
	width: 230px; /* was 246 */
	background-color: #e8e8e8;
	padding-top: 12px;
	padding-left: 12px;
}


#content_b .teaser {
	width: 220px;
	margin-left: 0;
	margin-bottom: 30px;
}


#content_b img{
	max-width: 220px;
}

#content {
	float: left;
	width: 480px;
	clear: left;
	padding-top: 1px;
/* 	margin-top: 4px; */
	background-color: #fff;
}


#content .section, .featured_item div {
	margin-top: 20px;
}

#content img {
	max-width: 480px;
}

#bottombar {
	width: 768px;	/* 246 x 3 teasers + 15px margin x 2 gaps --- was 746, with 8px gaps */
	margin: auto;
}

#bottombar div {
	float: left;
	margin-top: 12px;
	margin-bottom: 10px;
}


#header {
/* 	width: 767px; */
}


#footer {
	padding-top: 6px;
	clear: both;
	padding-bottom: 16px;
}

#footer img {
	margin-left: 10px;
	vertical-align: middle;
}


a {
	outline: none; 
	color: #A71E22;
	text-decoration: underline;
}

a:link, a:visited { 
}
	
a:hover, a:active {
/* 	background-color: #ddd; */
}

.validation_error, .required, .error {
	color: #A71E22;
	font-weight: bold;
}


@keyframes highlight-fade {
	0% {
		background: #F8CF54;
	}
	100% {
		background: none;
	}
}

.validation_error {
	animation-name: highlight-fade;
	animation-duration: 5s;
	animation-iteration-count: 1;
}

.error {
	margin-top: -20px;
	display: block;	
}

.highlight {
	background-color: #F8CF54;
	padding: 1px 1px;
}

.manifest, .notebox {
	background-color: #ddd;
	padding: 6px 6px 5px;
	margin-bottom: 30px;
}

.manifest a {
	font-weight: bold;
}

.user_info {
	background-color: #F8CF54;
	padding: 16px 20px;
	font-size: 150%;
	line-height: 130%;
}

.big_type {
	font-size: 150%;
	line-height: 130%;
}

.x_verify {
	display: none;
}

#content_b a, #bottombar a {
	text-decoration: none;
}

form, dl {
	margin-bottom: 20px;
}


input, select {
	margin-bottom: 20px;
	margin-right: 4px;
}

#nav .mailing_list input {
	margin-bottom: 0;
}

	
form textarea {
	max-width: 440px;	/* this limits the width of the textarea so as not to break the layout, even if in a browser 60 cols > the 450px width of the content div */
}
	
fieldset {
	background: #ddd;
	border: 2px dashed #FFA500;
	margin: 0 0 20px;
	padding: 10px 8px;
}

fieldset input, fieldset select { margin-bottom: 10px; }


.checkbox_note { /* margin-left: 2px; */}

.checkbox_left {
	float: left;
	margin-right: 4px;
}


table {
	border-collapse:collapse;
	border-spacing: 0;
	font-size: 12px;
	margin-bottom: 20px;
}

table.grid td, table.grid th {
	padding: 8px 12px;
}

table.grid th {
	background-color: #aaa;
}

table.grid th:first-child {
	text-align: left;	
}


legend { font-size: 15px; padding: 0 2px 0 0; }
	
label, object { display: block; }

.lateral_label { display: inline; }

object { margin: 8px 0;}	/* audioplayer is set for 24px high */

.hideDD {
	visibility: hidden;
	top:-9999px;
	position:absolute
}

.showDD {
	position:relative;
	top:0
}

.hideIt {
	visibility: hidden;
	top:-9999px;
	position:absolute
}

.teaser {
	width: 246px;
	margin-left: 15px;
}

.teaser:first-child {
	margin-left: 0;
}

.teaser_header {
	font-size: 10px;
	padding-top: 15px;
	margin-bottom: 6px;
	clear: right;
}

.teaser img {
	max-width: 246px;
	margin-bottom: 6px;
	/* border-top: 2px solid #333; */
}

.teaser_graphic {
	padding-top: 0px;
}

.teaser_text {
	padding-top: 54px;	/* teaser top graphic is 46px high */
	background-image: url('/images/teaser_header.png');
	background-repeat: no-repeat;
}

.teaser h4 {margin-bottom: 6px; padding-right: 4px; }

.teaser p {padding-right: 4px;}

.product_list li {margin-bottom: 25px;}


.actions form {margin-bottom: 0;}

.download_list {
	margin-top: 10px;
	list-style: disc;
	margin-left: 15px;
	line-height: 18px;
}

.news_list li {
	margin-bottom: 20px;
}

.product_group {padding: 10px;}

.screenshot {margin-bottom: 10px;}

.big_list {margin-top: 20px;}

.big_list li {margin-bottom: 20px;}

#content .inset_photo {
	margin-top: 0;
	margin-left: 10px;
	float: right;
}

#content .inset_photo img {max-width: 160px;}

.note {
	font-style: italic;
	font-size: 11px;
}

.audio p.comment {
	font-style: italic;
	font-size: 11px;
}

p.comment {margin-top: 6px;}



/* #################### */
/* !Pullquote styling */
/* #################### */

.pquote {
	float: right;
	width: 190px;
	background: url('/images/openquote.gif') top left no-repeat;
	font-size: 26px;
	line-height: 0.9;
	font-style: italic;
	padding: 13px;
	margin-left: 5px;
}

.pquote blockquote p:first-letter {
	font-size: 39px;
	font-weight: bold;
}

.pquote .by {
	float: right;
	font-size: 16px;	
}

.pquote .by:before {
	content: "– ";
}


/* #################### */
/* !Mailchimp styling */
/* #################### */



#mc_embed_signup fieldset {
	background-color: #fff;
	margin-top: 0px;
	border: none;
	padding: 0;
}


div.mce_inline_error, #mce-error-response {
	color: #A71E22;
	margin: 0;
	padding: 2px 10px;
	z-index: 200;
	background-color: #F8CF54;
	position: absolute;
	top: -2px;
	left: 128px;
	width: 120px;
	border: 1px solid #111;
}

#mce-success-response {
	padding: 2px 10px;
	z-index: 200;
	background-color: #F7931E;
	position: absolute;
	top: -2px;
	left: 128px;
	width: 120px;
	border: 1px solid #111;
}



/* ======================== */
/* ! mbMiniPlayer styling   */
/* ======================== */


.mbMiniPlayer.refPlayerSkin table span{color: #f8cf54;}
.mbMiniPlayer.refPlayerSkin table {border: 1px solid #f8cf54 !important;}

/*++++++++++++++++++++++++++++++++++++++++++++++++*/

.mbMiniPlayer.refPlayerSkin table{background-color:transparent;}
.mbMiniPlayer.refPlayerSkin.shadow table{box-shadow:0 0 3px #000000;}
.mbMiniPlayer.refPlayerSkin table span{background-color:rgba(0, 0, 0, 1);}
.mbMiniPlayer.refPlayerSkin table span.map_play{border-left:1px solid rgba(51, 51, 51, 1);}
.mbMiniPlayer.refPlayerSkin table span.map_volume{border-right:1px solid #000000;}
.mbMiniPlayer.refPlayerSkin table span.map_volume.mute{color: #cccccc;}
.mbMiniPlayer.refPlayerSkin .map_download{color: rgba(247, 147, 30, 1);}
.mbMiniPlayer.refPlayerSkin .map_download:hover{color: rgba(0, 0, 0, 1);}
.mbMiniPlayer.refPlayerSkin table span{color: rgba(248, 207, 84, 1);text-shadow: 1px -1px 1px rgba(0, 0, 0, 1)!important;}
.mbMiniPlayer.refPlayerSkin table span{color: rgba(248, 207, 84, 1);}
.mbMiniPlayer.refPlayerSkin table {border: 1px solid rgba(248, 207, 84, 1) !important;}
.mbMiniPlayer.refPlayerSkin table span.map_title{color: #000; text-shadow:none!important}
/*++++++++++++++++++++++++++++++++++++++++++++++++*/


