#comicSec {
	background-color: #1B1433;
}

#comicShell {
	position: relative;
	width: 1138px;
	margin: 0px auto 20px;
}

#comicShell h1 {
	font-family: "museo-slab",sans-serif;
	padding-left: 30px;
	background: url(/img/comicLogo.png) left center no-repeat;
}

#comicShell h1 span {
	font-weight: 700;
}

#comicShell h3 {
	padding-left: 32px;
	color: #ffffff;
}

#scroller {
	position: relative;
	width: 994px;
	margin: 20px auto;
	overflow: hidden;
}

#scrollList {
	position: relative;
	list-style: none;
	padding: 0px;
	margin: auto;
	width: 994px;
	height: 742px;
	overflow: hidden;
}

#scrollList li {
	background: #10071e url(/img/preload.gif) center center no-repeat;
	float: left;
	height: 738px;
	width: 477px;
	overflow: hidden;
	box-shadow: 1px 1px 2px #000000;
}

#scrollList li:nth-child(odd) {
	margin-left: 19px;
	margin-right: 1px
}

#scrollList li:nth-child(even) {
	margin-left: 1px;
	margin-right: 19px
}

#scrollList li:last-child, #scrollList li:nth-last-child(2) {
	background: #10071e;
}

/*------- Comic Controls / Nav -------*/

#scroller #scrollLeft, #scroller #scrollRight {
	cursor: pointer;
	color: #444444;
	width: 48px;
	height: 48px;
	line-height: 48px;
	opacity: 0.25;
}

#scroller #scrollLeft:hover, #scroller #scrollRight:hover {
	opacity: 1;
}

#scroller #scrollLeft {
	position: absolute;
	top: 50%;
	left: -4px;
}

#scroller #scrollRight {
	position: absolute;
	top: 50%;
	right: -4px;
}

#scrollMenu {
	text-align: center;
	font-family: "museo-slab",sans-serif;
}

#scrollMenu .menuItem {
	background-color: #3d2c57;
	color: #ff9e00;
	text-align: center;
	display: inline-block;
	font-size: 8px;
	width: 18px;
	height: 24px;
	line-height: 24px;
}

#scrollMenu .menuItem:hover {
	color: #000000;
	background-color: #ffffff;
	-moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}

#scrollMenu .placeholder {
	background-color: #160f2a;
	opacity: 1;
}

#scrollMenu .placeholder:hover {
	background-color: #160f2a;
	opacity: 1;
}


#scrollMenu .menuItem:nth-child(odd) {
	margin-left: 3px;
	margin-right: -1px;
	border-radius: 2px 0px 0px 2px;
}

#scrollMenu .menuItem:nth-child(even) {
	margin-left: -1px;
	margin-right: 3px;
	border-radius: 0px 2px 2px 0px;
}

#scrollMenu a.active {
	background-color: #ff9e00;
	color: #252525;
	opacity: 1;
	-moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}

img.comicPage {
	width: 100%;
}

/* ----- Photo Gallery Override ----- */

#scrollList .photoList li {
    background: none;
    width: 125px;
    height: 85px;
    padding: 0px;
    margin: 5px;
    box-shadow: none;
}

/* ----- Comic Menu ----- */

#comicMenu {float: right;overflow: hidden;}

#comicMenu ul {
	list-style: none;
	padding: 0px;
	margin:0px;
	overflow: hidden;
}

#comicMenu li {
	float: left;
	margin: 2px;
}

#comicMenu a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9000px;
	background-image: url(/img/icon_comicNav.png);
}

#comicMenu .icon_home {background-position: 24px 0px;}
#comicMenu .icon_home:hover {background-position: 24px 24px;}
#comicMenu .icon_info {background-position: 0px 0px;}
#comicMenu .icon_info:hover {background-position: 0px 24px;}
#comicMenu .icon_rss {background-position: 48px 0px;}
#comicMenu .icon_rss:hover {background-position: 48px 24px;}

/* ----- End Cap / Social Widgets ----- */

#comicEndCap {
	position:relative;
	overflow: hidden;
	height: 738px;
	color: #252525;
	
	background: rgb(255,250,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,250,237,1) 0%, rgba(255,243,174,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,250,237,1)), color-stop(100%,rgba(255,243,174,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,250,237,1) 0%,rgba(255,243,174,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,250,237,1) 0%,rgba(255,243,174,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,250,237,1) 0%,rgba(255,243,174,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,250,237,1) 0%,rgba(255,243,174,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffaed', endColorstr='#fff3ae',GradientType=0 ); /* IE6-9 */
}

#comicEndCap h1 {
	margin: 20px 0px;
	color: #252525;
}

#comicEndCap h2 {
	font-family: "museo-slab",sans-serif;
	font-size: 18px;
	font-weight: 100;
	margin-bottom: -20px;
	color: #FDBB5B;
}

#comicEndCap hr {
	margin: 20px;
	border-top: 1px solid #FDBB5B;
}

#comicEndCap .socialList {background: #f4d27d;text-align:center;margin:0px;position:absolute;bottom:0px;width:100%;}

/*------- Comic Navigation -------*/
.comicNav {color: #ffffff;list-style: none;padding: 0px;margin: 20px 0px;overflow: hidden;line-height: 14px;}
.comicNav a {font-size: 10px;text-transform: uppercase;color: #3d2c57;}
.comicNav a:hover {color: #ff9e00;-moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.comicNav li span {font-size: 14px;}
.comicNav li:nth-child(1) {padding-left: 48px;background: url(/img/blogNav_arrowL.png) left center no-repeat;float: left;width: 25%;}
.comicNav li:nth-child(2) {padding-right: 48px;background: url(/img/blogNav_arrowR.png) right center no-repeat;float: right;text-align: right;width: 25%;}