/***************/
/*  Variables  */
/***************/
/************/
/*  Mixins  */
/************/
.center {
  text-align: center;
}
.clickable {
  cursor: pointer;
}
.clr,
.clear {
  clear: both;
}
.col,
.col-2_5,
.col-5,
.col-10,
.col-15,
.col-20,
.col-25,
.col-30,
.col-33,
.col-35,
.col-39,
.col-40,
.col-45,
.col-50,
.col-55,
.col-58,
.col-60,
.col-67,
.col-70,
.col-75,
.col-80,
.col-85,
.col-90 {
  float: left;
}
.rcol {
  float: right;
}
.col-2_5 {
  width: 2.5%;
}
.col-5 {
  width: 4.9%;
}
.col-10 {
  width: 9.9%;
}
.col-15 {
  width: 14.9%;
}
.col-20 {
  width: 19.9%;
}
.col-25 {
  width: 25%;
}
.col-30 {
  width: 30%;
}
.col-33 {
  width: 33%;
}
.col-35 {
  width: 35%;
}
.col-39 {
  width: 39%;
}
.col-40 {
  width: 40%;
}
.col-45 {
  width: 44.9%;
}
.col-50 {
  width: 49.9%;
}
.col-55 {
  width: 55%;
}
.col-58 {
  width: 58%;
}
.col-60 {
  width: 59.9%;
}
.col-67 {
  width: 66.9%;
}
.col-70 {
  width: 69.9%;
}
.col-75 {
  width: 74.9%;
}
.col-80 {
  width: 79.9%;
}
.col-85 {
  width: 84.9%;
}
.col-90 {
  width: 89.9%;
}
.hidden {
  display: none;
}
.inline {
  display: inline-block;
}
.right {
  text-align: right;
}
/* LESS Mixins */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/*
.clearfix {
  zoom: 1; // IE < 8

  &:before, &:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
  }

  &:after {
    clear: both;
  }
}
*/
.faux-active:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.faux-active:active {
  position: relative;
  top: 1px;
}
.ditki-input {
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
}
.offset-left-5 {
  margin-left: 5%;
}
.offset-left-10 {
  margin-left: 10%;
}
.offset-left-15 {
  margin-left: 15%;
}
@font-face {
  font-family: 'IcoMoon';
  src: url('../../fonts/IcoMoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
}
#alert-container {
  background-color: #ff9700;
  color: #FFFFFF;
  text-shadow: 0 1px 2px #cc7900;
}
#alert-container a {
  color: #5e2637;
}
#alert-container a:hover {
  text-shadow: 0 1px 2px #995b00;
}
#alert-container .alert {
  display: none;
  font-size: 12px;
  margin: 0px auto;
  padding: 10px;
  position: relative;
  width: 1030px;
}
#alert-container .alert:first-child {
  display: block;
}
#alert-container .alert .dismiss-control {
  background: url('/images/v3/close.png') no-repeat;
  cursor: pointer;
  display: block;
  font-size: 11px;
  height: 15px;
  line-height: 11px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-indent: 16px;
  -webkit-transition: width 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.5s;
  top: 15px;
  width: 15px;
}
#alert-container .alert .dismiss-control:hover {
  width: 60px;
}
#alert-container .alert span {
  color: #FFFFFF;
  font-weight: bold;
}
body {
  background-color: #333333;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  padding: 0px;
  min-width: 1200px;
}
body #drawing-canvas-container {
  display: none;
}
body.drawing-canvas {
  background: #FFFFFF;
}
body.drawing-canvas #alert-container {
  display: none;
}
body.drawing-canvas #back-to-tutorial {
  background: url('/images/v3/orange-left-arrow.png') no-repeat;
  color: #5e2637;
  cursor: pointer;
  display: block;
  height: 20px;
  left: 0px;
  padding-left: 30px;
  position: absolute;
  top: 15px;
  text-transform: uppercase;
  width: auto;
}
body.drawing-canvas #page-frame #content-container {
  margin: 10px 0px 0px 0px;
}
body.drawing-canvas #content-container {
  margin: 0;
  width: auto;
}
body.drawing-canvas #content {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  width: auto;
}
body.drawing-canvas #content hgroup,
body.drawing-canvas #content h1,
body.drawing-canvas #content h4,
body.drawing-canvas #content .fb-like,
body.drawing-canvas #content .toggle {
  display: none;
}
body.drawing-canvas #content .lesson-overview {
  border-right: 1px solid #CCCCCC;
  display: none;
  float: none;
  left: 10px;
  position: absolute;
  top: 350px;
}
body.drawing-canvas #content #video-container {
  display: inline-block;
  width: auto !important;
}
body.drawing-canvas #drawing-canvas-container {
  border: 1px solid #DDDDDD;
  border-color-bottom: #BBBBBB;
  border-color-right: #CCCCCC;
  display: block;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 692px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  width: 917px;
}
body.drawing-canvas #drawing-canvas-container iframe {
  border: 0;
  height: 692px;
  width: 917px;
}
body.drawing-canvas #final-drawing-container,
body.drawing-canvas #video-container {
  background-color: #5fb0d9;
  border: solid 1px #2d8dbe !important;
  cursor: move;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  left: -1000px;
  padding: 30px 3px 3px 3px;
  position: absolute !important;
  top: 100px;
}
body.drawing-canvas #final-drawing-container.open,
body.drawing-canvas #video-container.open {
  left: 1%;
  transition: left 0.75s ease;
}
body.drawing-canvas #final-drawing-container.open.drag,
body.drawing-canvas #video-container.open.drag {
  transition: none;
}
body.drawing-canvas #final-drawing-container.open .open-close-control,
body.drawing-canvas #video-container.open .open-close-control {
  background: url('/images/v3/orange-right-arrow.png') no-repeat center center #5fb0d9;
}
body.drawing-canvas #final-drawing-container .close-control,
body.drawing-canvas #video-container .close-control {
  background-image: url("/images/v3/close.png");
  display: block;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
}
body.drawing-canvas #final-drawing-container iframe,
body.drawing-canvas #video-container iframe {
  cursor: default;
}
body.drawing-canvas #final-drawing-container img,
body.drawing-canvas #video-container img {
  cursor: move;
}
body.drawing-canvas #final-drawing-container .open-close-control,
body.drawing-canvas #video-container .open-close-control {
  background: url('/images/v3/orange-right-arrow.png') no-repeat center center #5fb0d9;
  border: 1px solid #2d8dbe;
  border-left: none;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 18px;
  padding: 5px;
  position: absolute;
  right: -32px;
  top: -1px;
  width: 22px;
}
body.drawing-canvas #final-drawing-container .resize-control,
body.drawing-canvas #video-container .resize-control {
  background: #5e2637;
  border: 1px solid #5e2637;
  bottom: -2px;
  cursor: nwse-resize;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  height: 10px;
  position: absolute;
  right: -2px;
  width: 10px;
}
body.drawing-canvas .footer,
body.drawing-canvas .header .callout,
body.drawing-canvas #login-menu,
body.drawing-canvas #menu,
body.drawing-canvas #site-license-indicator,
body.drawing-canvas #top-menu {
  display: none !important;
}
body.drawing-canvas .header {
  height: 50px;
}
body.drawing-canvas #menu {
  right: 65px;
  top: 15px;
}
body.drawing-canvas #logo {
  background: url('/images/v3/drawittoknowit.jpg') no-repeat;
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  top: 13px;
  text-indent: -9999px;
  width: 275px;
}
body.drawing-canvas #logo img {
  display: none;
}
body.drawing-canvas #supplement-controls {
  position: fixed;
  bottom: 0;
  margin: 0;
  padding: 0;
  right: 30px;
}
body.drawing-canvas #supplement-controls li {
  background-color: #FFFFFF;
  border: 1px solid #5e2637;
  border-bottom: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  padding: 5px;
  text-transform: uppercase;
}
body.drawing-canvas #supplement-controls li.active {
  background: url('/images/v3/close.png') 7px 8px no-repeat;
  background-color: #5fb0d9;
  color: #000000;
  padding-left: 25px;
}
.body-content-container {
  border: 1px solid #999999;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 50px 0px 25px 0px;
  min-height: 350px;
  padding: 30px;
  width: 990px;
}
.body-copy {
  line-height: 24px;
  padding-top: 30px;
}
.body-copy a {
  border-bottom: 1px dotted #CCCCCC;
}
.body-copy a:hover {
  border-bottom: 1px dotted #5e2637;
}
.button-link,
.button-link:visited {
  background-color: #ff9700;
  border: 1px solid #ff9700;
  display: inline-block;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFFFFF;
  font-size: 16px;
  padding: 1px 5px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.button-link:hover,
.button-link:visited:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.button-link span,
.button-link:visited span {
  text-transform: uppercase;
}
#content_column {
  width: 650px;
  padding: 30px;
}
.dialog-markup {
  display: none;
}
.error a {
  color: #CC0000;
  text-decoration: underline;
}
.error a:hover {
  color: #990000;
}
.footer {
  background-color: #441d29;
  clear: both;
}
#footer-menu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
#footer-menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#footer-menu > li {
  float: left;
  margin: 20px;
  width: 200px;
}
#footer-menu > li > a {
  border-bottom: solid #ff9700 1px;
  color: #ff9700;
  font-size: 13px;
  font-weight: bold;
}
#footer-menu #search {
  border: 1px solid #666666;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  margin-top: 10px;
  padding: 7px;
  width: 155px;
}
#footer-menu #search-button {
  border-left: solid #DDDDDD 1px;
  left: -35px;
  padding-left: 5px;
  position: relative;
  top: 2px;
}
#footer-menu .social-media li {
  margin-right: 15px;
}
#footer-menu ul {
  font-size: 11px;
  list-style-type: none;
  padding: 0px;
  margin: 10px 0px;
}
#footer-menu ul li a {
  color: #E0E0E0;
}
h1,
h2,
h3,
h4,
h5 {
  /* font-family: helvetica, DINbold, Verdana, Geneva, sans-serif; */
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-family: 'Istok Web';
  margin: 0px;
  font-weight: 700;
}
h1,
h1 a,
h1 a:visited {
  color: #2d8dbe;
  font-size: 24px;
}
h2 {
  color: #5e2637;
  font-size: 18px;
}
h2 a {
  color: #5e2637;
}
h2 a:hover {
  color: #82354c;
}
h2 a:visited {
  color: #5e2637;
}
.header {
  background-color: #FFFFFF;
  height: 90px;
  padding-top: 0px;
  position: relative;
}
.header .callout {
  border: 1px solid #2d8dbe;
  border-top: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DDDDDD), color-stop(1, #FFF));
  background: -ms-linear-gradient(bottom, #DDDDDD, #FFF);
  background: -moz-linear-gradient(center bottom, #DDDDDD 0%, #FFF 100%);
  background-color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
  background: -webkit-linear-gradient(top, #FFFFFF, #DDDDDD);
  background: -moz-linear-gradient(top, #FFFFFF, #DDDDDD);
  background: -ms-linear-gradient(top, #FFFFFF, #DDDDDD);
  background: -o-linear-gradient(top, #FFFFFF, #DDDDDD);
  left: 200px;
  padding: 3px 7px 7x 7px !important;
  padding-top: 5px;
  position: absolute;
  top: 0px;
}
.header .callout a,
.header .callout a:hover {
  display: inline-block;
  position: relative;
  width: 300px;
}
.header .callout a h3,
.header .callout a:hover h3 {
  color: #2d8dbe;
  margin-left: 5px;
  line-height: 14px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.header .callout a h4,
.header .callout a:hover h4 {
  color: #2d8dbe;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
}
.header .callout a span,
.header .callout a:hover span {
  color: #ff9700;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
}
.header .callout a span emph,
.header .callout a:hover span emph {
  font-weight: bold;
}
.header .callout a strong,
.header .callout a:hover strong {
  background: url('/images/v3/button-background.jpg');
  border: 1px solid #b36a00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFFFFF;
  display: inline-block;
  padding: 7px;
  position: absolute;
  right: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  top: 5px;
  width: 75px;
}
.header .callout a strong.large,
.header .callout a:hover strong.large {
  width: 100px;
}
.header .callout a strong span,
.header .callout a:hover strong span {
  background: url('/images/v3/button-arrow.png') no-repeat;
  display: inline-block;
  height: 14px;
  position: absolute;
  right: 7px;
  width: 11px;
}
.header .callout.wide a {
  width: 400px;
}
.header .callout.site-license {
  background: #2d8dbe;
  border-color: #1e5f80;
  padding: 3px 3px 3px 3px !important;
  width: 330px;
}
.header .callout.site-license div {
  color: #FFFFFF;
  float: left;
}
.header .callout.site-license div.logo-container {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  padding: 3px;
}
.header .callout.site-license div.info-container {
  font-weight: normal;
  line-height: 14px;
  margin-left: 10px;
  min-width: 150px;
}
.header .callout.site-license .logo {
  margin-top: 5px;
  max-height: 25px;
  max-width: 150px;
}
.header ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.header #logo {
  margin-top: 20px;
}
.header .login_button {
  background-color: #2d8dbe;
  display: inline-block;
  height: 43px;
  margin-top: 5px;
  text-indent: -9999px;
  width: 117px;
}
.header .logout_button {
  background-color: #2d8dbe;
  color: #FFFFFF !important;
}
.header #login-menu {
  float: right;
  margin-top: 45px;
}
.header #menu {
  float: right;
  margin-top: 42px;
}
.header #menu.user > li {
  margin-left: 35px;
}
.header #menu.non-user {
  left: auto;
  right: 155px;
}
.header #menu.non-user > li {
  margin-left: 160px;
}
.header #menu li {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
}
.header #menu li a {
  color: #2d8dbe;
  text-transform: none;
}
.header #menu li a.pricing {
  /* color: @ditki-blue; */
}
.header #menu li:hover a {
  color: #2d8dbe;
}
.header #menu li ul {
  border: 1px solid #E0E0E0;
  border-top: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  display: none;
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9999;
}
.header #menu li ul li {
  background-color: #FFFFFF;
  display: block;
  margin-left: -5px;
  text-transform: none;
  width: 175px;
}
.header #menu li ul li a,
.header #menu li ul li a:visited {
  color: #888888 !important;
  display: block;
  padding: 7px;
}
.header #menu li ul li:hover {
  background-color: #E0E0E0;
}
.header #menu li ul li:hover a,
.header #menu li ul li:hover a:visited {
  color: #666666;
}
.header #menu li:hover ul {
  display: block;
}
.header #top-menu {
  float: right;
  margin-top: 45px;
}
.header #top-menu li {
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
}
.header #top-menu li a {
  color: #2d8dbe;
  padding-top: 5px;
}
.header #top-menu li.group-registration,
.header #top-menu li.site-license-registration {
  text-align: center;
}
.header #top-menu li.group-registration a,
.header #top-menu li.site-license-registration a {
  background: url('/images/v3/group-button.png') no-repeat;
  padding: 5px 16px;
}
.header #top-menu li.group-registration a:hover,
.header #top-menu li.site-license-registration a:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.header #top-menu li.group-registration a:active,
.header #top-menu li.site-license-registration a:active {
  position: relative;
  top: 1px;
}
.header #top-menu li.site-license-registration a {
  padding: 5px 13px;
}
.header #top-menu li:hover > a {
  color: #154157;
}
.header #top-menu li:hover ul {
  display: block;
}
.header #top-menu li ul {
  background-color: #FFFFFF;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  display: none;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin-top: 6px;
  padding: 0px;
  position: absolute;
  z-index: 999;
}
.header #top-menu li ul li {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 235px;
}
.header #top-menu li ul li a {
  color: #888888;
  display: block;
  padding: 10px;
}
.header #top-menu li ul li a:hover {
  background-color: #e9e9e9;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#page-frame > div {
  margin: 0px auto;
  width: 1200px;
}
#page-frame > div.header,
#page-frame > div.footer {
  margin: 0px;
  width: auto;
  z-index: 2;
}
#page-frame > .header > div,
#page-frame > .footer > div {
  margin: 0px auto;
  position: relative;
  width: 1200px;
}
#page-frame.slim #content {
  margin-top: 30px;
}
.slim-header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.slim-header .content-container {
  margin: 0px auto;
  padding: 5px;
  width: 1200px;
}
.slim-header h1,
.slim-header h2 {
  text-indent: -9999px;
}
.slim-header h1 {
  background: url('/images/v3/drawittoknowit.jpg') no-repeat;
  float: left;
  height: 25px;
  width: 275px;
}
.slim-header h2 {
  background: url('/images/v3/neuroanatomy.jpg') no-repeat;
  float: right;
  height: 20px;
  margin-top: 3px;
  width: 185px;
}
.social-media li {
  display: inline-block;
}
.social-media li a {
  background: url('/images/v3/social-media.png') no-repeat;
  display: inline-block;
  height: 24px;
  text-indent: -9999px;
  width: 23px;
}
.social-media li.google-plus a {
  background-position: -90px 0px;
}
.social-media li.twitter a {
  background-position: -30px 0px;
}
.social-media li.youtube a {
  background-position: -60px 0px;
}
.tooltip {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 9999;
}
