﻿body { background-color: white }
body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
body { margin: 0; padding: 0; font-size: small; color: #333 }
h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 0px; margin: 0 }
h1 { font-size: large }
h2 { color: #800; padding-left:0; font-size: large; font-weight: normal; }
table { border-collapse: collapse; }
form { padding: 0px; background-color: #ffe; border: 1px solid #ddd }
form#paypal { border: none; background-color: transparent; float:left; padding: 0 1px; margin-top: -1px }
td { vertical-align: top; }
p { margin: 0px 0 }
dl { margin-top: 0 }
dt { color: #a00; font-weight: bold }
dd { margin: 0 0 0px 0; color: #555 }
dl.options { margin: 0px 0px }
hr { height: 1px }

#main { padding: 0 }
#main h1 { padding: 15px 10px 15px 0 }
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
    background: url(images/bg.gif) repeat-x; text-align: center }
#backnav { color: #fff; font-size: x-small; position: absolute; left: 0px; text-decoration: none}
#backnav:hover { color: #fff }
#logo { background: url(images/jq.png); float: right; margin-top: 0px; margin-right: 0px; display: block; width: 10px; height: 31px }

#content { padding: 0px; }
#busy { position: absolute; top: 0px; right: 0px; border: 1px ridge #ccc; background-color: #e95555; color: #eee; padding: 3px; display:none }
#footer { padding-top: 20px; margin-top: 0px; border-top: 1px solid #ddd; color: #888 }

a.external {
    background-image: url(images/external.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 12px
}

div.step-one, div.step-two, div.step-three {
    background-repeat: no-repeat; background-position: center left; margin-top: 20px; 
    height:43px; vertical-align: left; padding: 0px 0 0 50px }
div.step-one { background-image: url(http://jquery.malsup.com/images/1.gif) }
div.step-two { background-image: url(http://jquery.malsup.com/images/2.gif) }
div.step-three { background-image: url(http://jquery.malsup.com/images/3.gif) }

img.logo { float: right; border:none; margin: 0px 0px 0 0 }


pre { margin-top: 5px }
pre { font-size: small; padding: 0px; background-color: #eee; border: 0px solid #ddd; border-left-width: 0px; overflow-x: auto; }
pre.normal { background-color: transparent; border: none; border-left-width: 0; overflow-x: auto; }
code { padding: 0; font-size: 108%; font-style: normal; }
code.method { font-size: 150%; display: block; margin-top: 20px }
code.inline { background-color: #ffc }

/* syntax highlighting with Chili */
.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }

.php .tag       { color: purple; }
.php .com       { color: green; }
.php .const1    { color: maroon; }
.php .const2    { color: maroon; }
.php .function  { color: #e17100; }
.php .global    { color: maroon; }
.php .keyword   { color: blue; }
.php .mlcom     { color: gray; }
.php .name      { color: maroon; }
.php .number    { color: #880; }
.php .string1   { color: teal; }
.php .string2   { color: teal; }
.php .value     { color: gray; }
.php .variable  { color: #e15c03; }

.css .mlcom  { color: #4040c2; }
.css .color  { color: black; }
.css .string { color: teal; }
.css .attrib { color: blue; }
.css .value  { color: navy; }
.css .number { color: #880; }
