/*
Theme Name: Rebranded Gaslamp
Theme URI: http://gaslampgames.com
Description: Custom design developed by Chestnut St. Pixel Foundry. Based on TwentyTen
Author: Chestnut St. Pixel Foundry, modifications and optimizations by Derek Bonner
Version: 0.3
License:
License URI:
Tags: custom, don't mess with it, widgety, menuy, featured post thumbnails
*/

/* reset all tags */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.corner-ribbon {
  width: 300px;
  background: #ff0000;
  position: absolute;
  top: 45px;
  left: -75px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-size: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

span {
  font-family: inherit;
}

:focus {
  /* remember to define focus styles! */
  outline: 0;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*------DEFAULTS------*/

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 16px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 16px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text elements */

p {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Josefin Slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  color: #341b0f;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 17px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

#content h3,
#content h4,
#content h5,
#content h6 {
  margin-top: 25px;
}

#content .product-info h3 {
  /* No spacing on the store product titles */
  margin-top: 0px;
}

ul,
ol {
  margin: 0 0 12px 0;
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 16px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 16px;
}

strong {
  font-weight: 700;
}

cite,
em,
i {
  font-style: italic;
}

blockquote {
  font-style: italic;
  font-weight: 400;
  margin: 0 20px;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

pre {
  font: 12px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 16px;
  overflow: auto;
  padding: 10px;
}

code,
kbd {
  font: 12px "Courier 10 Pitch", Courier, monospace;
}

abbr,
acronym,
dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 16px;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 9px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

.post ul,
.post ol {
  margin-left: 20px;
}

.post li {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 6px;
}

a {
  text-decoration: none;
  color: #912e0e;
}

a:hover,
a:active {
  text-decoration: underline;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
textarea,
select {
  background: #f1eae0;
  border: 1px solid #341b0f;
  color: #2a2a2a;
  font-size: 12px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 2px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  color: #341b0f;
  -webkit-box-shadow: inset 1px 1px 5px 0px rgba(51, 32, 6, 0.3);
  -moz-box-shadow: inset 1px 1px 5px 0px rgba(51, 32, 6, 0.3);
  box-shadow: inset 1px 1px 5px 0px rgba(51, 32, 6, 0.3);
}

label {
  display: inline-block;
  width: 80px;
  vertical-align: top;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  margin-right: 8px;
}

.required {
  color: #912e0e;
  padding: 0;
  margin: 0;
}

input[type=submit] {
  background: #912e0e url(images/submit-bg.gif) repeat top left;
  padding: 8px;
  text-shadow: 0px -1px 0px #734736;
  color: #ddb18c;
  font-size: 16px;
  font-family: "Josefin Slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #734736;
  cursor: pointer;
  margin: 10px 0;
}

.form-allowed-tags,
.form-submit,
#recaptcha_widget_div,
#recaptcha-submit-btn-area {
  margin-left: 85px;
}

#respond {
  margin-top: 50px;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 15px;
}

.noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.wp-caption img,
p img {
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .25);
  -moz-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .25);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .25);
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 16px;
  font-style: italic;
}

.wp-caption .wp-caption-text {
  text-align: center;
}

#content .gallery {
  margin: 0 auto 15px;
}

#content .gallery a img,
.photoedge,
.top-blog-thumb img,
.product-image img {
  border: 5px solid #f9f1e8;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .25);
  -moz-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .25);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .25);
}

img#wpstats {
  display: block;
  margin: 0 auto 15px;
}

#content .gallery-item {
  float: left;
  margin: 12px 13px;
}

#content .gallery-item img {}

/* =Comments
----------------------------------------------- */

#comments-title {
  font-family: "Josefin Slab", Georgia, serif;
}

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.commentlist>li.comment {
  background-color: rgba(52, 27, 15, .05);
  margin: 0 0 20px 0;
  padding: 10px;
  position: relative;
  font-size: 12px;
}

.commentlist .pingback {
  margin: 0 0 20px;
  font-size: 12px;
  font-style: italic;
}

.commentlist .children {
  list-style: none;
  margin: 0;
}

.commentlist .children li.comment {
  background-color: rgba(52, 27, 15, .05);
  position: relative;
  padding: 10px;
  margin-right: 10px;
}

.commentlist .children li.comment .comment-content {
  margin: 16px 0 0;
}

.commentlist>li.pingback:before {
  content: '';
}

.comment-author {
  font-size: 14px;
}

.fn {
  font-weight: 700;
}

.fn img {
  margin-right: 5px;
}

.comment-meta {
  margin-bottom: 10px;
  font-size: 11px;
}

.reply {
  margin-bottom: 10px;
}

.reply a {
  font-weight: 700;
}

.recaptcha-error {
  color: #912e0e;
  font-size: 13px !important;
  margin: 20px 0px 10px 85px;
}

/*------END WORDPRESSY DEFAULTS-----*/

/*------PIXEL FOUNDRY OVERRIDES-----*/

/* Layout */

body {
  background: #000 url(images/gaslamp-blackpaper-background.jpg) repeat;
  margin-top: 15px;
  position: relative;
  overflow-x: hidden;
}

.clearme {
  clear: both;
}

#wrapper {
  width: 1000px;
  margin: 0 auto;
}

#shadowwrapper {
  -webkit-box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 1);
  -moz-box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 1);
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 1);
}

#bodywrapper {
  width: 1000px;
  background: #f0e9db url(images/gaslamp-palepaper-background.jpg) repeat;
  -webkit-box-shadow: inset 1px 1px 70px 20px rgba(51, 32, 6, 0.3);
  -moz-box-shadow: inset 1px 1px 70px 20px rgba(51, 32, 6, 0.3);
  box-shadow: inset 1px 1px 70px 20px rgba(51, 32, 6, 0.3);
}

#brassborder-top {
  width: 1000px;
  height: 16px;
  background: url(images/brassborder-top.png) no-repeat bottom center;
}

#brassborder {
  width: 1000px;
  background: url(images/brassborder-sides.png) repeat-y top center;
  overflow: auto;
  color: #341b0f;
  /* This is the default font colour set here */
}

#brassborder-bottom {
  width: 1000px;
  height: 17px;
  background: url(images/brassborder-bottom.png) no-repeat top center;
}

#sitewideHeader {
  width: 100%;
}

#sitewideHeader h3 {
  margin-bottom: 0;
}

#sitewideHeader .widget-container {
  height: auto;
  margin-bottom: -25px;
}

#content-wrapper {
  width: 100%;
  min-height: 500px;
  overflow: auto;
  padding-bottom: 100px;
  background: url(images/bgsketch-1.png) no-repeat bottom left;
}

#content-wrapper.bgsketch-1 {
  background: url(images/bgsketch-1.png) no-repeat bottom left;
}

#content-wrapper.bgsketch-2 {
  background: url(images/bgsketch-2.png) no-repeat bottom left;
}

#content-wrapper.bgsketch-3 {
  background: url(images/bgsketch-3.png) no-repeat bottom left;
}

#content-wrapper.bgsketch-4 {
  background: url(images/bgsketch-4.png) no-repeat bottom left;
}

#content-wrapper.bgsketch-5 {
  background: url(images/bgsketch-5.png) no-repeat bottom left;
}

.home #content-wrapper {
  background-image: url(images/bgsketch-twiggle.png);
}

#header {
  height: 135px;
}

#logo {
  margin: 0px 50px;
  float: left;
}

#sm-icons {
  width: 175px;
  height: 58px;
  padding: 0px 45px 0px 430px;
  margin-bottom: 28px;
}

#content {
  width: 655px;
  margin: 30px 23px 50px 50px;
  padding-right: 25px;
  border-right: 1px solid #2a2a2a;
  float: left;
}

#blog-sidebar,
#page-sidebar {
  width: 195px;
  margin: 30px 50px 50px 0px;
  float: left;
}

#footer {
  margin: 30px 0px;
  text-align: center;
  color: #dcd2bf;
}

.page .entry-content {
  margin-bottom: 25px;
}

.page-id-2490 #content {
  /*contact page - suppress line between sidebar and content */
  border-right: none;
}

/* Home Layout */

#home-content {
  width: 600px;
  margin: 30px 50px 50px 0px;
  float: left;
}

#home-sidebar {
  width: 250px;
  float: left;
  margin: 30px 25px 50px 50px;
  padding-right: 24px;
  border-right: 1px solid #2a2a2a;
}

#sticky-posts {
  background: url(images/titlebar-top.png) repeat-x top left;
  padding-top: 25px;
  margin-bottom: 25px;
}

.sticky-content {
  margin-bottom: 30px;
}

.top-blog-post {
  width: 180px;
  float: left;
  margin-right: 30px;
}

.top-blog-thumb img {
  margin-bottom: 8px;
}

.rowend {
  margin-right: 0px;
}

/* Header Menu Formatting */

#nav {
  width: 650px;
  float: right;
}

#nav ul {
  text-align: justify;
  width: 650px;
  height: 31px;
  background: url(images/header-nav-underline.gif) repeat-x 0px 27px;
}

#nav ul li {
  display: inline-block;
}

#nav ul li.filler {
  width: 100%;
  height: 0;
}

#menu-header-navigation li {
  font-size: 19px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#menu-header-navigation li a {
  font-family: "Josefin Slab", Georgia, Times, "Times New Roman", serif;
  color: #ddb18c;
  text-shadow: 0px -1px 0px #2b0303;
  font-weight: 600;
  padding-bottom: 7px;
}

#menu-header-navigation li a:hover,
#menu-header-navigation li a:active,
.current-menu-item a,
.current_page_parent a,
.current_post_parent a,
.current-category-ancestor a,
.current-page-ancestor a {
  text-decoration: none;
  background: url(images/header-navitem-underline.gif) repeat-x left bottom;
}

/* This prevents the store pages from highlight BOTH blog and store in the nav. Make sure to add your category IDs if you create more product categories */
.category-203 .current_page_parent a,
.category-205 .current_page_parent a,
.category-206 .current_page_parent a,
.category-207 .current_page_parent a {
  background: none;
}

/* Footer Menu Formatting */

#footer p {
  font-size: 11px;
}

#menu-footer-navigation li {
  height: 12px;
  line-height: 12px;
  /* otherwise the background image doesn't work for some reason */
  display: inline-block;
  padding: 0px 18px 0px 5px;
  background: url(images/bullet-brass.png) no-repeat right 2px;
}

#menu-footer-navigation li a {
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  color: #dcd2bf;
}

#menu-footer-navigation li:last-child {
  padding-right: 0px;
  background: none;
}

#menu-footer-navigation .current-menu-item a,
#menu-footer-navigation .current_page_parent a,
#menu-footer-navigation .current_post_parent a,
#menu-footer-navigation .current-category-ancestor a,
#menu-footer-navigation .current-page-ancestor a {
  background: none;
}

/* Blog Type Formatting */

.titleborder {
  width: 100%;
  height: 5px;
  background: url(images/titlebar-top.png) repeat-x top left;
}

.entry-title {
  text-align: center;
  padding: 12px 0px 15px 0px;
  background: url(images/titlebar-bottom.png) repeat-x bottom left;
}

.entry-meta {
  text-align: center;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 20px;
}

.readmore {
  text-align: right;
}

.readmore a {
  font-weight: 700;
}

.entry-utility {
  font-size: 11px;
  font-style: italic;
  margin-bottom: 80px;
  padding-top: 2px;
  text-align: right;
  border-top: 1px solid #341b0f;
}

.navigation {
  height: 14px;
}

.nav-next {
  display: block;
  height: 14px;
  max-width: 295px;
  float: left;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  margin-right: 15px;
  padding-left: 25px;
  background: url(images/arrow-left.png) no-repeat top left;
}

.nav-previous {
  display: block;
  height: 14px;
  max-width: 295px;
  float: right;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  padding-right: 25px;
  background: url(images/arrow-right.png) no-repeat top right;
}

.buynowlink {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 14px;
  background: url(images/arrow-right.png) no-repeat top left;
  padding-left: 25px;
}

.page-title {
  color: #ad682d;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}

/* Homepage type formatting */

#home-sidebar p {
  font-size: 11.5px;
  text-align: left;
}

.top-blog-post h3 {
  padding: 7px 0px 5px;
  border-top: 1px solid #341b0f;
  border-bottom: 1px solid #341b0f;
  margin-bottom: 3px;
  text-align: center;
  font-size: 15px;
}

.top-blog-post .entry-meta {
  margin-bottom: 8px;
}

.top-blog-post p {
  font-size: 11.5px;
  line-height: 17px;
  text-align: justify;
}

.top-blog-post .readmore {
  text-align: center;
}

/* Store / Products formatting */

.product-top {
  width: 100%;
  height: 10px;
  background: url(images/titlebar-top.png) repeat-x top left;
}

.product {
  background: url(images/titlebar-bottom.png) repeat-x bottom left;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

.product-image {
  width: 250px;
  float: left;
  margin-right: 50px;
  padding: 8px 0px;
}

.product-info {
  float: left;
  width: 355px;
}

.product-info p {
  font-size: 11.5px;
  line-height: 17px;
  text-align: justify;
}

.product-desc {
  margin-bottom: 22px;
}

.product-info h3 {
  padding: 8px 0px;
  border-bottom: 1px solid #341b0f;
  margin-bottom: 8px;
  text-align: center;
}

.partners {
  text-align: center;
}

/* SIDEBAR - Widgety widgets */

.xoxo li {
  list-style: none;
}

.xoxo li.archives {
  margin-bottom: 35px;
}

#customizable-search,
.widget_archive,
.archives {
  border: 1px solid #2a2a2a;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}

.widget-container.widget-noborder {
  border: none;
}

.widget_categories h3,
.categories h3 {
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  text-align: center;
  padding: 10px 0px 8px 0px;
}

.widget-container {
  border: 1px solid #2a2a2a;
  text-align: center;
  padding: 10px;
}

.widget-container ul {
  margin: 0;
  padding: 0;
}

.widget-container ul li {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 16px;
  text-align: left;
  background: url(images/bullet-brass.png) no-repeat left 3px;
}

.twitterwidget-title {
  display: block;
  text-align: center;
}

.widget_twitter ul li {
  margin: 0px 0px 20px 0px;
  padding: 0;
  list-style: none;
  background-image: none;
  font-size: 11.5px;
}

.widget_twitter .entry-meta,
.widget_twitter .intent-meta {
  display: block;
  margin-bottom: 0px;
  text-align: left;
  font-size: 10px;
}

.widget_twitter .intent-meta a {
  margin-right: 5px;
  text-transform: lowercase;
  font-weight: 600;
}

/* sidebar-logic specific styles */
.widget_wp_sidebarlogin ul li {
  background: none;
  padding-left: 0;
  text-align: center;
}

.widget_wp_sidebarlogin form .login-username input,
.widget_wp_sidebarlogin form .login-password input {
  width: 128px;
}

.indicates-required,
.asterisk {
  color: #912e0e;
  font-size: 12px;
}

#mc_embed_signup label,
#loginform label {
  display: block;
  text-align: center;
  margin: 5px 0 0 0;
  width: 100%;
  font-size: 12px;
}

#mc_embed_signup input[type=submit],
#loginform input[type=submit] {
  font-size: 13px;
}

/* JCarousel styles
  Removed: vertical and RTL support. */

.jcarousel-skin-gaslamp .jcarousel-container {
  background: url(images/carousel-background.jpg) no-repeat;
  width: 588px;
  height: 338px;
  padding: 6px;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .25);
  -moz-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .25);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .25);
  margin-bottom: 50px;
}

.jcarousel-skin-gaslamp .jcarousel-container-horizontal {
  width: 588px;
}

.jcarousel-skin-gaslamp .jcarousel-clip {
  overflow: hidden;
}

.jcarousel-skin-gaslamp .jcarousel-clip-horizontal {
  width: 588px;
  height: 338px;
}

.jcarousel-skin-gaslamp .jcarousel-item {
  width: 588px;
  height: 338px;
}

/**
 *  Horizontal Buttons
 */

.jcarousel-skin-gaslamp .jcarousel-next-horizontal {
  position: absolute;
  top: 160px;
  right: -7px;
  width: 38px;
  height: 30px;
  cursor: pointer;
  background: transparent url(images/carousel-next.jpg) no-repeat top left;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .25);
  -moz-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .25);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .25);
}

.jcarousel-skin-gaslamp .jcarousel-next-horizontal:hover,
.jcarousel-skin-gaslamp .jcarousel-next-horizontal:focus {
  background-position: top center;
}

.jcarousel-skin-gaslamp .jcarousel-next-horizontal:active {
  background-position: top center;
}

.jcarousel-skin-gaslamp .jcarousel-next-disabled-horizontal,
.jcarousel-skin-gaslamp .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-gaslamp .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-gaslamp .jcarousel-next-disabled-horizontal:active {
  background-position: top right;
}

.jcarousel-skin-gaslamp .jcarousel-prev-horizontal {
  position: absolute;
  top: 160px;
  left: -7px;
  width: 38px;
  height: 30px;
  cursor: pointer;
  background: transparent url(images/carousel-prev.jpg) no-repeat top left;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .25);
  -moz-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .25);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .25);
}

.jcarousel-skin-gaslamp .jcarousel-prev-horizontal:hover,
.jcarousel-skin-gaslamp .jcarousel-prev-horizontal:focus {
  background-position: top center;
}

.jcarousel-skin-gaslamp .jcarousel-prev-horizontal:active {
  background-position: top center;
}

.jcarousel-skin-gaslamp .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-gaslamp .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-gaslamp .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-gaslamp .jcarousel-prev-disabled-horizontal:active {
  background-position: top right;
}

/* Tell people using IE 6 & 7 that they suck */

.browsererror {
  padding: 10px;
  border: 1px solid #dd0000;
  background: #fffde4;
}

.browsererror p {
  color: #000;
  margin-bottom: 0px;
}

.bengrue {
  /* hi */
}