.site {
	position: relative;
	background-color: #fff;
}

/*------------------------------------*\
    $SIDE NAV
\*------------------------------------*/

.side-nav {
	position: fixed;
	top: 0;
	right: -300px;
	bottom: 0;
	width: 300px;
	background-color: #333;
	padding: 1.125em 0;
}

.nav-heading {
	color: #fff;
	font-size: 1em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	padding: 0 3em;
	position: relative;
	font-weight: bold;
}

.nav-heading:after {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 25%;
	height: 1px;
	background-color: #888;
}

.nav-vertical a {
	color: #f9f9f9;
	display: block;
	padding: 0.5em 3em;
	font-weight: normal;
}

.nav-vertical a:hover {
	color: #fff;
	background-color: #444;
	text-decoration: none;
}

.nav-vertical .current-nav-item a {
	color: #fff;
	background-color: #888;
}

/*------------------------------------*\
    $TOP NAV
\*------------------------------------*/

.top-nav {
	width: 100%;
	padding: 1.125em;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,0.25);
	position: relative;
	border-bottom: 1px solid #fff;
}

.site-heading {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.site-heading a { 
	font-weight: normal; 
	color: #fff;
}

.site-heading a:hover { text-decoration: none; }

.style-guide-nav {
	position: absolute;
	top: 50%;
	right: 1.125em;
	width: 24px;
	height: 18px;
	border-top: 8px double #fff;
	border-bottom: 8px double #fff;
	margin-top: -8px;
}

/*------------------------------------*\
    $ARCHIVE
\*------------------------------------*/

.archive-style-guide, .single-style-guide { padding: 3em 0; }

.style-guide-heading {
	position: relative;
	margin-bottom: 2em;
}

.style-guide-heading:after {
	content: '';
	display: block;
	width: 20%;
	height: 1px;
	margin: 0 auto;
	background-color: #ddd;
}

.style-guide-content-heading {
	margin-bottom: 1em;
	text-align: center;
}

.style-guide-content {
	width: 62%;
	margin: 0 auto;
}

.style-guide-item { margin-bottom: 2em; }

.style-guide-label {
	text-transform: uppercase;
	font-size: 0.875em;
}

.style-guide-label span {
	background-color: #111;
	color: #fff;
	padding: 0.313em 0.5em;
}

.style-guide-content .content {
	float: none !important;
	width: 100% !important; 
}

/*------------------------------------*\
    $LIST OF CONTENTS
\*------------------------------------*/

.list-contents a {
	position: relative;
	display: block;
	padding: 1em 1em 1em 3em;
	font-size: 1.125em;
	line-height: 24px;
	font-weight: normal;
	color: #333;
}

.list-contents a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #eee;
}

.list-contents .is-number {
	position: absolute;
	top: 50%;
	left: 1em;
	margin-top: -12px;
	display: block;
	width: 24px;
	height: 24px;
	background-color: #333;
	text-align: center;
	font-size:  0.875em;
	line-height: 24px;
	color: #fff;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}

.sprite {
	width: 600px;
	height: 800px;
}





