/*@consts {
	$brand: #8C182D;
	$darkBackground: #DE7140;
	$background: #FCB95A;
	$lightBackground: #FAE285;
	$feature: #6A7349;

}*/

/* Layout for desktop version */

body {
	background: #FAE285 url('/images/background.png');
}

.top {
	background: #111;
	background: rgba(0,0,0,.8);
	text-align: right;
}
.header {
	background: #cfc7b3;
	background: rgba(150, 130, 100, 0.2);
}
.logo {
	margin: 24px 0;
	border: none;
}
.header ul {
	list-style: none;
	margin: 36px;
	text-align: center;
	font-size: 1.25em;
	float: left;
}
.header ul li {
	display: inline-block;
	margin: 10px 20px;
}
.header .sign-in {
	float:right;
	margin:36px;
	padding: 10px;
	border: 1px solid #059;
	border-radius: 5px;
	background: #28a;
	color: #fff;
}
.aside {
	background: #a8906e;
	background: rgba(100,50,0,.2);
	margin-bottom: 24px;
}
.pad {
	padding: 12px;
}
.comic {
	background: #a8906e;
	background: rgba(100,50,0,.4);
}
.comic .row .threecol {
	height: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #cfc7b3;
	background-color: rgba(207, 199, 179, .9);
	position: relative;
}
.comic span {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
	border: none;
	background-color: inherit;
	color: #543;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
.comic a {
	background: none;
	position: static;
	display: block;	
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
.comic a.themes {
	height: 60px;
	text-decoration: underline;
}
.comic a.download {
	text-indent: -5000px;
	height: 220px;
}
.comic1 {background-image:url(/images/comic1.png);}
.comic2 {background-image:url(/images/comic2.png);}
.comic3 {background-image:url(/images/comic3.png);}
.comic4 {background-image:url(/images/comic4.png);}

.content {
	padding-top: 24px;
}
.content .row {
	border-bottom: 4px solid #aa9;
}
.signup {
	font-size: 1.2em;
}
.signup .field {
	font-size: 1em;
	background: #e1dccc;
	background: rgba(255,255,255,.3);
	border-width: 0 0 2px;
	border-style: dashed;
	border-color: #321;
}
.signup .button {
	display: block;
	width: 160px;
	margin: 24px auto;
}
.signup .spacer {
	display: block;
	margin: 0;
	clear: both;
}
.themes ul {
	list-style: none;
	margin: 0;
}
.themes li {
	width: 340px;
	height: 270px;
	float: left;
	margin: 0 15px 15px 0;
	background: #cfc7b3;
	background: rgba(0,0,0,.1);
}
.themes li img {
	padding: 20px 20px 0;
}
.themes li a {
	display: block;
	border: none;
	text-align: center;
}
.themes p {
	clear: left;
}
.footer {
	opacity: .9;
}
.footer .row {
	padding-top: 12px;
}
.overheard p {
	float: left;
	height: 70px;
	margin-left: 1%;
	width: 32%;
	font-size:.9em;
}

/* Layout for mobile version */

@media handheld, only screen and (max-width: 767px) {
.logo {
	margin-bottom: 0;
}
.header ul {
	margin: 0;
}
.comic {
	margin: 0;
	padding: 0 10px;
	width: auto;
}
.comic .threecol {
	float: left;
	width: 49.5%;
	margin: 0 1% 0 0;
	padding: 0;
	text-align: center;
}
.comic .comic2, .comic .comic4 {
	margin-right: 0;
}

.overheard p {
	float: none;
	width: auto;
	height: auto;
}
}
/* Provide higher res assets for iPhone 4 */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

}