body
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #888;
	margin: 0;
	background: url(../images/bg.png);
	font-size: 13px;
	min-width: 1000px;
}
img
{
    border: none;
}
a
{
    color: #00A6FF;
    text-decoration:none;
}
a:hover
{
    color: #006666;
}
.clear
{
    clear:both;
}
header.header
{
    background:#282f34;
    width:100%;
    text-align:center;
    vertical-align:middle;
    height:50px;
    margin:0 auto;
}
header.header a
{
    float:left;
    margin-top:13px;
    margin-left:30px;
    text-decoration:none;
    color:#fff;
}

nav
{
    float:left;
    width:280px;
    padding-left:30px;
}
nav ul {
	padding-left: 0;
	*margin-left:0;
}
nav > ul {
	padding-left: 0;
	margin: 50px 0 0 0;
}
nav ul li {
	list-style-type: none;
	margin-top:5px;
	margin-bottom:5px;
}
nav > ul > li
{
    margin-bottom: 13px;
}

nav > ul > li > a > span{
	padding-left: 12px;
	padding-top: 0;
	padding-bottom: 0;
}

nav ul li.highlight > a
{
	background: #7b7f82;
	background: rgba(41,47,53,.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	width: 220px;
	 color: #fff;
    text-shadow: 0 1px 0 rgba(41,47,53,.6);
	cursor: default;
	display:block;
    vertical-align:middle;
}

nav > ul > li.selected > a
{
    color:#000;
}

nav ul li.highlight > a:hover
{
    color: #fff;
}

nav ul li a{
	font-size: 13px;
	color: #888;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	display:block;
}

nav ul li a:hover {
	color: #000;
}
nav > ul > li > ul > li > a {
    margin-left:15px;
    padding-left:25px;
}

#main {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(127,127,127,0.3);
	-moz-box-shadow: 0 1px 1px rgba(127,127,127,.3);
	box-shadow: 0 1px 1px rgba(127,127,127,0.3);
	margin-top: 40px;
	margin-right: 40px;
	margin-left: 310px;
	margin-bottom:40px;
	padding-top: 30px;
	padding-left: 50px;
	padding-bottom: 50px;
	padding-right:30px;
	min-height: 500px;
}
.ancestors { color: #999; }
.ancestors a
{
    color: #999 !important;
    text-decoration: none;
}

.clear
{
    clear: both;
}

.important
{
    font-weight: bold;
    color: #950B02;
}

.yes-def {
    text-indent: -1000px;
}

.type-signature {
    color: #aaa;
}

.name, .signature {
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
}

.details { margin-top: 14px; border-left: 2px solid #DDD; }
.details dt { width: 120px; float: left; padding-left: 10px;  padding-top: 6px; }
.details dd { margin-left: 70px; }
.details ul { margin: 0; }
.details ul { list-style-type: none; }
.details li { margin-left: 30px; padding-top: 6px; }
.details pre.prettyprint { margin: 0 }
.details .object-value { padding-top: 0; }

.description {
    margin-bottom: 1em;
    margin-top: 1em;
}

.code-caption
{
    font-style: italic;
    font-size: 107%;
    margin: 0;
}

.prettyprint
{
    border: 1px solid #ddd;
    width: 80%;
    overflow: auto;
}

.prettyprint.source {
    width: inherit;
}

.prettyprint code
{
    font-size: 100%;
    line-height: 18px;
    display: block;
    padding: 4px 12px;
    margin: 0;
    background-color: #fff;
    color: #4D4E53;
}

.prettyprint code span.line
{
  display: inline-block;
}

.prettyprint.linenums
{
  padding-left: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.prettyprint.linenums ol
{
  padding-left: 0;
}

.prettyprint.linenums li
{
  border-left: 3px #ddd solid;
}

.prettyprint.linenums li.selected,
.prettyprint.linenums li.selected *
{
  background-color: lightyellow;
}

.prettyprint.linenums li *
{
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.params, .props
{
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
}

.params .name, .props .name, .name code {
    color: #4D4E53;
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    font-size: 100%;
}

.params td, .params th, .props td, .props th
{
    border: 1px solid #ddd;
    margin: 0px;
    text-align: left;
    vertical-align: top;
    padding: 4px 6px;
    display: table-cell;
}

.params thead tr, .props thead tr
{
    background-color: #ddd;
    font-weight: bold;
}

.params .params thead tr, .props .props thead tr
{
    background-color: #fff;
    font-weight: bold;
}

.params th, .props th { border-right: 1px solid #aaa; }
.params thead .last, .props thead .last { border-right: 1px solid #ddd; }

.params td.description > p:first-child,
.props td.description > p:first-child
{
    margin-top: 0;
    padding-top: 0;
}

.params td.description > p:last-child,
.props td.description > p:last-child
{
    margin-bottom: 0;
    padding-bottom: 0;
}

.disabled {
    color: #454545;
}

#main h1, #main h2, #main h3, #main h4 {
    font-weight: 200;
    margin: 0;
}

#main h1
{
    font-family: 'Open Sans Light', sans-serif;
    font-size: 48px;
    letter-spacing: -2px;
    margin: 12px 24px 12px 0px;
}

#main h2, #main h3
{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 12px;
}

#main h4
{
    font-size: 18px;
    letter-spacing: -0.33px;
    margin-bottom: 12px;
    color: #4d4e53;
}

#main h5, .container-overview .subsection-title
{
    font-size: 120%;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin: 8px 0 3px 0;
}

#main h6
{
    font-size: 100%;
    letter-spacing: -0.01em;
    margin: 6px 0 3px 0;
    font-style: italic;
}

#main header
{
    display: block;
    padding: 0px 4px;
}