
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}


.sr-only {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

img {
	max-width: 100%;
}

body {
	background: #fff;
	font-family: 'Helvetica','Verdana',sans-serif
}

a {
	color: #900;
}

h1 {
	text-align: center;
	margin: .6em 0;
	font-size: 1.3em;
	text-transform: uppercase;
	font-family: "Fontdiner Swanky";
}

h1 a {
	text-decoration: none;
	color: #000;
}

h2 {
	font-weight: bold;
}

p {
	margin-bottom: .7em;
}

.blurb {
	font-size: .8em;
	color: #eee;
	text-align: center;
	background-color: #000;
	padding: .8em 0;
	border-top: 2px solid #900;
	border-bottom: 2px solid #900;
	line-height: 1.5em;
}



#comic img,
#issue_page img {
	width: 100%;
	margin-bottom: 1.5em;
}

nav#lowernav ul {
	list-style: none;
	text-align: center;
	margin-bottom: 2em;
}

nav#lowernav ul li {
	display: inline-block;
	width: 20%;
	margin: 0 1%;
}

#calendar table {
	margin: auto;
}

#calendar {
	margin-bottom: 2em;
}

li.cover {
	width:90%;
	max-width: 700px;
	margin: 1em auto 3em;
}

footer {
	display: block;
	margin-top: 2em 0;
	padding: 2em 0;
	border-top: 2px solid #000;
	text-align: center;
	color: #fff;
	background-color: #000;
}

.h3 {
	font-size: 1.1em;
	margin-bottom: .7em;

}

.h3.preview {
	text-align: center;
}

table, tr, td { 
	padding: .25em; 
}

a.read-link {
	display: block;
	margin: .8em 0;
}
.shop_link {
	text-align: center;
	margin: 1em 0;
}


@media screen and (min-width: 600px) {

	#main {
		margin: auto;
		max-width: 750px;
	}

	#comic {
		width: 70%;
		float: left;
	}

	#issue_page {
		max-width: 550px;
		margin: 1.5em auto;
	}

	#calendar {
		width:23%;
		float: right;
	}

	li.cover {
		float: left;
		width: 45%;
		padding-right: 4%;
		height: 525px;
	}

	header h1 {
		font-size: 2em;
	}

}
