/*! nointerface.com */



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
	/*font-family: Input Sans Compressed;*/
	font-size: 20px;
}
.inputmonocompressedlight {
  font-family: "Input Mono Comp Lt";
  font-style: normal;
  font-weight: normal;
}

.inputmonocompressedmedium {
  font-family: "Input Mono Comp Md";
  font-style: normal;
  font-weight: normal;
}
.dark {
	background-color: #000;
	color: #868383;
	/*background-color: #002B36;
	color: #4F6E75;*/
}
h1 {
	font-weight: 600;
	font-size: 20px;
	color: #000000;
}
ul, li, ol {
}
ul li {
	list-style-type: none;
}
a {
	margin-left: -10px;
	padding: 10px;
	text-decoration: none;
	color: #F92654;
	line-height: 44px;
}
a:hover {
	background-color: #F92654;
	color: #fff;
}
a::before {
	content: '[';
	color: #868383;
}
a::after {
	content: ']';
	color: #868383;
}
a:hover::before, a:hover::after {
	color: #000;
}
a.blue {
	color: #2F5FFF;
}
a.blue:hover {
	background-color: #2F5FFF;
	color: #fff;
}
#nav {
	width: 100%;
	line-height: 44px;
}
#nav ul li {
	color: #839496;
}
#nav ul li em {
	font-style: normal;
	padding-right: 5px;
}
#nav ul li a {
	padding: 11px;
}
#nav a::before {
	content: '[';
	color: #4F6E75;
}
#nav a::after {
	content: ']';
	color: #4F6E75;
}

#nav a:hover::before, #nav a:hover::after {
	color: #000;
}
#nav a:hover::before, #nav a:hover::after {
	color: #000;
}
#nav a.current {
	background-color: #fff;
}
#nav a.current:hover {
	background-color: #F92654;
	color: #fff;
}
#subhead {	
	color: #868383;
	line-height: 10px;
}
#subhead strong{
	color: #000000;
	font-weight: 400;
	line-height: 23px;
}
#subhead ul li {
	list-style-type: none;
}
#signup1 {
	color: #868383;
}
#signup1 a {
	line-height: 28px;
}
#signup1 input[type=text] {
	border: 0;
	border-bottom: 2px dotted #868383;
}
#signup1 input[type=submit] {
	border: 0;
	background: none;
}
#reviews blockquote {
	margin-left: 0;
}
#reviews p {
	font-size: 15px;
	color: #868383;
}
#reviews blockquote {
	line-height: 26px;
}
#reviews blockquote::before {
	content: '>>';
}
#reviews p strong {
	color: black;
	font-weight: normal;
}
#dots {
/*	color: #839496;*/
	color: #002B36;
}
#soundcloud iframe {
	width: 90%;
	height: 450px;
}
#description {
	font-size: 15px;
/*	color: #868383;*/
}
#description strong {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
#toc ol {
	font-size: 15px;
}
#toc h1 {
	margin-top: 0;
	font-weight: 400;
	color: #000;
}
#toc h2 {
	margin: 0;
	padding-bottom: 30px;
	color: #868383;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
}
#toc h3 {
	margin: 0em 0;
	color: #868383;
	font-weight: 400;
}
#toc p {
	margin: 0 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*desktop*/
@media only screen and (min-width: 1260px) {
	
	h1 {
		margin-top: 80px;
	}
	ul, li, ol {
		margin: 0;
		padding: 0;
	}	
	#nav ul {
		padding-left: -10px;
	}
	#nav ul li {
		margin-right: 30px;
		float: left;
	}
	#subhead {
		padding-top: 170px;		
	}	
	#cover {
		margin-top:-250px;
		position: relative;
		left: 0px;
		top: 0px;
		z-index: -1;
	}
	#cover img {
		margin-left: -70px;
	}
	#signup1 {
		margin-top: -550px;
	}
	#signup1 input[type=text] {
		width: 100%;
	}	
	#reviews p {
		margin-bottom: 50px;
	}
	#dots {
		margin-top: 800px;
	}
	#details {
		position: relative;
		padding: 20px 0;
		width: 100%;
	}
	#dots2 {
		margin-top: 100px;
	}
	#toc {
		position: relative;
		top: 150px;
	}
	#toc img {
		margin-left: -65%;
	}
	#toc h1 {
		margin-top: 0;
	}
	#toc h1.pad {
		padding-top: 40px;
	}
	#toc #col2 {
		position: relative;
		top: -795px;
	}
	
}

/*tablet*/
@media only screen and (min-width: 825px) and (max-width: 1259px) {

	h1 {
		margin-top: 80px;
	}
	ul, li, ol {
		margin: 0;
		padding: 0;
	}
	#nav ul li {
		margin-right: 30px;
		float: left;
	}
	#nav em {
		display: none;		
	}	
	#subhead {
		padding-top: 170px;		
	}	
	#cover {
		position: relative;
		left: 0px;
		top: 160px;
		z-index: -1;
	}
	#cover img {
		margin-left: -70px;
	}
	#signup1 {
		width: 280px;
		position: relative;
		top: -280px;
		line-height: 20px;
	}
	#reviews {
		position: relative;
		top: 150px;
	}
	#dots {
		position: relative;
		top: 200px;
	}
	#details {
		position: relative;
		top: 190px;
		padding: 20px 0;
		width: 100%;
	}
	#soundcloud {
		position: relative;
	}
	#dots2 {
		position: relative;
		top: 190px;
	}
	#toc {
		position: relative;
		top: 255px;
	}
	#toc img {
		margin-left: -5%;
		width: 120%;
	}
	#toc h1 {
		max-width: 384px;
		margin-top: 20px;
	}
	#toc h2 {
		max-width: 384px;
	}
	#toc #col2 {
		position: relative;
		top: -35em;
	}
}



@media only screen and (max-width: 824px) {
	
/*	body {
		font-size: 26px;
	}*/
	h1 {
		margin-top: 80px;
	}
	#twitter {
		display: none;
	}
	#nav em, #nav li:nth-child(1), /*#nav li:nth-child(2), */
	#stores2 li:nth-of-type(4) {
		display: none;		
	}
	
	#nav ul {
		margin-top: 0;
		padding-left: 0;
		line-height: 20px;
	}
	#nav ul li {
		line-height: 65px;
	}
	#cover img {
		width: 90%;
		margin-left: -70px;
	}
	#subhead p {
		margin: -10px 0 0 0;
	}
	#subhead ul {
		padding-left: 0;
	}
	#subhead ul li {
		float: left;
	}
	#subhead ul li:nth-of-type(4) {
		display: none;
	}
	#subhead p:nth-of-type(2) {
		display: none;
	}
	#subhead strong {
		font-size: 15px;
		color: #868383;
	}
	#reviews {
		position: relative;
		top: 60px;
	}
	#reviews blockquote {
		margin: 50px 40px 0em 0px;
	}
	#reviews ul, li {
		margin: 0;
		padding: 0;
	}
	#dots {
		display: none;
		/*position: relative;
		top: 200px;*/
	}
	#details {
		position: relative;
		padding: 20px 0;
		top: 100px;
		width: 100%;
	}
	#soundcloud {
		position: relative;
	}

	#dots2 {
		display: none;
/*		position: relative;
		top: 126px;*/
	}
	#toc {
		position: relative;
		top: 1150px;	
	}
	#toc img {
		margin-left: -5%;
		width: 120%;
	}
	#toc h1 {
		max-width: 384px;
		margin-top: 20px;
	}
	#toc h2 {
		max-width: 384px;
	}
	
}

@media only screen and (max-width: 480px) {
	#subhead ul li:nth-of-type(3), #stores2 li:nth-of-type(3) {
		display: none;
	}
	#toc {
		position: relative;
		top: 1580px;	
	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}