@charset "UTF-8";

* {
	font-family: sans, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #707070;
	font-weight: normal;
}

img {
	border-width: 0px;
}

body {
	background: transparent url(../media/logo.png) top 25px no-repeat;
}

.subsection {
	padding: 15px;
}

#content a,
#footer a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover,
#footer a:hover {
	color: #448;
}

a[rel~="wiki"] {
	font-weight: normal !important;
	color: inherit !important;
}

a[rel~="wiki"]:hover {
	font-style: italic;
}

p {
	margin: 15px;
}

h3 {
	margin-top: 25px;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 10px;
}

#fork-ribbon {
	position: absolute;
	top: 0px;
	right: 0px;
}

#wrapper {
	width: 960px;
	margin: 15px 0 0 175px;
}

#header {
	padding: 25px 0;
	color: #555;
	text-decoration: none;
	font-weight: 100;
}

#header * {
	color: inherit;
	text-decoration: inherit;
	font-weight: inherit;
	font-size: 36px;
}

#center-wrapper:after { /* clear left */
	display: block;
	visibility: hidden;
	height: 0px;
	content: ".";
	clear: left;
}

#nav {
	list-style: none;
	float: left;
	width: 235px;
	padding-top: 25px;
}

#nav li a {
	display: block;
	font-size: 18px;
	color: #555;
	text-decoration: none;
	padding: 5px 10px 5px 5px;
	width: 185px;
	text-align: right;
}

#nav li a:hover {
	background-color: #dfdfdf;
	padding-right: 5px;
	border-right: 5px #448 solid;
}

#content {
	float: left;
	width: 710px;
}

#footer {
	padding: 15px 0 50px 0;
	border-top: 1px #ccc solid;
	margin: 50px 0 15px 0;
}

#footer div {
	float: left;
	font-size: 13px;
	color: #888;
}

#footer .left {
	width: 760px;
}

#footer .right {
	width: 200px;
}

#footer #socials {
	list-style: none;
}

#footer #socials li {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

#footer #socials:after {
	display: block;
	visibility: hidden;
	height: 0px;
	content: ".";
	clear: left;
}

#footer #socials-license {
	margin-top: 5px;
}

#footer #socials-license a {
	position: relative;
	top: 3px;
}

#footer #socials-license img {
	border-width: 0;
}

#footer:after { /* clear left */
	display: block;
	visibility: hidden;
	height: 0px;
	content: ".";
	clear: left;
}

#projects {
	list-style: none;
}

#projects li.project {
	display: block;
	padding: 15px 25px;
}

#projects li.project .description {
	font-size: 12px;
}

#projects li.project .links {
	list-style: none;
}

#projects li.project .links li {
	float: left;
	margin-right: 10px;
	font-size: 12px;
}

#projects li.project .links:after { /* clear left */
	display: block;
	visibility: hidden;
	height: 0px;
	content: ".";
	clear: left;
}

p.method {
	font-size: 12px;
	margin: 15px 35px;
}

code {
	font-family: monospace;
}

.options {
	padding: 0 25px;
}

.options dt {
	font-size: 15px;
	color: #444;
	margin-left: -10px;
}

.options.small-opts dt {
	font-size: 13px;
}

.options dt span {
	font-size: 12px;
	margin-left: 10px;
}

.options dd {
	color: #666;
	font-size: 13px;
	margin: 0 15px 15px 0;
}

.options.small-opts dd {
	margin-bottom: 5px;
}

.options dd span {
	color: #666;
	display: block;
	font-style: italic;
}




















