/** http://darcyclarke.me/dev/repojs/style.css **/
	body
{	background: #fbfafa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #555; }
	
	a
{	color: #1a88c7;
	font-weight: bold; }

	ol li
{	line-height: 24px; }

	#container
{	position: relative;
	background: #fff;
	border: 1px solid #dddddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 600px;
	margin: 20px auto;
	padding: 20px;
	-moz-box-shadow: 0 0 5px #d8d8d8;
	-webkit-box-shadow: 0 0 5px #d8d8d8;
	box-shadow: 0 0 5px #d8d8d8; }
	
	#container h1
{	font-size: 48px;
	letter-spacing: -4px;
	color: #666;
	margin: 0 0 20px 0; }

	#container h2
{	color: #999;
	margin: 20px 0 20px; }
	
	#container h1 a
{	font-size: 16px;
	letter-spacing: 0;
	text-transform: lowercase; }

	#container hr 
{	border: none;
	background: #efefef;
	height: 1px;
	width: 100%;
	display: block;
	margin: 0 0 10px; }

	#container #xb 
{	position: absolute;
	border: 8px solid #fff;
	width: 320px;
	right: -350px;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.25);
	box-shadow: 0 0 15px rgba(0,0,0,0.25); }

	#container p
{	line-height: 26px;
	margin-bottom: 20px;
	position: relative; }

	#container p code
{	background: #f9f9f9;
	border: 1px solid #ececec;
	padding: 1px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; }

	#container pre
{	border: 1px solid #ccc;
	font-size: 14px; }

	#container pre a 
{	color: #666; }

	#container .repo pre 
{	font-size: 13px; }

	#container p.demo
{	background: #f9f9f9;
	border: 1px solid #ececec;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; }

	#container .repo 
{	margin-bottom: 30px; }

	#container .github 
{   display: block;
    padding: 20px;
    margin: 10px 1px 20px; 
    text-shadow: 0 1px 0 #fff;
    border: 1px solid rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 1px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 1px rgba(0,0,0,0.5);
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
    zoom: 1; }

    #container .github:before, 
    #container .github:after { 
        content: ""; 
        display: table; 
    }

    #container .github:after { 
        clear: both; 
    }

    #container .github 
{   min-height: 100px;
    background: #fefefe url(http://darcyclarke.me/wp-content/themes/blanche_2012/resources/i/github.png) no-repeat 100% 0; } 

        #container .github .inner 
    {   display: block;
        float: left; }

        #container .github .callout
    {   display: block;
        float: left;
        color: #818181;
        font-weight: normal;
        font-size: 26px;
        line-height: 28px;
        letter-spacing: -1px;
        margin: 5px 0 0 0; }

        #container .github .link
    {   color: #333;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 0;
        padding: 2px 6px 3px;
        margin: 15px 0 0 0;
        text-decoration: none;
        background-image: -webkit-linear-gradient(top,  #fff 0%,  #e5e5e5 100%);
        background-image: -moz-linear-gradient(top,  #fff 0%,  #e5e5e5 100%);
        background-image: -ms-linear-gradient(top,  #fff 0%,  #e5e5e5 100%);
        background-image: -o-linear-gradient(top,  #fff 0%,  #e5e5e5 100%);
        background-image: linear-gradient(top,  #fff 0%,  #e5e5e5 100%);
        border: 1px solid #ccc;
        border-radius: 3px;
        display: block;
        float: left;
        clear: left; }

            #container .github .link:hover
        {   text-decoration: none;
            background-image: -webkit-linear-gradient(top,  #e5e5e5 0%,  #cacaca 100%);
            background-image: -moz-linear-gradient(top,  #e5e5e5 0%,  #cacaca 100%);
            background-image: -ms-linear-gradient(top,  #e5e5e5 0%,  #cacaca 100%);
            background-image: -o-linear-gradient(top,  #e5e5e5 0%,  #cacaca 100%);
            background-image: linear-gradient(top,  #e5e5e5 0%,  #cacaca 100%);
            border: 1px solid #969696; }

            #container .github .link:after 
        {   content: ' â†’';
            margin: 0 0 0 3px;
            font-size: 13px; }

    #container .share 
{	position: absolute;
	right: -70px;
	top: 0; }
	
	#container .share li 
{	list-style: none;
	margin: 0;
	padding: 0;
	display: block; }

	#container strong 
{	color: #000; }

	#container strong span
{	font-weight: normal;
	color: #666; }

	#container .copyright 
{	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	background: #f7f7f7;
	text-shadow: 0 1px 0 #fff;
	padding: 20px 40px; }

	#container .copyright strong 
{	font-size: 16px; }
