/*--
TITLE:	GUMSHOE COMICS stylesheet
AUTHOR:	Stewart Stanley i@design-i.co http://design-i.co http://gumshoe.co
--*/

/*--

CSS reset a la ERIC MEYER http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
--*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/*--HTML5 display-role reset for older browsers--*/

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--END CSS RESET--*/



/*--@font-face styles------------------------------------------------*/



@font-face {
    font-family: 'KomikaTextKapsBold';
    src: url('/fonts/KOMTXTKB-webfont.eot');
    src: url('/fonts/KOMTXTKB-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/KOMTXTKB-webfont.woff') format('woff'),
         url('/fonts/KOMTXTKB-webfont.ttf') format('truetype'),
         url('/fonts/KOMTXTKB-webfont.svg#KomikaTextKapsBold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'KomikaTitleAxisRegular';
    src: url('/fonts/KomikaTitle-Axis-webfont.eot');
    src: url('/fonts/KomikaTitle-Axis-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/KomikaTitle-Axis-webfont.woff') format('woff'),
         url('/fonts/KomikaTitle-Axis-webfont.ttf') format('truetype'),
         url('/fonts/KomikaTitle-Axis-webfont.svg#KomikaTitleAxisRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}





/*-----END @font-face styles---------------------------------------------*/







/*-----MOBILE FIRST DEFAULT STYLE (for SMALL SCREEN)----------------------------------*/


.bigscreen { display: none!important; }



body	{

	font-family: 'KomikaTextKapsBold';
	background: #ccc;
	color: #000;
	text-align: center;
	}



#intro	{

	font-family: 'KomikaTextKapsBold';
	font-size: 1.5em;
	background: #ffcc00;
	border: 8px solid #000;
	padding: 0.25em 1em;

}


.gc	{

	font-family: 'KomikaTitleAxisRegular';
	font-size: 0.8em;
}




/*--SITE-WIDE-STYLES---------------------------------------*/





*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;
	}





sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}






/*--END-SITE-WIDE-STYLES---------------------------------------*/


/*--LINKS----------------------------------------------------*/




a:link, a:visited {
		text-decoration: none;
		color: #;
		}
	
a:hover, a:active, a:focus {
		text-decoration: none;
		color: #;
		}


/*--END-LINKS-------------------------------------------------------*/







/*--IMAGES----------------------------------------------------------*/

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


a img 	{border:none;}



/*--END-IMAGES------------------------------------------------------*/







/*--HEADINGS--------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'KomikaTitleAxisRegular';



	}

h1 {
	font-size: 5em;
	margin: 1em;
	color: #000;
	text-shadow: 0.1em 0.05em #ff0;
}

h2 {
	font-size: 1.8em;
	margin: 1em;
}

h3 {
	font-size: 1.6em;
	margin: 1em;
}

h4 {
	font-size: 1.4em;
	margin: 1em;
}

h5 {
	font-size: 1.2em;
	margin: 1em;
}

h6 {
	font-size: 1em;
	margin: 1em;
}











/*--END-HEADINGS----------------------------------------------------*/












/*--NAVIGATION------------------------------------------------------*/



/*--END-NAVIGATION------------------------------------------------------*/








/*--MEDIA-QUERIES--(will almost certainly make it all OK)---------------*/






/*--401px---------------------------------------------------------------*/



@media (min-width: 401px) {


	}





/*--501px---------------------------------------------------------------*/



@media (min-width: 501px) {


#intro { font-size: 1.8em; }

.gc { font-size: 0.8em; }


	}






/*--601px--------------------------------------------------------------*/


@media (min-width: 601px) {

.smallscreen { display: none!important; }

.bigscreen { display: block!important; }





#intro	{

	margin: 1em;
	-moz-box-shadow: 4px 4px 4px #232323;
	-webkit-box-shadow: 4px 4px 4px #232323;
	box-shadow: 4px 4px 4px #232323;
	-webkit-transform: skew(-11deg);
	-moz-transform: skew(-11deg);
	transform: skew(-11deg);
	font-size: 2em;
	text-align: left;
	max-width: 520px;

}



.gc { font-size: 1em; }



/*--701px---------------------------------------------------------------*/



@media (min-width: 701px) {




	}




/*--801px---------------------------------------------------------------*/



@media (min-width: 801px) {



	}




/*--1001px---------------------------------------------------------------*/



@media (min-width: 1001px) {




	}




/*--1201px---------------------------------------------------------------*/



@media (min-width: 1201px) {




	}



/*--1301px---------------------------------------------------------------*/


@media (min-width: 1301px) {



}





/*--1401px---------------------------------------------------------------*/


@media (min-width: 1401px) {



}






/*--1601px---------------------------------------------------------------*/



@media (min-width: 1601px) {





	}



/*--1801px---------------------------------------------------------------*/



@media (min-width: 1801px) {



	}





/*--END-MEDIA-QUERIES------------------------------------------------------*/








/*--Stylesheet hand-made by Stewart Stanley  http://design-i.co   i@design-i.co




                                                                                                              _____
                                                                                                             /     \
                                                                                                            |       \
                                                                                                            \       |
                                                                                                             \_____/

     ____     ______   ______   __   ______   ___  __   ______   ____        ____   __    __     __________________
    / __ \   / ____/  / ____/  / /  / ____/  /  | / /  / ____/  / __ \      / __ \  \ \  / /    /                 /
   / / / /  / /___   / /___   / /  / / __   /   |/ /  / /___   / / / /     / /_/ /   \ \/ /    /                 /
  / / / /  / ____/  /___  /  / /  / / / /  / /|   /  / ____/  / / / /     / __  /     \  /    /__________       /
 / /_/ /  / /___   ____/ /  / /  / /_/ /  / / |  /  / /___   / /_/ /     / /_/ /      / /               /      /
/_____/  /_____/  /_____/  /_/  /_____/  /_/  |_/  /_____/  /_____/     /_____/      /_/               /      /
                                                                                                      /      /
                                                                                                     /      /
                                                                                                    /      /
                                                                                                   /      /
                                                                                                  /      /
                                                                                                 /      /
                                                                                                /______/



*/


