/* CopyRight (c) 2013 John Robinson - http://www.storminthecastle.com */

body { 
color: #333;
font: 11px/18px Lucida Grande, Arial, sans-serif;
}

canvas { 
/*margin: 20px 0;*/
background: #ddd url(goo.png) center 50% no-repeat;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#container { 
width: 700px;
margin: 0 auto;
}

.container img {
  max-width: 100%;
  height: auto;
}

.header span
{
  font-size: 20px;
  font-weight: bolder;
  font-family: Lucida Grande, arial, sans-serif;
  margin-left: 15px;
  color: #222;
}

dt { 
	float: left;
	width: 250px;
	clear: both;
	font-weight: bold;
}

/*
p, ul, ol { 
	font-size: 12px;
	clear: both;
	line-height: 20px; 
	margin-bottom: 24px; 
}
*/

h1, h2, h3, h4, h5, h6 {
    font-family: Lucida Grande, arial, sans-serif;
    color: #222;
    margin: 15px 0;
}

h2 code { 
font-weight: normal;
font-size: 15px;
}

dd { 
float: right;
width: 350px;
margin-bottom: 16px;
}

hr { 
height: 2;
clear: both;
border: 0;
/*background-color: #eee;
margin: 15px 0 18px 0;*/
}

codeblock {
  background: #f4f4f4;
  border: 1px solid #ddd;
  color: #666;
  page-break-inside: avoid;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
  font-family: monospace;
  white-space: pre;
}

code { 
font-weight: 200;
font-family: Monaco, monospace;
color: #333;
}

img {
  padding-bottom: 10px;
}

dt:after { 
display: block;
float: right;
/*font-weight: normal;*/
border-radius: 5px;
/*background-color: #000;*/
color: white;
font-size: 9px;
/*font-weight: bold;*/
padding: 0 5px;
margin-right: -80px;
text-align: center;
width: 70px;
}

dt.object:after { 
content: 'Object';
background-color: #960039;
}

dt.rectangle:after { 
content: 'Rectangle';
background-color: #960039;
}
dt.image:after { 
content: 'Image';
background-color: #960039;
}
dt.image9:after { 
content: 'Image9';
background-color: #960039;
}
dt.text:after { 
content: 'Text';
background-color: #960039;
}
dt.scenecontainer:after { 
content: 'SceneContainer';
background-color: #960039;
}


dt.event:after { 
content: 'event';
background-color: #e30b5d;
}

dt.number:after { 
content: 'num';
background-color: #3380FF;
}

dt.string:after { 
content: 'String';
background-color: #48BD00;
}
dt.array:after { 
content: 'Array';
background-color: #48BD00;
}
dt.promise:after { 
content: 'Promise';
background-color: #48BD00;
}

dt.dom:after { 
content: 'DOM';
/*font-size: 8px;*/
background-color: #999;
}

dt.boolean:after { 
content: 'bool';
background-color: #536895;
}

dt.resource:after { 
content: 'Resource';
background-color: #53DDDD;
}

.hint {
display: block;
color: #666;
font-style: italic;
}

/*
dt.readonly { 
background: url(lock.gif) left center no-repeat;
padding-left: 30px;
margin-left: -30px;
}
*/

/*
footer { 
margin-top: 20px;
margin-bottom: 30px;
background-color: #eee;
width: 510px;
padding: 10px;
clear: both;
color: #444;	
}
*/

a:link {
color: #3380FF;
}

a:visited {
color: #48BD00;
}

a:hover {
color: #e30b5d;
}

a:active {
color: #536895;
}

/*
.clear { 
clear: both;
}
*/

/*
hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
} 
*/

pre { 
padding: 10px;
background-color: #333;
max-width: 600px;
font: 11px Monaco, monospace;
clear: both;
}


/*
ol, ul { 
padding-left: 25px;
}
*/

/* SPAN elements with the classes below are added by prettyprint. */
.str { color: #48BD00; }
.kwd { color: #e30b5d; }
.com { color: #aaa; }
.typ { color: #bbb; }
.lit { color: #0094D9; }
.pun, .opn, .clo { color: #777; }
.pln { color: #ddd; }
.tag { color: #666; }
.atn { color: #666; }
.atv { color: #888; }
.dec { color: #707; }
