@charset "UTF-8";
/*LINKS */
/* unvisited link */
/* visited link */
/* mouse over link */
/* selected link */
/*BUTTONS */
/*INPUTS */
/* HTML5 Reset :: style.css
 * ----------------------------------------------------------
 * We have learned much from/been inspired by/taken code where offered from:
 * Eric Meyer					:: http://ericmeyer.com
 * HTML5 Doctor				:: http://html5doctor.com
 * and the HTML5 Boilerplate	:: http://html5boilerplate.com
 *-------------------------------------------------------------------------------
 */
/* Let's default this puppy out */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600,700);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

/* Responsive images and other embedded objects
 * Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers.
 * There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue.
 */
img, object, embed {
  max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
 * don't forget to restore the bullets within content.
 */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted black;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}
table th {
  font-weight: bold;
  vertical-align: bottom;
}
table td {
  font-weight: normal;
  vertical-align: top;
}
table td, table td img {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
input.placeholder, select.placeholder {
  color: #bdbdbd;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input {
  font: 99% sans-serif;
}

/* Accessible focus treatment
 * people.opera.com/patrickl/experiments/keyboard/test
 */
small {
  font-size: 85%;
}

strong, th, .strong {
  font-weight: bold;
}

/* Make sure sup and sub don't screw with your line-heights
 * gist.github.com/413930
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover */
.ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* let's clear some floats */
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  height: 1%;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #713eb0;
}
a:hover, a:active {
  outline: none;
}
a:hover {
  color: #6699ff;
}
a:link {
  /* j.mp/webkit-tap-highlight-color */
  -webkit-tap-highlight-color: #713eb0;
}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #fcd700;
  color: white;
  text-shadow: none;
}

::selection {
  background: #fcd700;
  color: white;
  text-shadow: none;
}

ins {
  background-color: #fcd700;
  color: black;
  text-decoration: none;
}

mark {
  background-color: #fcd700;
  color: black;
  font-style: italic;
  font-weight: bold;
}

/* Body Content */
/*************************************** */
body {
  color: #4d4d4d;
  font: normal normal normal 14px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f7f7f9;
  min-width: 1024px;
  width: 100%;
  line-height: 20px;
}

p {
  margin-bottom: 20px;
}

h2 {
  color: #bfbfbf;
  font-size: 30px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin: 14px 0 0 12px;
  float: left;
  position: relative;
  z-index: 0;
}
h2 .purple {
  color: #755c8b;
  font-weight: bold;
}
h2 sup {
  font-size: 12px;
  position: relative;
  top: -20px;
}
h2.pagetitle {
  width: auto;
  height: 32px;
  z-index: 2;
}
h2.pagetitle span.menulink {
  float: right;
  display: block;
  height: 32px;
  width: 30px;
}

h3 {
  color: black;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  color: #bfbfbf;
}

h4 {
  color: black;
  margin: 24px 0;
}

.box {
  text-align: center;
}

.box-content {
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  width: 662px;
  text-align: left;
}

.arcade .box-content {
  padding-bottom: 300px;
}
.arcade footer {
  position: absolute;
  bottom: 0;
}
.arcade #copyright {
  padding-left: 6%;
}

.countertop .box {
  margin-left: 321px;
}
.countertop .box-content {
  padding-bottom: 300px;
}
.countertop footer {
  position: absolute;
  bottom: 0;
}

.page-listing h3 a, .item .title a {
  color: #4d4d4d;
}
.page-listing h3 a:hover, .item .title a:hover {
  color: #8864bc;
}

.correct {
  color: #70af43;
  text-transform: uppercase;
}

.incorrect {
  color: #ed2124;
  text-transform: uppercase;
}

.info_book {
  background: url(/images/2011_q4/icon_info_book.png) no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 18px;
  margin-left: 6px;
  position: relative;
  top: 4px;
  width: 18px;
}
.info_book:hover {
  background-position: 0 -18px;
}

#header {
  width: 100%;
  height: 60px;
  min-width: 980px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #bebebe;
  -webkit-box-shadow: 0 1px 0 0 white;
  -moz-box-shadow: 0 1px 0 0 white;
  box-shadow: 0 1px 0 0 white;
}
#header .main_nav {
  height: 66px;
  float: left;
  margin: 26px 0 0 30px;
  position: relative;
  z-index: 2;
}
#header .main_nav li {
  margin: 0 0 0 34px;
  list-style: none;
  float: left;
}
#header .main_nav li a {
  color: black;
}
#header .subnav_wrapper {
  clear: both;
  position: relative;
  width: 980px;
  margin: 0 auto;
  height: 60px;
  overflow: hidden;
}
#header .subnav {
  clear: both;
  height: 26px;
  width: 760px;
  margin-left: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px 0 0;
}
#header .subnav li {
  float: left;
  margin-right: 50px;
}
#header .subnav li a {
  position: relative;
  float: left;
  padding-bottom: 6px;
  color: #713eb0;
}
#header .subnav li .current {
  border-bottom: 4px solid #713eb0;
}
#header .subnav .info_book {
  position: absolute;
  top: 0;
  right: -25px;
}
.home #header {
  display: none;
}

ul li {
  margin-bottom: 10px;
}

ol li {
  margin: 0 0 10px 20px;
}

#site_bar {
  padding: 0 20px;
}

#page {
  margin: 43px auto 0;
  padding: 0 20px;
  clear: both;
}
#page .date {
  color: #999999;
}
#page.hidden {
  display: none;
}
.cookbook #page, .arcade #page, .markeetplace #page {
  margin-top: 60px;
}

.page_wrapper {
  width: 979px;
  margin: 0 auto 43px;
  overflow: hidden;
  padding: 0 0 20px 0;
  background-color: white;
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  display: block;
  position: relative;
  top: 20px;
  text-align: left;
}
.page_wrapper .page_content {
  padding: 40px 20px 20px;
  overflow: hidden;
}
.page_wrapper.full {
  width: 100%;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -box-shadow: none;
  padding: 0 2px 20px;
  margin-bottom: 43px;
}
.home .page_wrapper {
  top: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.banner {
  height: 300px;
  position: relative;
  overflow: hidden;
  width: 980px;
  margin-bottom: 0 auto 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.2) inset;
  z-index: 6;
}
.banner.with-text {
  width: 940px;
  padding: 20px;
}
.banner.with-text p {
  font-size: 16px;
  height: auto;
  letter-spacing: normal;
  font-weight: normal;
  text-align: left;
  padding: 0;
  margin: 0 0 20px 0;
}

.heading {
  position: relative;
  display: block;
  width: 180px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
  padding-right: 40px;
  margin-bottom: 10px;
}
.heading .rss, .heading .twitter, .heading .gamesalad_icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
  top: 0;
}

.content_right .heading {
  padding: 0 0 0 40px;
}
.content_right .heading .twitter {
  left: 5px;
}

.whitebox {
  background-color: white;
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: left;
}
.whitebox.hidden, .whitebox.invisible {
  display: none;
}
.whitebox .left_text, .whitebox .left_img {
  clear: both;
  float: left;
  margin: 0 20px 40px 0;
}
.whitebox .right_text, .whitebox .right_img {
  float: right;
  margin-left: 0 0 40px 20px;
}
.whitebox .left_text, .whitebox .right_text {
  width: 400px;
}
.whitebox .left_img, .whitebox .right_img {
  width: 500px;
}
.whitebox .col4, .whitebox a.col4 {
  width: 20%;
  float: left;
  padding: 0 2%;
}
.whitebox a.col4 {
  display: block;
  height: 220px;
  color: #4d4d4d;
  font-size: 12px;
  border-left: 1px solid #c2c2c2;
  width: 224px;
  padding: 0 10px;
}
.whitebox a.col4:first-child {
  border: 0;
}
.whitebox a.col4:hover {
  color: #713eb0;
}
.whitebox a.col4:hover h3 {
  color: #713eb0;
}
.whitebox a.col4.create:hover, .whitebox a.col4.test:hover, .whitebox a.col4.publish:hover, .whitebox a.col4.starting:hover {
  background-color: #eeeeff;
}
.whitebox a.col4 h3 {
  margin-top: 6px;
}
.whitebox header {
  background: none repeat scroll 0 0 transparent;
  color: #606060;
  font-size: 36px;
  font-weight: bold;
  height: auto;
  letter-spacing: -2px;
  margin-bottom: 20px;
  white-space: nowrap;
  width: auto;
}
.whitebox .title {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: none;
  margin: 0 0 10px 0;
}
.whitebox .description {
  height: 98px;
  overflow: hidden;
}
.whitebox > ul li {
  margin-bottom: 0;
}
.whitebox .all {
  float: right;
}

.wrapper_left {
  width: 660px;
  float: left;
  line-height: 22px;
  color: #3a3a3a;
}
.wrapper_left h2 {
  float: none;
  margin: 0 0 14px 0;
  font-size: 28px;
  color: #4d4d4d;
  font-weight: normal;
}
.wrapper_left h3 {
  font-size: 20px;
  font-weight: normal;
}
.wrapper_left .heading {
  font-size: 28px;
}
.wrapper_left .content_column {
  width: 320px;
  float: left;
}
.wrapper_left .content_column ul.linklist {
  width: 320px;
  font-size: 14px;
}
.wrapper_left .content_column ul.linklist li {
  padding: 14px;
  border-bottom: 1px solid #bfbfbf;
}
.wrapper_left .content_column ul.linklist li:first-child {
  border-top: 1px solid #bfbfbf;
}
.wrapper_left .content_column .heading {
  margin-bottom: 10px;
  width: 280px;
}
.wrapper_left .content_column.right {
  margin-left: 20px;
}
.wrapper_left .date {
  color: #999999;
}
.wrapper_left.no_sidebar {
  width: 100%;
  float: none;
  margin: 0 auto;
}
.wrapper_left .nopadding {
  padding: 0;
}
.wrapper_left section {
  margin-bottom: 50px;
}
.wrapper_left section#featured {
  margin-bottom: 0;
  border-top: 1px solid #bdbdbd;
  padding-top: 30px;
}

.wrapper_right {
  width: 245px;
  float: right;
}
.wrapper_right > p, .wrapper_right .whitebox, .wrapper_right .content_right, .wrapper_right .blog-sidebar {
  margin-bottom: 0;
  padding: 12px;
}
.wrapper_right > p li, .wrapper_right .whitebox li, .wrapper_right .content_right li, .wrapper_right .blog-sidebar li {
  padding: 0;
  overflow: hidden;
}
.wrapper_right .posts_preview, .wrapper_right .jobs_preview {
  font-size: 14px;
  margin-bottom: 30px;
}
.wrapper_right .posts_preview li a {
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.wrapper_right .heading, .wrapper_right h2 {
  font-size: 28px;
  height: auto;
  width: 100%;
  max-width: 205px;
  color: #4d4d4d;
  margin-bottom: 20px;
}

.section_title {
  border-bottom: 1px solid #cbcbcc;
  color: #4d4d4d;
  font-size: 16px;
  padding-bottom: 5px;
}
.section_title .see_all {
  font-size: 12px;
  font-weight: normal;
  float: right;
}

.grid_wrapper {
  clear: both;
  text-align: center;
}
.grid_wrapper > div {
  display: inline-block;
}

.invisible {
  display: none;
}

body.page.not.found #sub-header, body.page.not.found .banner, body.page.not.found .post_banner {
  display: none;
}
body.page.not.found #page {
  margin-top: 20px;
}

#jumplinks {
  font-size: 14px;
  color: #bdbdbd;
  margin: -30px 0 30px 0;
  position: relative;
}
#jumplinks li {
  display: inline;
  margin-right: 20px;
}

#jumplink_more {
  color: #713eb0;
  position: relative;
}
#jumplink_more:hover {
  cursor: pointer;
  color: #6699ff;
}
#jumplink_more .arrow-down, #jumplink_more .arrow-up {
  right: -10px;
  top: 7px;
}

#jumplink_dropdown {
  display: block;
  display: none;
  width: auto;
  background: white;
  position: absolute;
  right: 0;
  background-color: white;
  border: none;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 10px;
  text-align: left;
}
#jumplink_dropdown li {
  display: block;
  float: none;
}
#jumplink_dropdown li:last-child {
  margin-bottom: 0;
}

#common-register-form .agree .clearfix:after {
  content: "";
}

#site_bar #site_bar_content {
  margin: 0 12px;
}

/* FORM STYLES */
/*************************************** */
/*********************** */
/***** INPUT TYPES ***** */
/* hand cursor on clickable elements */
.clickable, label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button {
  width: auto;
  overflow: visible;
}

/* we like off-black for text */
select, input, textarea {
  color: #333333;
}

textarea {
  resize: none;
}

textarea, input[type=text], input[type=email], input[type=password] {
  border: 1px inset #bcbbe1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 0 5px;
  resize: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

input[type=text], input[type=email], input[type=password] {
  height: 26px;
  line-height: 26px;
}

/* idle state of text fields, and focus state of text fields - change text color on focus by adding removing class */
.idleField, #search_bar, #search_bar.idleField {
  color: #b2b2b2;
}

.focusField, #search_bar.focusField {
  color: #4d4d4d;
}

/* Older style buttons */
.button {
  display: block;
  width: 150px;
  padding: 0 20px;
  height: 38px;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  color: white;
  text-align: center;
  text-shadow: black 0 -1px 1px;
  background-color: #9262d0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c7a1ff), to(#9262d0));
  background-image: -webkit-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -moz-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -ms-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -o-linear-gradient(top, #c7a1ff, #9262d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c7a1ff,endColorstr=#9262d0);
  zoom: 1;
  border: 1px solid #494949;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.button:hover {
  color: white;
  cursor: pointer;
  border-color: #9e67c5;
  background-color: #1a82f7;
  background-color: #9e67c5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d6b2f5), to(#9e67c5));
  background-image: -webkit-linear-gradient(top, #d6b2f5, #9e67c5);
  background-image: -moz-linear-gradient(top, #d6b2f5, #9e67c5);
  background-image: -ms-linear-gradient(top, #d6b2f5, #9e67c5);
  background-image: -o-linear-gradient(top, #d6b2f5, #9e67c5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d6b2f5,endColorstr=#9e67c5);
  zoom: 1;
}
.button:active {
  border-color: #494949;
  background-color: #1a82f7;
  background-color: #9763c9;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5f3397), to(#9763c9));
  background-image: -webkit-linear-gradient(top, #5f3397, #9763c9);
  background-image: -moz-linear-gradient(top, #5f3397, #9763c9);
  background-image: -ms-linear-gradient(top, #5f3397, #9763c9);
  background-image: -o-linear-gradient(top, #5f3397, #9763c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f3397,endColorstr=#9763c9);
  zoom: 1;
}

.pbutton a, .pbutton a:hover, .pbutton a:active {
  color: white;
}

.pbutton {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  background-color: #9262d0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c7a1ff), to(#9262d0));
  background-image: -webkit-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -moz-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -ms-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -o-linear-gradient(top, #c7a1ff, #9262d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c7a1ff,endColorstr=#9262d0);
  zoom: 1;
  width: 104px;
  height: 25px;
  color: #f0f0f0;
  text-shadow: -1px -1px #7e64ac;
}
.pbutton p {
  text-align: center;
  line-height: 2em;
}

.epbutton > div {
  cursor: pointer;
  margin-left: 10px;
  float: left;
  background-color: #9262d0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c7a1ff), to(#9262d0));
  background-image: -webkit-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -moz-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -ms-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -o-linear-gradient(top, #c7a1ff, #9262d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c7a1ff,endColorstr=#9262d0);
  zoom: 1;
}
.epbutton span {
  background-color: #9262d0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c7a1ff), to(#9262d0));
  background-image: -webkit-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -moz-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -ms-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -o-linear-gradient(top, #c7a1ff, #9262d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c7a1ff,endColorstr=#9262d0);
  zoom: 1;
  float: left;
  margin: 0 10px 0 -10px;
  padding: 4px 3px 2px 13px;
  height: 20px;
}

.gbutton > div {
  cursor: pointer;
  margin-left: 10px;
  float: left;
  background-color: #e3e9f3;
  background-image: -moz-linear-gradient(top, white, #e3e9f3 66%, #d6dae4 100%);
  background-image: -webkit-linear-gradient(top, white, #e3e9f3 66%, #d6dae4 100%);
  background-image: -ms-linear-gradient(top, white, #d6dae4);
  background-image: -o-linear-gradient(top, white, #d6dae4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white,endColorstr=#d6dae4);
  zoom: 1;
}
.gbutton span {
  background-color: #e3e9f3;
  background-image: -moz-linear-gradient(top, white, #e3e9f3 66%, #d6dae4 100%);
  background-image: -webkit-linear-gradient(top, white, #e3e9f3 66%, #d6dae4 100%);
  background-image: -ms-linear-gradient(top, white, #d6dae4);
  background-image: -o-linear-gradient(top, white, #d6dae4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white,endColorstr=#d6dae4);
  zoom: 1;
  float: left;
  margin: 0 10px 0 -10px;
  padding: 1px 3px 5px 13px;
}

/* END older style buttons */
.button_purple, .dialog button, a.button_purple:link, a.button_purple:visited {
  display: block;
  width: 142px;
  padding: 0 20px;
  height: 26px;
  font-size: 13px;
  line-height: 26px;
  color: white;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #a075d6;
  background-color: #9262d0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c7a1ff), to(#9262d0));
  background-image: -webkit-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -moz-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -ms-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -o-linear-gradient(top, #c7a1ff, #9262d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c7a1ff,endColorstr=#9262d0);
  zoom: 1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.button_purple:hover, .dialog button:hover, a.button_purple:link:hover, a.button_purple:visited:hover {
  color: white;
  cursor: pointer;
  border-color: #8f6bc9;
  background-color: #9262d0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d6b2f5), to(#9262d0));
  background-image: -webkit-linear-gradient(top, #d6b2f5, #9262d0);
  background-image: -moz-linear-gradient(top, #d6b2f5, #9262d0);
  background-image: -ms-linear-gradient(top, #d6b2f5, #9262d0);
  background-image: -o-linear-gradient(top, #d6b2f5, #9262d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d6b2f5,endColorstr=#9262d0);
  zoom: 1;
}
.button_purple:active, .dialog button:active, a.button_purple:link:active, a.button_purple:visited:active {
  border-color: #494949;
  background-color: #9763c9;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5f3397), to(#9763c9));
  background-image: -webkit-linear-gradient(top, #5f3397, #9763c9);
  background-image: -moz-linear-gradient(top, #5f3397, #9763c9);
  background-image: -ms-linear-gradient(top, #5f3397, #9763c9);
  background-image: -o-linear-gradient(top, #5f3397, #9763c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f3397,endColorstr=#9763c9);
  zoom: 1;
}

.dialog button {
  width: auto;
  float: right;
  line-height: 24px;
}

/* +gradient($btn_p_top, $btn_p_btm) */
/* +gradient(#c49ffe, #8e68c2, #714bae, #8f61cd) */
.dropdown, .dropdown_grey, .dropdown_purple, .button_grey, .pager .previous, .pager .next, .pager .all {
  font-size: 12px;
  display: block;
  width: 142px;
  height: 26px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  border: 1px solid #bfbfbf;
  background-color: #e3e9f3;
  background-image: -moz-linear-gradient(top, white, #e3e9f3 66%, #d6dae4 100%);
  background-image: -webkit-linear-gradient(top, white, #e3e9f3 66%, #d6dae4 100%);
  background-image: -ms-linear-gradient(top, white, #d6dae4);
  background-image: -o-linear-gradient(top, white, #d6dae4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white,endColorstr=#d6dae4);
  zoom: 1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.dropdown:hover, .dropdown_grey:hover, .dropdown_purple:hover, .button_grey:hover, .pager .previous:hover, .pager .next:hover, .pager .all:hover {
  cursor: pointer;
  border-color: #959595;
  color: #713eb0;
  background-color: #f4f4ff;
  background-image: -moz-linear-gradient(top, white, #f4f4ff 66%, #e4eaf4 100%);
  background-image: -webkit-linear-gradient(top, white, #f4f4ff 66%, #e4eaf4 100%);
  background-image: -ms-linear-gradient(top, white, #e4eaf4);
  background-image: -o-linear-gradient(top, white, #e4eaf4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white,endColorstr=#e4eaf4);
  zoom: 1;
}
.dropdown:active, .dropdown.active, .dropdown.active:hover, .dropdown_grey:active, .dropdown_grey.active, .dropdown_grey.active:hover, .dropdown_purple:active, .dropdown_purple.active, .dropdown_purple.active:hover, .button_grey:active, .button_grey.active, .button_grey.active:hover, .pager .previous:active, .pager .previous.active, .pager .previous.active:hover, .pager .next:active, .pager .next.active, .pager .next.active:hover, .pager .all:active, .pager .all.active, .pager .all.active:hover {
  color: #713eb0;
  border-color: #bfbfbf;
  background-color: #e4eaf4;
  background-image: -moz-linear-gradient(top, #d7dbe5, #e4eaf4 66%, #f4f4ff 100%);
  background-image: -webkit-linear-gradient(top, #d7dbe5, #e4eaf4 66%, #f4f4ff 100%);
  background-image: -ms-linear-gradient(top, #d7dbe5, #f4f4ff);
  background-image: -o-linear-gradient(top, #d7dbe5, #f4f4ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d7dbe5,endColorstr=#f4f4ff);
  zoom: 1;
}
.dropdown.disabled, .dropdown.disabled:hover, .dropdown_grey.disabled, .dropdown_grey.disabled:hover, .dropdown_purple.disabled, .dropdown_purple.disabled:hover, .button_grey.disabled, .button_grey.disabled:hover, .pager .previous.disabled, .pager .previous.disabled:hover, .pager .next.disabled, .pager .next.disabled:hover, .pager .all.disabled, .pager .all.disabled:hover {
  color: #707070;
  border-color: #bfbfbf;
  cursor: default;
  background-color: #e4eaf4;
  background-image: -moz-linear-gradient(top, #d7dbe5, #e4eaf4 66%, #f4f4ff 100%);
  background-image: -webkit-linear-gradient(top, #d7dbe5, #e4eaf4 66%, #f4f4ff 100%);
  background-image: -ms-linear-gradient(top, #d7dbe5, #f4f4ff);
  background-image: -o-linear-gradient(top, #d7dbe5, #f4f4ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d7dbe5,endColorstr=#f4f4ff);
  zoom: 1;
}
.dropdown.absolute, .dropdown_grey.absolute, .dropdown_purple.absolute, .button_grey.absolute, .pager .previous.absolute, .pager .next.absolute, .pager .all.absolute {
  position: absolute;
}
.dropdown a, .dropdown a:visited, .dropdown_grey a, .dropdown_grey a:visited, .dropdown_purple a, .dropdown_purple a:visited, .button_grey a, .button_grey a:visited, .pager .previous a, .pager .previous a:visited, .pager .next a, .pager .next a:visited, .pager .all a, .pager .all a:visited {
  display: block;
  text-decoration: none;
  outline: none;
  color: #713eb0;
  position: relative;
}
.dropdown span.value, .dropdown_grey span.value, .dropdown_purple span.value, .button_grey span.value, .pager .previous span.value, .pager .next span.value, .pager .all span.value {
  display: none;
}
.dropdown dd, .dropdown dt, .dropdown ul, .dropdown_grey dd, .dropdown_grey dt, .dropdown_grey ul, .dropdown_purple dd, .dropdown_purple dt, .dropdown_purple ul, .button_grey dd, .button_grey dt, .button_grey ul, .pager .previous dd, .pager .previous dt, .pager .previous ul, .pager .next dd, .pager .next dt, .pager .next ul, .pager .all dd, .pager .all dt, .pager .all ul {
  margin: 0;
  padding: 0;
}
.dropdown dt a, .dropdown dt a:visited, .dropdown dt a:hover, .dropdown_grey dt a, .dropdown_grey dt a:visited, .dropdown_grey dt a:hover, .dropdown_purple dt a, .dropdown_purple dt a:visited, .dropdown_purple dt a:hover, .button_grey dt a, .button_grey dt a:visited, .button_grey dt a:hover, .pager .previous dt a, .pager .previous dt a:visited, .pager .previous dt a:hover, .pager .next dt a, .pager .next dt a:visited, .pager .next dt a:hover, .pager .all dt a, .pager .all dt a:visited, .pager .all dt a:hover {
  color: #3c3c3c;
  width: 127px;
  height: 16px;
  line-height: 16px;
  padding: 5px 5px 5px 10px;
}
.dropdown dd, .dropdown_grey dd, .dropdown_purple dd, .button_grey dd, .pager .previous dd, .pager .next dd, .pager .all dd {
  position: relative;
}
.dropdown dd a, .dropdown dd a:visited, .dropdown_grey dd a, .dropdown_grey dd a:visited, .dropdown_purple dd a, .dropdown_purple dd a:visited, .button_grey dd a, .button_grey dd a:visited, .pager .previous dd a, .pager .previous dd a:visited, .pager .next dd a, .pager .next dd a:visited, .pager .all dd a, .pager .all dd a:visited {
  color: #713eb0;
}
.dropdown dd ul, .dropdown_grey dd ul, .dropdown_purple dd ul, .button_grey dd ul, .pager .previous dd ul, .pager .next dd ul, .pager .all dd ul {
  margin: -2px 0 0 -1px;
  background: white none repeat scroll 0 0;
  border: 1px solid #b0b3c0;
  display: none;
  left: 0px;
  padding: 5px 0px;
  position: absolute;
  width: auto;
  min-width: 142px;
  max-height: 200px;
  list-style: none;
  overflow-y: scroll;
  -webkit-box-shadow: 0 0 2px 0 #999999;
  -moz-box-shadow: 0 0 2px 0 #999999;
  box-shadow: 0 0 2px 0 #999999;
}
.dropdown dd ul li, .dropdown_grey dd ul li, .dropdown_purple dd ul li, .button_grey dd ul li, .pager .previous dd ul li, .pager .next dd ul li, .pager .all dd ul li {
  margin-bottom: 0;
}
.dropdown dd ul li a, .dropdown_grey dd ul li a, .dropdown_purple dd ul li a, .button_grey dd ul li a, .pager .previous dd ul li a, .pager .next dd ul li a, .pager .all dd ul li a {
  padding: 0 5px;
  color: #5723a6;
}
.dropdown dd ul li a:hover, .dropdown_grey dd ul li a:hover, .dropdown_purple dd ul li a:hover, .button_grey dd ul li a:hover, .pager .previous dd ul li a:hover, .pager .next dd ul li a:hover, .pager .all dd ul li a:hover {
  background-color: #f0f0fe;
}
.dropdown dd ul li a.active, .dropdown_grey dd ul li a.active, .dropdown_purple dd ul li a.active, .button_grey dd ul li a.active, .pager .previous dd ul li a.active, .pager .next dd ul li a.active, .pager .all dd ul li a.active {
  color: black;
  font-weight: bold;
}
.dropdown dd ul li a.active:hover, .dropdown_grey dd ul li a.active:hover, .dropdown_purple dd ul li a.active:hover, .button_grey dd ul li a.active:hover, .pager .previous dd ul li a.active:hover, .pager .next dd ul li a.active:hover, .pager .all dd ul li a.active:hover {
  background-color: transparent;
  cursor: default;
  color: black;
}

.arrow-up, .arrow-down, .arrow-right, .arrow-left {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 0;
  height: 0;
  border: 7px solid white;
}

.arrow-up {
  border-left: 5px inset transparent;
  border-right: 5px inset transparent;
  border-top: none;
}
.arrow-up.grey {
  border-bottom-color: #636363;
}
.arrow-up.purple {
  border-bottom-color: #9e67c5;
}

.arrow-down {
  border-left: 5px inset transparent;
  border-right: 5px inset transparent;
  border-bottom: none;
}
.arrow-down.grey {
  border-top-color: #636363;
}
.arrow-down.purple {
  border-top-color: #9e67c5;
}

.arrow-right {
  border-top: 5px inset transparent;
  border-bottom: 5px inset transparent;
  border-right: none;
}
.arrow-right.grey {
  border-left-color: #636363;
}
.arrow-right.purple {
  border-left-color: #9e67c5;
}

.arrow-left {
  border-top: 5px inset transparent;
  border-bottom: 5px inset transparent;
  border-left: none;
}
.arrow-left.grey {
  border-right-color: #636363;
}
.arrow-left.purple {
  border-right-color: #9e67c5;
}

.btn_small {
  clear: both;
  width: 70px;
  height: 16px;
  line-height: 14px;
  padding: 0;
  font-size: 12px;
  margin-top: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.button_grey {
  text-align: center;
}

.tag, .member {
  float: left;
  color: #713eb0;
  height: 16px;
  line-height: 16px;
  text-align: center;
  padding: 0 18px;
  font-size: 12px;
  margin: 4px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: block;
  position: relative;
  border: 1px solid #bfbfbf;
  background-color: #e3e9f3;
  background-image: -moz-linear-gradient(top, white, #e3e9f3 66%, #d6dae4 100%);
  background-image: -webkit-linear-gradient(top, white, #e3e9f3 66%, #d6dae4 100%);
  background-image: -ms-linear-gradient(top, white, #d6dae4);
  background-image: -o-linear-gradient(top, white, #d6dae4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white,endColorstr=#d6dae4);
  zoom: 1;
}
.tag .tag_delete, .tag .member_delete, .member .tag_delete, .member .member_delete {
  color: #cccccc;
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 1px;
}
.tag .tag_delete:hover, .tag .member_delete:hover, .member .tag_delete:hover, .member .member_delete:hover {
  color: #713eb0;
}

.dropdown_purple {
  border: 1px solid #a075d6;
  background-color: #9262d0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c7a1ff), to(#9262d0));
  background-image: -webkit-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -moz-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -ms-linear-gradient(top, #c7a1ff, #9262d0);
  background-image: -o-linear-gradient(top, #c7a1ff, #9262d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c7a1ff,endColorstr=#9262d0);
  zoom: 1;
}
.dropdown_purple dt a, .dropdown_purple dt a:visited, .dropdown_purple dt a:hover {
  text-shadow: 0 -1px 1px #9262d0;
  -webkit-text-shadow: 0 -1px 1px #9262d0;
  -moz-text-shadow: 0 -1px 1px #9262d0;
  color: white;
}
.dropdown_purple:hover {
  color: white;
  border-color: #8f6bc9;
  background-color: #9262d0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d6b2f5), to(#9262d0));
  background-image: -webkit-linear-gradient(top, #d6b2f5, #9262d0);
  background-image: -moz-linear-gradient(top, #d6b2f5, #9262d0);
  background-image: -ms-linear-gradient(top, #d6b2f5, #9262d0);
  background-image: -o-linear-gradient(top, #d6b2f5, #9262d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d6b2f5,endColorstr=#9262d0);
  zoom: 1;
}
.dropdown_purple:active {
  color: white;
  border-color: #494949;
  background-color: #9763c9;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5f3397), to(#9763c9));
  background-image: -webkit-linear-gradient(top, #5f3397, #9763c9);
  background-image: -moz-linear-gradient(top, #5f3397, #9763c9);
  background-image: -ms-linear-gradient(top, #5f3397, #9763c9);
  background-image: -o-linear-gradient(top, #5f3397, #9763c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f3397,endColorstr=#9763c9);
  zoom: 1;
}

.pager {
  width: 150px;
  margin: 12px auto;
  text-align: center;
}
.pager li {
  display: block;
  float: left;
}
.pager .previous, .pager .next {
  width: 73px;
  float: left;
}
.pager .previous {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pager .previous:hover {
  border-right-color: #bfbfbf;
}
.pager .next {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.pager {
  width: 150px;
  margin: 12px auto;
  text-align: center;
}
.pager .previous, .pager .next {
  width: 73px;
  float: left;
}
.pager .previous {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pager .previous:hover {
  border-right-color: #bfbfbf;
}
.pager .next {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

/* Custom Checkbox and radios */
.checkbox, .radio {
  position: relative;
  overflow: hidden;
}

.checkbox > input, .radio > input {
  overflow: hidden;
  height: 24px;
  width: 24px;
  float: left;
  position: absolute;
  left: 0;
  opacity: 0;
}

/* Defaults */
.checkbox:not(#foo) > input + label, .radio:not(#foo) > input + label {
  background: url(/images/2011_q4/form_inputs.png) 0 0 no-repeat;
  height: 24px;
  float: left;
  line-height: 24px;
  padding: 0 0 0 30px;
}

.radio:not(#foo) > input + label {
  background-position: 0 -192px;
}

/* Hover unchecked */
.checkbox:not(#foo) > input[type=checkbox]:hover + label,
.checkbox:not(#foo) > input[type=checkbox]:focus + label,
.checkbox:not(#foo) > input[type=checkbox] + label:hover {
  background-position: 0 -24px;
}

.radio:not(#foo) > input[type=radio]:hover + label,
.radio:not(#foo) > input[type=radio]:focus + label,
.radio:not(#foo) > input[type=radio] + label:hover {
  background-position: 0 -216px;
}

/* Checked */
.checkbox:not(#foo) > input[type=checkbox]:checked + label {
  background-position: 0 -96px;
}

.radio:not(#foo) > input[type=radio]:checked + label {
  background-position: 0 -288px;
}

/* Hover Checked */
.checkbox:not(#foo) > input[type=checkbox]:hover:checked + label,
.checkbox:not(#foo) > input[type=checkbox]:focus:checked + label,
.checkbox:not(#foo) > input[type=checkbox]:checked + label:hover,
.checkbox:not(#foo) > input[type=checkbox]:focus:checked + label {
  background-position: 0 -120px;
}

.radio:not(#foo) > input[type=radio]:hover:checked + label,
.radio:not(#foo) > input[type=radio]:focus:checked + label,
.radio:not(#foo) > input[type=radio]:checked + label:hover,
.radio:not(#foo) > input[type=radio]:focus:checked + label {
  background-position: 0 -312px;
}

/* Active styles */
.checkbox:not(#foo) > input[type=checkbox]:active + label,
.checkbox:not(#foo) > input[type=checkbox] + label:hover:active {
  background-position: 0 -48px;
}

.radio:not(#foo) > input[type=radio]:active + label,
.radio:not(#foo) > input[type=radio] + label:hover:active {
  background-position: 0 -240px;
}

/* Active Checked */
.checkbox:not(#foo) > input[type=checkbox]:active:checked + label,
.checkbox:not(#foo) > input[type=checkbox]:checked + label:hover:active {
  background-position: 0 -144px;
}

.radio:not(#foo) > input[type=radio]:active:checked + label,
.radio:not(#foo) > input[type=radio]:checked + label:hover:active {
  background-position: 0 -336px;
}

/* Disabled (unchecked) */
.checkbox:not(#foo) > input[type=checkbox]:disabled + label,
.checkbox:not(#foo) > input[type=checkbox]:hover:disabled + label,
.checkbox:not(#foo) > input[type=checkbox]:focus:disabled + label,
.checkbox:not(#foo) > input[type=checkbox]:disabled + label:hover,
.checkbox:not(#foo) > input[type=checkbox]:disabled + label:hover:active {
  background-position: 0 -72px;
}

.radio:not(#foo) > input[type=radio]:disabled + label,
.radio:not(#foo) > input[type=radio]:hover:disabled + label,
.radio:not(#foo) > input[type=radio]:focus:disabled + label,
.radio:not(#foo) > input[type=radio]:disabled + label:hover,
.radio:not(#foo) > input[type=radio]:disabled + label:hover:active {
  background-position: 0 -264px;
}

/* checked disabled */
.checkbox:not(#foo) > input[type=checkbox]:disabled:checked + label,
.checkbox:not(#foo) > input[type=checkbox]:hover:disabled:checked + label,
.checkbox:not(#foo) > input[type=checkbox]:focus:disabled:checked + label,
.checkbox:not(#foo) > input[type=checkbox]:disabled:checked + label:hover,
.checkbox:not(#foo) > input[type=checkbox]:disabled:checked + label:hover:active {
  background-position: 0 -168px;
}

.radio:not(#foo) > input[type=radio]:disabled:checked + label,
.radio:not(#foo) > input[type=radio]:hover:disabled:checked + label,
.radio:not(#foo) > input[type=radio]:focus:disabled:checked + label,
.radio:not(#foo) > input[type=radio]:disabled:checked + label:hover,
.radio:not(#foo) > input[type=radio]:disabled:checked + label:hover:active {
  background-position: 0 -360px;
}

/* END Custom Checkbox */
/* FANCYBOX DIALOG BOX STYLES */
/*************************************** */
/* FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(/images/2011_q4/fancybox/fancybox.png);
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  z-index: 1101;
  outline: none;
  display: none;
  min-width: 600px;
}

#fancybox-outer {
  position: relative;
  background: #f6f6f6;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  border: 10px solid rgba(0, 0, 0, 0.75);
  margin: 0;
}

#fancybox-content {
  height: auto !important;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  overflow: visible;
  line-height: 20px;
  min-width: 100%;
}
#fancybox-content label {
  font-weight: normal;
}
#fancybox-content fieldset {
  padding: 15px;
}
#fancybox-content > div {
  width: auto !important;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  z-index: 1103;
  color: #404040;
  font-size: 20px;
  background: transparent;
  height: auto;
  width: auto;
  font-size: 18px;
  line-height: 20px;
  padding: 3px 10px 7px;
  top: -5px;
  right: -5px;
  color: white;
  cursor: pointer;
  text-shadow: 0 1px 1px black;
  -webkit-text-shadow: 0 1px 1px black;
  -moz-text-shadow: 0 1px 1px black;
}
#fancybox-close:before {
  content: "\00d7";
  font-weight: bold;
}
#fancybox-close:hover {
  cursor: pointer;
}

#fancybox-error {
  color: #444444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url(/images/2011_q4/fancybox/blank.gif);
  z-index: 1102;
  display: none;
}
#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

#fancybox-left {
  left: 0px;
}
#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right {
  right: 0px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url(/images/2011_q4/fancybox/fancybox.png);
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url(/images/2011_q4/fancybox/fancybox.png);
  background-position: -40px -60px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333333;
  background: white;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: white;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url(/images/2011_q4/fancybox/fancy_title_over.png);
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding-left: 15px;
  background: url(/images/2011_q4/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: white;
  line-height: 29px;
  font-weight: bold;
  padding-bottom: 3px;
  background: url(/images/2011_q4/fancybox/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
  padding-left: 15px;
  background: url(/images/2011_q4/fancybox/fancybox.png) -55px -90px no-repeat;
}

/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1;
}
.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 .fancybox-ie6 #fancybox-left, .fancybox-ie6 .fancybox-ie6 #fancybox-right, .fancybox-ie6 #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression((-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_loading.png', sizingMethod='scale');
}

/* END IE6 */
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/2011_q4/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}

/* END IE6, IE7, IE8 */
/* Custom settings */
#fancybox-wrap #fancybox-content .error-msg h1 {
  background: #aa0000;
  color: white;
  padding: 5px;
}
#fancybox-wrap #fancybox-content .error-msg p {
  background: none;
  margin: none;
  padding: 0 5px;
}
#fancybox-wrap #common-register-form, #fancybox-wrap #common-login-form, #fancybox-wrap form.publishing.dialog-form {
  min-width: 580px;
  overflow: hidden;
}
#fancybox-wrap #common-register-form h3, #fancybox-wrap #common-login-form h3, #fancybox-wrap form.publishing.dialog-form h3 {
  display: none;
}
#fancybox-wrap #page #common-login-form {
  min-width: 320px;
}
#fancybox-wrap #common-register-form, #fancybox-wrap #common-login-form {
  min-height: 360px;
}
#fancybox-wrap #common-register-form fieldset, #fancybox-wrap #common-login-form fieldset {
  width: 270px;
  margin: 0 auto;
}
#fancybox-wrap #common-register-form fieldset input[type="text"], #fancybox-wrap #common-register-form fieldset input[type="password"], #fancybox-wrap #common-login-form fieldset input[type="text"], #fancybox-wrap #common-login-form fieldset input[type="password"] {
  height: 40px;
  width: 100%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#fancybox-wrap #common-register-form fieldset .submit button, #fancybox-wrap #common-login-form fieldset .submit button {
  width: 100%;
  height: 40px;
}
#fancybox-wrap #common-register-form .agree, #fancybox-wrap #common-register-form .remember, #fancybox-wrap #common-login-form .agree, #fancybox-wrap #common-login-form .remember {
  margin-top: 10px;
}
#fancybox-wrap #common-register-form fieldset {
  margin-top: 36px;
}
#fancybox-wrap #common-login-form fieldset {
  margin-top: 60px;
}
#fancybox-wrap #common-login-form .remember label {
  float: left;
}
#fancybox-wrap #register-dialog-agree, #fancybox-wrap #login-dialog-agree {
  float: left;
  margin: 2px 5px 0 0;
}
#fancybox-wrap #fancybox-close {
  color: #bfbfbf;
  text-shadow: none;
}

/* COLORBOX DIALOG BOX STYLES - Will replace FANCYBOX */
/*************************************** */
/* ColorBox Core Style:
 * The following CSS is consistent between example themes and should not be altered.
 */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
}

/* User Style:
 * Change the following styles to modify the appearance of ColorBox.
 */
#cboxOverlay {
  background-color: black;
  background-color: rgba(119, 119, 119, 0.7);
}

#colorbox {
  overflow: visible;
}
#colorbox #cboxWrapper {
  overflow: visible;
}
#colorbox #cboxContent {
  margin-top: 20px;
}
#colorbox #cboxContent .cboxIframe {
  background: white;
}
#colorbox #cboxContent #cboxError {
  padding: 50px;
  border: 1px solid #cccccc;
}
#colorbox #cboxContent #cboxLoadedContent {
  border: 20px solid rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: white;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}
#colorbox #cboxContent #cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #cccccc;
}
#colorbox #cboxContent #cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #cccccc;
}
#colorbox #cboxContent #cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: white;
}
#colorbox #cboxContent #cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(/images/2011_q4/colorbox/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#colorbox #cboxContent #cboxPrevious:hover {
  background-position: bottom left;
}
#colorbox #cboxContent #cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(/images/2011_q4/colorbox/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#colorbox #cboxContent #cboxNext:hover {
  background-position: bottom right;
}
#colorbox #cboxContent #cboxLoadingOverlay {
  background: black;
}
#colorbox #cboxContent #cboxLoadingGraphic {
  background: url(/images/2011_q4/colorbox/loading.gif) no-repeat center center;
}
#colorbox #cboxContent #cboxClose {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  background: url(/images/2011_q4/colorbox/close.png) no-repeat top center;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
#colorbox #cboxContent #cboxClose:hover {
  background-position: bottom center;
}

/* DIALOG BOX STYLES */
/*************************************** */
.dialog h3 {
  display: block;
  height: 20px;
  font-size: 14px;
  color: white;
  background: #353535;
  text-shadow: 0 1px 1px black;
  -webkit-text-shadow: 0 1px 1px black;
  -moz-text-shadow: 0 1px 1px black;
  padding: 0px 5px 5px;
  margin: 0;
  font-weight: bold;
}
.dialog li {
  text-align: right;
  margin-bottom: 5px;
}
.dialog li.remember, .dialog li.agree {
  margin: 10px 0 15px;
}
.dialog li.password span {
  display: block;
  text-align: left;
  position: absolute;
  bottom: 18px;
  left: 15px;
}
.dialog fieldset > p {
  margin-bottom: 15px;
}
.dialog input {
  vertical-align: baseline;
}
.dialog input[type="text"], .dialog input[type="password"], .dialog input[type="email"] {
  color: inherit;
  padding: 0px 4px;
  height: auto;
  border: 1px solid;
  border-color: #ababab #bababa #c6c6c6;
  box-shadow: inset 0 1px 0 #e9e9e9;
  line-height: 20px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
}
.dialog label {
  font-weight: bold;
  font-size: 14px;
}
.dialog label p {
  margin-bottom: 0;
}
.dialog .submit {
  text-align: right;
  overflow: hidden;
}
.dialog .checkbox p {
  font-weight: normal;
  font-size: 12px;
}

/* NIVO SLIDER STYLES */
/*************************************** */
/* jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
/* The Nivo Slider styles */
.marketplace #slider {
  height: 250px;
}

/* adding p styling for CMS added captions - GamdSalad */
#slider p {
  width: 960px;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #eeeeff;
}

.nivoSlider_wrapper {
  position: relative;
  width: 980px;
  height: 350px;
  margin: 20px auto 50px;
  ccborderradius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: white;
}
.marketplace .nivoSlider_wrapper {
  height: 250px;
}

.nivoShadowFrame {
  width: 980px;
  height: 20px;
  position: absolute;
  top: 0;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3) inset;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 6;
}

.nivoSlider {
  position: relative;
  background: white url(/images/2011_q4/nivo/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  ccborderradius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: none;
}

.nivoSlider_border_ul, .nivoSlider_border_ur, .nivoSlider_border_ll, .nivoSlider_border_lr {
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 6;
  background: transparent url(/images/2011_q4/nivo/nivo_imageframe.png) no-repeat 0 0;
}

.nivoSlider_border_ul {
  top: 0;
  left: 0;
}

.nivoSlider_border_ur {
  top: 0;
  right: 0;
  background-position: -10px 0;
}

.nivoSlider_border_ll {
  bottom: 0;
  left: 0;
  background-position: 0 -10px;
}

.nivoSlider_border_lr {
  bottom: 0;
  right: 0;
  background-position: -10px -10px;
}

.nivoSlider a {
  border: 0;
  display: block;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: black;
  color: white;
  /* Overridden by captionOpacity setting */
  opacity: 0.8;
  width: 100%;
  z-index: 6;
  font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption p {
  padding: 20px;
  font-size: 20px;
  margin: 0;
}

.nivo-caption a {
  display: inline !important;
  color: white;
  border-bottom: 1px dotted white;
}

.nivo-caption a:hover {
  color: white;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 0;
  z-index: 9;
  display: block;
  text-indent: -9999px;
  border: 0;
  width: 45px;
  height: 88px;
  top: 50%;
  margin-top: -44px;
  background-color: transparent;
  background-image: url(/images/2011_q4/nivo/arrows.png);
}
.nivo-directionNav a:hover {
  cursor: pointer;
}
.nivo-directionNav a.nivo-prevNav {
  left: 0;
  background-position: 0 0;
}
.nivo-directionNav a.nivo-prevNav:hover {
  background-position: 0 -88px;
}
.nivo-directionNav a.nivo-nextNav {
  right: 0;
  background-position: -45px 0;
}
.nivo-directionNav a.nivo-nextNav:hover {
  background-position: -45px -88px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  position: absolute;
  left: 50%;
  bottom: -42px;
  z-index: 0;
  /* Tweak this to center bullets */
  margin-left: -50px;
}

.nivo-controlNav a {
  position: relative;
  z-index: 9;
  cursor: pointer;
  display: block;
  width: 22px;
  height: 22px;
  background: url(/images/2011_q4/nivo/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin-right: 3px;
  float: left;
}

.nivo-controlNav a.active {
  font-weight: bold;
  background-position: 0 -22px;
}

/* MAIN-HEADER STYLES */
/*************************************** */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/images/fonts/glyphicons-halflings-regular.7ad17c60.eot);
  src: url(/images/fonts/glyphicons-halflings-regular.7ad17c60.eot?#iefix) format("embedded-opentype"), url(/images/fonts/glyphicons-halflings-regular.68ed1dac.woff) format("woff"), url(/images/fonts/glyphicons-halflings-regular.e49d52e7.ttf) format("truetype"), url(/images/fonts/glyphicons-halflings-regular.32941d63.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings" !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-user:before {
  content: "\e008";
}

nav > ul > li {
  float: left;
  position: relative;
  display: block;
}

#main-header {
  font-weight: 300;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#main-header ul li {
  margin-bottom: 0;
}
#main-header ul li a, #main-header ul li span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: white;
}
#main-header .avatar-image {
  border: 1px solid #595959;
  margin-right: 5px;
  vertical-align: middle;
}

.nav_colorbar {
  width: 100%;
  height: 3px;
  white-space: nowrap;
  overflow: hidden;
  background: #ff9346;
}
.nav_colorbar li {
  height: 3px;
  width: 17%;
  float: left;
  display: inline;
}
.nav_colorbar li.home {
  background: #9e61ff;
}
.nav_colorbar li.education {
  background: #9e61ff;
}
.nav_colorbar li.arcade {
  background: #ec4930;
  width: 15%;
}
.nav_colorbar li.creator {
  background: #00c2ed;
}
.nav_colorbar li.cookbook {
  background: #ffe54e;
}
.nav_colorbar li.marketplace {
  background: #66af54;
}
.nav_colorbar li.forums {
  background: #ff9346;
}
.nav_colorbar.arcade li, .arcade .nav_colorbar li {
  width: 1%;
}
.nav_colorbar.arcade li.arcade, .arcade .nav_colorbar li.arcade {
  width: 95%;
}
.nav_colorbar.creator li, .creator .nav_colorbar li {
  width: 1%;
}
.nav_colorbar.creator li.creator, .creator .nav_colorbar li.creator {
  width: 95%;
}
.nav_colorbar.cookbook li, .cookbook .nav_colorbar li {
  width: 1%;
}
.nav_colorbar.cookbook li.cookbook, .cookbook .nav_colorbar li.cookbook {
  width: 95%;
}
.nav_colorbar.marketplace li, .marketplace .nav_colorbar li {
  width: 1%;
}
.nav_colorbar.marketplace li.marketplace, .marketplace .nav_colorbar li.marketplace {
  width: 95%;
}
.nav_colorbar.forums li, .forums .nav_colorbar li {
  width: 1%;
}
.nav_colorbar.forums li.forums, .forums .nav_colorbar li.forums {
  width: 95%;
}

#main-header {
  position: relative;
  text-align: left;
  min-width: 980px;
  display: block;
  height: 53px;
  width: 100%;
  background: #353535;
}
#main-header #expandNav {
  display: none;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
}
#main-header #expandNav:hover h1 {
  background-position: 0 -30px;
}
#main-header #expandNav:hover h1 .arrow-down {
  border-top-color: #a87ce3;
}
#main-header #expandNav:hover h1 .arrow-up {
  border-bottom-color: #a87ce3;
}
#main-header #expandNav h1 {
  height: 30px;
  margin: 8px auto 5px;
  float: none;
  cursor: pointer;
}
#main-header #expandNav h1 .arrow-down, #main-header #expandNav h1 .arrow-up {
  top: 20px;
  height: 0;
}
#main-header h1 {
  position: relative;
  top: 2px;
  left: 9px;
  display: block;
  float: left;
  width: 194px;
  height: 30px;
  text-indent: -9999px;
  margin: 8px 10px 5px 0;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
  padding-right: 8px;
  background-repeat: no-repeat;
  background-image: url(/images/2011_q4/logo.png);
  z-index: 1;
}
#main-header h1:hover {
  background-position: 0 -30px;
}
#main-header li.messages {
  -moz-border-image: none;
  -webkit-border-image: none;
  border-image: none;
}
#main-header li.messages a {
  margin-left: 1em;
  margin-top: 12px;
  height: 14px;
  line-height: 14px;
  display: block;
  background: url(/images/2011_q4/icon_message.png) 0 0 no-repeat;
  padding-left: 24px;
}
#main-header li.messages a:hover {
  color: #8864bc;
}
#main-header li.messages span {
  background: white;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 0 8px;
  height: 14px;
  line-height: 16px;
  display: block;
}
#main-header nav li {
  height: 50px;
  padding: 0;
  color: #8864bc;
}
#main-header nav {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#main-header nav li {
  position: relative;
  display: block;
  float: left;
}
#main-header nav li a {
  cursor: pointer;
}
#main-header nav li a .arrow-down {
  vertical-align: middle;
  position: static;
  display: inline-block;
  margin-left: 2px;
  border-top: 4px solid white;
  border-left: 4px inset transparent;
  border-right: 4px inset transparent;
  border-bottom: none;
}
#main-header nav li ul.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
#main-header nav li ul.dropdown-menu li.divider {
  height: 1px !important;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#main-header nav li ul.dropdown-menu li {
  height: 20px;
  line-height: 20px;
}
#main-header nav li ul.dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
#main-header nav li.education:hover a, #main-header nav li.education:active a, #main-header nav li.education:hover a span, #main-header nav li.education:active a span, #main-header nav li.education.open a span {
  color: #9e61ff;
  border-top-color: #9e61ff;
}
#main-header nav li.authed:hover a, #main-header nav li.authed:active a, #main-header nav li.authed:hover a span, #main-header nav li.authed:active a span, #main-header nav li.authed.open a span, #main-header nav li.notauthed:hover a, #main-header nav li.notauthed:active a, #main-header nav li.notauthed:hover a span, #main-header nav li.notauthed:active a span, #main-header nav li.notauthed.open a span {
  color: #c9b9f7;
  border-top-color: #c9b9f7;
}
#main-header nav li.pricing:hover a, #main-header nav li.pricing:active a, .pricing #main-header nav li.pricing a {
  color: #c9b9f7;
}
#main-header nav li.download:hover a, #main-header nav li.download:active a, .pricing #main-header nav li.download a {
  color: #c9b9f7;
}
#main-header nav li.arcade {
  margin-left: -7px;
}
#main-header nav li.arcade:hover a, #main-header nav li.arcade:active a, .arcade #main-header nav li.arcade a, #main-header nav li.arcade.open a {
  color: #ec4930;
}
#main-header nav li.arcade:hover a > .arrow-down, #main-header nav li.arcade:active a > .arrow-down, .arcade #main-header nav li.arcade a > .arrow-down, #main-header nav li.arcade.open a > .arrow-down {
  border-top-color: #ec4930;
}
#main-header nav li.creator:hover a, #main-header nav li.creator:active a, .creator #main-header nav li.creator a, #main-header nav li.creator.open a {
  color: #00c2ed;
}
#main-header nav li.creator:hover a > .arrow-down, #main-header nav li.creator:active a > .arrow-down, .creator #main-header nav li.creator a > .arrow-down, #main-header nav li.creator.open a > .arrow-down {
  border-top-color: #00c2ed;
}
#main-header nav li.cookbook:hover a, #main-header nav li.cookbook:active a, .cookbook #main-header nav li.cookbook a, #main-header nav li.cookbook.open a {
  color: #ffe54e;
}
#main-header nav li.cookbook:hover a .arrow-down, #main-header nav li.cookbook:active a .arrow-down, .cookbook #main-header nav li.cookbook a .arrow-down, #main-header nav li.cookbook.open a .arrow-down {
  border-top-color: #ffe54e;
}
#main-header nav li.marketplace:hover a, #main-header nav li.marketplace:active a, .marketplace #main-header nav li.marketplace a {
  color: #66af54;
}
#main-header nav li.forums:hover a, #main-header nav li.forums:active a, .forums #main-header nav li.forums a, #main-header nav li.forums.open a {
  color: #ff9346;
}
#main-header nav li.forums:hover a .arrow-down, #main-header nav li.forums:active a .arrow-down, .forums #main-header nav li.forums a .arrow-down, #main-header nav li.forums.open a .arrow-down {
  border-top-color: #ff9346;
}
#main-header nav li.open ul.dropdown-menu {
  display: block;
}
#main-header nav li.open ul.dropdown-menu li {
  height: auto;
  float: none;
}
#main-header nav li.open ul.dropdown-menu li a {
  color: #333333;
}
#main-header nav li.open ul.dropdown-menu li a:hover {
  cursor: pointer;
  color: #262626;
  background-color: #eef0f5;
}
#main-header nav li.open.authed ul.dropdown-menu, #main-header nav li.open.notauthed ul.dropdown-menu {
  right: 0;
  left: auto;
}
#main-header nav li.open.authed small, #main-header nav li.open.notauthed small {
  font-size: 85%;
}
#main-header nav li.open.authed .dropdown-info, #main-header nav li.open.notauthed .dropdown-info {
  line-height: 19px;
  display: block;
  padding: 3px 20px;
  background: #eeeeee;
  color: #333333;
  margin-top: -5px;
}

#main-header ul.getstuff {
  float: right;
  margin-right: 15px;
}
#main-header nav li a {
  font-weight: 400;
  padding: 15px 15px;
  line-height: 20px;
  position: relative;
  display: block;
}
#main-header nav li > .arrow {
  border-color: black transparent;
  border-style: solid inset none;
  border-width: 6px 6px medium;
  height: 0;
  left: 50%;
  margin-left: -3px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  width: 0;
  display: none;
}
#main-header nav.arcade li.arcade a, .arcade #main-header nav li.arcade a {
  color: #ec4930;
}
#main-header nav.arcade li.arcade > .arrow, .arcade #main-header nav li.arcade > .arrow {
  border-top-color: #ec4930;
  display: block;
}
#main-header nav.creator li.creator a, .creator #main-header nav li.creator a {
  color: #00c2ed;
}
#main-header nav.creator li.creator > .arrow, .creator #main-header nav li.creator > .arrow {
  border-top-color: #00c2ed;
  display: block;
}
#main-header nav.education li.creator > .arrow, .education #main-header nav li.creator > .arrow {
  display: none;
}
#main-header nav.education li.education > .arrow, .education #main-header nav li.education > .arrow {
  display: block;
}
#main-header nav.cookbook li.cookbook > a, .cookbook #main-header nav li.cookbook > a {
  color: #ffe54e;
}
#main-header nav.cookbook li.cookbook > a > .arrow-down, #main-header nav.cookbook li.cookbook > a > .arrow-up, .cookbook #main-header nav li.cookbook > a > .arrow-down, .cookbook #main-header nav li.cookbook > a > .arrow-up {
  border-top-color: #ffe54e;
}
#main-header nav.cookbook li.cookbook > .arrow, .cookbook #main-header nav li.cookbook > .arrow {
  border-top-color: #ffe54e;
  display: block;
}
#main-header nav.marketplace li.marketplace a, .marketplace #main-header nav li.marketplace a {
  color: #66af54;
}
#main-header nav.marketplace li.marketplace > .arrow, .marketplace #main-header nav li.marketplace > .arrow {
  border-top-color: #66af54;
  display: block;
}
#main-header nav.blog li.blog a, .blog #main-header nav li.blog a {
  color: #449000;
}
#main-header nav.blog li.blog > .arrow, .blog #main-header nav li.blog > .arrow {
  border-top-color: #ff9346;
  display: block;
}
#main-header nav.forums li.forums a, .forums #main-header nav li.forums a {
  color: #ff9346;
}
#main-header nav.forums li.forums > .arrow, .forums #main-header nav li.forums > .arrow {
  border-top-color: #ff9346;
  display: block;
}

.btn.btn-success {
  color: white;
  background-color: #68c100;
  border-color: #5d9e00;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 9pt;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main-header nav li a.btn {
  padding: 6px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}
#main-header nav li a.btn:hover {
  color: white;
  background-color: #88e21e;
  border-color: #5d9e00;
}

/* SUB-HEADER STYLES */
/*************************************** */
#sub-header {
  width: 100%;
  min-width: 1020px;
  border-bottom: 1px solid #bfbfbf;
  height: 43px;
  background: #f7f7f9;
  position: absolute;
  z-index: 10;
}
#sub-header.fixed {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
}
#sub-header .subnav_wrapper {
  clear: both;
  position: relative;
  width: 980px;
  margin: 0 auto;
  height: 43px;
  overflow: hidden;
}
#sub-header .subnav {
  clear: both;
  height: 30px;
  width: 760px;
  margin-left: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px 0 0;
}
#sub-header .subnav li {
  float: left;
  height: 29px;
  margin: 14px 50px 0 0;
}
#sub-header .subnav li:last-child {
  margin-right: 0;
}
#sub-header .subnav li a {
  position: relative;
  float: left;
  padding-bottom: 6px;
  color: #713eb0;
}
#sub-header .subnav li .current, #sub-header .subnav li a:hover {
  border-bottom: 4px solid #713eb0;
}
#sub-header .subnav .info_book {
  position: absolute;
  top: 0;
  right: -25px;
}
.home #sub-header {
  display: none;
}
.arcade #sub-header, .cookbook #sub-header, .marketplace #sub-header {
  height: 60px;
}
.arcade #sub-header .subnav_wrapper, .cookbook #sub-header .subnav_wrapper, .marketplace #sub-header .subnav_wrapper {
  height: 60px;
}
.arcade #sub-header .subnav_wrapper .subnav, .cookbook #sub-header .subnav_wrapper .subnav, .marketplace #sub-header .subnav_wrapper .subnav {
  height: 60px;
}
#sub-header .leftmargin, #sub-header .rightmrgin, #sub-header .center {
  height: 60px;
}
#sub-header .leftmargin {
  margin-left: 220px;
}
#sub-header .leftmargin h2 {
  margin-left: -200px;
}
#sub-header .leftmargin .rightmrgin {
  margin-right: 140px;
}
#sub-header .leftmargin .rightmrgin .center .search_controls {
  position: relative;
  margin: 0 auto;
  width: 530px;
  padding: 0;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar {
  position: relative;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar #site-search-form {
  display: inline-block;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar .button_purple {
  display: inline-block;
  width: 45px;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar .button_purple a {
  display: block;
  background: url("/images/2011_q4/magnifying_glass.png") center center no-repeat;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar #search_bar {
  width: 427px;
  padding: 0px;
  height: 26px;
  border: 1px inset #bfbfbf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding-left: 4px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager {
  margin: 16px auto 0;
  padding: 0;
  width: 206px;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li {
  border: 1px solid #bec1cb;
  display: table-cell;
  height: 26px;
  width: 67px;
  line-height: 28px;
  background-color: #e3e9f3;
  background-image: -moz-linear-gradient(top, white, #e3e9f3 66%, #d6dae4 100%);
  background-image: -webkit-linear-gradient(top, white, #e3e9f3 66%, #d6dae4 100%);
  background-image: -ms-linear-gradient(top, white, #d6dae4);
  background-image: -o-linear-gradient(top, white, #d6dae4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white,endColorstr=#d6dae4);
  zoom: 1;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.hover {
  border-color: #959595;
  background-color: #f4f4ff;
  background-image: -moz-linear-gradient(top, white, #f4f4ff 66%, #e4eaf4 100%);
  background-image: -webkit-linear-gradient(top, white, #f4f4ff 66%, #e4eaf4 100%);
  background-image: -ms-linear-gradient(top, white, #e4eaf4);
  background-image: -o-linear-gradient(top, white, #e4eaf4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white,endColorstr=#e4eaf4);
  zoom: 1;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.all {
  text-align: center;
  border-style: solid;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-left: 0;
  border-right: 0;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.all a img {
  vertical-align: middle;
  padding: 0 4px;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.left {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.left a {
  text-align: left;
  padding-left: 25px;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.left a .arrow-left {
  left: 8px;
  top: 8px;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.right {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.right a {
  text-align: right;
  padding-right: 25px;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.right a .arrow-right {
  right: 8px;
  top: 8px;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.disabled, #sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.disabled.hover {
  border-color: #bec1cb;
  background-color: #e4eaf4;
  background-image: -moz-linear-gradient(top, #d7dbe5, #e4eaf4 66%, #f4f4ff 100%);
  background-image: -webkit-linear-gradient(top, #d7dbe5, #e4eaf4 66%, #f4f4ff 100%);
  background-image: -ms-linear-gradient(top, #d7dbe5, #f4f4ff);
  background-image: -o-linear-gradient(top, #d7dbe5, #f4f4ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d7dbe5,endColorstr=#f4f4ff);
  zoom: 1;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.disabled.left a, #sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.disabled.hover.left a {
  color: #bec1cb;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.disabled.left a .arrow-left, #sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.disabled.hover.left a .arrow-left {
  border-right-color: #bec1ca;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.disabled.right a, #sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.disabled.hover.right a {
  color: #bec1cb;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.disabled.right a .arrow-right, #sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.disabled.hover.right a .arrow-right {
  border-left-color: #bec1ca;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.disabled a, #sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li.disabled.hover a {
  cursor: auto;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li a {
  display: block;
  cursor: pointer;
  color: #6c3db7;
}
#sub-header .leftmargin .rightmrgin .center .search_controls .search_bar ul.pager li a:hover {
  color: #6c3db7;
}

#categories {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  padding-top: 60px;
  background: #f7f7f9;
  -webkit-box-shadow: 0 0 6px 0 rgba(135, 137, 149, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(135, 137, 149, 0.3);
  box-shadow: 0 0 6px 0 rgba(135, 137, 149, 0.3);
  display: none;
  z-index: 1;
}
#categories .panel {
  text-align: left;
}
#categories .panel .category_title {
  margin-left: 10px;
  color: #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
#categories li {
  margin: 0;
  padding: 5px 10px 5px 10px;
}
#categories li:hover {
  background-color: white;
}
#categories li.active {
  background: url("/images/2011_q4/green_dot.png") 200px center no-repeat;
  background-color: white;
}
#categories li:last-child {
  margin-bottom: 10px;
}
#categories li a {
  padding-left: 35px;
}

#categories li a, .boxfooter a {
  color: #713eb0;
  outline: 0;
  background: url("/images/2011_q4/category_icons.png") top left no-repeat;
  cursor: pointer;
  display: block;
  height: 20px;
  line-height: 20px;
}
#categories li a.actors, .boxfooter a.actors {
  background-position: 0px 0px;
}
#categories li a.animation, .boxfooter a.animation {
  background-position: 0px -20px;
}
#categories li a.background, .boxfooter a.background {
  background-position: 0px -40px;
}
#categories li a.behavior, .boxfooter a.behavior {
  background-position: 0px -60px;
}
#categories li a.book, .boxfooter a.book {
  background-position: 0px -80px;
}
#categories li a.audio, #categories li a.sound_effect, .boxfooter a.audio, .boxfooter a.sound_effect {
  background-position: 0px -100px;
}
#categories li a.gridview, .boxfooter a.gridview {
  background-position: 0px -120px;
}
#categories li a.image, .boxfooter a.image {
  background-position: 0px -140px;
}
#categories li a.listview, .boxfooter a.listview {
  background-position: 0px -160px;
}
#categories li a.music, .boxfooter a.music {
  background-position: 0px -180px;
}
#categories li a.object, .boxfooter a.object {
  background-position: 0px -200px;
}
#categories li a.pack, .boxfooter a.pack {
  background-position: 0px -220px;
}
#categories li a.sprite, .boxfooter a.sprite {
  background-position: 0px -240px;
}
#categories li a.template, #categories li a.all_templates, .boxfooter a.template, .boxfooter a.all_templates {
  background-position: 0px -260px;
}
#categories li a.question, .boxfooter a.question {
  background-position: 0px -280px;
}
#categories li a.deal, .boxfooter a.deal {
  background-position: 0px -300px;
}
#categories li a.tutorial, .boxfooter a.tutorial {
  background-position: 0px -320px;
}

.boxfooter a {
  width: 20px;
}

#user_rank_details, #cart {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 7;
  display: none;
}
#user_rank_details .spacer, #cart .spacer {
  width: 140px;
  height: 60px;
  float: right;
  background: #f7f7f9;
  -webkit-box-shadow: 0 -6px 6px 0 rgba(135, 137, 149, 0.3);
  -moz-box-shadow: 0 -6px 6px 0 rgba(135, 137, 149, 0.3);
  box-shadow: 0 -6px 6px 0 rgba(135, 137, 149, 0.3);
  position: relative;
  z-index: 2;
}
#user_rank_details .panel, #cart .panel {
  position: relative;
  z-index: 1;
  clear: both;
  width: 320px;
  background: #f7f7f9;
  padding: 10px 10px;
  -webkit-box-shadow: 0 0 6px 0 rgba(135, 137, 149, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(135, 137, 149, 0.3);
  box-shadow: 0 0 6px 0 rgba(135, 137, 149, 0.3);
}

#user_rank_details .spacer {
  width: 80px;
}
#user_rank_details .panel {
  width: 260px;
}
#user_rank_details .panel .user_photo {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
  background: white;
}
#user_rank_details .panel .user_stats {
  height: 50px;
  float: left;
  margin-bottom: 10px;
}
#user_rank_details .panel .user_stats .user_name, #user_rank_details .panel .user_stats .user_rank, #user_rank_details .panel .user_stats .user_login {
  height: 25px;
  line-height: 25px;
}
#user_rank_details .panel .user_stats .user_name {
  font-weight: bold;
  color: #713eb0;
}
#user_rank_details .experience_bar {
  clear: both;
  width: 100%;
  height: 14px;
  background: #4d4d4d;
}
#user_rank_details .experience_bar .experience_meter {
  height: 14px;
  background-color: #68b254;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#84e155), to(#68b254));
  background-image: -webkit-linear-gradient(top, #84e155, #68b254);
  background-image: -moz-linear-gradient(top, #84e155, #68b254);
  background-image: -ms-linear-gradient(top, #84e155, #68b254);
  background-image: -o-linear-gradient(top, #84e155, #68b254);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#84e155,endColorstr=#68b254);
  zoom: 1;
  width: 50%;
}
#user_rank_details .user_message {
  color: #999999;
  font-size: 12px;
}

/* FOOTER STYLES */
/*************************************** */
/* Footer content */
/*************************************** */
#main-footer {
  background: none repeat scroll 0 0 #e5e5e5;
  font-size: 12px;
  width: 100%;
  margin: 0;
  text-align: center;
}
#main-footer .leaderboard {
  margin-bottom: 2em;
}
#main-footer #fat-footer {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  height: 140px;
}
#main-footer #fat-footer div {
  width: 662px;
}
#main-footer #fat-footer .games {
  display: none;
}
#main-footer #fat-footer ul {
  width: 20%;
  list-style: none;
  display: block;
  margin: 0;
  float: left;
  *margin-right: expression(this.nextSibling==null?'0':'7px');
  max-height: 140px;
}
#main-footer #fat-footer ul:last-child {
  margin: 0;
}
#main-footer #fat-footer ul li {
  text-align: left;
  line-height: 1.5em;
  padding-left: 25%;
  margin-bottom: 0;
}
#main-footer #fat-footer ul li h4 {
  margin-bottom: 0.25em;
  font-size: 15px;
  font-weight: bold;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#main-footer #fat-footer ul li h4 a {
  color: #595959;
}
#main-footer #fat-footer ul li h4 a:hover {
  color: #595959;
  text-decoration: underline;
}
body.ja #main-footer #fat-footer ul:first-child {
  width: 30%;
}
body.ja #main-footer #fat-footer ul {
  width: 17%;
}
#main-footer #copyright {
  line-height: 22px;
  padding: 3px 20px 4px;
  color: #b3b3b3;
  position: relative;
  text-align: right;
  overflow: hidden;
}
#main-footer #copyright .copyright {
  float: left;
}
#main-footer #copyright .footer_social {
  float: right;
  height: 16px;
  padding: 3px 0;
  width: 98px;
  border-right: 1px solid #bfbfbf;
  -webkit-box-shadow: 1px 0 0 0 white;
  -moz-box-shadow: 1px 0 0 0 white;
  box-shadow: 1px 0 0 0 white;
  white-space: nowrap;
  overflow: hidden;
}
#main-footer #copyright .footer_social .footer_social_link {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url(/images/2011_q4/icons_social_links_16x16.png) 0 0 no-repeat transparent;
}
#main-footer #copyright .footer_social .footer_social_link.deviant {
  background-position: 0 -64px;
}
#main-footer #copyright .footer_social .footer_social_link.deviant:hover {
  background-position: -16px -64px;
}
#main-footer #copyright .footer_social .footer_social_link.youtube {
  background-position: 0 -48px;
}
#main-footer #copyright .footer_social .footer_social_link.youtube:hover {
  background-position: -16px -48px;
}
#main-footer #copyright .footer_social .footer_social_link.twitter {
  background-position: 0 -32px;
}
#main-footer #copyright .footer_social .footer_social_link.twitter:hover {
  background-position: -16px -32px;
}
#main-footer #copyright .footer_social .footer_social_link.facebook {
  background-position: 0 -16px;
}
#main-footer #copyright .footer_social .footer_social_link.facebook:hover {
  background-position: -16px -16px;
}
#main-footer #copyright .footer_social .footer_social_link.meetup {
  background-position: 0 -112px;
}
#main-footer #copyright .footer_social .footer_social_link.meetup:hover {
  background-position: -16px -112px;
}
#main-footer #copyright .quote {
  position: relative;
  text-align: center;
  padding: 0 4px;
  margin-left: 26px;
  float: right;
  width: 286px;
  height: 22px;
  background: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}
#main-footer #copyright .quote .arrow-left {
  left: -10px;
  top: 6px;
  border-right: 10px solid white;
  border-bottom: 5px inset transparent;
  border-left: medium none;
  border-top: 5px inset transparent;
}
#main-footer #copyright .quote .quote_text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main-footer #copyright .quote .quote_text:hover {
  cursor: pointer;
}
#main-footer #copyright .quote .bowlboy {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: -26px;
  background: url(/images/2011_q4/icons_social_links_16x16.png) 0 0 no-repeat transparent;
}
#main-footer #copyright .quote:hover {
  cursor: pointer;
}

/* Sticky footer */
html, body, #page_container {
  height: 100%;
}

body > #page_container {
  height: auto;
  min-height: 100%;
  margin-top: -43px;
  overflow: hidden;
  /* extra margin ad padding compensating for main site header height/offset */
}
body > #page_container #header {
  margin-top: 43px;
}

body.home #page_container {
  margin-top: 0;
  overflow: visible;
}

#page {
  padding-bottom: 170px;
}

#main-footer {
  position: relative;
  border-top: 1px solid #bfbfbf;
  margin-top: -170px;
  height: 169px;
  max-height: 169px;
  overflow: hidden;
  clear: both;
  -webkit-box-shadow: 0 1px 0 0 white inset;
  -moz-box-shadow: 0 1px 0 0 white inset;
  box-shadow: 0 1px 0 0 white inset;
}
body.ja #main-footer li.jobs, body.ja #main-footer li.people, body.ja #main-footer li.cookbook {
  display: none;
}

/* Q-tip STYLES */
/*************************************** */
/* qTip2 - Pretty powerful tooltips
 * http://craigsworks.com/projects/qtip2/
 *
 * Version: nightly
 * Copyright 2009-2010 Craig Michael Thompson - http://craigsworks.com
 *
 * Dual licensed under MIT or GPLv2 licenses
 *   http://en.wikipedia.org/wiki/MIT_License
 *   http://en.wikipedia.org/wiki/GNU_General_Public_License
 *
 * Date: Fri Nov  4 13:47:48.0000000000 2011
 */
/* Core qTip styles */
.ui-tooltip, .qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 16px;
  z-index: 15000;
}

/* Fluid class for determining actual width in IE */
.ui-tooltip-fluid {
  display: block;
  visibility: hidden;
  position: static !important;
  float: left !important;
}

.ui-tooltip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
}

.ui-tooltip-titlebar {
  position: relative;
  min-height: 14px;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 1px 1px 0;
  border-style: solid;
  font-weight: bold;
}

.ui-tooltip-titlebar + .ui-tooltip-content {
  border-top-width: 0px !important;
}

/*! Default close button class */
.ui-tooltip-titlebar .ui-state-default {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
}

* html .ui-tooltip-titlebar .ui-state-default {
  top: 16px;
}

.ui-tooltip-titlebar .ui-icon,
.ui-tooltip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
}

.ui-tooltip-icon, .ui-tooltip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ui-tooltip-icon .ui-icon {
  width: 18px;
  height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/*! Default tooltip style */
.ui-tooltip-default .ui-tooltip-titlebar,
.ui-tooltip-default .ui-tooltip-content {
  border-color: #f1d031;
  background-color: #ffffa3;
  color: #555555;
}

.ui-tooltip-default .ui-tooltip-titlebar {
  background-color: #ffef93;
}

.ui-tooltip-default .ui-tooltip-icon {
  border-color: #cccccc;
  background: #f1f1f1;
  color: #777777;
}

.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover {
  border-color: #aaaaaa;
  color: #111111;
}

/* Tips plugin */
.ui-tooltip .ui-tooltip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

.ui-tooltip .ui-tooltip-tip,
.ui-tooltip .ui-tooltip-tip * {
  position: absolute;
  line-height: 0.1px !important;
  font-size: 0.1px !important;
  color: #123456;
  background: transparent;
  border: 0px dashed transparent;
}

.ui-tooltip .ui-tooltip-tip canvas {
  top: 0;
  left: 0;
}

/* Modal plugin */
#qtip-overlay {
  position: fixed;
  left: -10000em;
  top: -10000em;
}

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*! Light tooltip style */
.ui-tooltip-light .ui-tooltip-titlebar,
.ui-tooltip-light .ui-tooltip-content {
  border-color: #e2e2e2;
  color: #454545;
}

.ui-tooltip-light .ui-tooltip-content {
  background-color: white;
}

.ui-tooltip-light .ui-tooltip-titlebar {
  background-color: #f1f1f1;
}

/*! Dark tooltip style */
.ui-tooltip-dark .ui-tooltip-titlebar,
.ui-tooltip-dark .ui-tooltip-content {
  border-color: #303030;
  color: #f3f3f3;
}

.ui-tooltip-dark .ui-tooltip-content {
  background-color: #505050;
}

.ui-tooltip-dark .ui-tooltip-titlebar {
  background-color: #404040;
}

.ui-tooltip-dark .ui-tooltip-icon {
  border-color: #444444;
}

.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover {
  border-color: #303030;
}

/*! Cream tooltip style */
.ui-tooltip-cream .ui-tooltip-titlebar,
.ui-tooltip-cream .ui-tooltip-content {
  border-color: #f9e98e;
  color: #a27d35;
}

.ui-tooltip-cream .ui-tooltip-content {
  background-color: #fbf7aa;
}

.ui-tooltip-cream .ui-tooltip-titlebar {
  background-color: #f0de7d;
}

.ui-tooltip-cream .ui-state-default .ui-tooltip-icon {
  background-position: -82px 0;
}

/*! Red tooltip style */
.ui-tooltip-red .ui-tooltip-titlebar,
.ui-tooltip-red .ui-tooltip-content {
  border-color: #d95252;
  color: #912323;
}

.ui-tooltip-red .ui-tooltip-content {
  background-color: #f78b83;
}

.ui-tooltip-red .ui-tooltip-titlebar {
  background-color: #f06d65;
}

.ui-tooltip-red .ui-state-default .ui-tooltip-icon {
  background-position: -102px 0;
}

.ui-tooltip-red .ui-tooltip-icon {
  border-color: #d95252;
}

.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover {
  border-color: #d95252;
}

/*! Green tooltip style */
.ui-tooltip-green .ui-tooltip-titlebar,
.ui-tooltip-green .ui-tooltip-content {
  border-color: #90d93f;
  color: #3f6219;
}

.ui-tooltip-green .ui-tooltip-content {
  background-color: #caed9e;
}

.ui-tooltip-green .ui-tooltip-titlebar {
  background-color: #b0de78;
}

.ui-tooltip-green .ui-state-default .ui-tooltip-icon {
  background-position: -42px 0;
}

/*! Blue tooltip style */
.ui-tooltip-blue .ui-tooltip-titlebar,
.ui-tooltip-blue .ui-tooltip-content {
  border-color: #add9ed;
  color: #5e99bd;
}

.ui-tooltip-blue .ui-tooltip-content {
  background-color: #e5f6fe;
}

.ui-tooltip-blue .ui-tooltip-titlebar {
  background-color: #d0e9f5;
}

.ui-tooltip-blue .ui-state-default .ui-tooltip-icon {
  background-position: -2px 0;
}

/*! Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE6+, Safari 2+ */
.ui-tooltip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.ui-tooltip-shadow .ui-tooltip-titlebar,
.ui-tooltip-shadow .ui-tooltip-content {
  filter: progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3)";
  _margin-bottom: -3px;
  .margin-bottom: -3px;
}

/*! Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-rounded,
.ui-tooltip-rounded .ui-tooltip-content,
.ui-tooltip-tipsy,
.ui-tooltip-tipsy .ui-tooltip-content,
.ui-tooltip-youtube,
.ui-tooltip-youtube .ui-tooltip-content {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ui-tooltip-rounded .ui-tooltip-titlebar,
.ui-tooltip-tipsy .ui-tooltip-titlebar,
.ui-tooltip-youtube .ui-tooltip-titlebar {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.ui-tooltip-rounded .ui-tooltip-titlebar + .ui-tooltip-content,
.ui-tooltip-tipsy .ui-tooltip-titlebar + .ui-tooltip-content,
.ui-tooltip-youtube .ui-tooltip-titlebar + .ui-tooltip-content {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/*! Youtube tooltip style */
.ui-tooltip-youtube {
  -webkit-box-shadow: 0 0 3px #333333;
  -moz-box-shadow: 0 0 3px #333333;
  box-shadow: 0 0 3px #333333;
}

.ui-tooltip-youtube .ui-tooltip-titlebar,
.ui-tooltip-youtube .ui-tooltip-content {
  _margin-bottom: 0;
  .margin-bottom: 0;
  background: transparent;
  background: rgba(0, 0, 0, 0.85);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";
  color: white;
  border-color: #cccccc;
}

.ui-tooltip-youtube .ui-tooltip-icon {
  border-color: #222222;
}

.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* jQuery TOOLS Tooltip style */
.ui-tooltip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  border: 2px solid #dddddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333333;
  -moz-box-shadow: 0 0 12px #333333;
  box-shadow: 0 0 12px #333333;
}

/* IE Specific */
.ui-tooltip-jtools .ui-tooltip-titlebar {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

.ui-tooltip-jtools .ui-tooltip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

.ui-tooltip-jtools .ui-tooltip-titlebar,
.ui-tooltip-jtools .ui-tooltip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent;
}

.ui-tooltip-jtools .ui-tooltip-icon {
  border-color: #555555;
}

.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover {
  border-color: #333333;
}

/* Cluetip style */
.ui-tooltip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}

.ui-tooltip-cluetip .ui-tooltip-titlebar {
  background-color: #87876a;
  color: white;
  border: 0 dashed transparent;
}

.ui-tooltip-cluetip .ui-tooltip-content {
  background-color: #d9d9c2;
  color: #111111;
  border: 0 dashed transparent;
}

.ui-tooltip-cluetip .ui-tooltip-icon {
  border-color: #808064;
}

.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}

/* Tipsy style */
.ui-tooltip-tipsy {
  border: 0;
}

.ui-tooltip-tipsy .ui-tooltip-titlebar,
.ui-tooltip-tipsy .ui-tooltip-content {
  _margin-bottom: 0;
  .margin-bottom: 0;
  background: transparent;
  background: rgba(0, 0, 0, 0.87);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";
  color: white;
  border: 0px transparent;
  font-size: 11px;
  font-family: "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black;
}

.ui-tooltip-tipsy .ui-tooltip-titlebar {
  padding: 6px 35px 0 10;
}

.ui-tooltip-tipsy .ui-tooltip-content {
  padding: 6px 10;
}

.ui-tooltip-tipsy .ui-tooltip-icon {
  border-color: #222222;
  text-shadow: none;
}

.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* Tipped style */
.ui-tooltip-tipped .ui-tooltip-titlebar,
.ui-tooltip-tipped .ui-tooltip-content {
  border: 3px solid #959fa9;
  filter: none;
  -ms-filter: none;
}

.ui-tooltip-tipped .ui-tooltip-titlebar {
  background: #3a79b8;
  background-image: -moz-linear-gradient(top, #3a79b8, #2e629d);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3a79b8), to(#2e629d));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
  color: white;
  font-weight: normal;
  font-family: serif;
  border-bottom-width: 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.ui-tooltip-tipped .ui-tooltip-content {
  background-color: #f9f9f9;
  color: #454545;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.ui-tooltip-tipped .ui-tooltip-icon {
  border: 2px solid #285589;
  background: #285589;
}

.ui-tooltip-tipped .ui-tooltip-icon .ui-icon {
  background-color: #fbfbfb;
  color: #555555;
}

/* IE9 fix - removes all filters */
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar {
  filter: none;
  -ms-filter: none;
}

/* PRINT STYLES */
/*************************************** */
/* MEDIA QUERIES */
/*************************************** */
/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
/*Here are the mobile device dimensions:
 * Iphone:  320px X 480px
 * Smartphones: Vary from 240×320 to 720×1280
 * Android Phone (most popular): 350px X 480px
 * Additional Android Phones: 480×800 or 540×960
 */
/*----------------------------------------------------------------- */
/*----Smartphones (landscape) ------------------------------------ */
/*----------------------------------------------------------------- */
/*----Smartphones (portrait) ------------------------------------- */
/*----------------------------------------------------------------- */
/*----iphone only ------------------------------------------------- */
/*----------------------------------------------------------------- */
/*----iphone, android, and most common smartphones ---------------- */
/*----Using above, but adding kindle fire portrait as well -------- */
/*----------------------------------------------------------------- */
/*----iphone, android, and most common smartphones (Landscape)----- */
/*----------------------------------------------------------------- */
/*---- RESET to 100% width for liquid/responsive design ----------- */
@media only screen and (max-width: 1039px) {
  body.responsive, body.responsive #page_container, body.responsive #main-header {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
/*----------------------------------------------------------------- */
/* Start liquid Footer */
@media only screen and (max-width: 980px) {
  /* Start liquid Footer */
  body.responsive #main-footer #fat-footer {
    min-width: 320px;
    width: 100%;
  }
  body.responsive #main-footer #fat-footer li a {
    white-space: nowrap;
  }
  body.responsive #main-footer #copyright {
    padding: 3px 10px 4px;
  }
}
/*----------------------------------------------------------------- */
/*----General fix for banner nav - when screen is too narrow ------ */
@media only screen and (max-width: 1190px) {
  body.responsive #page_container #main-header {
    width: 100%;
  }
}
/*----------------------------------------------------------------- */
/*---- Nav drops down when screen is too narrow ------------------- */
@media only screen and (max-width: 840px) {
  body.responsive #page_container #main-header {
    height: 82px;
  }
  body.responsive #page_container #main-header nav.site_nav {
    clear: both;
  }
  body.responsive #page_container #main-header nav.site_nav {
    display: table;
    width: 100%;
  }
  body.responsive #page_container #main-header nav.site_nav > ul > li {
    width: 20%;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  body.responsive #page_container #main-header nav.site_nav > ul > li a {
    font-size: 16px;
    display: block;
    height: 39px;
    line-height: 39px;
  }
  body.responsive #page_container #main-header nav.site_nav > ul > li a .arrow-down, body.responsive #page_container #main-header nav.site_nav > ul > li a .arrow-up {
    right: 35%;
    top: 20px;
  }
}
/*----------------------------------------------------------------- */
/* more liquid Footer */
@media only screen and (max-width: 770px) {
  body.responsive {
    /* Sticky footer */
  }
  body.responsive #main-footer #fat-footer {
    height: 240px;
    width: auto;
    text-align: center;
    padding: 15px 10px 0 10px;
  }
  body.responsive #main-footer #fat-footer div {
    width: 100%;
  }
  body.responsive #main-footer #fat-footer ul {
    clear: both;
    width: 100%;
    padding: 6px 0;
    border-bottom: 1px solid #cccccc;
    -webkit-box-shadow: 0 -1px 0 0 #eeeeee inset;
    -moz-box-shadow: 0 -1px 0 0 #eeeeee inset;
    box-shadow: 0 -1px 0 0 #eeeeee inset;
  }
  body.responsive #main-footer #fat-footer ul li {
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 10px 0 0;
    text-align: center;
  }
  body.responsive #main-footer #fat-footer ul li h4 {
    margin: 0;
  }
  body.responsive #main-footer #copyright .quote {
    width: 270px;
    margin: 0 26px 0 0;
    float: none;
    clear: both;
    float: right;
  }
  body.responsive #main-footer #copyright .quote .arrow-left {
    left: auto;
    right: -8px;
    bottom: 6px;
    border-left: 10px solid white;
    border-bottom: 5px inset transparent;
    border-right: medium none;
    border-top: 5px inset transparent;
  }
  body.responsive #main-footer #copyright .footer_social {
    right: 6px;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  body.responsive #main-footer #copyright .bowlboy {
    position: absolute;
    left: auto;
    right: -26px;
  }
  body.responsive #page_container {
    height: 100%;
  }
  body.responsive > #page_container {
    height: auto;
    min-height: 100%;
    overflow: hidden;
  }
  body.responsive.home #page_container {
    margin-top: 0;
    overflow: visible;
  }
  body.responsive #page_container section#page {
    padding-bottom: 330px;
  }
  body.responsive #main-footer {
    height: 330px;
    max-height: 330px;
    margin-top: -330px;
    /* end sticky footer */
  }
  body.responsive #main-footer #fat-footer {
    padding: 15px 5px 0 10px;
  }
  body.responsive #main-footer #copyright {
    padding: 3px 5px 4px;
  }

  #common-register-form, #common-login-form, #fancybox-content, #fancybox-content > div, #fancybox-outer {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100%;
  }
}
/*----------------------------------------------------------------- */
/*---- Nav collapses to a dropdown menu --------------------------- */
@media only screen and (max-width: 480px) {
  body.responsive {
    width: 100%;
    min-width: 320px;
  }
  body.responsive #page_container #main-header {
    background: #353535;
    overflow: hidden;
    width: 100%;
    min-width: 320px;
    height: 43px;
    margin-top: 0;
    -webkit-box-shadow: 0 -1px 0 0 black inset;
    -moz-box-shadow: 0 -1px 0 0 black inset;
    box-shadow: 0 -1px 0 0 black inset;
  }
  body.responsive #page_container #main-header #homeLink {
    display: none;
  }
  body.responsive #page_container #main-header #expandNav {
    display: block;
  }
  body.responsive #page_container #main-header nav.site_nav {
    clear: both;
  }
  body.responsive #page_container #main-header nav.site_nav ul > li {
    width: 33%;
  }
  body.responsive #page_container #main-header nav.site_nav ul > li.arcade, body.responsive #page_container #main-header nav.site_nav ul > li.marketplace, body.responsive #page_container #main-header nav.site_nav ul > li.cookbook, body.responsive #page_container #main-header nav.site_nav ul > li.creator, body.responsive #page_container #main-header nav.site_nav ul > li.blog, body.responsive #page_container #main-header nav.site_nav ul > li.forums, body.responsive #page_container #main-header nav.site_nav ul > li.sub_cookbook, body.responsive #page_container #main-header nav.site_nav ul > li.sub_support {
    margin-left: 0;
  }
  body.responsive #page_container #main-header nav.site_nav ul > li.arcade .arrow, body.responsive #page_container #main-header nav.site_nav ul > li.marketplace .arrow, body.responsive #page_container #main-header nav.site_nav ul > li.cookbook .arrow, body.responsive #page_container #main-header nav.site_nav ul > li.creator .arrow, body.responsive #page_container #main-header nav.site_nav ul > li.blog .arrow, body.responsive #page_container #main-header nav.site_nav ul > li.forums .arrow, body.responsive #page_container #main-header nav.site_nav ul > li.sub_cookbook .arrow, body.responsive #page_container #main-header nav.site_nav ul > li.sub_support .arrow {
    display: none;
  }
  body.responsive #page_container #main-header nav.site_nav ul > li a {
    font-size: 18px;
    display: block;
    height: 39px;
    line-height: 39px;
  }
  body.responsive #page_container #main-header nav.site_nav ul > li.cookbook {
    display: none;
  }
  body.responsive #page_container #main-header nav.site_nav ul > li.sub_cookbook, body.responsive #page_container #main-header nav.site_nav ul > li.sub_support {
    display: inline-block;
  }
  body.responsive #page_container #main-header > div {
    margin-top: 20px;
    position: relative;
  }
  body.responsive #page_container #main-header > div ul li a {
    font-size: 18px;
  }
  body.responsive #page_container #main-header > div ul li.profile {
    text-align: center;
  }
  body.responsive #page_container #main-header > div ul li.profile a.opensettings {
    cursor: default;
    font-size: 14px;
    display: inline;
    padding-right: 0;
  }
  body.responsive #page_container #main-header > div ul li.profile a.opensettings:hover {
    color: white;
    cursor: default;
  }
  body.responsive #page_container #main-header > div ul li.profile a.opensettings .profile_photo {
    top: -4px;
  }
  body.responsive #page_container #main-header > div ul li.profile a .arrow {
    display: none;
    top: 4px;
  }
  body.responsive #page_container #main-header > div ul li .settings {
    right: -1000px;
  }
  body.responsive #page_container #main-header div.authed, body.responsive #page_container #main-header div.notauthed {
    border-top: 1px solid #222222;
    background: #292929;
    -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
  }
  body.responsive #page_container #main-header div.authed {
    margin-top: 0;
  }
  body.responsive #page_container #main-header div.authed li {
    width: 100%;
    padding-left: 0;
  }
  body.responsive #page_container #main-header div.authed li a {
    margin: 0 auto;
    font-size: 18px;
    max-width: 200px;
  }
  body.responsive #page_container #main-header div.notauthed {
    margin-top: 0;
  }
  body.responsive #page_container #main-header div.notauthed ul li {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 33%;
  }
  body.responsive #page_container #main-header div.notauthed ul li a {
    font-size: 14px;
  }
  body.responsive #page_container #main-header div.notauthed ul li.gopro a {
    text-indent: 0;
    width: auto;
    line-height: 39px;
  }
  body.responsive #page_container #main-header div.notauthed ul li.gopro a span.gopro {
    display: none;
  }
  body.responsive #page_container #sub-header {
    min-width: 320px;
    width: 100%;
    height: 45px;
  }
  body.responsive #page_container #sub-header.fixed {
    position: relative;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  body.responsive #page_container #sub-header.fixed + #page {
    margin-top: 0;
  }
  body.responsive #page_container #page {
    padding: 0 0 170px;
  }
  body.responsive #page_container #page .page_wrapper {
    width: 100%;
    padding: 0 0 20px;
  }
  body.responsive .nivoSlider_wrapper {
    display: none;
  }
  body.responsive .section.home #videoframe .play_message {
    left: 80px;
    bottom: 18px;
  }
  body.responsive #fancybox-wrap {
    min-width: 310px !important;
    max-width: 310px !important;
    overflow: hidden;
    left: 50% !important;
    margin-left: -155px !important;
  }
  body.responsive #fancybox-outer {
    border-width: 5px;
  }
  body.responsive #common-register-form, body.responsive #common-login-form, body.responsive #fancybox-content, body.responsive #fancybox-content > div, body.responsive #fancybox-outer {
    max-width: 100% !important;
    width: 100% !important;
    min-height: 250px;
  }
  body.responsive #common-register-form fieldset, body.responsive #common-login-form fieldset, body.responsive #fancybox-content fieldset, body.responsive #fancybox-content > div fieldset, body.responsive #fancybox-outer fieldset {
    margin: 30px auto 0;
    width: 260px;
    overflow: hidden;
  }
  body.responsive #colorbox #cboxContent {
    margin-top: 0;
  }
  body.responsive #colorbox #cboxContent #cboxClose {
    right: 40px;
  }
}
/*----------------------------------------------------------------- */
/*---- Nav collapses to a dropdown menu --------------------------- */
@media only screen and (max-width: 320px) {
  body.responsive {
    /* sticky footer */
  }
  body.responsive #page_container section#page {
    padding-bottom: 392px;
  }
  body.responsive #main-footer {
    height: 392px;
    max-height: 392px;
    margin-top: -392px;
    /* end sticky footer */
  }
  body.responsive #main-footer #fat-footer {
    padding: 15px 5px 0 10px;
  }
  body.responsive #main-footer #copyright {
    padding: 3px 5px 4px;
  }
  body.responsive #common-register-form fieldset, body.responsive #common-login-form fieldset, body.responsive #fancybox-content fieldset, body.responsive #fancybox-content > div fieldset, body.responsive #fancybox-outer fieldset {
    margin: 30px 10px 0 10px;
    width: 260px !important;
  }
}
/*Here are the tablet device dimensions:
 * Xoom: 1280×800
 * Kindle Fire: 1024 x 600
 * iPad: 768 x 1024
 */
/*----------------------------------------------------------------- */
/*----iPad only (landscape & portrait) ---------------------------- */
/*----------------------------------------------------------------- */
/*----iPad (landscape only) --------------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/*----------------------------------------------------------------- */
/*----iPad (portrait only) --------------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/*----------------------------------------------------------------- */
/*----kindle fire and iPad (portrait and landscape) --------------- */
/*----------------------------------------------------------------- */
/*----kindle fire and iPad (portrait) ----------------------------- */
/* Styles */
/*----------------------------------------------------------------- */
/*----kindle fire ONLY -------------------------------------------- */
/*----------------------------------------------------------------- */
/*----kindle fire ONLY (portrait) --------------------------------- */
/*----------------------------------------------------------------- */
/*----kindle, iPad, and Xoom (portrait and landscape) ------------- */
/*----------------------------------------------------------------- */
/*----xoom only --------------------------------------------------- */
