/* NB: styles3.css is used for styling admin pages! */

/*
orange links: a50
darklighted links: a30
footer blue: 335
red: ff1b01

type: 13px
grid: 20px
*/

/* special additions for SoundCloud: */

/*
a.soundcloud-dropbox:hover {
color: #1896D1 !important;
background-color: transparent !important;
}

a.soundcloud-dropbox {
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(http://a1.soundcloud.com/images/dropbox_small_white.png?65d805)', sizingMethod='crop') !important;
}

*/

/* Played around with webfont tech a bit, but reverting to old fonts for admin pages - Feb 2023 */
/* @font-face {
	font-family: 'PoppinsRegular';
	src: url('/files/fonts/poppins-regular-webfont.woff2') format('woff2'),
		 url('/files/fonts/poppins-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SpecialElite';
	src: url('/files/fonts/specialelite-webfont.woff2') format('woff2'),
		 url('/files/fonts/specialelite-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
} */

/* !-- basic elements -- */

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

body { 
	font-size: 13px;
	line-height: 20px;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	//line-height: 160%;
	//font-family: PoppinsRegular, 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #333;
	background-color: #fff;
}

h1, h2, h3, h4, label, legend, #nav, #status {
	font-family: 'Courier New', Courier, monospace;
	//font-family: SpecialElite, 'Courier New', Courier, monospace;
	font-weight: bold;
}

#container {
	background-color: transparent;
	/* background-image: url('/images/gridbg20.gif'); */
	width: 800px;
	margin: 10px auto 0;
}

#container_wide {
	background-color: transparent;
	/* background-image: url('/images/gridbg20.gif'); */
	width: 1200px;
	margin: 10px auto 0;
}

p { margin-bottom: 20px; }

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

ul { list-style: none; }

ol { padding-left: 20px }

ol li { margin-bottom: 20px; }

h1, h2, h3, h4 {
	font-variant: small-caps;
	// text-transform: uppercase;
	line-height: 150%;
	// letter-spacing: 1px;
}

h1 {
	font-size: 34px; 
	//line-height: 40px;
	margin-bottom: 20px; 
}

h2 {
	font-size: 26px; 
	//line-height: 40px; 
	margin-bottom: 8px;
}

h3 { 
	font-size: 19px; 
	//line-height: 20px;
	margin-bottom: 2px;
}
	
h4 {
	font-size: 19px; 
	//line-height: 20px;
	margin-bottom: 6px;
}

h5 {
	font-size: 13px; 
	//line-height: 20px;
	font-style: italic;
}

a { outline: none; }

a:link, a:visited { 
	text-decoration: none;
	color: #a50;
}
	
a:hover, a:active {
	color: #a30;
	text-decoration: underline;
}

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


input, select {
	margin-bottom: 20px;
	margin-right: 4px;
}
	
form textarea {
	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; }

input[type="checkbox"] {
	vertical-align: baseline;
	float: left;
	margin-top: 2px;
}

.checkbox_note { margin-left: 2px;}

img { border:0; } 

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

table.grid td, table.grid th {
	padding: 6px 10px;
}

table.chart td, table.chart th {
	padding: 6px 10px;
	border: 1px black solid;
}

table.chart th:first-child {
	border: none;
}

table.chart th, table.chart td:first-child {
	font-weight: bold;
}

table.chart td.notapplicable {
	background-color: black;
}

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

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

abbr { cursor: default; border: none; }

td {vertical-align: top; }


/* ########################## */
/* !------- classes ------- */
/* ########################## */


.role {
	border-radius: 25px;
	padding: 2px 20px;
	margin: 4px auto;
    background: rgba(0,255,0,0.5);	
}

.column_header {
	text-align: center;
	margin-bottom: 0;
}

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

.actions { font-size: 10px; }

.actions form { margin-bottom: 0; margin-left: 10px;}

.actions label {font-weight: normal;}

.note {
	font-size: 10px !important;
	font-weight: normal;
	font-style: italic;
}


.date { font-size: 12px; margin-bottom: 20px; }

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

.firstwords { font-weight: bold; }

.byline, .title { font-style: italic; }

.byline:before { content: "\2013\2002";}	/* add en dash & space before byline */

.actions .price {
	font-family: 'Courier New', Courier, monospace;
	font-weight: bold;
	font-size: 28px;
	line-height: 40px;
	text-align: right;
	padding-right: 8px; /* align with button text */
	padding-top: 6px;	/* align with short_description */
}

.action_label {
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	text-align: center;
/* 	text-align: right; */
	font-weight: bold;
	padding-top: 0px;
	margin-bottom: 0;
	margin-top: 2px;
	/* padding-right: 8px; */ /* align with button text */
}

.user_downloads .action_label { margin-bottom: 10px; }
.user_downloads fieldset p {margin: 30px 0 10px; }
.user_downloads {float: left; margin-top: 0;}
.user_downloads .screenshot {width: 300px; margin-bottom: 20px; }
.user_downloads fieldset {padding: 20px 30px 0px; margin-bottom: 30px; }
.user_downloads legend {font-size: 24px; }

a.button {
	background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
	font-size: 10px;
	line-height: 10px;
	display: block;
	padding-right: 15px; /* sliding doors padding, = width of bg_button_span.gif*/
	height: 18px;
	margin: 0 0 2px 0;
	font-weight: bold;
	outline: none; /* hide dotted outline in Firefox */
}

a.button span.button_label {
	background: transparent url('/images/bg_button_span.gif') no-repeat;
	display: block;
	padding: 4px 0 4px 15px;
	color: #335;
	height: 10px;	/* match line-heigh of a.button */
	text-align: center;
}

a.button:hover, a.button:active { text-decoration: none; }

a.button:active { background-position: bottom right; }

a.button:active span.button_label {
    background-position: bottom left;
    padding: 5px 0 3px 15px;	/* nudge text down 1px on click */
}

.tinytext { font-size: 8px; margin-top: -1px; }

button {
/* 	color: #a50; */
	color: #335;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	min-width: 65px;
/* 	background-color: #FFF7CC; */
/* 	width: 100%; */
}

a.button_link:hover, a.button_link:active { text-decoration: none; }

button span { padding: 1px 3px 0; 	height: 20px; }

.navgroup {	border-top: 2px dotted #335; }

.navgroup ul { margin-bottom: 18px; } /* make room for border */

.navgroup li { margin-left: 14px; text-indent: -14px; }

.bulleted, .features ul, #troubleshooting_guide ul { list-style: disc; padding-left: 18px; text-align: left}

.logged_out {
	background-image: url('/images/fuse_off.jpg');
	background-repeat: no-repeat;
/* 	background-position: right; */
	background-position: right 20px;
	overflow: visible;
}
	
.logged_out p { margin-top: 60px; }
	
.logged_in {
	background-image: url('/images/fuse_on_glow.jpg');
	background-repeat: no-repeat;
	background-position: right 28px;
}


.download_list { margin-bottom: 0; }

ul.download_list a.button {clear: both;}

.screenshot {
	border: 1px solid black;
	max-width: 400px;
	margin-bottom: 30px;
}


.product_list {}
.product_list li {}
.product_list li a {}

.versions_list { padding-left: 0; font-style: italic; margin-top: -20px; }
.versions_list:before { content: 'Available for:';}
/* make product list flat and comma-delimited: */
.versions_list li { list-style: none; display: inline; }
.versions_list li:after { content: ", "; } 
.versions_list li:last-child:after { content: ""; }

.validation_error, .warning {
	color: #a00;
}

.alert {
	color: white;
	background-color: red;
	padding-right: 1px;
	padding-left: 2px;
}

.x_verify {
	display: none;
}

.left { 
	clear: left;
	float: left; 
	margin: 0 40px 20px 0;
}

.right {
	clear: right;
	float: right; 
	margin: 0 0 20px 40px; 
}

.center { text-align: center; }

.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 20px;
	font-weight: normal;
	background: #ddd;
/*
	border: 2px dashed #FFA500;
	border-top: none;
*/
	padding: 20px 20px 10px;
}

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

.showDD {
	position:relative;
	top:0
}

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

.list_header {
	line-height: 30px;
/* 	background-color: #ccc; */
/* 	color: #c70; */
	color: #335;
	margin-bottom: 10px;
/* 	padding: 0 2px; */
	display: inline;
}

.viewcart {
	font-family: 'Courier New', Courier, monospace;
	font-weight: bold;
	font-size: 11px;
}

.support_info td {
	padding: 0 10px 10px 0;
}

.filepath {
	font-style: italic;
}

.box {
	border: 1px solid grey;
	margin-bottom: 20px;
	padding: 4px;
}

.textblock {
	background: #e4e4e4;
}


/* #################### */
/* !------- ids ------- */
/* #################### */

#header, #titlebar, #content {
	width: 600px;
}


#col_a {
	width: 475px;
	float: left;
	border-right: 8px solid gray;
	padding-right: 10px;
}

#col_b {
	width: 475px;
	float: right;
	border-left: 8px solid gray;
	padding-left: 10px;
}


#col_b table
{
	margin-left: 4px;
}

#col_center_fixed {
	width:150px;
	border: 4px solid red;
	padding: 10px;
	position: fixed;
	left: 50%;
	margin-left: -89px;	/* half the width */
	text-align: center;
}


#status, #nav {
	float: right;
	width: 190px;
}

#status {
	font-size: 11px;
	min-height: 100px;
	vertical-align: bottom;
	overflow: visible;
}

#status p { margin-bottom: 0;}

#header {
	float: left;
}

#header h1 {
	margin-top: 2px; /* image is 30px high */
	float: left;
	padding-top: 40px;
}	

#header .actions {
	float:right;
	margin-top: 58px;
}

#header .actions a {
	float:right;
}

#topbar {
	clear: both;
	width:100%;
/* 	height: 2px; */
	border-top: 2px dotted #335;
	margin-bottom: 10px;
}

#titlebar {
	clear: both;
	float: left;
/* 	border-top: 2px dotted #335; */
	border-bottom: 2px dotted #335;
/* 	padding-top: 6px; */
}

#titlebar h3 {
	margin-top: -9px;
	margin-bottom: 9px;
}
	
#titlebar .actions ul { }


#titlebar .actions { }

#nav {
	font-size: 11px;
/* 	font-weight: normal; */
}

#nav div:first-child { border: none; }

#nav div:first-child h3 {margin-top: 0;}

#nav h3 { margin-top: 10px; }

#nav h3 img {
	margin-left: 5px;
	margin-right: -10px;
	position: relative;
	top: 4px;
}

#content {
	margin-top: 20px;
	float: left;
}

#content h3 { font-size: 24px; }

#content ul:first-child {margin-top: 10px;}		/* if content starts with a list, give it some extra top space */

#content .actions {
	margin-top: -20px;
	margin-left: 20px;
}

#content .tagline {
	font-style: italic;
	font-size: 16px;
	margin: -10px 0 10px;
}

#prevnextbar { margin-top: 80px; font-weight: bold; font-family: 'Courier New', Courier, monospace; vertical-align: middle;}
#prevnextbar p { text-align: center; }

#footer {
	clear: both;
	color: #aaa;	
	background: #335;
	font-size: 10px;
	line-height: 30px;
	padding-left: 12px;
	margin-top: 10px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

#mc_embed_signup fieldset {
	margin-top: 6px;
	border: none;
}

div.mc_inline_error{
	color: red;
}