
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
	display: block;
}
ol,ul
{
	list-style: none;
}
blockquote,q
{
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
body
{
	background: #212121;
	box-sizing: border-box;
	color: #373737;
	font-family: 'Myriad Pro',Calibri,Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6
{
	color: #222;
	font-family: 'Lucida Grande','Calibri',Helvetica,Arial,sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 10px 0;
}
h1
{
	font-size: 36px;
	font-weight: 700;
}
h2
{
	background: url(../images/bg_hr.png) repeat-x bottom;
	font-size: 32px;
	padding-bottom: 10px;
}
h3
{
	font-size: 24px;
}
h4
{
	font-size: 21px;
}
h5
{
	font-size: 18px;
}
h6
{
	font-size: 16px;
}
p
{
	margin: 10px 0 15px 0;
}
footer p
{
	color: #f2f2f2;
}
a
{
	color: #007edf;
	moz-transition: color .5s ease;
	moz-transition: text-shadow .5s ease;
	ms-transition: color .5s ease;
	ms-transition: text-shadow .5s ease;
	o-transition: color .5s ease;
	o-transition: text-shadow .5s ease;
	text-decoration: none;
	text-shadow: none;
	transition: color .5s ease;
	transition: text-shadow .5s ease;
	webkit-transition: color .5s ease;
	webkit-transition: text-shadow .5s ease;
}
#main_content a:hover
{
	color: #0069ba;
	text-shadow: #0090ff 0px 0px 2px;
}
footer a:hover
{
	color: #43adff;
	text-shadow: #0090ff 0px 0px 2px;
}
em
{
	font-style: italic;
}
strong
{
	font-weight: bold;
}
img
{
	border: 1px solid #ebebeb;
	box-shadow: 0 0 5px #ebebeb;
	margin: 0 auto;
	margin: 10px 0 10px 0;
	max-width: 739px;
	moz-box-shadow: 0 0 5px #ebebeb;
	ms-box-shadow: 0 0 5px #ebebeb;
	o-box-shadow: 0 0 5px #ebebeb;
	padding: 5px;
	position: relative;
	webkit-box-shadow: 0 0 5px #ebebeb;
}
pre,code
{
	background-color: #fff;
	border-radius: 2px;
	color: #222;
	font-family: Monaco,"Bitstream Vera Sans Mono","Lucida Console",Terminal,monospace;
	font-size: 14px;
	moz-border-radius: 2px;
	webkit-border-radius: 2px;
	width: 100%;
}
pre
{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	overflow: auto;
	padding: 10px;
	width: 100%;
}
code
{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin: 0 3px;
	padding: 3px;
}
pre code
{
	box-shadow: none;
	display: block;
}
blockquote
{
	border-left: 3px solid #bbb;
	color: #666;
	margin-bottom: 20px;
	padding: 0 0 0 20px;
}
ul,ol,dl
{
	margin-bottom: 15px;
}
ul li
{
	list-style: inside;
	
}
ol li
{
	list-style: decimal inside;
	padding-left: 20px;
}
dl dt
{
	font-weight: bold;
}
dl dd
{
	font-style: italic;
	padding-left: 20px;
}
dl p
{
	font-style: italic;
	padding-left: 20px;
}
hr
{
	background: url(../images/bg_hr.png) repeat-x center;
	border: none;
	height: 1px;
	margin-bottom: 5px;
}
table
{
	border: 1px solid #373737;
	margin-bottom: 20px;
	text-align: left;
}
th
{
	background: #373737;
	color: #fff;
	font-family: 'Lucida Grande','Helvetica Neue',Helvetica,Arial,sans-serif;
	padding: 10px;
}
td
{
	border: 1px solid #373737;
	padding: 10px;
}
form
{
	background: #fff;
	
}
img
{
	max-width: 100%;
	width: 100%;
}
.outer
{
	width: 100%;
}
.inner
{
	margin: 0 auto;
	max-width: 768px;
	padding: 20px 10px;
	position: relative;
}
#forkme_banner
{
	background: url(../images/blacktocat.png) #0090ff no-repeat 95% 50%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	color: #fff;
	display: block;
	font-weight: 700;
	padding: 10px 50px 10px 10px;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 10;
}
#header_wrap
{
	background: #212121;
	background: linear-gradient(top,#373737,#212121);
	background: -moz-linear-gradient(top,#373737,#212121);
	background: -ms-linear-gradient(top,#373737,#212121);
	background: -o-linear-gradient(top,#373737,#212121);
	background: -webkit-linear-gradient(top,#373737,#212121);
}
#header_wrap .inner
{
	padding: 50px 10px 30px 10px;
}
#project_title
{
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	margin: 0;
	text-shadow: #111 0px 0px 10px;
}
#project_tagline
{
	background: none;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	text-shadow: #111 0px 0px 10px;
}
#downloads
{
	background: url(../images/icon_download.png) no-repeat 0% 90%;
	bottom: -40px;
	height: 70px;
	position: absolute;
	right: 0;
	width: 210px;
	z-index: 10;
}
.zip_download_link
{
	background: url(../images/sprite_download.png) no-repeat bottom left;
	display: block;
	float: right;
	height: 70px;
	overflow: hidden;
	text-indent: -5000px;
	width: 90px;
}
.tar_download_link
{
	background: url(../images/sprite_download.png) no-repeat bottom right;
	display: block;
	float: right;
	height: 70px;
	margin-left: 10px;
	overflow: hidden;
	text-indent: -5000px;
	width: 90px;
}
.zip_download_link:hover
{
	background: url(../images/sprite_download.png) no-repeat top left;
}
.tar_download_link:hover
{
	background: url(../images/sprite_download.png) no-repeat top right;
}
#main_content_wrap
{
	background: #f2f2f2;
	border-bottom: 1px solid #111;
	border-top: 1px solid #111;
}
#main_content
{
	padding-top: 40px;
}
#footer_wrap
{
	background: #212121;
}
@media screen and (max-width:480px)
{
	body
	{
		font-size: 14px;
	}
	#downloads
	{
		display: none;
	}
	.inner
	{
		max-width: 480px;
		min-width: 320px;
	}
	#project_title
	{
		font-size: 32px;
	}
	h1
	{
		font-size: 28px;
	}
	h2
	{
		font-size: 24px;
	}
	h3
	{
		font-size: 21px;
	}
	h4
	{
		font-size: 18px;
	}
	h5
	{
		font-size: 14px;
	}
	h6
	{
		font-size: 12px;
	}
	code,pre
	{
		font-size: 11px;
		max-width: 480px;
		min-width: 320px;
	}
}
.arg-sep
{
	opacity: .8;
}