
/* $reset
--------------------------------------------- */
body {
  	background:url(../img/wallpaper.gif) repeat;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 100%;
	color: #414042;
	padding-top: 1px;
    margin-top: -1px;
    padding-bottom: 1px;
    margin-bottom: -1px;
}

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

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


/* Landing */

a {text-decoration:none}

.home-wrap {
	height: 639px;
	margin: 50px 0;
	position:relative
	}

.landing{
	background:#D9D2C1;
	background:url(../img/landing.gif);
	position:absolute;
	width:990px;
	height:639px;
	margin-top:-320px;
	margin-left:-507px;
	top:50%;
	left:50%;
	border-width:12px;
	border-style:solid;
	border-color:#fafafa;
	cursor: pointer;
}

.blip{
	position:absolute;
	width:450px;
	bottom:110px;
	left:50%;
	margin-left: -225px;
	font-size:1.7em;
	color:#383C40;
	letter-spacing:2px;
	line-height:1.6em;
	text-align:center;
}

.button,
.button:link,
.button:visited {
	border: none;
	background: #02A18B;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	color: #D9D2C1;
	padding: 17px 20px 15px;
	width:140px;
	text-transform: uppercase;
	position:absolute;
	bottom:42px;
	left:50%;
	margin-left: -90px;
	font-size:1.7em;
	letter-spacing:4px;
	font-weight:600;
	}

.button:hover {
	background: #FF3C4A;
	}

/* Comic */

.wrapper{
	width:100%;
}

.content{
/* 	width:990px; */
	margin:0 auto;
	position:relative;
}

/*
body.desktop .content {
	width: 1014px;
}
*/

.heading {
	margin:50px auto 0;
	text-align:center;
	text-transform: uppercase;
	color:#EFEBE0;
	font-size: 1.4em;
	font-weight:600;
	letter-spacing:3px;
	margin-bottom:50px;
	display:block;
	width:990px;
	height:480px;
	border-width:12px;
	border-style:solid;
	border-color:#fafafa;
	position:relative;
}

.title {
	position:absolute;
	bottom: 25px;
	left:50%;
	margin-left: -200px;
	text-align:center;
	width: 400px;
	line-height:20px;
}

.comic{
	width:990px;
	border-width:12px;
	border-style:solid;
	border-color:#fafafa;
	background:#fafafa;
	margin: 0 auto 50px;
}
.intro_headline {
	background: #02A18B;
	text-align: center;
	text-transform: uppercase;
	height: 32px;
	color: #EFEBE0;
	font-size: 90%;
	padding: 10px 0px;
	letter-spacing: .25em;
	font-weight: 700;
}
.item{
  float: left;
  margin:3px 0px;
}

.col1{
	width:326px;
}

.col2{
	width:658px;
}

.col3{
	width:990px;
}

.mainfoot {
	text-align:center;
	margin:0 0 50px;
	}

.mainfoot p {
	font-size: 1.5em;
	color: #d9d2c1;
	}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.comic_nav {
	overflow: hidden;
	background: #fafafa;
	margin: 30px auto 50px;
	width: 990px;
	border: 12px solid #fafafa;
	padding: 3px 0px;
}
.third_link {
	display: block;
	width: 326px;
	padding-top: 18px;
	height: 38px;
	float: left;
	margin-right: 6px;
	text-align: center;
	background: #FF3C4A;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: .16em;
	color: #fafafa;
	font-weight: 800;
	line-height: 1;
}
.next_link {
	margin-right: 0px;
}
.third_link:hover {
	background: #02A18B;
}
.disabled {
	background: #e8e4da
}
.disabled:hover {
	background: #e8e4da
}