/* basic
--------------------------------------------------*/

html {
	width: 100%;
	height: 100%;
}

body {
	background: #fff repeat-x top left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
    line-height:1.4286; /* 20px baseline */
	color: #074169;
	margin: 0;
	padding: 0;
	width: inherit;
	height: inherit;
}

div#bodywrap {
	width: inherit;
	height: inherit;
	margin: 0 auto 0 auto;
}

.topic_content {
	max-width:820px;
}

a {
	text-decoration: none;
	outline: none; /* disable mozilla's dotted box around link */
	font-weight:bold;
	color: #4285FF;
}
a:hover {
	text-decoration: none;
	color: #75A5FF;
}
input {
	outline: none; /* disable mozilla's dotted box around link */
}

i {
	font-style: normal;
	color: #747380;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

.clear {
	position: relative;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	background: transparent;
	font-size: 1px;
	line-height: 1px;
}

pre code {
	background: #302F39;
	color: #fff;
	font-family: Monaco, monospace;
	font-size: 12px;
	white-space: pre;
	display: block;
	padding: 10px;
	margin:15px 0;
	//border-left: 4px solid #666;
}

table {
	border-collapse: collapse;
}

p, ul, blockquote, pre, table {
	margin-top:15px;
	margin-bottom:15px;
}

/* search
--------------------------------------------------*/

#search {
	padding: 0 0 20px 0;
	margin: 0;
	position: relative;
	height:35px;
}
#search input[type=text] {
	border: 1px solid #ddd;
	padding: 5px 25px 5px 5px;
	background-color: #fff;
	width:200px;
	font-size: 13px;
	margin-right: 3px;
	-moz-border-radius:     5px; 
	-webkit-border-radius:  5px;
	-moz-box-shadow:    0px 0px 3px #ddd; 
	-webkit-box-shadow: 0px 0px 3px #ddd;
	position: absolute;
}
#search input[type=image] {
	position: absolute;
	left:210px;
	top:9px;
	z-index: 5;
	color: #555;
}
#search input[type=submit] {
	border: none;
	background-color: #eee;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	padding: 0px 10px 10px 10px;
	-moz-border-radius:     14px; 
	-webkit-border-radius:  14px; 
	-moz-box-shadow:    2px 2px 5px #ddd; 
	-webkit-box-shadow: 2px 2px 5px #ddd;
	background-image: url(/images/button-smooth.png);
	background-repeat: repeat-x;
	text-shadow: #fff 0px 0px 6px;
	font-weight: bold;
	color: #1E1A3B;
}

/* docsnav
--------------------------------------------------*/

#docsnav {
	margin: 0;
    padding: 2em 30px;
	border-right: 1px solid #ddd;
	margin-right: 2em;
	width: 235px;
	float: left;
}
#docsnav ul {
	margin:0;
	padding:0;
}
#docsnav li {
	list-style-type:none;
	margin:0 0 10px 0;
}
#docsnav ul li ul li {
	padding-left: 1.5em;
}
#docsnav a {
	font-size: 16px;
	font-weight: normal;
	color: #777;
}
#docsnav a:hover {
	color: #555;
}
#docsnav .current a {
	color:#222;
}
#docsnav h3 {
	color:#666;
	margin:0 0 10px 0;
	font-size:16px;
	line-height:1.25;
}

/* content
--------------------------------------------------*/

div#content {
	margin-left: 290px;
	padding:10px 40px 80px 40px;
}

div#content hr {
	border: 0;
	height: 3px;
	background: #E1E1E5;
	margin: 20px 0;
}

h1 {
	font-size:32px;
	line-height:1.25;  /* 40px baseline */
	margin:15px 0 0 0;
}
h2 {
	font-size:24px;
	line-height:1.30;  /* 30px baseline */
	padding-bottom:2px;
	border-bottom:2px solid #bbb;
	margin:20px 0 15px 0;
}
h3 {
	font-size:18px;
	line-height:1.111;
	margin:25px 0 15px 0;
}

#next_section {
	margin: 40px 0;
	text-align: right;
	font-size: 20px;
	color: #777;
}

#content .note {
	background:#eef;
	border:1px solid #dde;
	color:#223;
}

#content .note td.icon {
	background:url(/images/note.png) no-repeat;
	background-position:5px 3px;
	width:47px;
	height:47px;
	padding:5px;
}
#content .note td.content {
	padding-left: 8px;
}

/* toc
--------------------------------------------------*/

#toc li {
	list-style-type: none;
	margin-left:25px;
	padding-left:0;
}
#toc {
	margin-left:0px;
	padding-left:0;
}
