body {
	font: 12px/18px Arial, sans-serif;
	margin: 30px;
}

a {
	color: #7c95bd;
	background: #0c0f22;
	text-decoration: none;
	padding: 2px 6px;
	font-weight: bold;
}

a:hover {
	background: none;
	color: #000;
}

.last {
	margin: 0 !important;
	padding: 0 !important;
}

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

#crumbs {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#crumbs em {
	padding: 0 10px;
	font-size: 9px;
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-size: 32px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
}

#content-left h3 {
	width: 630px;
}

#content-right h3 {
	width: 230px;
}

h3 {
	position: absolute;
	top: -14px;
	left: -1px;
	background: #eee;
	padding: 4px 10px;
	font-size: 15px;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	font-style: italic;
	line-height: 11px;
	margin-top: 5px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
	background: #eee;
	padding: 2px 10px;
}

#content {
	overflow: hidden;
}

#content-left {
	float: left;
	width: 650px;
}

#content-left p {
	padding: 10px;
}

#content-right {
	float: left;
	width: 250px;
	margin-left: 40px;
}

#content-right h4 {
	margin-bottom: 10px;
}

strong {
	font-size: 15px;
}

p em {
	background: #e4e28c;
}

li {
	list-style-type: none;
	margin: 5px 0;
}

li strong {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.block {
	border: 1px solid #eee;
	margin: 30px 0;
	padding: 20px 20px 10px 20px;
	position: relative;
}

#parameters {
	overflow: hidden;
	margin-top: 5px;
}

#parameters ul {
	float: left;
	margin-right: 20px;
	font-size: 11px;
}

#parameters li strong {
	display: block;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
}

#param1 {
	width: 80px;
	margin-left: 10px;
}

#param2 {
	width: 140px;
}

#param3 {
	width: 325px;
}

pre {
	padding: 10px 20px;
	background: #ddd;
	color: #000;
	font-size: 12px;
	margin: 10px 0;
}

.prop-block {
	margin: 15px 0;
}

#browsers {
	overflow: hidden;
}

#browsers li {
	float: left;
	margin: 10px;
}

#quicklinks a:hover {
	color: #000;
}

.download, .download:hover {
	background: #fff url(../images/plugin.png) no-repeat 0 50%;
	padding-left: 25px;
}

.github, .github:hover {
	background: #fff url(../images/gh.gif) no-repeat 0 50%;
	padding-left: 25px;
}

.yui, .yui:hover {
	background: #fff url(../images/yui.gif) no-repeat 0 50%;
	padding-left: 25px;
}

.jquery, .jquery:hover {
	background: #fff url(../images/jquery.gif) no-repeat 0 50%;
	padding-left: 25px;
}

.bugs, .bugs:hover {
	background: #fff url(../images/bug.png) no-repeat 0 50%;
	padding-left: 25px;
}

.fork, .fork:hover {
	background: #fff url(../images/lorry_flatbed.png) no-repeat 0 50%;
	padding-left: 25px;
}

.window, .window:hover {
	background: #fff url(../images/door_open.png) no-repeat 0 50%;
	padding-left: 25px;
}

.twitter, .twitter:hover {
	background: #fff url(../images/twitter_1.png) no-repeat 0 50%;
	padding-left: 25px;
}

.email, .email:hover {
	background: #fff url(../images/email.png) no-repeat 0 50%;
	padding-left: 25px;
}

.docs, .docs:hover {
	background: #fff url(../images/book.png) no-repeat 0 50%;
	padding-left: 25px;
}

#footer {
	margin: 20px 0;
	font-size: 10px;
}

strike {
	text-decoration: line-through;
}

.gist {
	margin-top: 5px;
}

.gist pre {
	font-size: 11px;
}

.gist-meta a {
	background: none !important;
	font: 11px Arial, sans-serif;
}

.gist-meta a:hover {
	text-decoration: underline;
}
