body {
	background: #403ab3;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
}

/*@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    10% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    10% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% {transform:rotate(0deg);}
	10% {transform:rotate(0deg);}
    100% {transform:rotate(360deg);}
}

@-moz-keyframes spinback {
    0% { -moz-transform: rotate(360deg); }
    10% { -moz-transform: rotate(360deg); }
    100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes spinback {
    0% { -webkit-transform: rotate(360deg); }
    10% { -webkit-transform: rotate(360deg); }
    100% { -webkit-transform: rotate(0deg); }
}
@keyframes spinback {
    0% {transform:rotate(360deg);}
	10% {transform:rotate(360deg);}
    100% {transform:rotate(0deg);}
}

#april-fools .content.comic {
	z-index: 10000;
	position: relative;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 200000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 200000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 200000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-transition: rotate(3600deg);
}

#april-fools .featured,
#april-fools #featured-2,
#april-fools #featured-4 {
	-webkit-animation-name: spin;
	-webkit-animation-duration: 50000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 50000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 50000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-transition: rotate(3600deg);
}

#april-fools #featured-1,
#april-fools #featured-3,
#april-fools #featured-vote {
	-webkit-animation-name: spinback;
	-webkit-animation-duration: 50000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spinback;
	-moz-animation-duration: 50000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spinback;
	-ms-animation-duration: 50000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-transition: rotate(3600deg);
}*/

a {
	color: #476dea;
	text-decoration: none;
	cursor: pointer;
}

a.ad-link {
	display: block;
	background: #23277c;
	color: #476dea;
	line-height: 1.8em;
	text-align: center;
	font-size: 80%;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: 'Joti One', cursive;
	margin: .25em 0px;
	color: #21326b;
	text-align: center;
}

h2 {
	font-family: 'Joti One', cursive;
	margin: .5em 0px;
}

h2 a {
	color: #000;
}

h3 {
	font-family: 'Joti One', cursive;
	margin: .5em 0px;
}

#header {
	height: 90px;
	overflow: hidden;
	background: #4463e4;
	background-image: url(../images/header-bg.png); /* fallback */
	background-image: url(../images/header-bg.png), -webkit-gradient(linear, left top, left bottom, from(#4975ee), to(#3f50db)); /* Saf4+, Chrome */
	background-image: url(../images/header-bg.png), -webkit-linear-gradient(top, #4975ee, #3f50db); /* Chrome 10+, Saf5.1+ */
	background-image: url(../images/header-bg.png),    -moz-linear-gradient(top, #4975ee, #3f50db); /* FF3.6+ */
	background-image: url(../images/header-bg.png),     -ms-linear-gradient(top, #4975ee, #3f50db); /* IE10 */
	background-image: url(../images/header-bg.png),      -o-linear-gradient(top, #4975ee, #3f50db); /* Opera 11.10+ */
	background-image: url(../images/header-bg.png),         linear-gradient(top, #4975ee, #3f50db);
	padding: 5px 10px;
	position: relative;
}

#header #logo {
	float: left;
}

#header .sponsor {
	height: 90px;
	overflow: hidden;
	float: right;
	position: absolute;
	left: 290px;
	right: 10px;
	text-align: right;
}

#content {
	background: #ebc17d;
	background-image: url(../images/content-bg.png); /* fallback */
	background-image: url(../images/content-bg.png), -webkit-gradient(linear, left top, left bottom, from(#eedc92), to(#e8a567)); /* Saf4+, Chrome */
	background-image: url(../images/content-bg.png), -webkit-linear-gradient(top, #eedc92, #e8a567); /* Chrome 10+, Saf5.1+ */
	background-image: url(../images/content-bg.png),    -moz-linear-gradient(top, #eedc92, #e8a567); /* FF3.6+ */
	background-image: url(../images/content-bg.png),     -ms-linear-gradient(top, #eedc92, #e8a567); /* IE10 */
	background-image: url(../images/content-bg.png),      -o-linear-gradient(top, #eedc92, #e8a567); /* Opera 11.10+ */
	background-image: url(../images/content-bg.png),         linear-gradient(top, #eedc92, #e8a567);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 20px 0px;
	width: 100%;
	overflow: hidden;
}

#content .content {
	width: 600px;
	padding: 10px;
	background: #FFF;
	color: #000;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
}

#content .sidebar {
	width: 320px;
	margin: 0px 0px 0px 20px;
	float: left;
}

#content .sidebar .featured {
	width: 300px;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	background: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}

#community {
	background: #403ab6;
	background-image: url(../images/community-bg.png);
	background-position: top;
	background-repeat: repeat-x;
	min-height: 400px;
	padding: 20px 0px;
	overflow: hidden;
}

#community .content {
	width: 760px;
	padding: 10px;
	background: #f6f2e1;
	color: #000;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
}

#community .sidebar {
	float: left;
	width: 160px;
	margin-left: 10px;
}

#footer {
	color: #FFF;
	text-align: center;
	line-height: 2.5em;
	background: #23277c;
}

.wrap {
	width: 960px;
	margin: 0px auto;
	clear: both;
}

.wrap.comicWidth-700 {
	width: 1060px;
}

.wrap.comicWidth-700  {
	width: 1060px;
}

#content .wrap.comicWidth-700 .content.comic  {
	width: 700px;
}

#content:after, #community:after, .wrap:after, .columnGroup:after  {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

@media screen and (max-width: 1017px) {
}

@media screen and (max-width: 620px) {
	
	#header {
		text-align: center;
	}
	
	#logo {
		width: 269px;
	}
	
	#header .sponsor {
		display: none;
	}

	h1 {
		margin: 0px;
	}
	
	#content, #community {
		padding: 0px;
	}
	
	#content .content, #content .wrap.comicWidth-700 .content.comic {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		float: none;
		width: auto;
	}
	
	.wrap, .wrap.comicWidth-700 {
		margin: 0px;
		width: auto;
	}
	
	.menu {
		font-size: 80%;
	}
	
	.menu ul {
		height: 3em;
		line-height: 3em;
	}
	
	.menu ul li a {
		height: 3em;
		line-height: 3em;
	}
	
	#content .sidebar {
		display: none;
	}
	
	#community .content {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		float: none;
		width: auto;
	}
	
	#community .sidebar {
		display: none;
	}
	
	#content .content.comic img.attachment-full {
	}
	
}