/*
Theme Name: Ace Comics Theme - Twenty Eleven Child
Description: Child theme for the Twenty Eleven theme 
Author: Guy Barnes, Marc Williams
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

@import url("../ace2012/fonts.css");

@import url("../../plugins/woocommerce/assets/css/woocommerce.css");





/* STRUCTURE RULES */

body {	margin:0px;
	padding:0px;
	background:#c0c0be;
	box-sizing:border-box;
	}

#wrapper {
	margin:0 auto;
	max-width:1000px;
	min-width:300px;
	}

#main {
	width:100%;
	margin:0;
	padding:1% 0 0;
	}

#page {
	margin:0 auto;
	background:#f0f7e8;
	-moz-box-shadow: 0px 0px 25px #000;
	-webkit-box-shadow: 0px 0px 25px #000;
	box-shadow: 0px 0px 25px #000;
	}

.clearfix {
	clear: both;
	}

#branding {
	border-top: none;
	width:100%;
	margin:0 auto;
	}

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.25;}

.left-sidebar #primary {
	max-width:69%;
	margin:0;
	float: right;
	padding-right:1%;
	}

.left-sidebar #secondary {
	width:250px;
	min-width:270px;
	margin-left:1%;
	margin-bottom:2%;
	float:left;
	border-right: 1px solid #006286;
	}

.left-sidebar #content {
	margin: 0;
	width:100%;
	}

.fullpage #primary {
	max-width:98%;
	margin:0;
	}

/* Singular */
.singular #content,
.left-sidebar.singular #content {
	margin: 0;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	width: 100%;
}
/* Attachments */
.singular .image-attachment .entry-description {
	width: 100%;
}
.singular .hentry,
.singular.page .hentry {
    padding: 0;
}
.singular .entry-header .entry-meta {
    position: initial;
}

.entry-content h1 {
	font-size:1.2em;
	color: #222
	}

.entry-content h2 {
	font-size:1.1em;
	color: #006286
	}

h7 {
	margin-bottom:0.2em;
	color:#006286;
	}

h8 {
	font-size:1.15em;
	font-weight:bold;
	}

h9 {
	font-size:0.7em;
	}
	
p {
	margin-bottom: 1em;
	}

.smallfont {
	font-size: small
	}

ul, ol {
	margin: 0 0 1.625em 1.4em;
	list-style: initial;
	}

li {
	margin-bottom: 0.4em;
	}

blockquote {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serifblockquote;
}

comic {
	font-size:1.2em;
	font-weight:bold;
	text-transform: uppercase;
	}

.blue { color:#006286;}


#cookie-policy {
	position: fixed;
	bottom: 0;
	max-width: 1000px;
	background-color: #f6ff9a;
	z-index: 1000;
}
#cookie-policy #cookie-message {
	width: 80%;
	margin: 0.5em auto;
	font-size: 0.8em;
	text-align: center;
}
#cookie-policy #close-button{
	font-size: 1.5em;
	float: right;
	margin: 15px 4em 15px 2em;
	cursor: pointer;
}

.infobox {
	max-width: 100%;
	margin: 2em auto 0;
	font-size: 0.8em;
	color: #fff;
	padding: 1.4em;
	background: #00244c;
	}
	
.infobox a {
	color: #00aeef;
	}

.webhead {
	min-width:100%;
	height:100px;
	color: #ebebeb;
	background-image: url(http://acecomics.co.uk/images/dots-newshead.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0072bc), to(#00244c));
	background: #0072bc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -moz-linear-gradient(top,  #0072bc 0%, #00244c 100%); /* FF3.6+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072bc), 	color-stop(100%,#00244c)); /* Chrome,Safari4+ */
	background: url(http://acecomics.co.uk/images/build/acelogo-160x100.png) center left no-repeat, url(http://acecomics.co.uk/images/build/halftone-122x100.png) center right no-repeat, -webkit-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* 	Chrome10+,Safari5.1+ */
	background: url(http://acecomics.co.uk/images/build/acelogo-160x100.png) center left no-repeat, url(http://acecomics.co.uk/images/build/halftone-122x100.png) center right no-repeat, -o-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* Opera 11.10+ */
	background: url(http://acecomics.co.uk/images/build/acelogo-160x100.png) center left no-repeat, url(http://acecomics.co.uk/images/build/halftone-122x100.png) center right no-repeat, -ms-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* IE10+ */
	background: url(http://acecomics.co.uk/images/build/acelogo-160x100.png) center left no-repeat, url(http://acecomics.co.uk/images/build/halftone-122x100.png) center right no-repeat, linear-gradient(to bottom,  #0072bc 0%,#00244c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072bc', 	endColorstr='#00244c',GradientType=0 ); /* IE6-8 */
	background-color:#004b85;
	background-position: center left, center right;
	background-repeat: no-repeat;
	box-sizing:border-box;	
	border:solid 1px #00244c;
	text-indent:-9999px;
	}

.bluehead {
	width:100%;
	height:26px;
	font-size:16px;
	font-weight: lighter;
	color: #ebebeb;
	margin-bottom:1%;
	background-image: url(http://acecomics.co.uk/images/dots-newshead.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0072bc), to(#00244c));
	background: #0072bc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -moz-linear-gradient(top,  #0072bc 0%, #00244c 100%); /* FF3.6+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072bc), 	color-stop(100%,#00244c)); /* Chrome,Safari4+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -webkit-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* 	Chrome10+,Safari5.1+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -o-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* Opera 11.10+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -ms-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* IE10+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, linear-gradient(to bottom,  #0072bc 0%,#00244c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072bc', 	endColorstr='#00244c',GradientType=0 ); /* IE6-8 */
	background-color:#004b85;
	background-position: center right;
	background-repeat: no-repeat;
	box-sizing:border-box;	
	border:solid 1px #006286;
	}

.blackhead {
	width:250px;
	height:26px;
	float:left;
	display:block;
	margin-bottom:1%;
	font-size:16px;
	font-weight: lighter;
	letter-spacing: 0.05em;
	color: #ebebeb;
	background-image: url(http://acecomics.co.uk/images/dots-menuhead.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#000000));
	background: #252525; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -moz-linear-gradient(top,  #252525 0%, #000000 100%); /* FF3.6+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252525), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -webkit-linear-gradient(top,  #252525 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -o-linear-gradient(top,  #252525 0%,#000000 100%); /* Opera 11.10+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -ms-linear-gradient(top,  #252525 0%,#000000 100%); /* IE10+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, linear-gradient(to bottom,  #252525 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	background-color:#252525;
	background-position: center right;
	background-repeat: no-repeat;
	box-sizing:border-box;	
	border:solid 1px #000;
	}

.orangehead {
	width:100%;
	height:26px;
	font-size:16px;
	font-weight: lighter;
	color: #000000;
	margin-bottom:1%;
	background-image: url(http://acecomics.co.uk/images/build/dots-orange.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcc00), to(#ff6600));
	background: #ffcc00; /* Old browsers */
	background: url(http://acecomics.co.uk/images/build/dots-orange.png) center right no-repeat, -moz-linear-gradient(top, #ffcc00 0%, #ff6600 100%); /* FF3.6+ */
	background: url(http://acecomics.co.uk/images/build/dots-orange.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(100%,#ff6600)); /* Chrome,Safari4+ */
	background: url(http://acecomics.co.uk/images/build/dots-orange.png) center right no-repeat, -webkit-linear-gradient(top, #ffcc00 0%,#ff6600 100%); /* Chrome10+,Safari5.1+ */
	background: url(http://acecomics.co.uk/images/build/dots-orange.png) center right no-repeat, -o-linear-gradient(top, #ffcc00 0%,#ff6600 100%); /* Opera 11.10+ */
	background: url(http://acecomics.co.uk/images/build/dots-orange.png) center right no-repeat, -ms-linear-gradient(top, #ffcc00 0%,#ff6600 100%); /* IE10+ */
	background: url(http://acecomics.co.uk/images/build/dots-orange.png) center right no-repeat, linear-gradient(to bottom, #ffcc00 0%,#ff6600 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ff6600',GradientType=0 ); /* IE6-9 */
	background-color:#ffcc00;
	background-position: center right;
	background-repeat: no-repeat;
	box-sizing:border-box;
	border:solid 1px #ff6600;
	}

.blackhead2 {
	width:100%;
	height:26px;
	float:left;
	display:block;
	margin-bottom:1%;
	font-size:16px;
	font-weight: lighter;
	letter-spacing: 0.05em;
	color: #ebebeb;
	background-image: url(http://acecomics.co.uk/images/dots-menuhead.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#000000));
	background: #252525; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -moz-linear-gradient(top,  #252525 0%, #000000 100%); /* FF3.6+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252525), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -webkit-linear-gradient(top,  #252525 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -o-linear-gradient(top,  #252525 0%,#000000 100%); /* Opera 11.10+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -ms-linear-gradient(top,  #252525 0%,#000000 100%); /* IE10+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, linear-gradient(to bottom,  #252525 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	background-color:#252525;
	background-position: center right;
	background-repeat: no-repeat;
	box-sizing:border-box;	
	border:solid 1px #000;
	}

.wordhead {
	line-height:26px;
	margin-left:5px;
	}

.wordhead40 {
	float:left;
	line-height:40px;
	margin-left:5px;
	}

.menufoot {
	width:250px;
	height:26px;
	float:left;
	display:none;
	margin-bottom:1%;
	font-size:16px;
	font-weight: lighter;
	letter-spacing: 0.05em;
	color: #ebebeb;
	background-image: url(http://acecomics.co.uk/images/dots-menuhead.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#000000));
	background: #252525; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -moz-linear-gradient(top,  #252525 0%, #000000 100%); /* FF3.6+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252525), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -webkit-linear-gradient(top,  #252525 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -o-linear-gradient(top,  #252525 0%,#000000 100%); /* Opera 11.10+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -ms-linear-gradient(top,  #252525 0%,#000000 100%); /* IE10+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, linear-gradient(to bottom,  #252525 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	background-color:#252525;
	background-position: center right;
	background-repeat: no-repeat;
	box-sizing:border-box;	
	border:solid 1px #000;
	}

.fcbdslim {
	float: left;
	padding: 0 1% 1%;
	width: 98%;
	}

/* === META SLIDER RULES === */

.metaslider {
	clear:both;
	}

@media screen and (max-width: 1010px) {
.frontslide {
	padding:0 1%;
	}}

/* _ */



/* NAVIGATION */

#access {
	margin:0 1% 1%;
	width:98%;
	text-align:center;
	box-shadow:none;
	line-height: 0;
	}

#access div {
	margin: 0 0 0 0;
	}

#access a {
	padding:0  0.4em;
	line-height:26px;
	color: #ebebeb;
	}

#access ul { display:inline-block; }

#access ul li {
	margin:0 auto;
	font-size:16px;
	font-weight:lighter;
	position:relative;
	display:block;
	}

#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight:lighter;
	}

#access li:hover > a,
#access a:focus {
	background-image: linear-gradient(bottom, rgb(37,37,37) 0%, rgb(117,117,117) 100%);
	background-image: -o-linear-gradient(bottom, rgb(37,37,37) 0%, rgb(117,117,117) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(37,37,37) 0%, rgb(117,117,117) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(37,37,37) 0%, rgb(117,117,117) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(37,37,37) 0%, rgb(117,117,117) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(37,37,37)),	color-stop(1, rgb(117,117,117)));
	color: #ebebeb;
	}

.menu-navigation-bar-container {
	height:26px;
	display:block;
	font-size:16px;
	font-weight: lighter;
	letter-spacing: 0.05em;
	color: #ebebeb;
	background-image: url(http://acecomics.co.uk/images/dots-menuhead.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#000000));
	background: #252525; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -moz-linear-gradient(top,  #252525 0%, #000000 100%); /* FF3.6+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252525), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -webkit-linear-gradient(top,  #252525 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -o-linear-gradient(top,  #252525 0%,#000000 100%); /* Opera 11.10+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, -ms-linear-gradient(top,  #252525 0%,#000000 100%); /* IE10+ */
	background: url(http://acecomics.co.uk/images/dots-menuhead.png) center right no-repeat, linear-gradient(to bottom,  #252525 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	background-color:#252525;
	background-position: center right;
	background-repeat: no-repeat;	
	border:solid 1px #000;
	}

#nav-above {
	display: none;
	}

.paged #nav-above {
	display: none;
	}

.nav-previous {
	float: left;
	text-align: left;
	width: 50%;
	}

.menujump {display:hidden;}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
	}



/* SOCIAL MEDIA BUTTONS IN NAV BAR */

.addthis_toolbox  {
	margin-top: 10px;
	}

#access .nav-fb {
	background-image: url("http://acecomics.co.uk/images/socialbutton-fb2.gif");
	background-repeat: no-repeat;
	width:26px;
	margin: 0 0.3em 0 0.85em;
	text-indent:-9999px;
	}
#access .nav-fb a {
	background: url('http://acecomics.co.uk/images/socialbutton-fb.gif');
	background-repeat: no-repeat;
	}
#access .nav-fb a:hover {
	background-image:none;
	}


#access .nav-twt {
	background-image: url("http://acecomics.co.uk/images/socialbutton-twt2.gif");
	background-repeat: no-repeat;
	width:26px;
	margin: 0 0.3em 0 0;
	text-indent:-9999px;
	}
#access .nav-twt a {
	background: url('http://acecomics.co.uk/images/socialbutton-twt.gif');
	background-repeat: no-repeat;
	}
#access .nav-twt a:hover {
	background-image:none;
	}

#access .nav-ggl {
	background-image: url("http://acecomics.co.uk/images/socialbutton-ggl2.gif");
	background-repeat: no-repeat;
	width:26px;
	margin: 0 0.3em 0 0;
	text-indent:-9999px;
	}
#access .nav-ggl a {
	background: url('http://acecomics.co.uk/images/socialbutton-ggl.gif');
	background-repeat: no-repeat;
	}
#access .nav-ggl a:hover {
	background-image:none;
	}

#access .nav-rss {
	background-image: url("http://acecomics.co.uk/images/socialbutton-rss2.gif");
	background-repeat: no-repeat;
	width:26px;
	text-indent:-9999px;
	}
#access .nav-rss a {
	background: url('http://acecomics.co.uk/images/socialbutton-rss.gif');
	background-repeat: no-repeat;
	}
#access .nav-rss a:hover {
	background-image:none;
	}



/* RESPONSIVE NAV BUTTONS */

#access .nav-home {
	display:block;
	}

#access .nav-home2 {
	background-image: url("http://acecomics.co.uk/images/navbutton-home2.png");
	background-repeat: no-repeat;
	width:26px;
	margin: 0 0.6em 0 0;
	text-indent:-9999px;
	display:none;
	}
#access .nav-home2 a {
	background: url('http://acecomics.co.uk/images/navbutton-home.png');
	background-repeat: no-repeat;
	}
#access .nav-home2 a:hover {
	background-image:none;
	}

#access .nav-email {
	display:block;
	}

#access .nav-email2 {
	background-image: url("http://acecomics.co.uk/images/navbutton-email2.png");
	background-repeat: no-repeat;
	width:26px;
	margin: 0 0.6em 0 0;
	text-indent:-9999px;
	display:none;
	}
#access .nav-email2 a {
	background: url('http://acecomics.co.uk/images/navbutton-email.png');
	background-repeat: no-repeat;
	}
#access .nav-email2 a:hover {
	background-image:none;
	}

#access .nav-menu {
	display:none;
	}

#access .nav-menu2 {
	background-image: url("http://acecomics.co.uk/images/navbutton-menu2.png");
	background-repeat: no-repeat;
	width:26px;
	margin: 0 0.6em 0 0;
	text-indent:-9999px;
	display:none;
	}
#access .nav-menu2 a {
	background: url('http://acecomics.co.uk/images/navbutton-menu.png');
	background-repeat: no-repeat;
	}
#access .nav-menu2 a:hover {
	background-image:none;
	}



/* Singular navigation */

#content nav {
	clear: both;
	overflow: hidden;
	padding:0;
	}

#nav-single {
	float:right;
	position: relative;
	top: -0.3em;
	z-index: 1;
	width:100%;
	text-align:right;
	}

#nav-single .nav-previous {
	float: left;
	width: auto;
	}

#nav-single .nav-next {
	float: right;
	width: auto;
	}
	
#nav-single .nav-next {
	padding-left: .5em;
	}




/* FOOTER */

.webfoot {
	min-width:100%;
	height:auto;
	color: #ebebeb;
	background-image: url(http://acecomics.co.uk/images/dots-newshead.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0072bc), to(#00244c));
	background: #0072bc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -moz-linear-gradient(top,  #0072bc 0%, #00244c 100%); /* FF3.6+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072bc), 	color-stop(100%,#00244c)); /* Chrome,Safari4+ */
	background: url(http://acecomics.co.uk/images/build/halftone-122x100.png) center right repeat-y, -webkit-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* 	Chrome10+,Safari5.1+ */
	background: url(http://acecomics.co.uk/images/build/halftone-122x100.png) center right repeat-y, -o-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* Opera 11.10+ */
	background: url(http://acecomics.co.uk/images/build/halftone-122x100.png) center right repeat-y, -ms-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* IE10+ */
	background: url(http://acecomics.co.uk/images/build/halftone-122x100.png) center right repeat-y, linear-gradient(to bottom,  #0072bc 0%,#00244c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072bc', 	endColorstr='#00244c',GradientType=0 ); /* IE6-8 */
	background-color:#004b85;
	background-position: center right;
	background-repeat: repeat-y;
	box-sizing:border-box;	
	border:solid 1px #00244c;
	clear:both;
    }

#colophon {
	padding:2.5% 5% 0.5%;
    color: #f6f5f1;
    font-size:0.8em;
	}
	
#colophon h3 {
    font-weight:bold;
    letter-spacing: 0.05em;
    }
	
#colophon h3, #colophon a {
    color: #f6f5f1;
    }
    
#colophon a:hover {
    color: #f6f5f1;
    }
    
#colophon ul {
    list-style:none;
    margin:0;
    }
    
#site-generator {
	margin:3% auto 0;
	width:98%;
	text-align: center;
	color: #ebebeb;
	padding:1% 0 0;
	background:none;
	border:none;
	clear:both;
	}

#site-generator a {
	color: #f6f5f1;
    font-weight:normal;
    }
	
.footblock {
    width:23%;
    float:left;
    padding:1%;
    }
    
.ccrule {
	height:2em;
	padding:1% 0.3em 0;
	}

#social-wrap {
	width:300px;
	height:40px;
	margin:0 auto;
	padding:2em 0;
	}

/* FOOTER SOCIAL MEDIA */

.social-fb a {
	background:url("http://acecomics.co.uk/images/build/buttons/social-media-facebook.png");
	height:40px;
	width:50px;
	background-repeat: no-repeat;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:0 5px;
	}
                
.social-twt a {
	background:url("http://acecomics.co.uk/images/build/buttons/social-media-twitter.png");
	height:40px;
	width:50px;
	background-repeat: no-repeat;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:0 5px;
	}
                
.social-gp a {
	background:url("http://acecomics.co.uk/images/build/buttons/social-media-g-plus.png");
	height:40px;
	width:50px;
	background-repeat: no-repeat;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:0 5px;
	}

.social-tblr a {
	background:url("http://acecomics.co.uk/images/build/buttons/social-media-tmblr.png");
	height:40px;
	width:50px;
	background-repeat: no-repeat;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:0 5px;
	}

.social-pin a {
	background:url("http://acecomics.co.uk/images/build/buttons/social-media-pintrest.png");
	height:40px;
	width:50px;
	background-repeat: no-repeat;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:0 5px;
	}
    
@media 
only screen and (max-width: 690px), (min-device-width: 690px) and (max-device-width: 690px)  {
    .footblock {
        width:48%;
    }
}

@media 
only screen and (max-width: 400px), (min-device-width: 400px) and (max-device-width: 400px)  {
    #colophon {
	padding:1% 2% 0.2%;
    }
}

@media 
only screen and (max-width: 360px), (min-device-width: 360px) and (max-device-width: 360px)  {
    .footblock {
        width:98%;
    }
    
    .ccrule {
	height:1.75em;
	}
}


/* SOCIAL MEDIA PAGE */

.socbox {
	float: left;
	max-width: 160px;
	text-align:center;
	padding: 0 0.5em 0.5em 0;
	}


/* LINKS */

a {
	color: #006286;
	text-decoration: none;}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #006286;}





/* IMAGE BORDERS */

.left {
	float:left;
	margin: 0 0.5em 0.5em 0;
	max-width:50%;
	}

.leftside {
	float: left;
	margin: 0 0.5em 1em;
	padding: 0;
	position: relative;
	width: 132px;
	height: 206px;
	}

img[class*="align"],
img[class*="wp-image-"],
#content img {
	max-width:100%;
	}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img,
#content .gallery .gallery-icon img {
	border:0;
	padding:0px;}



.wp-caption img {
	border:0px;}

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	border:0;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	border:0px;
}

p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #006286;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #006286;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}

.coveroftheweek img.alignleft, .coveroftheweek img.alignright, .coveroftheweek img.aligncenter {
	width:100%;
	margin-bottom: 6px;
	}

.coveroftheweek a.button {
	margin-right: 4px;
	}

/* IMAGE ATTACHMENTS */

.image-attachment div.attachment {
	background: none;
	border: none;
	margin: 0 auto 10px;
	overflow: inherit;
	padding: 0;
	text-align: center;
}
.image-attachment div.attachment img {
	margin: 0 auto;
}
.image-attachment div.attachment a img {
	border: none;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border: none;
	background: none;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* BANNERS */

.threefifty {
	max-width: 49%;
	height: auto;
	float: left;
	}

.threefifty2 {
	max-width: 49%;
	height: auto;
	float: right;
	}



#max50 {max-width:50%}

.max20 {max-width:20px;
	padding-bottom:0.5em;
	}

.max30 {max-width:30px;
	padding-bottom:0.5em;
	}

.max40 {max-width:40px;
	padding-bottom:0.5em;
	}

.max50 {max-width:50px;
	padding-bottom:0.5em;
	}

.max60 {max-width:60px;
	padding-bottom:0.5em;
	}

.max70 {max-width:70px;
	padding-bottom:0.5em;
	}

.max80 {max-width:80px;
	padding-bottom:0.5em;
	}

.max90 {max-width:90px;
	padding-bottom:0.5em;
	}

.max95 {max-width:95px;
	padding-bottom:0.5em;
	}

.max100 {max-width:100px;
	padding-bottom:0.5em;
	}

.max110 {max-width:110px;
	padding-bottom:0.5em;
	}

.max120 {max-width:120px;
	padding-bottom:0.5em;
	}

.max135 {max-width:135px;
	padding-bottom:0.5em;
	}

.max150 {max-width:150px;
	padding-bottom:0.5em;
	}

.max170 {max-width:170px;
	padding-bottom:0.5em;
	}

.max205 {max-width:205px;
	padding-bottom:0.5em;
	}

.max350 {max-width:350px;
	padding-bottom:0.5em;
	}

.block05 {
	margin-bottom: 5px !important;
	margin-bottom: 0.35714286rem !important;
	}

.block10 {
	margin-bottom: 10px !important;
	margin-bottom: 0.71428571rem !important;
	}

.block20 {
	margin-bottom: 20px !important;
	margin-bottom: 1.42857143rem !important;
	}

.block30 {
	margin-bottom: 30px !important;
	margin-bottom: 2.14285714rem !important;
	}

.block40 {
	margin-bottom: 40px !important;
	margin-bottom: 2.85714286rem !important;
	}

.block50 {
	margin-bottom: 50px !important;
	margin-bottom: 3.57142857rem !important;
	}

#photos {
	position:relative;
	margin:0 auto;
	padding:1.5%;
	}

.gallerybox{
	text-decoration:none;
	text-align:-9999px;
	width:13.4%;
	height:auto;
	margin-right:0.5%;
	margin-left:0.5%;
	margin-bottom:0.14em;
	}
	
.gallery img, .gallery a {
	width: 150px;
	height: 150px;
	padding: 0 0.5em 0.5em 0;
	float: left;
	}

.productgallery img, .productgallery a, .productgallery p {
	width: 150px;
	height: 230px;
	padding: 0 0.5em 0.5em 0;
	float: left;
	}

.covergallery {
	width: 150px;
	height: 230px;
	padding: 0 0.5em 0.5em 0;
	float: left;
	}

.squaregallery {
	width: 150px;
	height: 150px;
	padding: 0 0.5em 0.5em 0;
	float: left;
	}

.widegallery {
	width: 230px;
	height: 150px;
	padding: 0 0.5em 0.5em 0;
	float: left;
	}

.minigallery {
	width: 50px;
	height: 77px;
	padding: 0 0.5em 0.5em 0;
	float: left;
	}

.thumbgallery a, .thumbgallery img {
	width: 150px;
	height: 150px;
	}

.comiclist ul {
	margin: 0;
	}

.comiclist ul.comics li.comic {
	list-style: none;
	float: left;
	margin: 0 0.5em 0.5em 0;
	padding: 0;
	position: relative;
	width: 132px;
	height: 198px;
	}
	
.wp-caption {
	background: none;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0;
	position: relative;
	}
	
.wp-caption .wp-caption-text, p.wp-caption-text {
	position: absolute;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-transform: uppercase;
	top: 0;
	left: 0;
	margin-bottom: 0;
	background: none;
	width: 100%;
	z-index: 8;
	padding: 5px;
	opacity: 1;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
	}
	
.wp-caption .wp-caption-text:before {
	display: none;
	}
	
.sub6 {
	width: 150px;
	height: 226px;
	}

.sub6set {
	float:left;
	width:150px;
	/* height:auto;
	min-height:360px; */
	height:360px;
	margin: 0 1em 1em 0;
	font-size:0.8em;
	text-align: center;
	background:#e1eade;
	}

.sub6setprev {
	width: 150px;
	float: left;
	margin: 0 1em 1em 0;
	font-size:0.8em;
	}

.sub6pay {
	z-index:1;	
	margin-top:15px;
	}

.sub6iss {
	width:110px;
	height:110px;
	margin:0 10px 10px 0;
	float:left;
	}

.sub6iss2 {
	margin-left:120px
	}

.top10 {
	width: 150px;
	height: auto;
	float:left;
	margin: 0 1em 1em 0;
	}

.top10-1 {
	width: 300px;
	height: auto;
	float:left;
	margin: 0 1em 1em 0;
	}

.new-darkhorse {
	background: url(http://acecomics.co.uk/images/dark-horse-wide.png);
	height: 46px;
	width: 170px;
	}

.new-dc {
	background: url(http://acecomics.co.uk/images/dc-wide.png);
	height: 45px;
	width: 135px;
	}

.new-dc2 {
	background: url(http://acecomics.co.uk/images/dc-collectibles-wide.png);
	height: 45px;
	width: 205px;
	}

.new-idw {
	background: url(http://acecomics.co.uk/images/idw-logo-150x75.png);
	height: 46px;
	width: 95px;
	}

.new-image {
	background: url(http://acecomics.co.uk/images/image-comics-wide.png);
	height: 44px;
	width: 150px;
	}

.new-image2 {
	background: url(http://acecomics.co.uk/images/mcfarlane-toys-wide.png);
	height: 46px;
	width: 350px;
	}

.new-marvel {
	background: url(http://acecomics.co.uk/images/marvel-logo-150x70.png);
	height: 45px;
	width: 100px;
	}

.newcomics {
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 0.8em;
	}

.cmxleft {
	float:left;
	width:150px;
	height:auto;
	padding-right:1em;
	font-size:0.9em;
	color: #004b85;
	font-weight: bold;
	}

.cmxleftside {
	float:left;
	width:200px;
	height:auto;
	padding-right:1em;
	font-size:0.9em;
	color: #004b85;
	font-weight: bold;
	}

.cmxleft2 {
	float:left;
	padding-right:1em;
	font-size:0.9em;
	text-align: center;
	}

.cmxleft-1 {
	float:left;
	width:300px;
	height:auto;
	padding-right:1em;
	font-size:0.9em;
	text-align: center;
	}

.cmxbig {
	float:left;
	width:100%;
	height:auto;
	font-size:0.9em;
	text-align: center;
	}

.cmxi {
	clear: both;
	margin:3px auto;
	}



.price { padding-bottom:0.4em;
	}

.shoppad {
	padding:4px 0;
	}

.pad4 {
	padding:0.4em 0;
	}

.pad6 {
	padding:6px;
	}

.pad10 {
	padding:10px;
	}

.pad20 {
	padding:20px;
	}


.pplpay {
	margin: -50px 0 20px;
	}

.lbut {
	float: left;
	margin:3px 3px 3px 0;
	}

.rbut {
	float:right;
	margin:3px 0 3px 3px;
	}

.lbut1 {
	float: left;
	margin:3px 3px 3px 74px;
	}

.rbut1 {
	float:right;
	margin:3px 74px 3px 3px;
	}

.lefty {
	float: left;
	}

.righty {
	float:right;
	}

.cbut {
	clear: both;
	margin:0 auto;
	}

.cbuy {
	max-width:150px;
	margin:0 auto;
	}

.cmarg {
	margin: 0 auto;
	text-align: center;
	position: relative;
	display: block;
	line-height: 2em;
	}

.splogo {
	width:100px;
	height:auto;
	}

.thumbsup {
	z-index:10;
	position:absolute;
	float:left;
	padding:5px;
	height:100px;
	width:auto;
	}

.thumbsup2 {
	z-index:10;
	position:absolute;
	float:left;
	padding:5px;
	height:75px;
	width:auto;
	}

.clear{
	clear:both;
	}	



/* POSTS & PAGES */

subhead, maker, .preview {
	font-size:0.7em;
	text-transform: uppercase;
	}
	
authors, creators {
	font-size:0.7em;
	text-transform: uppercase;
	font-weight: bold;
	}
	
maker::before {
	content: "Publisher: ";
	color: #006286;
	}
	
creators::before {
	content: "Creator(s): ";
	color: #006286;
	}

authors::before {
	content: "Author(s): ";
	color: #006286;
	}

.shopbox maker::before, .shopbox creators::before,  .shopbox authors::before {
	color: #fff;
	}

subtype {
	font-style: italic;
	font-size: smaller;
	font-weight: bold;
	color: #006286;
}
	
subissue, subdone {
	font-weight: bold;
	}
	
subissue::before {
	content: "Next Issue: ";
	color: #006286;
	}
	
subdate::before {
	content: "Release Date: ";
	color: #006286;
	}
	
itemprop {
	margin-bottom: 100px;
	}
	
.entry-header .comments-link a {
	background: #eee url('http://acecomics.co.uk/images/comment-bubble2.png') no-repeat;}

.entry-header hgroup .entry-title {
	padding-top: 5px;
	}

.entry-header .entry-title {
	padding-top:0px;
	}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector, and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #006286;
	font-size: 10px;
	font-weight: strong;
	letter-spacing: 0.1em;
	line-height: 0.5em;
	position: relative;
	text-transform: uppercase;
	top: 0;
}

.entry-content, .entry-summary {
	padding: 2% 0;
	}

.entry-title {
	line-height: 1em;
	}

.entry-title, .entry-header .entry-meta {
	padding-right: 0;
	}

.entry-summary p {
	margin-bottom:0;}

.hentry {
	margin:0 0 0.5em;
	padding:0 0 0.5em;
	border-bottom: 1px solid #006286;
	}	

.hentry, .no-results {
	}

img.alignleft {
	margin:0 0.7em 0.7em 0;}

.commentlist > li.comment {
	background: url('http://acecomics.co.uk/images/paper-tile2.jpg') repeat scroll;
	border: 1px solid #DDD;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
	}

.commentlist > li:before {
	content: url('http://acecomics.co.uk/images/comment-arrow2.png');
	left: -21px;
	position: absolute;}

.commentlist > li.bypostauthor:before {
	content: url('http://acecomics.co.uk/images/comment-arrow-bypostauthor2.png');}

#respond {
	background: url('http://acecomics.co.uk/images/paper-tile2.jpg') repeat scroll;
	border: 1px solid lightGrey;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
	}

.entry-content table, 
.comment-content table {
	border-bottom:none;
	margin:0 0 0.7em;
	}

.entry-content td, .comment-content td {
	border-top:0;
	padding:0;
	}
	
.page-link {
	color: #006286;
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #006286;
	color: #f0f7e8;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #0072bc;
	color: #fff;
	font-weight: bold;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	box-shadow: none;
	}

span.wpcf7-list-item {
	margin-left:0.5em;
	display:block;
	}

.tickleft span.wpcf7-list-item {
	margin: 0 0 0.2em 0;
	}

.rightpad {
	padding: 0 0.8em 0.8em 0;
	}


.buyright {
	float:right;
	width:68%; }

.buyleft {
	float:left;
	width:30%;
	max-width:200px;
	padding-right:2%;
	font-size:0.7em;
	}

#buysplit, lineout {
	clear:both;
	border-bottom:1px solid #006286;
	margin-bottom:20px;
	padding-top:15px;
	display: block;
	}

#buysplit2, lineout2 {
	clear:both;
	border-bottom:1px solid transparent;
	margin-bottom:20px;
	padding-top:15px;
	display: block;
	}

#buysplit3 {
	clear:both;
	border-bottom:1px solid #006286;
	margin-bottom:10px;
	padding-top:0;
	}

.insetleft {
	float:left;
	width:30%;
	max-width:200px;
	padding-right:1em;
	padding-bottom:1em;
	font-size:0.7em;
	}

@media screen and (max-width: 450px) {
.buyright {
	float:left; }
	}

.tinypic {
	height:150px;
	width:99px;
	margin-left:0.5em;
	margin-bottom:0.4em;
	float:left;
	}

.chart {
	font-size:0.9em;
	line-height:1.5em;
	border:1px solid #006286;
	padding:2%;
	width:230px;
	}

.list {
	line-height:1.5em;
	}

.subtxt {
	font-size:0.9em;
	}

.prctxt {
	font-size:1.8em;
	color:#006286;
	}

.ill-r {
	margin-right:2%;
	}

.zine-thumb img {
	width: 31%;
	margin-right: 2%
	}
@media screen and (max-width:600px) {
        .zine-thumb img {
		width: 47.5%;
		}
	}


/* CHARTS */

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #006286;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #006286;
	}
	
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #006286;
	}

.diamond {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #006286;
	position: relative;
	top: -5px;
	}


/* FRONT PAGE RESPONSIVE BOXES */

#tilefront {
	width:100%;
	margin:0 auto;
	text-align:justify;
	}

.tilefront1A {
	width: 49.5%;
	height: auto;
	float:left;
	padding-bottom:1%;
	}

.tilefront1B {
	width: 49.5%;
	height: auto;
	float:right;
	padding-bottom:1%;
	}

.tilefront2 {
	width: 24.25%;
	height: auto;
	padding-bottom:1%;
	}

.tilefront3 {
	width: 7.4%;
	height: auto;
	padding-bottom:1%;
	}

.tilepad1 {
	padding-right:0.5%;
	}

.tilepad2 {
	padding-left:0.5%;
	padding-right:0.5%;
	}

.tilepad3 {
	padding-left:0.5%;
	}



.entry-content table {
	margin:0;
	}

.headshot {
	line-height:0.7em;
	margin-bottom:3em;
	margin-top:-10px;
	}





/* PAGE SPECIFIC RULES */

.shopbox {
	color:#ebebeb;
	background-color: #555555;
	padding: 5px 8px;
	overflow: auto;
	margin-bottom: 10px;
	}
	
pos {
	color: #6dcff6;	
	}
	
pos1 {
	color: #ffd400;	
	}
	
	/*006286 #c8f0f0*/

.storedetails {
	min-height:310px;
	border-bottom: 1px solid #000000;
	padding-bottom:1em;
	}

.suppliesitem {
	margin:0;
	padding-bottom:0;
	border-bottom: 1px solid #DDD;}

.suppliesdetails {
	margin-bottom:0;
	}

.suppliespay {
	line-height:0.7em;
	margin-bottom:3em;
	margin-top:-10px;
	}

/* 404 PAGE */

.error404 #primary #content {
    margin:0 auto;
    width:100%;
    }

.error404 #main #searchform {
    background: none;
    border: 0;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 98%;
    }



/* SIDEBAR BUTTONS */

.longbutt {
	width:150px;
	height:26px;
	text-indent:-9999em;
	float:left;
	display:block;
	margin-bottom:0.5em;}

.shortbutt {
	width:72px;
	height:26px;
	text-indent:-9999em;
	float:left;
	display:block;
	margin-bottom:0.5em;}

.fb-like {float:left}

.widget_search #s, .widget_product_search #s {
	width: 78.5%;
	}

.screen-reader-text #s {
	text-indent:-9999px;
	}

.widget {
	margin: 0 0 0.5em;
	}

.widget_search form {
	margin: 0 0 0.5em;
	}

.sdbr-menu {
	width:250px;
	height:20px;
	float:left;
	display:block;
	margin-bottom:0.5em;
	}

.sdbr-butt {
	width:250px;
	height:40px;
	text-indent:-9999em;
	float:left;
	display:block;
	margin-bottom:0.5em;}

.sdbr-butt2 {
	width:250px;
	height:157px;
	text-indent:-9999em;
	float:left;
	display:block;
	margin-bottom:0.5em;}

#ace-sub {
	background-image: url("http://acecomics.co.uk/images/button-250x40-b-sub.png");
	background-repeat: no-repeat;}

#ace-sub a {
	background-image: url("http://acecomics.co.uk/images/button-250x40-a-sub.png");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:40px;}

#ace-sub a:hover {
	background-image:none;}

#ace-eml {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-email-b.gif");
	background-repeat: no-repeat;}

#ace-eml a {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-email-a.gif");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:40px;}

#ace-eml a:hover {
	background-image:none;}

#gra-nov {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-novels-b.gif");
	background-repeat: no-repeat;}

#gra-nov a {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-novels-a.gif");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:40px;}

#gra-nov a:hover {
	background-image:none;}

#bac-iss {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-backissues-b.gif");
	background-repeat: no-repeat;}

#bac-iss a {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-backissues-a.gif");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:40px;}

#bac-iss a:hover {
	background-image:none;}

#com-sup {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-supplies-b.gif");
	background-repeat: no-repeat;}

#com-sup a {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-supplies-a.gif");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:40px;}

#com-sup a:hover {
	background-image:none;}

#ace-ill {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-illuminations-b.gif");
	background-repeat: no-repeat;}

#ace-ill a {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-illuminations-a.gif");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:40px;}

#ace-ill a:hover {
	background-image:none;}

#ill a {
	background-image: url("http://acecomics.co.uk/illuminationsfiles/illuminations-300.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:157px;
	}

#ace-shp {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-ebay-b.gif");
	background-repeat: no-repeat;}

#ace-shp a {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-ebay-a.gif");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:40px;}

#ace-shp a:hover {
	background-image:none;}

#ace-amz {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-amazon-b.gif");
	background-repeat: no-repeat;
	}

#ace-amz a {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-amazon-a.gif");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:40px;
	}

#ace-amz a:hover {
	background-image:none;
	}

#ace-loc {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-stores-b.gif");
	background-repeat: no-repeat;}

#ace-loc a {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-stores-a.gif");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:40px;}

#ace-loc a:hover {
	background-image:none;}

#ace-job {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-vacancies-b.gif");
	background-repeat: no-repeat;}

#ace-job a {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-vacancies-a.gif");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:40px;}

#ace-job a:hover {
	background-image:none;}

#ace-gift {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-vouchers-b.gif");
	background-repeat: no-repeat;}

#ace-gift a {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-vouchers-a.gif");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:40px;}

#ace-gift a:hover {
	background-image:none;}

#ace-dig {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-digital-b.gif");
	background-repeat: no-repeat;}

#ace-dig a {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-digital-a.gif");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:40px;}

#ace-dig a:hover {
	background-image:none;}

#ace-shop {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-shop-b.gif");
	background-repeat: no-repeat;}

#ace-shop a {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-shop-a.gif");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:40px;}

#ace-shop a:hover {
	background-image:none;}

#ace-account {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-account-b.gif");
	background-repeat: no-repeat;}

#ace-account a {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-account-a.gif");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:40px;}

#ace-account a:hover {
	background-image:none;}

#ace-cart {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-basket-b.gif");
	background-repeat: no-repeat;}

#ace-cart a {
	background-image: url("http://acecomics.co.uk/images/sidebar-button-basket-a.gif");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:40px;}

#ace-cart a:hover {
	background-image:none;}


.sdbr-butt4 {
	width:250px;
	height:80px;
	text-indent:-9999em;
	float:left;
	display:block;
	margin-right:6px;
	margin-bottom:0.5em;
	}

.sdbr-butt5 {
	width:250px;
	height:80px;
	float:left;
	display:block;
	margin-right:6px;
	margin-bottom:0.5em;
	}

#dig-all {
	background-image: url("http://acecomics.co.uk/images/digitalbutton-pub-b.png");
	background-repeat: no-repeat;}

#dig-all a {
	background-image: url("http://acecomics.co.uk/images/digitalbutton-pub-a.png");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:80px;
	}

#dig-all a:hover {
	background-image:none;}

#dig-dc {
	background-image: url("http://acecomics.co.uk/images/digitalbutton-dc-b.png");
	background-repeat: no-repeat;}

#dig-dc a {
	background-image: url("http://acecomics.co.uk/images/digitalbutton-dc-a.png");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:80px;
	}

#dig-dc a:hover {
	background-image:none;}

#wlkd {
	background-image: url("http://acecomics.co.uk/images/walkingdeadlbutton-b.png");
	background-repeat: no-repeat;}

#wlkd a {
	background-image: url("http://acecomics.co.uk/images/walkingdeadlbutton-a.png");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:80px;
	}

#wlkd a:hover {
	background-image:none;}

#prevcsv {
	background-image: url("http://acecomics.co.uk/images/prev-button-b.png");
	background-repeat: no-repeat;}

#prevcsv a {
	background-image: url("http://acecomics.co.uk/images/prev-button-a.png");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:80px;
	}

#prevcsv a:hover {
	background-image:none;}


#sideface {
	background-image: url("http://acecomics.co.uk/images/sdbr-btn-58x40-face-b.png");
	background-repeat: no-repeat;}

#sideface a {
	background-image: url("http://acecomics.co.uk/images/sdbr-btn-58x40-face-a.png");
	background-repeat: no-repeat;
	display:block;
	width:58px;
	height:40px;}

#sideface a:hover {
	background-image:none;}

#sideplus {
	background-image: url("http://acecomics.co.uk/images/sdbr-btn-58x40-plus-b.png");
	background-repeat: no-repeat;}

#sideplus a {
	background-image: url("http://acecomics.co.uk/images/sdbr-btn-58x40-plus-a.png");
	background-repeat: no-repeat;
	display:block;
	width:58px;
	height:40px;}

#sideplus a:hover {
	background-image:none;}

#sidetwit {
	background-image: url("http://acecomics.co.uk/images/sdbr-btn-58x40-twit-b.png");
	background-repeat: no-repeat;}

#sidetwit a {
	background-image: url("http://acecomics.co.uk/images/sdbr-btn-58x40-twit-a.png");
	background-repeat: no-repeat;
	display:block;
	width:58px;
	height:40px;}

#sidetwit a:hover {
	background-image:none;}

#siderss {
	background-image: url("http://acecomics.co.uk/images/sdbr-btn-58x40-rss-b.png");
	background-repeat: no-repeat;}

#siderss a {
	background-image: url("http://acecomics.co.uk/images/sdbr-btn-58x40-rss-a.png");
	background-repeat: no-repeat;
	display:block;
	width:58px;
	height:40px;}

#siderss a:hover {
	background-image:none;}

.sdbr-butt3 {
	width:250px;
	height:100px;
	text-indent:-9999em;
	float:left;
	display:block;
	margin-bottom:0.5em;
	}

.feat-butt {
	width:250px;
	height:150px;
	text-indent:-9999em;
	float:left;
	display:block;
	margin-bottom:0.5em;
	}

.link-butt {
	width:250px;
	height:80px;
	text-indent:-9999em;
	float:left;
	display:block;
	margin-bottom:0.5em;
	}

#ace-gam {
	background-image: url("http://acecomics.co.uk/images/sidebar-feature-gaming-b.png");
	background-repeat: no-repeat;}

#ace-gam a {
	background-image: url("http://acecomics.co.uk/images/sidebar-feature-gaming-a.png");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:80px;}

#ace-gam a:hover {
	background-image:none;}

#buyebay {
	background-image: url("http://acecomics.co.uk/images/ebaybutton-b.gif");
	background-repeat: no-repeat;}

#buyebay a {
	background-image: url("http://acecomics.co.uk/images/ebaybutton-a.gif");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:80px;}

#buyebay a:hover {
	background-image:none;}

#feat-walk a {
	background-image: url("http://acecomics.co.uk/wp-content/uploads/2013/01/walking-dead-250.jpg");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:150px;}

#link-eco {
	background-image: url("http://acecomics.co.uk/images/sidebar-economic-b.png");
	background-repeat: no-repeat;}

#link-eco a {
	background-image: url("http://acecomics.co.uk/images/sidebar-economic-a.png");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:80px;
	}

#link-eco a:hover {
	background-image:none;}

#link-six {
	background-image: url("http://acecomics.co.uk/images/sidebar-6iss-b.jpg");
	background-repeat: no-repeat;}

#link-six a {
	background-image: url("http://acecomics.co.uk/images/sidebar-6iss-a.jpg");
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:80px;
	}

#link-six a:hover {
	background-image:none;}


.buyebay2 {
	background-image: url("http://acecomics.co.uk/images/buyebay3.png");
	background-repeat: no-repeat;
	width:72px;
	height:26px;
	}

.buyebay2 a {
	background-image: url("http://acecomics.co.uk/images/buyebay4.png");
	background-repeat: no-repeat;
	display:block;
	}

.buyebay2 a:hover {
	background-image:none;
	}

.buydigi2 {
	background-image: url("http://acecomics.co.uk/images/buydigital4.png");
	background-repeat: no-repeat;
	}

.buydigi2 a {
	background-image: url("http://acecomics.co.uk/images/buydigital3.png");
	background-repeat: no-repeat;
	display:block;
	width:72px;
	height:26px;
	}

.buydigi2 a:hover {
	background-image:none;
	}

.download1 {
	background-image: url("http://acecomics.co.uk/images/download2.png");
	background-repeat: no-repeat;
	}

.download1 a {
	background-image: url("http://acecomics.co.uk/images/download1.png");
	background-repeat: no-repeat;
	display:block;
	width:150px;
	height:26px;
	}

.download1 a:hover {
	background-image:none;
	}
	
	
/* SOCIAL MEDIA WIDGET */

.twitter-timeline {
	padding: 5px;
	background-colour: blue;
	}
	

/* RESPONSIVE RULES to avoid site breaking due to fixed width sidebar */

@media screen and (max-width: 1084px) {
.left-sidebar #primary {
	max-width:69%
	}}

@media screen and (max-width: 1072px) {
.left-sidebar #primary {
	max-width:68.8%
	}}

@media screen and (max-width: 1060px) {
.left-sidebar #primary {
	max-width:68.7%
	}}

@media screen and (max-width: 1048px) {
.left-sidebar #primary {
	max-width:68.6%
	}}

@media screen and (max-width: 1036px) {
.left-sidebar #primary {
	max-width:68.6%
	}}

@media screen and (max-width: 1024px) {
.left-sidebar #primary {
	max-width:68.5%
	}}

@media screen and (max-width:1012px) {
.left-sidebar #primary {
	max-width:68.5%
	}}
	
@media screen and (max-width: 1000px) {
.left-sidebar #primary {
	max-width:68.4%
	}}
	
@media screen and (max-width: 988px) {
.left-sidebar #primary {
	max-width:68.4%
	}}
	
@media screen and (max-width: 976px) {
.left-sidebar #primary {
	max-width:68%
	}}
	
@media screen and (max-width: 964px) {
.left-sidebar #primary {
	max-width:67.7%
	}}
	
@media screen and (max-width: 952px) {
.left-sidebar #primary {
	max-width:67.2%
	}}
	
@media screen and (max-width: 940px) {
.left-sidebar #primary {
	max-width:66.8%
	}}
	
@media screen and (max-width: 928px) {
.left-sidebar #primary {
	max-width:66.5%
	}}
	
@media screen and (max-width: 916px) {
.left-sidebar #primary {
	max-width:66%
	}}
	
@media screen and (max-width: 904px) {
.left-sidebar #primary {
	max-width:65.7%
	}}

@media screen and (max-width: 892px) {
.left-sidebar #primary {
	max-width:65.3%
	}}
	
@media screen and (max-width: 880px) {
.left-sidebar #primary {
	max-width:64.9%
	}}
	
@media screen and (max-width: 868px) {
.left-sidebar #primary {
	max-width:64.4%
	}}

@media screen and (max-width: 856px) {
.left-sidebar #primary {
	max-width:64%
	}}

@media screen and (max-width: 844px) {
.left-sidebar #primary {
	max-width:63.6%
	}}

@media screen and (max-width: 832px) {
.left-sidebar #primary {
	max-width:63%
	}}

@media screen and (max-width: 820px) {
.left-sidebar #primary {
	max-width:62.6%
	}}

@media screen and (max-width: 808px) {
.left-sidebar #primary {
	max-width:61.9%
	}}

@media screen and (max-width: 800px) {
#main #content {
	margin: 0;
	width: auto;
	}
#main #secondary {
	width: 250px;
	min-width: 270px;
	margin:0;
	margin-left:1%;
	float: left;
	border-right: 1px solid #006286;
	}}

@media screen and (max-width: 796px) {
.left-sidebar #primary {
	max-width:61.4%
	}}

@media screen and (max-width: 784px) {
.left-sidebar #primary {
	max-width:60.4%
	}}

@media screen and (max-width: 772px) {
.left-sidebar #primary {
	max-width:59.8%
	}}

@media screen and (max-width: 768px) {
.left-sidebar #primary {
	max-width:59.4%
	}}

@media screen and (max-width: 756px) {
.left-sidebar #primary {
	max-width:59.1%
	}}

@media screen and (max-width: 744px) {
.left-sidebar #primary {
	max-width:58.8%
	}}

@media screen and (max-width: 743px) {
.left-sidebar #primary {
	width:98%;
	max-width:98%;
	}
#main #secondary {
	float:center;
	margin:0 auto;
	border-right:none;
	width:250px;
	min-width:270px;
	}
.left-sidebar #secondary {
	float:center;
	margin:0 auto;
	border-right:none;
	width:250px;
	min-width:270px;
	}
.sdbr-butt {
	margin-right:1%;
	}
.sdbr-butt2 {
	margin-right:1%;
	}
.feat-butt {
	margin-right:1%;
	}	
	#slideshow {
	height:204px;
	}
.menufoot {
	display:block;
	}
#access .nav-menu {
	display:block;
	}
#main #content {
	width: 100%;
	margin:0;
	padding:0;
	}}
	
@media screen and (max-width: 700px) {
.tilefront3 {
	width: 15.75%;
	height: auto;
	padding-bottom:1%;
	}}

@media screen and (max-width: 650px) {
#max50 {max-width:100%
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}}

@media screen and (max-width: 600px) {
#page {
	margin:0 auto;}
	}

@media screen and (max-width: 550px) {
#page {
	margin:0 auto;}
.cmxleft-1 {
	float:none;
	margin:0 auto;
	padding-bottom:50px;
	}}

@media screen and (max-width: 543px) {
.sdbr-butt {
	margin:0 0 0.5em;
	}
.sdbr-butt2 {
	margin:0 0.5em 0.5em 0;
	}
.feat-butt {
	margin:0 0 0.5em;
	}	
#main #secondary {
	float:center;
	margin:0 auto;
	border-right:none;
	width:250px;
	min-width:270px;
	}}

@media screen and (max-width: 500px) {
#page {
	margin:0 auto;}
	}

@media screen and (max-width: 450px) {
#page {
	margin:0 auto;}
	}

@media screen and (max-width: 400px) {
#page {
	margin:0 auto;}
.cmxleft {
	float:none;
	margin:0 auto;
	padding-bottom:50px;
	}
.cmxleft-1 {
	float:none;
	margin:0 auto;
	padding-bottom:50px;
	}
.covergallery {
	float:none;
	}
#access .nav-home {
	display:none;
	}
#access .nav-home2 {
	display:block;
	}
#access .nav-email {
	display:none;
	}
#access .nav-email2 {
	display:block;
	}
#access .nav-menu {
	display:none;
	}
#access .nav-menu2 {
	display:block;
	}
.threefifty {
	max-width: 100%;
	}
.threefifty2 {
	max-width: 100%;
	float: left;
	}
}

@media screen and (max-width: 347px) {
.sub6set {
	float:none;
	margin:0 auto 1em;
	}}

@media screen and (max-width: 300px) {
#page {
	margin:0 auto;}
	}

.ninetyeight {
	width:98%;
	margin:0 auto;
	}
	
	
/*   CHARTS   */

.charts {
	margin: 0;
	width: 100%;
	list-style: none;
	float: left;
	}
	
.charts .product-left {
	min-height: 304px;
	}

.product-left .chartpos {
	z-index: 10;
	top: 0;
	right: 0;
	left: auto;
	margin: 0.2em 0.8em;
	color: #f0f7e8;
	background: #0072bc;
	text-transform: uppercase;
	min-height: 32px;
	min-width: 32px;
	padding: 4px;
	font-size: large;
	font-weight: bold;
	position: absolute;
	text-align: center;
	line-height: 32px;
	border-radius: 0px;
	}
	
.product-left .pos1 {
	background: red;
	}
	

/*Buttons*/

.product-left a.nobuy,
.product-left a.nobuy:hover {
	cursor: default;
}
	
	
	
/*   META SLIDER RULES   */

.theme-default .nivoSlider {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
#metaslider_16588.flexslider {
	margin: 0;
}
.metaslider .flex-control-nav {
	z-index: 20;
	bottom: 20px;
}
.metaslider .flex-control-paging li a {
    background: #ebebeb;
    background: rgba(235,235,235,0.8);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.metaslider .flex-control-paging li a:hover,
.metaslider .flex-control-paging li a.flex-active {
    background: #fff;
    background: rgba(255,255,255,0.9);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

/*   END   */


/*   WOOCOMMERCE RULES   */

.woocommerce .product h1 {
	text-transform: uppercase;
	margin-bottom: 5px;
	}

.woocommerce .page-title, .woocommerce-page .page-title {
	color: #222;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1em;
	margin: 0;
	text-transform: none;
	padding: 0 0 .6em;
	}

.woocommerce #content nav a {
	font-size: 15px;
	font-weight: inherit;
	line-height: 1.25em;
	}

.woocommerce mark.order-number, .woocommerce-page mark.order-number, .woocommerce mark.order-date, .woocommerce-page mark.order-date, .woocommerce mark.order-status, .woocommerce-page mark.order-status, .woocommerce mark.count, .woocommerce-page mark.count {
	background:none;
	font-weight:bold;
	}

/* Buttons */

button, a.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt,
.wpcf7-submit {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#ebebeb;
	border:1px solid #006286;
	background-image: url(http://acecomics.co.uk/images/dots-newshead.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0072bc), to(#00244c));
	background: #0072bc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -moz-linear-gradient(top,  #0072bc 0%, #00244c 100%); /* FF3.6+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072bc), 	color-stop(100%,#00244c)); /* Chrome,Safari4+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -webkit-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* 	Chrome10+,Safari5.1+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -o-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* Opera 11.10+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -ms-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* IE10+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, linear-gradient(to bottom,  #0072bc 0%,#00244c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072bc', 	endColorstr='#00244c',GradientType=0 ); /* IE6-8 */
	background-color:#004b85;
	background-position: center right;
	background-repeat: repeat-y;
	box-sizing:border-box;
	padding: 6px 10px;
	font-size: 100%;
	margin: 0;
	line-height: 1em;
	cursor: pointer;
	overflow: visible;
	border-radius: 2px;
	left: auto;
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
	}
	
.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading,.woocommerce #respond input#submit.loading,.woocommerce #content input.button.loading,.woocommerce-page a.button.loading,.woocommerce-page button.button.loading,.woocommerce-page input.button.loading,.woocommerce-page #respond input#submit.loading,.woocommerce-page #content input.button.loading{
	color:#ebebeb;
	border:1px solid #006286;
	}
	
.woocommerce a.button.loading:before,.woocommerce button.button.loading:before,.woocommerce input.button.loading:before,.woocommerce #respond input#submit.loading:before,.woocommerce #content input.button.loading:before,.woocommerce-page a.button.loading:before,.woocommerce-page button.button.loading:before,.woocommerce-page input.button.loading:before,.woocommerce-page #respond input#submit.loading:before,.woocommerce-page #content input.button.loading:before{
	content:"";
	position:absolute;
	top:0.35em;
	right:0;
	left:0;
	bottom:0;
	background:url(../images/ajax-loader.gif) center no-repeat rgba(255,255,255,0)
	}
	
.woocommerce a.button.added:before,.woocommerce button.button.added:before,.woocommerce input.button.added:before,.woocommerce #respond input#submit.added:before,.woocommerce #content input.button.added:before,.woocommerce-page a.button.added:before,.woocommerce-page button.button.added:before,.woocommerce-page input.button.added:before,.woocommerce-page #respond input#submit.added:before,.woocommerce-page #content input.button.added:before{
	content:"";
	position:absolute;
	height:16px;
	width:16px;
	top:0px;
	right:-26px;
	text-indent:0;
	background:url(../images/success.png) no-repeat
	}

button:hover, a.button:hover, a.button:focus,	
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover,.woocommerce #content input.button:hover,.woocommerce-page a.button:hover,.woocommerce-page button.button:hover,.woocommerce-page input.button:hover,.woocommerce-page #respond input#submit:hover,.woocommerce-page #content input.button:hover, .woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce #content input.button.alt:hover,.woocommerce-page a.button.alt:hover,.woocommerce-page button.button.alt:hover,.woocommerce-page input.button.alt:hover,.woocommerce-page #respond input#submit.alt:hover,.woocommerce-page #content input.button.alt:hover {
	border:1px solid #006286;
	background-image: url(http://acecomics.co.uk/images/dots-newshead.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0072bc), to(#00244c));
	background: #0072bc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(http://acecomics.co.uk/images/dots-highblue.png) center right no-repeat, -moz-linear-gradient(top,  #0072bc 0%, #00244c 100%); /* FF3.6+ */
	background: url(http://acecomics.co.uk/images/dots-highblue.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072bc), 	color-stop(100%,#00244c)); /* Chrome,Safari4+ */
	background: url(http://acecomics.co.uk/images/dots-highblue.png) center right no-repeat, -webkit-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* 	Chrome10+,Safari5.1+ */
	background: url(http://acecomics.co.uk/images/dots-highblue.png) center right no-repeat, -o-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* Opera 11.10+ */
	background: url(http://acecomics.co.uk/images/dots-highblue.png) center right no-repeat, -ms-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* IE10+ */
	background: url(http://acecomics.co.uk/images/dots-highblue.png) center right no-repeat, linear-gradient(to bottom,  #0072bc 0%,#00244c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072bc', 	endColorstr='#00244c',GradientType=0 ); /* IE6-8 */
	background-color:#004b85;
	background-position: center right;
	background-repeat: repeat-y;
	box-sizing:border-box;
	}

a.nobuy:hover {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#ebebeb;
	border:1px solid #006286;
	background-image: url(http://acecomics.co.uk/images/dots-newshead.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0072bc), to(#00244c));
	background: #0072bc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -moz-linear-gradient(top,  #0072bc 0%, #00244c 100%); /* FF3.6+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072bc), 	color-stop(100%,#00244c)); /* Chrome,Safari4+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -webkit-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* 	Chrome10+,Safari5.1+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -o-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* Opera 11.10+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -ms-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* IE10+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, linear-gradient(to bottom,  #0072bc 0%,#00244c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072bc', 	endColorstr='#00244c',GradientType=0 ); /* IE6-8 */
	background-color:#004b85;
	background-position: center right;
	background-repeat: repeat-y;
	box-sizing:border-box;
	padding: 6px 10px;
	font-size: 100%;
	margin: 0;
	line-height: 1em;
	cursor: pointer;
	overflow: visible;
	border-radius: 2px;
	left: auto;
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
	}

a.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce ul.products li.product .button:hover {
    color:#ffffff;
    }

a.button:active,	
.woocommerce a.button:active,.woocommerce button.button:active,.woocommerce input.button:active,.woocommerce #respond input#submit:active,.woocommerce #content input.button:active,.woocommerce-page a.button:active,.woocommerce-page button.button:active,.woocommerce-page input.button:active,.woocommerce-page #respond input#submit:active,.woocommerce-page #content input.button:active{
	top:1px;
	}
	
.woocommerce ul.products li.product .button {
	margin: 0;
	}
	
	
/* Images */

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    margin-bottom:2px;
    }

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
	max-width:333px;
	box-shadow: none;
	}
	
	

/* Products */

.product-left {
	float: left;
	width: 132px;
	height: auto;
	padding-right: 1em;
	color: #004b85;
	font-weight: bold;
	margin-bottom: 6px;
	position: relative;
	}
	
.product-left img {
	margin: 3px auto 0;
	width: 132px;
	height: 198px;
	position: relative;
	}
	
.shopbox .product-left img {
	margin: 3px auto 4px;
	}
	
.tabs {
	display:none;
	}
	
.sku_wrapper {
	margin-bottom: 1em;
	font-weight: bold;
}

.woocommerce .hentry {
	border-bottom:none;
	}

.product_meta {
	font-size:0.8em;
	}
	
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    color: #373737;
    font-size:0.8em;
    padding:0;
    }

.entry-content h3, .comment-content h3 {
	font-size: 0.8em;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: none;
	}

.chartpos {
	z-index: 10;
	top: 0;
	right: 0;
	left: auto;
	margin: 0;
	color: #f0f7e8;
	background: #0072bc;
	text-transform: uppercase;
	min-height: 32px;
	min-width: 32px;
	padding: 4px;
	font-size: large;
	font-weight: bold;
	position: absolute;
	text-align: center;
	line-height: 32px;
	border-radius: 0px;
	}
    
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    color: #004b85;
    font-weight: bold;
    margin: .1em 0 .2em;
    }
    
.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
	color: #004b85;
	font-weight: bold;
    }

.woocommerce ul.products li.product .price .from,.woocommerce-page ul.products li.product .price .from{
	font-size:0.8em;
	font-weight: normal;
	margin:-2px 0 0 0;
	text-transform:none;
	color: #004b85;
	}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 0.5em 1em 0;
    padding: 0;
    position: relative;
    width: 132px;
    height: 300px;
    }

.product-left a.button {
	width:100%;
	text-align: center;
	margin-bottom: 4px;
	}
	
.woocommerce ul.products li.product a.button, .woocommerce-page ul.products li.product a.button, .woocommerce ul.products li.product a.button:hover, .woocommerce-page ul.products li.product a.button:hover {
    position: absolute;
    bottom: 1px;
    width:100%;
    text-align: center;
    }

.woocommerce ul.products li.product a.button:active, .woocommerce-page ul.products li.product a.button:active {
    position: absolute;
    bottom: 0;
    top: 271px;
    }

.woocommerce span.onsale, .woocommerce-page span.onsale {
	color: #f0f7e8;
	background: #f00000;
	text-transform: uppercase
	}

.woocommerce div.product p.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product p.price del {
	color:#373737;
	font-size:0.8em
	}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
	color:#373737;
	font-size:0.9em
	}
	
.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
	margin: 1em 0;
	}
	
.woocommerce div.product .out-of-stock, .woocommerce #content div.product .out-of-stock, .woocommerce-page div.product .out-of-stock, .woocommerce-page #content div.product .out-of-stock {
	color: red;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1em 0 2em;
	}

    
/*@media only screen and (max-width: 820px),(min-device-width: 820px) and (max-device-width: 820px)  {        .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {        margin: 0 2% 1em;        padding: 0;        position: relative;        margin-left: 0;    }}*/


/* Cart Page */

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
	font-weight:normal;
	}
	
.woocommerce table.cart a.remove,.woocommerce #content table.cart a.remove,.woocommerce-page table.cart a.remove,.woocommerce-page #content table.cart a.remove{
	line-height:1;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	color:#004b85;
	}
	
.woocommerce table.cart a.remove:hover,.woocommerce #content table.cart a.remove:hover,.woocommerce-page table.cart a.remove:hover,.woocommerce-page #content table.cart a.remove:hover{
	background-color:#004b85;
	color:#ebebeb
	}

/* Removing Text Drop Shadow */

.woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce span.onsale, .woocommerce-page span.onsale, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button,.woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box, .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
	text-shadow:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	}
	
/* Cart Table */
	
.woocommerce table.shop_table tr:nth-of-type(odd),.woocommerce-page table.shop_table tr:nth-of-type(odd){
    background: #eee;
    }
    
.woocommerce .cart-collaterals .cart_totals h2,.woocommerce-page .cart-collaterals .cart_totals h2, .woocommerce .cart-collaterals .shipping_calculator h2, .woocommerce-page .cart-collaterals .shipping_calculator h2 {
    float:left;
    }
    
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce table.cart input, .woocommerce #content table.cart input, .woocommerce-page table.cart input, .woocommerce-page #content table.cart input, .woocommerce table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .button.alt {
    margin: 0 0 .25em .25em;
}

.woocommerce .quantity .plus,.woocommerce .quantity .minus,.woocommerce #content .quantity .plus,.woocommerce #content .quantity .minus,.woocommerce-page .quantity .plus,.woocommerce-page .quantity .minus,.woocommerce-page #content .quantity .plus,.woocommerce-page #content .quantity .minus, .woocommerce .quantity .plus:hover,.woocommerce .quantity .minus:hover,.woocommerce #content .quantity .plus:hover,.woocommerce #content .quantity .minus:hover,.woocommerce-page .quantity .plus:hover,.woocommerce-page .quantity .minus:hover,.woocommerce-page #content .quantity .plus:hover,.woocommerce-page #content .quantity .minus:hover, .woocommerce .quantity .plus,.woocommerce #content .quantity .plus,.woocommerce-page .quantity .plus,.woocommerce-page #content .quantity .plus, .woocommerce .quantity .minus,.woocommerce #content .quantity .minus,.woocommerce-page .quantity .minus,.woocommerce-page #content .quantity .minus{
	margin: 0 0 .25em .25em;
}

.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
	margin: 0;
	}

/* Responsive Rules */

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

@media 
only screen and (max-width: 1024px),
(min-device-width: 1024px) and (max-device-width: 1024px)  {

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float:left;
	width:100%
	}
	
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float:left;
	width:100%
	}
}

@media 
only screen and (max-width: 743px),
(min-device-width: 743px) and (max-device-width: 743px)  {
    
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float:left;
	width:48%
	}
	
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float:right;
	width:48%
	}
}

@media 
only screen and (max-width: 716px),
(min-device-width: 716px) and (max-device-width: 716px)  {

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float:left;
	width:100%
	}
	
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float:left;
	width:100%
	}
}

@media 
only screen and (max-width: 640px),
(min-device-width: 640px) and (max-device-width: 1024px)  {
    
.woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity {
    margin: 0;
    }
    
.woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
    float: none;
    }
    
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
    float: none;
    }

	/* Force table to not be like tables anymore */
.woocommerce table.cart, .woocommerce table.cart thead, .woocommerce table.cart tbody, .woocommerce table.cart th, .woocommerce table.cart td, .woocommerce table.cart tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.woocommerce table.cart thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.woocommerce table.cart tr {
	    border: 1px solid #ccc;
	    overflow:auto;
	    padding:0;
	    }
	
	.woocommerce table.cart td{
	    /* Behave  like a "row" */
	    border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
	    padding-left: 25%; 
	}
	
	.woocommerce table.cart td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 25%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight:normal;
		line-height: 18px;
		font-size: 10px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}
	
	/*
	Label the data
	*/
	.woocommerce table.cart td:nth-of-type(1):before { content: ""; }
	.woocommerce table.cart td:nth-of-type(2):before { content: ""; }
	.woocommerce table.cart td:nth-of-type(3):before { content: "Product"; }
	.woocommerce table.cart td:nth-of-type(4):before { content: "Price"; }
	.woocommerce table.cart td:nth-of-type(5):before { content: "Quantity"; }
	.woocommerce table.cart td:nth-of-type(6):before { content: "Total"; }
	
}

@media screen and (max-width: 440px) {
     .woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
	width:100%
	}
}

@media screen and (max-width: 400px) {

.woocommerce div.product div.images,.woocommerce #content div.product div.images,.woocommerce-page div.product div.images,.woocommerce-page #content div.product div.images, .woocommerce div.product div.summary,.woocommerce #content div.product div.summary,.woocommerce-page div.product div.summary,.woocommerce-page #content div.product div.summary{
	float:left;
	width:100%;
	margin-bottom:2em
	}
	
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
	}
}

/* WOOCOMMERCE PRODUCT SLIDER PLUGIN */

.wcps-container {
	margin: 0 !important;
	}

.wcps-container .wcps-flat {
	padding: 0 0 15px !important;
	}

.owl-item {
	float: left;
	margin: 0 0.5em 1em 0;
	padding: 0;
	position: relative;
	width: 132px !important;
	height: 292px;
	}

.wcps-container .wcps-flat .owl-buttons {
	position: initial !important;
	}
	
.wcps-container .wcps-flat div.wcps-items {
	background: none !important;
	border: none !important;
	margin: 0 !important;
	}
	
.wcps-container .wcps-flat div.wcps-items div.wcps-items-thumb {
	margin-bottom: 2px !important;
	}
	
.wcps-container .wcps-flat div.wcps-items div.wcps-items-title {
	font-size: 0.8em !important;
	line-height: 1em !important;
	padding: 0 !important;
	text-align: left !important;
	}
	
.wcps-container .wcps-flat div.wcps-items div.wcps-items-price,
.wcps-container .wcps-flat div.wcps-items div.wcps-items-price .amount{
	line-height: 1em !important;
	padding: 0 !important;
	text-align: left !important;
	color: #004b85 !important;
	font-weight: bold !important;
	margin: .1em 0 .2em !important;
	}
	
.wcps-container .wcps-flat div.wcps-items div.wcps-items-cart {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 262px;
	left: 0;
	z-index: 1;
	}
	
.wcps-container #wcps-16564 div.wcps-items-cart a.add_to_cart_button,
.wcps-container #wcps-16564 div.wcps-items-cart a.added_to_cart {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#ebebeb;
	border:1px solid #006286;
	background-image: url(http://acecomics.co.uk/images/dots-newshead.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0072bc), to(#00244c));
	background: #0072bc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -moz-linear-gradient(top,  #0072bc 0%, #00244c 100%); /* FF3.6+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072bc), 	color-stop(100%,#00244c)); /* Chrome,Safari4+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -webkit-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* 	Chrome10+,Safari5.1+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -o-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* Opera 11.10+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, -ms-linear-gradient(top,  #0072bc 0%,#00244c 100%); /* IE10+ */
	background: url(http://acecomics.co.uk/images/dots-newshead.png) center right no-repeat, linear-gradient(to bottom,  #0072bc 0%,#00244c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072bc', 	endColorstr='#00244c',GradientType=0 ); /* IE6-8 */
	background-color:#004b85;
	background-position: center right;
	background-repeat: repeat-y;
	box-sizing:border-box;
	padding: 6px 10px;
	font-size: 100%;
	margin: 0;
	line-height: 1em;
	cursor: pointer;
	overflow: visible;
	border-radius: 2px;
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	}
	
.wcps-container .wcps-flat div.wcps-featured {
	display: none;
	}
	
.wcps-container .wcps-flat .owl-controls {
	margin-top: 0px !important;
	}
	
.owl-theme .owl-controls .owl-buttons div,
.owl-theme .owl-controls.clickable .owl-buttons div:hover,
.wcps-container .wcps-flat .owl-controls .owl-buttons div.owl-next,
.entry-content .wcps-container .wcps-flat .owl-controls .owl-buttons div.owl-next:hover,
.wcps-container .wcps-flat .owl-controls .owl-buttons div.owl-prev,
.entry-content .wcps-container .wcps-flat .owl-controls .owl-buttons div.owl-prev:hover {
	background-color: transparent !important;
	border: none !important;
	}
	
.wcps-container .wcps-flat .owl-controls .owl-buttons .owl-next {
	background-image: url(http://acecomics.co.uk/images/build/ace-arrow-next.png) !important;
	}
	
.wcps-container .wcps-flat .owl-controls .owl-buttons .owl-prev {
	background-image: url(http://acecomics.co.uk/images/build/ace-arrow-prev.png) !important;
	}

/* END - WOOCOMMERCE RULES *//*

body #a1 .adsbygoogle, body #a2 .adsbygoogle {
	display: none !important;
	}

/* Headings
--------------------------------------------------*/
h2.prime {
	width: 100%;
	border-bottom: 1px solid #005699;
	margin: 20px 0;
}

/* New Releases lists
--------------------------------------------------*/
ul.new_releases,
ol.new_releases {
	margin: 0 0 1rem 0;
}
li.new_releases {
	list-style: none;
	margin-left: 1rem;
}
li.new_releases span {
	font-size: 12px;
	color: #005699;
}

/* Skip Link Bodge */

.skip-link {
display: none;
}

li.menu-item {
	float: left;
}
#access h3,
#nav-below h3 {
display:none;
}