@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);

* {
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border-collapse: collapse;
}

html {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
	background-color: #444450;
	color: rgba(255, 255, 255, 0.7);
}

h1, h2, h3, h4 {
    font-family: 'Ubuntu', sans-serif;
	margin-top: 1em;
}

h1 {
	font-size: 150%;
    font-weight: bold;
}

h2 {
	font-size: 125%;
    font-weight: bold;
}

h3 {
	font-size: inherit;
    font-weight: bold;
}

h4 {
	font-size: inherit;
	font-weight: inherit;
}

#top {
	background-color: #36a0bd;
	color: #fff;
	clear: both;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

nav {
    font-family: 'Ubuntu', sans-serif;
	overflow: auto;
}

#middle {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	background-color: #f5f4e6;
	color: #222;
	clear: both;
}

#page-title {
    max-width: 728px;
    margin: 0 auto;
	padding: 0.5em 20px 0 20px;
    font-family: 'Ubuntu', sans-serif;
	font-size: 200%;
	font-weight: bold;
}

#main {
    max-width: 728px;
    margin: 0 auto;
	padding: 1em 20px;
}

#main>*:first-child {
	margin-top: 0;
}

#main>p {
	text-align: justify;
	margin: 0.7em 0;
}

#main div.highlight {
	margin: 0.7em 0;
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow-x: scroll;
}

#main pre {
	margin: 0.7em 1em;
}

#main pre>code {
	font-size: 85%;
}

#main a {
	color: #d23511;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

#main>ul, #main>ol {
	margin: 0.7em 0 0.7em 1.5em;
}

#site-nav {
    max-width: 728px;
    margin: 0 auto;
	padding: 0 20px;
}

#site-nav>ul {
	list-style-type: none;
	overflow: auto;
	float: right;
}

#site-nav>ul>li {
	display: inline-block;
	float: left;
}

#site-nav>ul>li>a {
	display: block;
	padding: 2.2em 0.6em 0.5em 0.6em;
	text-decoration: none;
	color: inherit;
	border-left: 1px solid rgba(0, 0, 0, 0);
	border-right: 1px solid rgba(0, 0, 0, 0);
}

#site-nav>ul>li>a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.1);
}

#site-nav>ul>li>a.current, #site-nav>ul>li>a.current:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.3);
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	border-right: 1px solid rgba(0, 0, 0, 0.3);
}

#site-name {
	display: block;
	float: left;
	color: inherit;
	text-decoration: inherit;
	overflow: auto;
}

#site-name>img {
	float: left;
	display: block;
}

#site-name>h1 {
	margin: 0 0.5em;
	padding: 0.4em 0;
	font-size: 190%;
    font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	display: block;
	float: left;
}

#bottom {
	max-width: 728px;
	margin: 0 auto;
	padding: 0.7em 20px 1.5em 20px;
	font-size: 75%;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
	text-align: center;
}

#bottom>a {
	text-decoration: none;
	color: #fff;
}

#bottom>a:hover {
	text-decoration: underline;
}

li>code, p>code {
	font-size: 90%;
	padding: 0 0.2em;
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.1);
}