@charset "UTF-8";
/* CSS Document */

html {
	background-color: #CFCFCF;
    line-height: 1.4;
    font-size: 13px;
}

body {
	background-color: #FFF;
	box-shadow: 3px 3px 5px #888888;
	width: 100%;
	margin: 0 auto;
}
a.screen-reader-shortcut {
    position: absolute;
    left: 15px;
    top: -99px
}

a.screen-reader-shortcut:focus {
    z-index: 999;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
    font-weight: 800;
    top: 15px;
    padding: 15px 23px 14px;
    background-color: #666;
    color: #fff;
    box-shadow: 3px 3px 5px #888888;
}
main {
	min-height: 300px;
	padding: 0 20px 20px 20px;
}
header {
	border-bottom: 15px solid #fac100;
}
header a, 
header a:link,
header a:active, 
header a:visited, 
header a:focus, 
header a:hover {
	text-decoration: none;
	color: white;
	background-color: #fac100;
	display: block;
	color: #000;
	padding: 5px 20px;
	font-size: 1.5rem;
	letter-spacing: 7px;
	overflow: hidden;
}
header a .screen-reader-offscreen {
	display:block;
	height: 0;
	width: 0;
	overflow:hidden;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 65%;
	letter-spacing: normal;
}
header a:focus .screen-reader-offscreen {
	display:inline-block;
	white-space: nowrap;
	overflow:visible;
}
header div {
	color: #fff;
}
header .wordEmphasized {
	text-transform: uppercase;
}
header div .wordDeemphasized {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 70%;	
	color: #ccc;
}
header div {
	font-family: Garamond;
	font-weight: lighter;
	font-size: 2.5rem;
	padding: 20px;
	text-align: right;
	background: #000 url("../images/headerUrlBg.png") no-repeat -350px center;
}
h1, h2, h3, h4, h5 {
	font-family: Garamond;
	font-weight: lighter;
}
h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1rem; }
table, p, ul, ol {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
}
ul {
	border-top: 1px dotted #000;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	ul li {
		border-bottom: 1px dotted #000;
		margin: 0;
		padding: 0;
		font-size: 1.5rem
		}
		ul li a {
			padding: 10px;
			margin: 4px;
			display: block;
			border-radius: 10px;
			text-decoration: none;
			}
			ul li a span {
				font-size: 75%;
				display: block;
				}	
		ul li a:hover,
		ul li a:focus {
			background-color:#666;
			color: #fff;
			outline: 0;
			/*-webkit-box-shadow: inset 5px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
			box-shadow: inset 5px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
			}
			ul li a:hover span,
			ul li a:focus span {
				
				}
article.comic {
	width: 100%;
	min-height: 200px;
	margin-left:auto;
	margin-right:auto;
}
article.comic img {
	width: 100%;
}
article.comic div.comicTextAlternative {
	height: 0;
	width: 0;
	overflow: hidden;
}
article.comic div.comicSocialLinks { 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	border: 1px dotted #666;
	border-width: 1px 0;
	padding: .5rem 0;
	text-decoration: none;
}
article.comic div.comicSocialLinks a {
	line-height: 1rem;
	display: inline-block;
	text-decoration: none;
	margin: 0 1rem;
	padding: 10px;
	background-color: #000;
	border-radius: 10px;
	color: #fff;
	}
	article.comic div.comicSocialLinks a.comicSocialLinkTwitter {
		background-color: #1DA1F2;
		color: #000;
		}
	article.comic div.comicSocialLinks a.comicSocialLinkFacebook {
		background-color: #3B5998;
		}
article.comic div.comicSocialLinks a svg {
	height: 1rem;
	width: 1rem;	
	display: inline-block;
	vertical-align: middle;
	fill: #fff;
}
/*article.comic div.comicSocialLinks a svg.iconTwitter {
	fill: #1DA1F2;
}
article.comic div.comicSocialLinks a svg.iconFacebook {
	fill: #3B5998;
}*/
article.comic div.comicSocialLinks a span {

}
article.comic div.comicSocialLinks a span .screen-reader-offscreen {
	display:block;
	height: 0;
	width: 0;
	overflow:hidden;	
}
article.comic div.comicNavigation {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	padding: .5rem 0;
}
article.comic div.comicNavigation a,
article.comic div.comicNavigation span {
	line-height: 1rem;
	display: inline-block;
	text-decoration: none;
	margin: 0 1rem;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}
article.comic div.comicNavigation span {
	color: #666;
	border: 1px dashed #666;
}
footer {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 80%;
	padding: 20px;
	font-weight: 200;
	color: #666;
}

/* For Mobile Phones */

@media only screen and (max-device-width : 800px) {
/*	html {}
	body {
		width: 100%;
		margin: 0;
		}
header {
	font-size: 1rem;
	padding: 20px;

}
		article.comic {
			width: 100%;
			}
			article.comic img {
				width: 100%;
				}
article.comic div.comicSocialLinks { 
	font-size: 2rem;
}
article.comic div.comicSocialLinks a {
	line-height: 2rem;
}
article.comic div.comicSocialLinks a svg {
	height: 2rem;
	width: 2rem;	
}
body {
	width: 60%;
	min-width:600px;
	margin: 50px auto;
	}
*/
}
@media all and (min-width : 800px) {
	body {
		width: 60%;
		min-width:600px;
		margin: 50px auto;
		}
		header div {
			background-position: left center;
			}
		article.comic {
			width: 500px;
			min-height: 200px;
			margin-left:auto;
			margin-right:auto;
			}
}