h1, h2, h3, h4 { font-family: Cochin, Optima, Georgia, Serif; }
h1
{
	color: #000;
	background-color: #fff;
	font-size: 300%;
	margin-top: 0em;
	line-height: 110%;
}
h2
{
	color: #000; 
	background-color: #fff;
	margin-top: 1em;
	margin-bottom: 0em;
	font-size: 200%;
}
h3
{
	color: #000000;
	background-color: #fff;
	font-size: 150%;
}
h4
{
	color: #000000;
	background-color: #fff;
	font-size: 125%;
}

.banner
{
    color: red;
    margin-top: 0;
    text-align: center;
    font-variant: small-caps;
}

ul.loose li
{
	margin-top: 9pt;
}

.arabic {
	list-style-type: decimal;
}

.loweralpha {
	list-style-type: lower-latin;
	
}

#searchresults dl dt {font-weight: normal} 
#searchresults dl dt tt {background-color: #fff}

.caption {
    font-size: small;
    font-family: Sans-Serif;
    text-align: center;
    margin-top: -2ex;
}

.navbar	{
    font-size: small;
    font-family: Sans-Serif;
}

#ZoomBox {
    background-color: #eee; 
}

.thumbs {
}

.thumbs img	{
    vertical-align: top;
}

.applescript
{
	margin-top: 4ex;
	font-size: 9pt;
	line-height: 140%;
}
.applescript code, .applescript var
{
	font-family: Verdana;
}
.osaParameterName
{
	color: blue;
	background-color: #ffffff;
}
.osaCommandName
{
	color: blue;
	background-color: #ffffff;
	font-weight: bold;
}
.osaIdentifier
{
	color: green;
	background-color: #ffffff;
	font-style: normal;
}
.osaComment
{
	color: gray;
	background-color: #ffffff;
	font-style: italic;
}
.osaClass
{
	color: blue;
	background-color: #ffffff;
	font-style: italic;
}
.osaOther
{
	color: black;
	background-color: #ffffff;
	font-style: normal;
}
.osaAdditionCommandName
{
	color: #0016af;
	background-color: #ffffff;
	font-style: normal;
	font-weight: bold;
}
.osaAdditionParameterName
{
	color: #0016af;
	background-color: #ffffff;
	font-style: normal;
}
.osaAdditionProperties
{
	color: #261151;
	background-color: #ffffff;
	font-style: normal;
}
.osaAdditionEnumeratedValue
{
	color: #7f007f;
	background-color: #ffffff;
	font-style: normal;
}
.osaProperties
{
	color: #6b04d3;
	background-color: #ffffff;
	font-style: normal;
}
.osaLanguageKeyword
{
	color: black;
	background-color: #ffffff;
	font-style: normal;
	font-weight: bold;
}
.osaEnumeratedValue
{
	color: #4a1e7e;
	background-color: #ffffff;
	font-style: normal;
}

.testimonial
{
	width: auto;
/*	float: left;*/
	background-color: #ffffff;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-color: #dddddd;
	border-width: 1px;
	border-style: solid;
}

.attribution
{
	margin-left: 30px;
}

.name
{
	font-weight: bold;
}

.name:before
{
	content: "\002014"; /* em-dash */
}

.via
{
	margin-left: 1em;
	font-size: small;
}

#footer
{
	margin-top: 3ex;
}

body {
    margin: 0; padding: 0; text-rendering: optimizeLegibility; overflow-wrap: break-word;
}

#tabs
{
	height: 40px;
	background: #E8EBF0;
	border-bottom: 1px #ddd solid;
}

#tabs ul
{
    padding: 8px 0px 0px 4px;
    max-width: 99ex;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
}

#tabs ul li
{
	float: left;
}

#tabs ul li a
{
	font-weight: normal;
	display: block;
	line-height: 34px;
	padding: 0 10px;
	font-size: 13px;
	color: #555;
	text-shadow: #ddd 1px 1px 1px;
    text-decoration: none;
}

#tabs ul li a:hover
{
	color: #000;
	background: #fff;
}

#tabs ul li a:hover, #tabs ul li#selectedtab a
{
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

#tabs ul li#selectedtab a
{
	color: #000;
	background: #fff;
	text-shadow: #ddd 1px 1px 1px;
}

#tabs .search
{
    top: 22px;
	right: 10px;
	position: absolute;
}

#left
{
	position: absolute;
    height: auto;
    margin-left: 2ex;
}

#menu
{
	margin-left: auto;
	margin-right: auto;
	width: 18ex; 
	padding: 0ex;
	border: 1px solid #ddd;
}

#leftExtra
{
	text-align: center;
}

#menu
{
    background-color: #E8EBF0;
    overflow: hidden;
}

#menu li
{
	list-style-type: none;
}

#menu a
{
	background-color: #E8EBF0;
	display: block;
	text-decoration: none;
	padding: 6px;
	color: #000;
}

#menu li#currentmenu a
{
	font-weight: bold;
}

#menu a:hover
{
    background: #fff;
}

#main
{
	margin-left: 21ex;
    margin-right: 2ex;
    max-width: 80ex;
}

#icon
{
	text-align: center;
}

body
{
	font-family: "Lucida Grande", Verdana, Helvetica;
	background: white;
	line-height: 150%;
}

#container {
    margin: 0 auto;
    max-width: 105ex;
}

pre
{
    font-family: Menlo, Monaco;
    font-size: small;
	margin-left: 3ex;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #000;
	color: #000;
    background: #ffe;
	padding: 1ex;
    overflow: scroll;
/*  Could use instead: white-space: pre-wrap; */
}

var
{
    font-family: Monaco;
}

tt
{
    font-family: Monaco;
	background-color: #eeeeee;
}

dt
{
	font-weight: bold;
	margin-top: 1ex;
}

a:active
{
	color: #333;
}

a:link
{
	color: #009;
}

a:visited
{
	color: #333;
}

#contents ul
{
    list-style-type: none;
}

.figure
{
    text-align: center;
    margin-bottom: 24pt;
}

fieldset
{
	border-width: 0;
}

.side
{
	float: right;
	clear: right;
	margin: 1ex;
	text-align: center;
	width: 15ex;
}

.app-icon {
	float: right;
	clear: right;
	margin: 1ex;
}

.button
{
    border: 1px solid #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);    
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    
    background-image: -webkit-gradient(linear,
        left top, left bottom,
        color-stop(0.0, rgba(255, 255, 255, 0.8)),
        color-stop(0.01, rgba(255, 255, 255, 0.6)),
        color-stop(0.4, rgba(255, 255, 255, 0.3)),
        color-stop(0.4, rgba(255, 255, 255, 0.2)),
        color-stop(1.0, rgba(255, 255, 255, 0.0)));
    background-image: -moz-linear-gradient(top,
        rgba(255, 255, 255, 1.0) 0%,
        rgba(255, 255, 255, 0.6) 1px,
        rgba(255, 255, 255, 0.3) 40%,
        rgba(255, 255, 255, 0.2) 40%,
        rgba(255, 255, 255, 0.0) 100%);
    
    background-color: #444;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;

	padding: 0ex;
	float: right;
	clear: right;
	margin: 1ex;
	text-align: center;
	width: 20ex;
}
.button a
{
	text-decoration: none;
	color: #fff;
	padding: 1ex 0 1ex 0;
	display: block;
	font-size: 80%;
	font-weight: bold;
}

.button:hover
{
    background-color: #777;
}

.buy-button
{
    border: 1px solid #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);    
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    
    background-image: -webkit-gradient(linear,
        left top, left bottom,
        color-stop(0.0, rgba(255, 255, 255, 0.8)),
        color-stop(0.01, rgba(255, 255, 255, 0.6)),
        color-stop(0.4, rgba(255, 255, 255, 0.3)),
        color-stop(0.4, rgba(255, 255, 255, 0.2)),
        color-stop(1.0, rgba(255, 255, 255, 0.0)));
    background-image: -moz-linear-gradient(top,
        rgba(255, 255, 255, 1.0) 0%,
        rgba(255, 255, 255, 0.6) 1px,
        rgba(255, 255, 255, 0.3) 40%,
        rgba(255, 255, 255, 0.2) 40%,
        rgba(255, 255, 255, 0.0) 100%);
    
    background-color: #444;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;

	padding: 1ex;
	/*display: display: inline-block;*/
	float: left;
	margin: 1ex;
    text-align: center;
    line-height: 100%;
}
.buy-button a
{
	text-decoration: none;
	color: #fff;
	padding: 1ex 0 1ex 0;
	font-size: 80%;
	font-weight: bold;
	/*display: block;*/
}

.buy-button:hover
{
    background-color: #777;
}

.store-right-button
{
    float: right;
    clear: both;
    margin: 6pt;
}

.headericon
{
    vertical-align: text-bottom;
    margin-right: 4pt;
}

img
{
    border: none;
}

.alignright
{
	float: right;
}
	
.alignleft
{
	float: left
}

.result, .result a
{
	font-weight: bold;
	color: red;
}

.navigation
{
	margin-bottom: 6pt;
	margin-top: 6pt;
}

.perma
{
    float: right;
    margin: 1ex;
}

.archivedate
{
	margin-left: 6pt;
	color: #999;
	font-size: x-small;
}

.quotes tr td
{
    padding-top: 12pt;
    padding-bottom: 18pt;
    line-height: 125%;
	vertical-align: top;
	font-size: small;
	font-style: italic;  
}

.quotes tr td strong
{
    font-weight: bold;
	font-style: normal;
}

.quotes tr td strong:before
{
    content: "—";
}

.features tr td
{
	padding-top: 12pt;
	font-size: small;
	vertical-align: top;
}

.features tr td img
{
    float: right;
}

.features
{
    margin-bottom: 20pt;
}

.retina
{
    display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2)
{
    .nonretina
    {
        display: none;
    }
    .retina
    {
        display: inline;
    }
    body
    {
        font-family: Verdana, Helvetica, sans-serif;
    }
}
