@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,300,600,700);

@font-face {
    font-family: 'isolationbold';
    src: url('isolation-bold-webfont.eot');
    src: url('isolation-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('isolation-bold-webfont.woff') format('woff'),
         url('isolation-bold-webfont.ttf') format('truetype'),
         url('isolation-bold-webfont.svg#isolationbold') format('svg');
    font-weight: 700;
    font-style: normal;

}


#header #navigation #main-menu .menu li a {

  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

#header #navigation #main-menu .menu li a:hover {
  color: #749925;
}

#header #navigation #main-menu .menu li.last {
  padding-left: 25px;
}

#header #navigation #main-menu .menu .menu li.last {
  padding-left: 0 !important;
}

#header #navigation #main-menu .menu li.last a {
  background: #749925;
  color: #fff;
  text-shadow: none;
  padding: 12px 20px 0 20px;
  height: 42px;
  position: relative;
  bottom: 12px;
}

#header #navigation #main-menu .menu .menu li.last a {
  height: 37px;
  bottom: 0 !important;
  padding: 5px 10px 3px 10px !important; 
}




#header #navigation #main-menu .menu li.last a:hover {
  color: white;
  background: #749925 url('images/buttons/purchase-button-texture.jpg') 0 0 repeat-x;
}




/* Reset
================================================== */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* Body & Main
================================================== */
body {
  background: #000 url("/sites/default/files/sega_backgrounds/default.jpg") no-repeat top center fixed;
  nowhitespace: afterproperty;
  font: 14px/1.8 'Open Sans', Helvetica, Arial, sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}


html body.page-game-info {
   background: #000 url("/sites/default/files/sega_backgrounds/gameinfo.jpg") no-repeat top center scroll;
}

html body.page-age-gate {
   background: #000 url("/sites/default/files/sega_backgrounds/agegate.jpg") no-repeat top center scroll;
}

a:-webkit-any-link {
  color: #666;
}

/*set max img width*/
img {
  max-width: 100%;
}


/* Main Wraps
================================================== */

/*main*/
#wrap {
  width: 980px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main-content {
  margin: 0;
  clear: both;
}

#content {
  float: left;
  width: 660px;
}

body.no-sidebars #content {
  width: 100%;
}

#sidebar {
  float: right;
  padding: 15px;
  width: 270px;
  
}


#carusel_bottom {
width: 980px;
margin: 0 auto;

}

/* Commons
================================================== */

/*clear floats*/
.remove-margin {
  margin-right: 0 !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

/*blockquote*/
blockquote {
  position: relative;
  margin: 30px 20px;
  padding-left: 25px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  position: absolute;
  top: 20px;
  left: -10px;
}

blockquote p:last-child {
  margin: 0;
}


/*preformatted text*/
pre {
  background: #fff url("images/pre-bg.png") repeat;
  margin: 40px 0px;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

ul, ol {
  margin: 0 0 1em 1.5em;
}
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;
}

table {
  width: 100%;
}

th {
  
  padding:10px 10px;
  
  color:#fff;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 10px;
 
}

/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: 'Open Sans', Helvetica, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #e73420;
  text-decoration: none;
}

h1 {
  font-size: 1.714em;
  margin: 0 0 20px;
}

h3 {
  font-size: 1.286em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.857em;
}

h6 {
  font-size: 0.714em;
}

#main-content {
  font-size: 1em;
  margin-bottom:  18px;
}

p {
  margin: 0 0 20px;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

p a, p a:visited {
  line-height: inherit;
}

/*
a:link {
  text-decoration: none;
}
*/

a:focus {
  outline: 0;
}

a {
  outline: 0;
	text-decoration: none;
}

p a, p a:visited {
  line-height: inherit;
}

a:focus {
  outline: 0;
}


/* Header
================================================== */

/*pre-header*/

#header-social{
  float: right;
  margin: 0;
}
#header-social li {
  float: left;
  display: block;
  margin-left: 5px;
  margin-bottom: 5px;
}

#header-social a,
#header-social img {
  display: block;
}

#header-social img:hover {
  opacity: 0.6;
}


/*header*/
#header {
  position: relative;
   height: 100px;
  width: 100%;
  padding: 0px;
  font-size: 14px;



}

#site-logo {
  float: left;
  padding: 0;
  padding-top: 25px;
}

/*logo*/
#logo h1 a, #logo h2 a {
  display: block;
  float: left;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  color: #fff;
  padding: 40px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#logo img {
  display: block;
  max-width: 100%;
}

#logo h1, #logo h2 {
  font-size: 2.286em;
  line-height: 1em;
  margin: 0;
}


/* Main Navigation
================================================== */

/*hide responsive nav*/
#top-bar .selector,
#navigation .selector {
  display: none;
}

/*core*/
#main-menu > ul, #main-menu > ul * {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main-menu > ul {
  line-height: 1.0;
}

#main-menu > ul ul {
  position: absolute;
  top: -999em;
  width: 180px;
}

#main-menu > ul ul li {
  width: 100%;
}

#main-menu > ul li:hover {
  visibility: inherit;
}

#main-menu > ul li {
  float: left;
  position: relative;
}

#main-menu > ul a {
  display: block;
  position: relative;
}

#main-menu > ul li:hover ul, #main-menu > ul li.sfHover ul {
  left: 0px;
  top: 30px;
  z-index: 99;
}

#main-menu > ul li:hover li ul, #main-menu > ul li.sfHover li ul {
  top: -999em;
}

#main-menu > ul li li:hover ul, #main-menu > ul li li.sfHover ul {
  left: 180px;
  top: 1px;
}

/*styling*/
#navigation {
  position: absolute;
  height: 50px;
  top: 35px;
  right: 1px;
}

#navigation #main-menu > ul > li:hover > ul, #main-menu > ul li.sfHover > ul {
  top: 32px;
}

#navigation #main-menu > ul li li:hover ul, #main-menu > ul li li.sfHover ul,
#main-menu > ul li li:hover ul, #main-menu > ul li li.sfHover ul {
  left: 200px;
  top: -10px;
}

#navigation #main-menu > ul a {
  font-size: 1em;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  
}


#navigation #main-menu > ul li {
  float: left;
  position: relative;
  padding: 0 0 0 30px;
}

body.i18n-ru #navigation #main-menu > ul li {
  padding: 0 0 0 20px;
}


#header #navigation #main-menu > ul > li > a.active {
  color: #749925;
}

#navigation #main-menu > ul > li.sfHover > a,
#navigation a.active,
#navigation a.active:hover,
#navigation #main-menu > ul > li > a.active-trail {
  color: #fff;
}

/*drop-down styles*/

#header #navigation #main-menu .expanded a {
  background: url('images/dropdown-arrow-off.png') 50% 100% no-repeat;
  padding-bottom: 3px;
}

#header #navigation #main-menu .expanded a:hover {
  background: url('images/dropdown-arrow-on.png') 50% 100% no-repeat;
}


#header #navigation #main-menu .expanded ul.menu li {
  background: url('images/dropdown-background.png');
  display: block;
  height: 46px;
  width: 150px;
   padding: 0px;
  
}


#header #navigation #main-menu .expanded ul.menu li a {
  background: none;
  margin: 0;
  padding-top: 5px;
  display: block;
  height: 37px;
  width: 130px;
  color: white;
  border-bottom: 1px solid rgba(116, 153, 37, 0.5);
  font-size: 14px;
}

#header #navigation #main-menu .expanded ul.menu li.first a {
  height: 36px;
}


#header #navigation #main-menu .expanded ul.menu li.first a{
  background:  url('images/menu-border-150.png') no-repeat;
  border-top: 1px solid rgba(116, 153, 37, 0.5);

}

 #header #navigation #main-menu .expanded ul.menu li.last a{
  background:  url('images/menu-border-150.png') no-repeat bottom;

}

#header #navigation #main-menu .expanded ul.menu li a:hover {
  color: #fff;
  background: #749925 url('images/drop_down_arrow_rollover.png') right center no-repeat;
  text-shadow: 0px 2px 0px #000;
}


#navigation #main-menu > ul ul {
  position: absolute;
  nowhitespace: afterproperty;
  top: -999em;
  width: 150px;
  z-index: 9999;
  left: 15px;
  padding-top: 10px;
  border-radius: 2px;
}

#navigation #main-menu > ul ul > li:first-child{
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#navigation #main-menu > ul ul > li:last-child{
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}


#navigation #main-menu > ul ul li:first-child {
  border-top: 0;
}

#navigation #main-menu > ul ul li:last-child {
  border-bottom: 0;
}

#navigation #main-menu > ul ul a {
  display: block;
  padding: 10px;
  color: #fff;
  height: auto;
  margin: 0px;
  border: 0px;
  font-size: 0.929em;
  font-weight: normal;
  text-shadow: none;
}

#navigation #main-menu > ul ul li > a:hover {
  background-color: #bf2615;
}


/* Homepage
================================================== */

#home-slider{
  margin-bottom: 30px;
}

#site-slogan {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  font-weight: 300;
  text-align: center;
  font-size: 1.857em;
}


/* Slider
================================================== */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
} 

/* FlexSlider Necessary Styles */ 
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
  display: block;
}

/*main*/
.flexslider-container {
  position: relative;
}

.flexslider {
  zoom: 1;
  position: relative;
}

.flexslider ul {
  margin: 0;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#single-post-slider .flex-direction-nav li a.flex-next,
#single-post-slider .flex-direction-nav li a.flex-prev {
  position: absolute;
  display: block;
  width: 40px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  font-size: 1em;
  text-align: center;
  background: #000;
  color: #fff !important;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
}

#single-post-slider .flex-direction-nav li a.flex-next {
  right: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#single-post-slider .flex-direction-nav li a.flex-prev {
  left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#single-post-slider .flex-direction-nav li a:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  color: #fff;
  text-decoration: none;
}


#breadcrumbs {
  font-size: 11px;
}


/* =Content
----------------------------------------------- */

.node h2.title{
  font-size: 1.5em;
  line-height: 1em;
}

h1.page-title {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 10px;

  /* Update default page settings - AAM 030914 */
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'isolationbold',Helvetica,Arial,sans-serif;
}

/*
 * Dirty hack alert.
 * Need to set exceptions to the above h1.pagetitle defaults as the original design
 * hid page titles by placing black text on a black background for key pages.
 * AAM 100914
 */

body.page-game-info h1.page-title {
	color: #000000;
}


#content .node-teaser {
  padding-bottom:30px;
  border-bottom:1px solid #DDDDDD;
  margin-bottom: 15px;
}

.node-teaser img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}


.node-teaser p {
  margin-bottom: 1em;
}

.region-content-top {
  margin-bottom: 20px;
}


/* Sidebar
================================================== */

.sidebar-bg{
  background: none;
}

#sidebar .block > h2 {
  font-weight: bold;
  background: url("images/heading-bg.png") center repeat-x;
  margin-bottom: 10px;
}

#sidebar .block > h2 span {
  background: #f9f9f9;
  padding-right: 15px;
}

#sidebar .block {
  margin-bottom: 30px;
}

#sidebar a {
  color: #666;
}

#sidebar a:hover {
  color: #e73420;
  text-decoration: none;
}

/* Preface
================================================== */

/*Preface main*/
#preface-area {
  position: relative;

}

.preface-block {
  float: left;
  width: 260px;
  margin-right: 50px;
}

.preface-block.remove-margin {
  margin-right: 0;
}

.preface-block .block {
  margin-bottom: 30px;
}

#preface-area .region-header .block {
  margin-bottom: 7px;
}

#preface-area .block > h2 {
  font-size: 1.143em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}


/* Footer
================================================== */

/*footer main*/
#footer-area {
  /*background: #111 url("images/vintage.png"); */
  background: #0e0e0d;
  padding: 40px 40px 0 40px;
  font-size: 0.929em;
  position: relative;
  height: 265px;
}

#footer-area p {
  text-align: center;
  margin-bottom: 0;
}

body #footer-area p.footer-logo-container {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}


#footer-area a {
  color: #aaa;
}

#footer-area a:hover {
  color: #e73420;
  text-decoration: none;
}

.footer-block {
  float: left;
  width: 260px;
  margin-right: 50px;
}

.footer-block.remove-margin {
  margin-right: 0;
}


#footer-area .block > h2 {
  color: #fff;
  font-size: 1.143em;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/*copyright*/
#copyright {
  margin: 15px 0;
  text-align: center;
  font-size: 0.786em;
}

#footer-area p.footer-copyright-info {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  margin-bottom: 20px;
}



/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */


.comment-form input, .comment-form .form-select { margin: 0; 
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden; }

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-form .form-item-keys label { display: block; }


ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


.meta {
  font-weight: 400;
  font-size: 0.929em;
  margin: 5px 0 10px 0;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}

.meta strong{
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  background: #e73420;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #fff;
  font-size: 0.929em;
  padding: 2px 6px;
}

.field-name-field-tags a:hover{
  background: #111;
  color: #fff;
}

.field-name-field-tags div {
  display: inline;
}


/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */
/*
.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; } */

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}





.panel.sitenav {
border-top: 1px solid #666;
border-bottom: 1px solid #666;
background: black;
height: 29px;
width: 100%;
padding: 0px;
font-size: 11px;

}



.panel.sitenav .panelinner {
  width: 100%;
  margin: 0px auto;
  height: inherit;
}
.panel.sitenav .panelinner > div {
  float: left;
  margin-right: 20px;
  height: 29px;
}
.panel.sitenav .panelinner > div.right-menu {
  float: right;
  margin-right: 0px;
}
.panel.sitenav .panelinner a {
  text-transform: uppercase;
}
.panel.sitenav .panelinner .social-icons,
.panel.sitenav .panelinner .community-actions {
  height: inherit;
  float: left;
  border-left: 1px solid #41403f;
}
.panel.sitenav .panelinner .social-icons a{
  color: #749925;
  text-decoration: none;
}

.panel.sitenav .panelinner .community-actions a {
  color: #749925;
  text-decoration: none;
}



.panel.sitenav .panelinner .social-icons a:hover {
color: #fff;
}

.panel.sitenav .panelinner .community-actions a:hover {
  color: #fff;
}
.panel.sitenav .panelinner .social-icons {
  padding-right: 12px;
  padding-left: 7px;
  border-right: 1px solid #41403f;
}
.panel.sitenav .panelinner .community-actions {
  padding-right: 22px;
  padding-left: 22px;
  line-height: 29px;
}
.panel.sitenav .panelinner .community-actions span.divider {
  color: #749925;
}
.panel.sitenav .panelinner .territory-select {
  width: 166px;
  height: 29px;
  cursor: pointer;
  color: #749925;
  position: relative;
  text-transform: uppercase;
}


 #purchase-button {
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    top: 20px;
    height: 54px;
    line-height: 56px; 
    float: right;
     background: #749925;
  text-shadow: none;
  }

   #purchase-button a {
   
  background: #749925;
  padding: 0 20px;
  text-shadow: none;
  color: #FFF;
  height: 100%;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
   font-family: "HelveticaNeueLTStd-Roman", helvetica, sans-serif;
  }


 #purchase-button a:hover  {
  
  background: #749925 url('images/buttons/purchase-button-texture.jpg') 0 0 repeat-x;

}


#upper-trans-bg {
  height: 29px;
  border-bottom: 1px solid #666;
  background: url('images/top-bar-bg.png') repeat-x;
  position: absolute;
  width: 100%;
  top: 1px;
  
}

#primary {
  padding: 0;
  margin-top: 18px;
}



body.front #block-views-home-videos-thumbnail-block, body.front #block-views-77ad0764f47c70e995e1747f00c24282 {
  width: 295px;
  float: left;
  background: url('images/Checker_background-tile.png');
}

body.front #block-views-home-videos-thumbnail-block h2, body.front #block-views-77ad0764f47c70e995e1747f00c24282 h2{
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-size : 23px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3px;
}

body.front #block-views-home-videos-thumbnail-block img{
 width: 295px;
 height: 166px;
}

body.front #block-views-home-videos-thumbnail-block {

  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 12px;
}

body.front #block-views-77ad0764f47c70e995e1747f00c24282 {
  
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 12px;
  padding-left: 22px;
}

body.front #block-views-77ad0764f47c70e995e1747f00c24282 img {
  
 width: 295px;
 height: 166px;

}



body.page-node-3 #sidebar {
  width: 282px;
  height: 718px;
  background: url('images/Checker_background-tile.png');
  overflow: hidden;
}


body.front #sidebar {
  height: 693px;
  width: 282px;
  background: url('images/Checker_background-tile.png');
}

body.page-node-58 #sidebar, body.node-type-article  #sidebar {
  width: 270px;
  height: 1652px;
  background: url('images/Checker_background-tile.png');
  overflow: hidden;
}


 .social-icons ul li {
  list-style: none;
  float: left;
}

.social-icons ul li a {

 width: 18px;
  height: 18px;
  display: block;
  float: left;
  margin-left: 7px;
  margin-top: 6px;
  background: url('images/social_icons.png') 0 0 no-repeat;
  text-indent: -2000px;
}

.social-icons ul li.facebook a {
  background-position: -2px -78px;
}

.social-icons ul li.facebook a:hover {
  background-position: -2px -97px;
}

.social-icons ul li.twitter a {
  background-position: -21px -78px;
}

.social-icons ul li.twitter a:hover {
  background-position: -21px -97px;
}

.social-icons ul li.youtube a {
   background-position: -40px -78px;
}

.social-icons ul li.youtube a:hover {
  background-position: -40px -97px;
}

.social-icons ul li.googleplus a {
    background-position: -59px -78px;
}

.social-icons ul li.googleplus a:hover {
  background-position: -59px -97px;
}

.social-icons ul li.flickr a {
     background-position: -78px -78px;
}

.social-icons ul li.flickr a:hover {
    background-position: -78px -97px;
}


#footer-bottom #footer-area .region-footer {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}


body.front .view-id-news_latest_for_home {
  height: 438px;
  width: 624px;
  background: url('images/Checker_background-tile.png');
  padding: 15px 15px 15px 10px;
  margin-bottom: 20px;
}


body.front .view-id-news_latest_for_home div.view-header h2{
  text-transform: uppercase;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-size: 23px;
  color: #fff;
  line-height: 23px;
  font-weight: 700 !important;
  padding-left: 9px;
  font-weight: 700;
}


body.front #block-views-community-banners-block {
  height: 218px;
  background: url('images/Checker_background-tile.png');
  padding: 15px;
}


body.front #block-views-community-banners-block h2{
  text-transform: uppercase;
   
  color: #fff;
  line-height: 23px;
  font-weight: normal !important;
  padding-left: 9px;
  margin-bottom: 5px;
}

#block-views-small-carousel-block {
  margin-top: 25px;
  margin-bottom: 45px;
}

body.front .home_social_callout .social-items, body.page-node-3 .home_social_callout .social-items {
  height: 355px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

body.front .home_social_callout .forum-items {
  overflow: hidden;
  height: 300px;
}

body.page-node-3 .home_social_callout .forum-items {
  overflow: hidden;
  height: 320px;
}

 .home_social_callout .forum-items .forums div.content div.header h2 a, .home_social_callout .social-items .facebook div.content div.header h2 a, #block-views-news-top-stories-block div.views-field-title span a {
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
 }

.home_social_callout .forum-items article.forums {
  padding-left: 0 !important;
}


body.front .home_social_callout .forum-items, body.page-node-58 .home_social_callout .forum-items, body.page-node-58 .home_social_callout .social-items, body.page-node-3 .home_social_callout .forum-items, body.page-node-3 .home_social_callout .social-items, body.node-type-article .home_social_callout .forum-items   {
  position: relative;
}

body.front .home_social_callout div.controls, body.page-node-58 .home_social_callout div.controls, body.page-node-3 .home_social_callout div.controls, body.page-node-3 .home_social_callout div.controls, body.node-type-article .home_social_callout div.controls {
  width: 60px;
  height: 31px;
  position: absolute;
  top: 5px;
  right: 1px;
}

body.front .home_social_callout div.controls a.up, body.page-node-58 .home_social_callout div.controls a.up, body.page-node-3 .home_social_callout div.controls a.up,  body.node-type-article .home_social_callout div.controls a.up {
  width: 27px;
  height: 31px;
  background: url('images/social-callout-arrows.png');
  display: block;
  float: left;
  
}

body.front .home_social_callout div.controls a.down, body.page-node-58 .home_social_callout div.controls a.down, body.page-node-3 .home_social_callout div.controls a.down, body.node-type-article .home_social_callout div.controls a.down {
  width: 27px;
  height: 31px;
  background: url('images/social-callout-arrows.png');
  background-position: -27px 0;
  display: block;
  float: right;

}

body.front .home_social_callout div.controls a.up:hover, body.front .home_social_callout div.controls a.up:active,
body.page-node-58 .home_social_callout div.controls a.up:hover, body.page-node-58 .home_social_callout div.controls a.up:active,
body.page-node-3 .home_social_callout div.controls a.up:hover, body.page-node-3 .home_social_callout div.controls a.up:active,
body.node-type-article .home_social_callout div.controls a.up:hover, body.node-type-article .home_social_callout div.controls a.up:active {
  background-position: 0 -31px;
}

 body.front .home_social_callout div.controls a.down:hover, body.front .home_social_callout div.controls a.down:active,
 body.page-node-58 .home_social_callout div.controls a.down:hover, body.page-node-58 .home_social_callout div.controls a.down:active,
 body.page-node-3 .home_social_callout div.controls a.down:hover, body.page-node-3 .home_social_callout div.controls a.down:active,
 body.node-type-article .home_social_callout div.controls a.down:hover, body.node-type-article .home_social_callout div.controls a.down:active {
  background-position: -27px -31px;
}

body.page-node-58 #content {
   background: url('images/Checker_background-tile.png');
   padding: 25px 20px 25px 25px;
   width: 619px;
}


body.page-node-58 #block-views-news-carousel-block {
  margin-bottom: 20px;
}

body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-odd,
body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-even {
  width: 300px;
  height: 370px;
  overflow: hidden;
  margin-bottom: 30px;
}

body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-even {
  float: right;
}

body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-odd {
  float: left;
}

body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-odd div.views-field-field-image img,
body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-even  div.views-field-field-image img {
  height: 169px;
  width: 300px;
}


body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-odd div.views-field-title span a ,
body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-even div.views-field-title span a {
  text-transform: uppercase;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #749925;
  line-height: 23px;
  font-weight: 700 !important;
  text-align: left;
  display: block;
  padding-top: 2px;
}


body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-odd div.views-field-created span,
body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-even div.views-field-created span {
  text-align: left;
  text-transform: uppercase;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #666;
  font-weight: 700 !important;
  text-align: left;
  display: block;
}




body.page-node-58 h1.page-title {
  text-transform: uppercase;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-size: 23px;
  color: #fff;
  line-height: 23px;
  font-weight: 700 !important;
  padding-left: 9px;
}

body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-odd div.views-field-body p,
body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-even div.views-field-body p {
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  margin: 0;
  line-height: 17px;
}


body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-odd div.views-field-view-node span a,
body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-even div.views-field-view-node span a{
  text-transform: uppercase;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #fff;
  background: url('images/news-front-more-frame-back-off.png') no-repeat;
  display: block;
  width: 98px;
  height: 27px;
  float: left;
  padding-top: 4px;
  text-align: center;
  font-weight: 700;
}



body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-odd div.views-field-view-node span a:hover,
body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-even div.views-field-view-node span a:hover {
   background: url('images/news-front-more-frame-back-on.png') no-repeat;
  color: #749925;
}

body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-odd div.views-field-view-node span a:active,
body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-even div.views-field-view-node span a:active {
   background: url('images/news-front-more-frame-back-on.png') no-repeat;
  color: #749925;
}
 body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-odd div.views-field-body, 
body.page-node-58 #block-views-news-all-block .view-news-all div.views-row-even div.views-field-body {
 height: 68px;
  overflow: hidden;
  margin-bottom: 16px;
}


body.page-node-58 #block-views-news-all-block ul.pager {
  position: relative;
  left: 220px;

}

body.page-node-58 #block-views-news-all-block ul.pager li {
  background: none;
  border: none;
  margin: 0;
  text-shadow: none;
  float: left;
}

body.page-node-58 #block-views-news-all-block ul.pager li.pager-previous a {
 display: block;
 text-indent: -9999px;
 height: 14px;
 width: 10px;
 background: url(images/pagination_sprites.png) no-repeat;
position: relative;
 bottom: 3px;
}

body.page-node-58 #block-views-news-all-block ul.pager li.pager-previous a:hover,
body.page-node-58 #block-views-news-all-block ul.pager li.pager-previous a:active {
background-position: -10px 0;
}

body.page-node-58 #block-views-news-all-block ul.pager li.pager-next a {
 display: block;
 text-indent: -9999px;
 height: 14px;
 width: 10px;
 background: url(images/pagination_sprites.png) no-repeat;
 background-position: -20px 0;
 position: relative;
 bottom: 3px;
}

body.page-node-58 #block-views-news-all-block ul.pager li.pager-next a:hover,
body.page-node-58 #block-views-news-all-block ul.pager li.pager-next a:active {
background-position: -30px 0;
}

body.page-node-58 #block-views-news-all-block ul.pager li.pager-item a {
 display: block;
 text-indent: -9999px;
 height: 23px;
 width: 21px;
 background: url(images/pager-dots.png) no-repeat;
 background-position: -21px 0;

}

body.page-node-58 #block-views-news-all-block ul.pager li.pager-item {
  padding: 0;
}

body.page-node-58 #block-views-news-all-block ul.pager li.pager-current {
 height: 23px;
 width: 21px;
 background: url(images/pager-dots.png) no-repeat;
 text-indent: -9999px;
 padding: 0;
}

body.page-node-58 #block-views-news-all-block ul.pager li.pager-first,
body.page-node-58 #block-views-news-all-block ul.pager li.pager-last {
  display: none;
}



body.page-node-58  #block-views-community-banners-block {
  height: 218px;
  background: url('images/Checker_background-tile.png');
  padding: 15px;
}


body.page-node-58 #block-views-community-banners-block h2, body.front #block-views-community-banners-block h2 {
  text-transform: uppercase;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-size: 23px;
  color: #fff;
  line-height: 23px;
  font-weight: 700 !important;
  padding-left: 9px;
  margin-bottom: 5px;
}

body.page-node-58 div.view-id-news_all div.views-row .views-field-title span a{
  max-height: 48px;
  overflow: hidden;
}

body.page-node-3 div.region-content div.view-social-media-channels-home- {
 height: 700px;
 width: 660px;
 background: url('images/Checker_background-tile.png');
}

body.page-node-3 div.region-content div.view-social-media-channels-home- td a {
   display: table-cell;
   vertical-align: bottom;
  height: 200px;
  width: 301px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-weight: 700;

}

body.page-node-3 div.region-content div.view-social-media-channels-home- td.forum a {
  background: url('images/forums_feature_off.png') no-repeat;
}

body.page-node-3 div.region-content div.view-social-media-channels-home- td.forum a:hover,
body.page-node-3 div.region-content div.view-social-media-channels-home- td.forum a:active {
  background: url('images/forums_feature_on.png') no-repeat;
  color: #690;
}

body.page-node-3 div.region-content div.view-social-media-channels-home- td.facebook a {
  background: url('images/facebook_off.png') no-repeat;
}

body.page-node-3 div.region-content div.view-social-media-channels-home- td.facebook a:hover,
body.page-node-3 div.region-content div.view-social-media-channels-home- td.facebook a:active {
  background: url('images/facebook_on.png') no-repeat;
  color: #690;
}

body.page-node-3 div.region-content div.view-social-media-channels-home- td.twitter a {
  background: url('images/twitter_off.png') no-repeat;
}

body.page-node-3 div.region-content div.view-social-media-channels-home- td.twitter a:hover,
body.page-node-3 div.region-content div.view-social-media-channels-home- td.twitter a:active {
  background: url('images/twitter_on.png') no-repeat;
  color: #690;
}

body.page-node-3 div.region-content div.view-social-media-channels-home- td.youtube a {
  background: url('images/youtube_off.png') no-repeat;
}

body.page-node-3 div.region-content div.view-social-media-channels-home- td.youtube a:hover,
body.page-node-3 div.region-content div.view-social-media-channels-home- td.youtube a:active {
  background: url('images/youtube_on.png') no-repeat;
  color: #690;
}

body.page-node-3 div.region-content div.view-social-media-channels-home- td.googleplus a {
  background: url('images/google_off.png') no-repeat;
}

body.page-node-3 div.region-content div.view-social-media-channels-home- td.googleplus a:hover,
body.page-node-3 div.region-content div.view-social-media-channels-home- td.googleplus a:active {
  background: url('images/google_on.png') no-repeat;
  color: #690;
}

body.page-node-3 div.region-content div.view-social-media-channels-home- td.flickr a {
  background: url('images/flickr_off.png') no-repeat;
}

body.page-node-3 div.region-content div.view-social-media-channels-home- td.flickr a:hover,
body.page-node-3 div.region-content div.view-social-media-channels-home- td.flickr a:active {
  background: url('images/flickr_on.png') no-repeat;
  color: #690;
}

body.page-node-3 div.region-content div.view-social-media-channels-home- td {
  padding-top: 20px;
}

body.page-node-3 h1.page-title {
   text-transform: uppercase;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-size: 23px;
  color: #fff;
  line-height: 23px;
  font-weight: 700 !important;
  padding-left: 9px;
  padding-top: 12px;
  background: url('images/Checker_background-tile.png');
  margin-bottom: 0;
  padding-bottom: 12px;
}

/* START - code for teritory select - temp for static html */

.panel.sitenav .panelinner .territory-select {
  width: 166px;
  height: 29px;
  cursor: pointer;
  color: #749925;
  position: relative;
  text-transform: uppercase;
}
.panel.sitenav .panelinner .territory-select span {
  display: block;
  float: left;
  margin-top: 5px;
}
.panel.sitenav .panelinner .territory-select .current {
  height: 24px;
  padding-top: 5px;
  padding-left: 9px;
  border-left: 1px solid #41403f;
  border-right: 1px solid #41403f;
}
.panel.sitenav .panelinner .territory-select .current .nubble {
  background: url('images/dropdown-arrow.png') -8px 0px;
  height: 7px;
  width: 8px;
  float: right;
  margin: 8px 10px 0px 10px;
}
.panel.sitenav .panelinner .territory-select .current:hover {
  color: #fff;
}
.panel.sitenav .panelinner .territory-select .current:hover .nubble {
  background-position: 0 0;
}
.panel.sitenav .panelinner .territory-select .name {
  margin: 0;
  margin-top: 2px;
  margin-left: 8px;
}
.panel.sitenav .panelinner .territory-select .submenu {
  width: inherit;
  border-top: 1px solid #41403f;
}
.panel.sitenav .panelinner .territory-select .submenu a {
  display: block;
  clear: both;
  padding-left: 9px;
  color: #676767;
  font-weight: normal;
  border: 1px solid #41403f;
  border-top: 0px;
  overflow: auto;
  height: 24px;
  padding-top: 5px;
}
.panel.sitenav .panelinner .territory-select .submenu a:hover {
  color: #fff;
}

.panel.sitenav .submenu {
  display: none;
  background: #111;
  overflow: auto;
  position: absolute;
  top: 29px;
  left: 0px;
  z-index: 10;
}

.territory-select .flag-square {
  background: url('images/flag-sprite.png') 0px 0px no-repeat;
  width: 16px;
  height: 11px;
  display: block;
}
.territory-select .flag-square.gb {
  background-position: 0px -11px;
}
.territory-select .flag-square.gb.faded {
  background-position: -16px -11px;
}
.territory-select .flag-square.us {  background-position: 0px 0px;
}
.territory-select .flag-square.us.faded {
  background-position: -16px 0px;
}

.territory-select .flag-square.au {
  background-position: 0px -22px;
}
.territory-select .flag-square.au.faded {
  background-position: -16px -22px;
}

.territory-select .flag-square.de {
  background-position: 0px -44px;
}
.territory-select .flag-square.de.faded {
  background-position: -16px -44px;
}

.territory-select .flag-square.at {
  background-position: 0px -88px;
}
.territory-select .flag-square.at.faded {
  background-position: -16px -88px;
}

.territory-select .flag-square.ch {
  background-position: 0px -99px;
}
.territory-select .flag-square.ch.faded {
  background-position: -16px -99px;
}

.territory-select .flag-square.fr {
  background-position: 0px -33px;
}
.territory-select .flag-square.fr.faded {
  background-position: -16px -33px;
}

.territory-select .flag-square.it {
  background-position: 0px -66px;
}
.territory-select .flag-square.it.faded {
  background-position: -16px -66px;
}

.territory-select .flag-square.es {
  background-position: 0px -55px;
}
.territory-select .flag-square.es.faded {
  background-position: -16px -55px;
}

.territory-select .flag-square.ru {
  background-position: 0px -77px;
}
.territory-select .flag-square.ru.faded {
  background-position: -16px -77px;
}




.helpful-links {
  padding-right: 13px;
  padding-left: 13px;
  line-height: 29px;
}


body.i18n-ru .helpful-links a {
  font-size: 10px;
}

.helpful-links span.divider {
  color: #999999;
}
.helpful-links a {
  color: #999999;
}
.helpful-links a:hover {
  color: #749925;
  text-decoration: none;
}

/* END - code for teritory select - temp for static html */


#social-icons-single-article{
  margin-bottom: 20px;
}

#social-icons-single-article a {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  display: block;
  float: left;
  margin-right: 10px;
}

#social-icons-single-article a.fb-article-page {
  background: url('images/social/feed/facebook-social-front.png') no-repeat;
}

#social-icons-single-article a.tw-article-page {
  background: url('images/social/feed/twitter-social-front.png') no-repeat;
}

#social-icons-single-article a.google-article-page {
 background: url('images/social/feed/googleplus-social-front.png') no-repeat; 
}

/* for the comments */
body.node-type-article #social-icons-single-article{
  margin-bottom: 20px;
}

body.node-type-article #social-icons-single-article a {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  display: block;
  float: left;
  margin-right: 10px;
}

body.node-type-article #social-icons-single-article a.fb-article-page {
  background: url('images/social/feed/facebook-social-front.png') no-repeat;
}

body.node-type-article #social-icons-single-article a.tw-article-page {
  background: url('images/social/feed/twitter-social-front.png') no-repeat;
}

body.node-type-article #social-icons-single-article a.google-article-page {
 background: url('images/social/feed/googleplus-social-front.png') no-repeat; 
}

body.node-type-article #social-icons-single-article a.fb-article-page:hover {
  background: url('images/social_icons.png') no-repeat -2px -36px;
}

body.node-type-article #social-icons-single-article a.tw-article-page:hover {
  background: url('images/social_icons.png') no-repeat -35px -36px;
}

body.node-type-article #social-icons-single-article a.google-article-page:hover {
 background: url('images/social_icons.png') no-repeat -101px -36px; 
}






body.node-type-article #content h1.page-title, body.page-comment #content h2.title a {
  text-transform: uppercase;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #749925;
  line-height: 23px;
  font-weight: 700 !important;
  text-align: left;
  display: block;
}

body.page-comment #content ul.meta {
  display: none;
}

body.page-comment #content h2.title {
  margin-bottom: 20px;
}


body.page-comment #content h1 {
  text-transform: uppercase;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #fff;
  line-height: 23px;
  font-weight: 700 !important;
  text-align: left;
  display: block;
}


body.node-type-article #content ul.meta {
  display: none;
}


body.node-type-article #content,  body.page-comment #content {
  background: url('images/Checker_background-tile.png');
  padding: 20px;
  width: 630px;
}


#block-views-community-banners-block {
  height: 218px;
  background: url('images/Checker_background-tile.png');
  padding: 15px;
}


body.node-type-article #block-views-community-banners-block h2{
  text-transform: uppercase;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-size: 23px;
  color: #fff;
  line-height: 23px;
  font-weight: 700 !important;
  padding-left: 9px;
  margin-bottom: 5px;
}


body.node-type-media-page #media-links li {
  list-style: none;
  float: left;
 }

 body.node-type-media-page #media-links {
  height: 40px;
  width: 455px;
  float: right;
  margin: 0;
 }

body.node-type-media-page #media-links li a {
  background: none;
  margin: 0;
  padding-top: 5px;
  display: block;
  color: white;
  font-size: 14px;
  padding: 8px;
  margin-left: 10px;
   text-transform: uppercase;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 14px;
  font-weight: 700 !important;
  height: 15px;
  text-shadow: 0 1px 0 #000000;
 }

 body.node-type-media-page.i18n-ru #media-links li a {
  text-align: center;
  font-size: 13px;
 }


body.node-type-media-page .view-media-thumbnails .view-header {
  height: 50px;
}


body.node-type-media-page #media-links li a.media-links-videos {
 background: url('images/ai-video.png') ;
 width: 50px; 
 }

 body.node-type-media-page #media-links li a.media-links-screenshots {
 background: url('images/ai-screenshots.png') ;
  width: 102px;                
 }

 body.node-type-media-page #media-links li a.media-links-art {
 background: url('images/ai-screenshots.png') ;
 width: 102px;

 }

 body.node-type-media-page #media-links li a.media-links-wallpapers {
 background: url('images/ai-wallpaper.png') ;
  width: 94px;

 }

 body.node-type-media-page #media-links li a.media-links-videos:hover,
 body.node-type-media-page #media-links li a.media-links-screenshots:hover,
 body.node-type-media-page #media-links li a.media-links-art:hover,
 body.node-type-media-page #media-links li a.media-links-wallpapers:hover {
  background-position: bottom;
  color: #749925;
 }

body.node-type-media-page #block-views-media-thumbnails-block,
body.node-type-media-page #block-views-media-thumbnails-block-2,
body.node-type-media-page #block-views-media-thumbnails-block-1,
body.node-type-media-page #block-views-media-thumbnails-block-3 {
 background: url('images/Checker_background-tile.png');
 padding: 15px 20px 20px 20px;
}

body.node-type-media-page #block-views-media-thumbnails-block, body.node-type-media-page #block-views-media-thumbnails-block-1, body.node-type-media-page #block-views-media-thumbnails-block-3, body.node-type-media-page #block-views-media-thumbnails-block-2 {
  padding-bottom: 0 !important; 
  padding-left: 10px !important;
}

body.node-type-media-page #block-sega-media-sega-media-title {
  background: url('images/Checker_background-tile.png');
  height: 20px;
  padding: 20px 0 20px 20px;
  clear: both;
}

body.node-type-media-page #block-sega-media-sega-media-title .media-carousel-title-section div.media-carousel-title  {
  float: left;
}

body.node-type-media-page #block-sega-media-sega-media-title .media-carousel-title-section div.media-carousel-wallpapers-download  {
  float: right;
}

body.node-type-media-page #block-sega-media-sega-media-title .media-carousel-title-section div.media-carousel-social-share-buttons  {
  float: right;
 
}

body.node-type-media-page #block-sega-media-sega-media-title .media-carousel-title-section div.media-carousel-social-share-buttons #twitter_div  {
  float: right;
}

body.node-type-media-page #block-sega-media-sega-media-title .media-carousel-title-section div.media-carousel-social-share-buttons #facebook_div  {
  float: right;
}

body.node-type-media-page #block-sega-media-sega-media-title .media-carousel-title-section .media-carousel-wallpapers-download {
  position: relative;
  bottom: 6px;
  padding-right: 20px;
}



body.node-type-media-page #block-sega-media-sega-media-title div.media-carousel-wallpapers-download select {
  background: #2E2E2E;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 1px 0 #000000 inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  color: #9C9C9C;
  font-weight: bold;
  font-size: 0.9em;
  border: 0px;
  line-height: 1.5em;
  padding: 5px;
}

body.node-type-media-page #block-sega-media-sega-media-title div.media-carousel-title {
  text-transform: uppercase;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-size: 23px;
  color: #749925;
  line-height: 23px;
  font-weight: 700 !important;
  padding-left: 9px;
}


div#comments form label, body.page-comment form.comment-form label {
    color: #749925;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "HelveticaNeueLT-Bold", helvetica, sans-serif;
}


div#comments form input, 
div#comments form select, 
div#comments form textarea,
body.page-comment form.comment-form input, 
body.page-comment form.comment-form select, 
body.page-comment form.comment-form textarea {
    background: white;
    color: #749925;
    box-shadow: 0 1px 0 #000000 inset, 0 1px 0 rgba(255, 255, 255, 0.25);
    font-weight: 400;
    font-size: 14px;
    padding-left: 10px;
    border: 0px;
    outline: none;
    border-radius: 0;
}

div#comments form input, body.page-comment form.comment-form input {
  height: 35px;
line-height: 35px;
width: 300px;
}

div#comments form div#edit-actions input, body.page-comment form.comment-form div#edit-actions input {
  text-transform: uppercase;
  font-family: "HelveticaNeueLTStd-Roman", helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400px !important;
  color: #fff;
  background: url('images/news-front-more-frame-back-off.png') no-repeat;
  display: block;
  width: 98px;
  height: 31px;
  padding-top: 4px;
  text-align: center;
  box-shadow: none;
  line-height: 13px;
  text-shadow: none !important;
}

div#comments form div#edit-actions input:hover, body.page-comment form.comment-form div#edit-actions input:hover {
   background: url('images/news-front-more-frame-back-on.png') no-repeat;
  color: #749925;
  text-shadow: none !important;
}


div#comments h2.title.comment-form {
  color: #fff;
}

div#comments {
  clear: both;
  padding-top: 20px;

}

div#comments h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
   font-family: 'isolationbold', Helvetica, Arial, sans-serif;
}

body.node-type-media-page #block-views-media-carousel-block-1 .views-field-title,
body.node-type-media-page #block-views-media-carousel-block-1 .views-field-body,
body.node-type-media-page #block-views-media-carousel-block .views-field-title,
body.node-type-media-page #block-views-media-carousel-block-3 .views-field-title {
  display: none;
}

body.page-game-info {
   background: #000 url("images/background.jpg") no-repeat top center scroll;
}


body.page-game-info h1 {
  font-size: 42px;
  text-transform: uppercase;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  line-height: 42px;
  font-weight: 700;
}

body.page-game-info div.field-type-text-with-summary p,
body.page-game-info div.game-text-block-2 p {        
  font-size: 16px;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  line-height: 21px !important;
  font-weight: 700 !important;

}

body.page-game-info div.game-features-block {
  position: relative;
  top: 70px;
  margin-bottom: 50px;
}


body.front .view-home-videos-thumbnail a {
  width: 300px;
  height: 170px;
}

body.front .view-home-videos-thumbnail a:hover {
  background: url("images/home_media_image_rollover.png") no-repeat;
  z-index: 1000;
}


.thumbnail-rollover-img {
  position: relative;
  width: 300px;
  height: 167px;
}

.thumbnail-rollover-img-media h3 {
  color: #fff;
  font-size: 13px;
  line-height: 10px;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;

}

.thumbnail-rollover-img-media {
  display: block;
  position: relative;
  width: 300px;
  height: 190px;
}


.home_social_callout div.social-items div.header h3 a {
  text-transform: uppercase;
  font-family: 'isolationbold', Helvetica, Arial, sans-serif;
  font-size: 23px;
  color: #fff;
  line-height: 23px;
  font-weight: 700 !important;                                                                                                                     
}

body.node-type-article #content div.content div.field-name-body p,  body.page-comment #content div.content div.field-name-body p {
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

body.page-node-155 dd a span {
  text-transform: uppercase !important;
}


footer ul li.comment-add, #comments div.comment ul.links {
  display: none;
}



/*
 * Frequently Asked Questions
 * Competition page (Webforms)
 * "Basic page" (set by assigned body class in Context module
 */


body.page-faq-page #content,
body.node-type-faq #content,
body.node-type-webform #content,
body.page-node-done #content,
body.theme-basic-page #content {
	background: url("images/Checker_background-tile.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 15px;
	min-height: 900px;
}

body.page-faq-page #content a,
body.page-faq-page #content a:visited,
body.node-type-faq #content a,
body.node-type-faq #content a:visited,
body.node-type-webform #content a,
body.node-type-webform #content a:visited,
body.page-node-done #content a,
body.page-node-done #content a:visited,
body.theme-basic-page #content a,
body.theme-basic-page #content a:visited {
	color: #669900;
	text-decoration: none;
}

body.page-faq-page #content a:hover,
body.node-type-faq #content a:hover,
body.node-type-webform #content a:hover,
body.page-node-done #content a:hover,
body.theme-basic-page #content a:hover {
	color: #669900;
	text-decoration: underline;
}

body.page-faq-page #content a:active,
body.node-type-faq #content a:active,
body.node-type-webform #content a:active,
body.page-node-done #content a:active,
body.theme-basic-page #content a:active {
	color: #ffffff;
	text-decoration: underline;
}

body.page-faq-page #content-wrap,
body.node-type-faq #content-wrap,
body.page-node-done #content-wrap,
body.theme-basic-page #content-wrap {
	width: 660px;
}

h3.faq-header {
	font-family: 'isolationbold',Helvetica,Arial,sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}

.faq-description,
.faq-answer,
body.node-type-faq #main-content,
body.node-type-webform #main-content,
body.theme-basic-page #main-content,
body.page-node-done #main-content {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #ffffff;
}

.faq-question-answer {
	position: relative;
}

.faq-question {
	padding-left: 40px;
}

body.page-faq-page #content .faq-question a {
	font-family: 'isolationbold',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

body.page-faq-page #content .faq-question a,
body.page-faq-page #content .faq-question a:visited {
	color: #ffffff;
}

body.page-faq-page #content .faq-question a:hover,
body.page-faq-page #content .faq-qa-visible a {
	color: #669900;
}

#content .faq-question a:before,
#content .faq-question a:hover:before,
#content .faq-question a:active:before,
#content .faq-question a:visited:before {
	background: url('images/faq-arrows.png');
	content: " ";
	position: absolute;
	left: 16px;
	top: 9px;
	width: 16px;
	height: 16px;
}

#content .faq-question a:before,
#content .faq-question a:visited:before {
	background-position: -16px -16px;
}

#content .faq-question a:hover:before {
	background-position: -16px 0px;
}

#content .faq-qa-visible a:before,
#content .faq-qa-visible a:hover:before {
	background-position: -0px 0px;
}


body.node-type-webform #sidebar {
	background: url("images/Checker_background-tile.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 900px;
	overflow: hidden;
	width: 245px;
}

body.node-type-webform input[type="submit"] {
	text-transform: uppercase;
	font-family: 'isolationbold', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	background: url('images/news-front-more-frame-back-off.png') no-repeat;
	display: block;
	width: 98px;
	height: 27px;
	float: left;
	padding-top: 4px;
	text-align: center;
	font-weight: 700;
	border: none;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0px;
	height: 31px;
}

body.node-type-webform input[type="submit"]:hover {
	text-transform: uppercase;
	font-family: 'isolationbold', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #749925;
	background: url('images/news-front-more-frame-back-on.png') no-repeat;
	display: block;
	width: 98px;
	height: 27px;
	float: left;
	padding-top: 4px;
	text-align: center;
	font-weight: 700;
	border: none;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0px;
	height: 31px;
}

body.node-type-webform #content h2,
body.theme-basic-page #content h2 {
	color: #749925;
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'isolationbold', Helvetica, Arial, sans-serif;
	line-height: 19px;
	margin: 24px 0;
}

body.node-type-webform #webform-component-email-address label {
	color: #749925;
	text-transform: uppercase;

}