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, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

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

.clearboth, .clear {
  clear: both; }

.clearleft {
  clear: left; }

.clearright {
  clear: right; }

a {
  color: #3367b2;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

body {
  color: black;
  background: #3367b2 url(../images/bdgrid21grey.png) repeat top;
  font-family: Helvetica Neue, Helvetica, Verdana, sans-serif; }

#wrapper {
  background: url(../images/ssunray-inverted.png) no-repeat left top;
  box-shadow: 1px 1px 20px black;
  -webkit-box-shadow: 1px 1px 20px black;
  -moz-box-shadow: 1px 1px 20px black;
  border-left: 1px solid rgba(0, 0, 0, 0.496094);
  border-right: 1px solid rgba(0, 0, 0, 0.496094); }

#content {
  background: rgba(255, 255, 255, 0.6);
  border-top: 1px solid #e3e3e3; }

#wrapper > header {
  background: #16305b;
  background: -moz-linear-gradient(center, #16305b, rgba(22, 48, 91, 0.6));
  background: -webkit-gradient(linear, left center, left bottom, from(#16305b), to(rgba(22, 48, 91, 0.85)));
  border-bottom: 3px solid #16305b; }
  #wrapper > header h1 {
    text-indent: -3000px;
    background: url(../images/logo-small.png) no-repeat top left; }
    
    
  #wrapper  nav#topnav a {
    margin-left: 6px;
    padding: 5px 12px;
    text-decoration: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    color: #454545;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
    background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
    -moz-box-shadow: 1px 1px 3px #292929;
    -webkit-box-shadow: 1px 1px 3px #292929;
    box-shadow: 1px 1px 3px #292929;
    text-shadow: 0 1px 0 white;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #wrapper  nav#topnav a:hover {
    color: #000;
    background:none;
   background-color:#FFF;
    -moz-box-shadow: 1px 1px 3px #292929;
    -webkit-box-shadow: 1px 1px 3px #292929;
    box-shadow: 1px 1px 3px #292929;
    text-shadow: 0 1px 0 white; }
  #wrapper  nav#topnav a.active {
    color: #454545;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
    background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
    -moz-box-shadow: 1px 1px 3px #292929;
    -webkit-box-shadow: 1px 1px 3px #292929;
    box-shadow: 1px 1px 3px #292929;
    text-shadow: 0 1px 0 white; }

.people_box p {
  background: #16305b;
  opacity: 0.85;
  color: white; }

#wrapper > footer {
  background-color: #16305b;
  color: #e3e3e3; }

input[type=button], input[type=submit], button, .button {
  border: none;
  background: #222222 url(../images/alert-overlay.png) repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #e3e3e3;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer; }

input[type=button]:hover, input[type=submit]:hover, button:hover, .button:hover {
  background: black url(../images/alert-overlay.png) repeat-x; }

.comments h3, .comments h4 {
  background: #e3e3e3;
  background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
  background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
  -moz-box-shadow: 1px 1px 3px #292929;
  -webkit-box-shadow: 1px 1px 3px #292929;
  box-shadow: 1px 1px 3px #292929;
  color: #454545; }

ul.comics_list {
  background: #e3e3e3;
  background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
  background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
  color: #454545; }
  ul.comics_list img {
    -moz-box-shadow: 1px 1px 3px #292929;
    -webkit-box-shadow: 1px 1px 3px #292929;
    box-shadow: 1px 1px 3px #292929; }
  ul.comics_list a.main {
    text-decoration: none;
    color: #454545; }
  ul.comics_list h3 {
    color: #3367b2; }

td p, th.option {
  color: #454545; }

thead th {
  color: #e3e3e3; }

th.silver {
  color: #898989; }

th.bronze {
  color: #624227; }

th.gold {
  color: #b19339; }

.comic_page img {
  border: 8px solid #e3e3e3;
  box-shadow: #555555 0.5px 0.5px 4px;
  -moz-box-shadow: #555555 0.5px 1px 4px;
  -webkit-box-shadow: #555555 0.5px 1px 4px; }

.graphictoolbar {
  margin: -21px 10px 0 10px;
  background: #8A9BB3;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.graphictoolbar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 4px; }
  .graphictoolbar a.edit {
    background-image: url(../images/edit2.png);
    background-repeat: no-repeat; }
  .graphictoolbar a.remove {
    background-image: url(../images/remove.png);
    background-repeat: no-repeat; }
  .graphictoolbar a.up {
    background-image: url(../images/up.png);
    background-repeat: no-repeat; }
  .graphictoolbar a.down {
    background-image: url(../images/down.png);
    background-repeat: no-repeat; }

.changepage_wrapper {
  margin-bottom: 21px;
  margin-top: 0; }
  .changepage_wrapper form {
    padding-bottom: 0px;
  }
  .changepage_wrapper form input[type=submit] {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-image: url(../images/edit2.png); }
  }


.grid_1 {
  width: 60px; }

.grid_2 {
  width: 140px; }

.grid_3 {
  width: 220px; }

.grid_4 {
  width: 300px; }

.grid_5 {
  width: 380px; }

.grid_6 {
  width: 460px; }

.grid_7 {
  width: 540px; }

.grid_8 {
  width: 620px; }

.grid_9 {
  width: 700px; }

.grid_10 {
  width: 780px; }

.grid_11 {
  width: 860px; }

.grid_12 {
  width: 940px; }

.row {
  width: 960px;
  margin: 0 auto;
  overflow: hidden; }
  .row .row {
    margin: 0 -10px;
    width: auto;
    display: inline-block; }

.column {
  float: left;
  margin: 0 10px;
  overflow: hidden;
  display: inline; }

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

footer {
  height: 21px;
}
footer p {
  padding: 0 10px 0 10px;
  float: left;
}

footer nav ul {
  margin: 0;
  margin-left: 530px;
  padding: 0;
  display: inline;
  text-align: right;
}

footer nav ul li {
  margin-left: 0;
  padding: 0 5px;
  border-left: 1px solid #ccc;
  list-style: none;
  display: inline;
}

footer nav ul li:first-child {
  border-left: none;
}

footer a {
  color: #fff;

}

#wrapper > header {
  height: 147px; }
  #wrapper > header h1 {
    height: 147px;
    float: left;
    width: 460px; }
  #wrapper  nav#topnav {
    background-color:black;
    width:auto;
    margin-top: 0px;
    margin-right: 0px;
    display: block;
    height:35px;
    padding-top:14px;}
    #wrapper  nav#topnav ul li {
      display: inline; }

section {
  padding-top: 15px; }
  section section {
    height: 210px;
    padding-top: 0; }
  section h1 {
    margin-top: -2px;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
    background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
    padding: 10px 20px;
    margin-left: -20px;
    position: relative;
    width: 610px;
    -moz-box-shadow: 1px 1px 3px #292929;
    -webkit-box-shadow: 1px 1px 3px #292929;
    box-shadow: 1px 1px 3px #292929;
    color: #454545;
    text-shadow: 0 1px 0 white; }
    section h1 .arrow {
      width: 0;
      height: 0;
      line-height: 0;
      border-left: 20px solid transparent;
      border-top: 10px solid #c8c8c8;
      top: 102%;
      left: 0;
      position: absolute; }

section section h1, h1.no_style {
  background: none;
  padding: 0;
  margin-left: 0;
  width: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #454545;
  text-shadow: none;
  margin-top: 0; }

.people_box {
  margin-bottom: 21px;
  height: 110px;
  width: 120px;
  border: 8px solid #e3e3e3;
  box-shadow: #555555 0.5px 0.5px 4px;
  -moz-box-shadow: #555555 0.5px 1px 4px;
  -webkit-box-shadow: #555555 0.5px 1px 4px; }
  .people_box p {
    display: block;
    height: 42px;
    margin-top: 84px; }

#newtalent {
  background: #3367b2 url(../images/newtalent.png) no-repeat top; }

#kids {
  background: #3367b2 url(../images/kids.png) no-repeat top; }

#teacher {
  background: #3367b2 url(../images/teacher.jpg) no-repeat top; }

#professional {
  background: #3367b2 url(../images/professional.png) no-repeat top; }

.people_box.last_child {
  margin-right: 0px; }

form {
  padding-bottom: 42px; }
  form input[type=text], form input[type=password], form input[type=email], form input[type=url], form textarea {
    width: 518px;
    float: left;
    margin: 0 10px;
    overflow: hidden;
    display: inline;
    margin-bottom: 21px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(1, #f8f8f8));
    background-image: -moz-linear-gradient(center bottom, white 0%, #f8f8f8 100%);
    /* Border, outline & shaddow */
    outline: none;
    border: solid 1px #cccccc;
    -moz-box-shadow: 1px 1px 3px #292929;
    -webkit-box-shadow: 1px 1px 3px #292929;
    box-shadow: 1px 1px 3px #292929;
    /* Color */
    color: #454545;
    /* padding, type & styles */
    font-size: 2em;
    padding: 10px;
    font-family: Times New Roman, serif;
    /* Transisions */
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
  form input[type=text]:focus, form input[type=email]:focus, form textarea:focus, form input[type=password]:focus {
    background: #fdffd2; }
  form label {
    display: block;
    float: left;
    width: 220px;
    float: left;
    margin: 0 10px;
    overflow: hidden;
    display: inline;
    height: 41px; }
  form input[type=text], form input[type=email], form textarea, form input[type=password] {
    float: left;
    margin: 0 10px;
    overflow: hidden;
    display: inline;
    width: 620px; }
  form .inputnote {
    float: left;
    margin: 0 10px;
    overflow: hidden;
    display: inline;
    width: 620px;
    margin-left: 250px; }
  form legend {
    display: block;
    text-indent: -3000px; }
  form .error {
    color: #d8000c;
    border: none;
    margin-left: 250px;
    padding: 0;
    background-color: transparent;
    background-image: none; }
    form .error p {
      margin-left: 0; }
  form p {
    margin-left: 250px; }
  form img {
    border: 8px solid #e3e3e3;
    box-shadow: #555555 0.5px 0.5px 4px;
    -moz-box-shadow: #555555 0.5px 1px 4px;
    -webkit-box-shadow: #555555 0.5px 1px 4px; }

#forgottenpassword input[type=submit] {
  margin-left: 250px; }

.widgetwrapper {
  width: 960px;
  margin: 0 auto;
  overflow: hidden; }
  .widgetwrapper .row {
    margin: 0 -10px;
    width: auto;
    display: inline-block; }

.error {
  border: 1px solid;
  margin: 10px 10px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #d8000c;
  background-color: #ffbaba;
  background-image: url(../images/error.png); }
  .error h3 {
    display: none; }

table.table {
  margin-bottom: 21px;
  background: #e3e3e3;
  background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
  background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  vertical-align: middle; }
  table.table thead {
    background: #16305b;
    border-bottom: 1px solid #020509; }
    table.table thead th {
      background-image: url(../images/bg-grid.gif);
      background-repeat: repeat-x;
      text-align: center;
      position: relative;
      border: solid 1px black;
      background-position: left top;
      font-size: 18px;
      text-shadow: 0 1px 0 black;
      height: 27px;
      line-height: 27px;
      border-top: solid 1px #4f4f4f;
      border-left: solid 1px #4f4f4f;
      width: 300px; }
  table.table tbody tr {
    border-top: 1px solid white;
    border-bottom: 1px solid #c4c4c4; }
    table.table tbody tr td p, table.table tbody tr th.option {
      font-size: 257.143%;
      font-family: "mingler-1", "mingler-2", sans-serif;
      text-shadow: 0 1px 0 white;
      padding-top: 30px; }

.comments h3, .comments h4 {
  margin-top: -2px;
  padding: 3px 10px;
  margin-left: -20px;
  position: relative;
  width: 630px; }
.comments form {
  width: 960px;
  margin: 0 auto;
  overflow: hidden; }
  .comments form .row {
    margin: 0 -10px;
    width: auto;
    display: inline-block; }
  .comments form fieldset {
    float: left;
    margin: 0 10px;
    overflow: hidden;
    display: inline;
    width: 940px; }
    .comments form fieldset input[type=text], .comments form fieldset input[type=password], .comments form fieldset input[type=email], .comments form fieldset input[type=url], .comments form fieldset textarea {
      padding: 5px;
      width: 390px;
      float: left;
      margin-top: 21px;
      margin-bottom: 0; }
    .comments form fieldset .inputnote {
      clear: both;
      margin-left: 220px; }
.comments h4 {
  background: none;
  padding: 0 10px;
  margin-left: 0;
  width: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #99aac4;
  text-shadow: none;
  margin-top: 0;
  font-size: 128.571%; }
.comments .dtstart {
  display: block;
  text-indent: -3000px; }
.comments p {
  padding: 0 0 21px 10px;
  width: 620px; }

.signup_box {
  padding: 5px;
  background-color: rgba(225, 225, 225, 0.4);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 300px;
  margin-bottom: 0; }
  .signup_box a {
    display: block; }

.video {
  border: solid 2px #e3e3e3;
  width: 450px;
  padding-bottom: 0;
  height: 322px;
  border-left-color: #b0b0b0;
  border-top-color: #b0b0b0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  .video embed, .video object {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }

/*--------------ADDED BY BEN C---------------*/

.videobox{
	width:670px;
	margin: auto;
}

ul.comics_list {
  height: 400px;
  margin-bottom: 21px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  list-style: none;
  padding-right: 5px;
  padding-top: 5px;
  overflow: auto; }
  ul.comics_list li {
    clear: both; }
  ul.comics_list img {
    width: 80px;
    float: left;
    margin: 10px; }
  ul.comics_list a.main {
    display: block; }
  ul.comics_list p a {
    margin-left: 0; }

.home_page .page_title {
  display: none; }

#whoforinfo {
  width: 134px;
  float: left;
  margin: 0 10px;
  overflow: hidden;
  display: inline;
  overflow: visible;
  position: absolute;
  visibility: hidden; }

body {
  font-size: 14px;
  line-height: 21px; }

h1 {
  font-size: 342.857%;
  line-height: 63px; }

h2, section h1 {
  font-size: 257.143%;
  line-height: 42px;
  margin-bottom: 21px; }

h3, section section h1, section h2 {
  font-size: 171.429%;
  line-height: 42px;
  margin-bottom: 21px; }

h4, section section section h1, section section h2, section h3 {
  font-size: 150%;
  line-height: 31.5px;
  margin-bottom: 10.5px; }

h5 {
  font-size: 128.571%;
  line-height: 31.5px;
  margin-bottom: 10.5px; }

h6 {
  font-size: 114.286%;
  line-height: 21px;
  margin-bottom: 21px; }

p {
  font-size: 100%;
  margin-bottom: 21px;
  line-height: 21px; }

.garamond {
  font-size: 71.429%;
  line-height: 21px;
  margin-bottom: 21px; }

.small {
  font-size: 57.143%;
  line-height: 21px;
  margin-bottom: 21px; }

blockquote {
  font-size: 71.429%;
  line-height: 21px;
  margin-bottom: 21px; }

ul, ol {
  margin-bottom: 21px; }
  ul li, ol li {
    line-height: 21px; }

a {
  line-height: 21px; }

blockquote {
  text-indent: -0.5em; }

.ampersand {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
  font-weight: normal; }

del {
  text-decoration: line-through; }

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

footer {
  font-size: 71.429%;
  line-height: 21px;
  margin-bottom: 21px; }

section h1 {
  font-family: "mingler-1", "mingler-2", sans-serif; }

.people_box p {
  font-family: "deva-ideal-1", "deva-ideal-2", sans-serif;
  text-align: center;
  padding: 0 auto;
  font-size: 128.571%;
  text-transform: small-caps;
  line-height: 21px;
  color: #e3e3e3; }

form label {
  font-size: 171.429%;
  font-family: "mingler-1", "mingler-2", sans-serif;
  color: #454545;
  text-shadow: 0 1px 0 white;
  text-align: right;
  padding-top: 20px; }
form input[type=button], form input[type=submit], form button {
  font-size: 171.429%; }

.comments h3, .comments h4 {
  font-size: 171.429%;
  text-shadow: 0 1px 0 white;
  font-family: "mingler-1", "mingler-2", sans-serif; }
.comments input[type=text], .comments input[type=password], .comments input[type=email], .comments input[type=url], .comments textarea {
  font-size: 1em; }
.comments label {
  font-family: "deva-ideal-1", "deva-ideal-2", sans-serif;
  padding-top: none;
  font-size: 150%;
  text-align: left;
  font-weight: bold;
  width: 220px; }
.comments .inputnote {
  font-size: 71.429%;
  line-height: 21px;
  margin-bottom: 21px;
  color: #16305b; }

.signup_box h2 {
  font-size: 150%;
  background: #7cc319 url(../images/bg-button.gif) repeat-x left bottom;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px 0 #395c09;
  text-align: center;
  line-height: 40px;
  padding: 3px 0px;
  border: solid 1px #6aad0f;
  box-shadow: 1px 2px 3px #548e06;
  -moz-box-shadow: 1px 2px 2px #548e06;
  -webkit-box-shadow: 1px 2px 2px #548e06;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
.signup_box a {
  text-decoration: none;
  color: #16305B;
  font-weight: normal; }
.signup_box h2:hover {
  background-image: url(../images/bg-button-over.gif);
  background-position: top; }
.signup_box p {
  font-size: 150%;
  text-align: center;
  color: #454545;
  text-shadow: 0 1px 0 #979797;
  font-weight: bold; }
.signup_box p.small {
  font-size: 128.571%;
  color: #454545;
  text-shadow: none; }
.signup_box p:hover {
  text-decoration: none; }

ul.comics_list p {
  font-size: 71.429%;
  line-height: 14px;
  margin-bottom: 14px; }
ul.comics_list h3 {
  font-family: "deva-ideal-1", "deva-ideal-2", sans-serif;
  font-weight: "medium";
  font-size: 150%; }

#whoforinfo {
  background-color: #e3e3e3;
  border: 8px solid #e3e3e3;
  box-shadow: #555555 0.5px 0.5px 4px;
  -moz-box-shadow: #555555 0.5px 1px 4px;
  -webkit-box-shadow: #555555 0.5px 1px 4px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  #whoforinfo p {
    font-size: 85.714%;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 3px; }
  #whoforinfo h3 {
    font-family: "mingler-1", "mingler-2", sans-serif;
    font-size: 128.571%;
    text-shadow: 0 1px 0 white;
    color: #454545; }

/* The Outer Box */
.comicscroller_wrap {
  border: solid 2px #e3e3e3;
  border-left-color: #b0b0b0;
  border-top-color: #b0b0b0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 460px; }

.jcarousel-container {
  background: #fc994b; }

.jcarousel-skin-first .jcarousel-container {
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #fc994b url(../images/shelfTop.png) repeat-x left bottom; }

.jcarousel-skin-second .jcarousel-container {
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background: #fc994b url(../images/shelf.png) repeat-x left bottom; }

/* The Outer Box */
.jcarousel-container-horizontal {
  /*wrapper width - padding - border */
  padding: 38px 40px 0 40px; }

/* The Inner Box containing th images */
.jcarousel-clip-horizontal {
  width: 343px;
  height: 123px;
  padding: 0 13px;
  padding-left: 7px;
  margin-left: 12px; }

/* The Actual item Only top & left borders visible */
.jcarousel-item {
  width: 76px;
  height: 118px;
  margin-right: 13px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  overflow: hidden; }

.jcarousel-item-placeholder {
  background: white;
  color: black; }

/**
 *  Horizontal Buttons */
.jcarousel-next-horizontal {
  position: absolute;
  top: 69px;
  right: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(../images/next-horizontal.png) no-repeat 0 0; }
  .jcarousel-next-horizontal:hover {
    background-position: -32px 0; }
  .jcarousel-next-horizontal:active {
    background-position: -64px 0; }

.jcarousel-next-disabled-horizontal {
  cursor: default;
  background-position: -96px 0; }
  .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0; }

.jcarousel-prev-horizontal {
  position: absolute;
  top: 69px;
  left: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(../images/prev-horizontal.png) no-repeat 0 0; }
  .jcarousel-prev-horizontal:hover {
    background-position: -32px 0; }
  .jcarousel-prev-horizontal:active {
    background-position: -64px 0; }

.jcarousel-prev-disabled-horizontal {
  cursor: default;
  background-position: -96px 0; }
  .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0; }

.tutorials_wrap {
  width: 938px;
  border-left-color: #b0b0b0;
  border-top-color: #b0b0b0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

ul.tutorials {
  display: block;
  list-style: none; }
  ul.tutorials span.tut_row {
    width: 938px;
    height: 170px;
    display: block;
    background: #fc994b url(../images/shelf.png) repeat-x left bottom; }
  ul.tutorials span.first_row {
    background: #fc994b url(../images/shelfTop.png) repeat-x left bottom; }
  ul.tutorials li {
    width: 213px;
    height: 155px;
    display: block;
    float: left;
    padding: 15px 10px 0 10px;
    text-align: center; }
    ul.tutorials li img {
      height: 120px;
      box-shadow: 5px 0px 6px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 5px 0px 6px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 5px 0px 6px rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    ul.tutorials li a {
      display: block;
      color: #e3e3e3;
      text-decoration: none;
      text-shadow: 1px 1px 0 black, -1px -1px 0 black, -1px 1px 0 black, 1px -1px 0 black;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      ul.tutorials li a p {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        margin-bottom: 8px; }
    ul.tutorials li a:hover {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      transform: scale(1.05); }
      ul.tutorials li a:hover img {
        -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5); }
      ul.tutorials li a:hover p {
        background: rgba(0, 0, 0, 0.5); }

p.message {
  border: 1px solid;
  margin: 10px 10px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #00529b;
  background-color: #bde5f8;
  background-image: url(../images/info.png); }

p.success {
  display: block;
  border: 1px solid;
  margin: 10px 10px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #4f8a10;
  background-color: #dff2bf;
  background-image: url(../images/success.png); }

.offerbox {
  display: block;
  padding: 10px;
  background-color: #c2cedf;
  color: #a03619;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 940px;
  font-size: 150%;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: 0 1px 0 #efa996;
  text-align: center;
  line-height: 40px; }

.upgrade_table {
  display: none;
}

.delete-comic {
  font-size: 171.429%;
  /*color: #FE6D66;*/
  background-position: 5px 50%;
  background-image: url(../images/remove.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  margin-left: 10px;
}

.delete-comic:hover {
  background-position: 5px 50%;
  background-image: url(../images/remove.png);
  background-repeat: no-repeat;
  text-decoration: none;
}

.fliplink {
  margin-left: 10px;
  font-size: 171.429%;
}
.fliplink a {
  text-decoration: none;
  color: #e3e3e3;
}

.comic_pages h2 {
  font-size: 150%;
  margin-left: 10px;
  font-style: italic;
  color: #454545;
  text-shadow: 0 1px 0 white;
  font-family: "adrianne-1","adrianne-2",serif;
  font-weight: normal;
  display: block;
  width: 620px;
  text-align: right;
  margin-top: -20px;
}

.comic_pages h2:before {
  content: "by ";
}

#tweetbox {
  margin: 21px 10px 0 10px;
  background: #8A9BB3;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 400px;
  margin-bottom: 21px;
}

#tweetbox label {
  font-family: "mingler-1", "mingler-2", sans-serif;
  text-shadow: 0 1px 0 white;
}

a.top {
  margin-left: 10px;
}

.fb_share {
  float: left;
  margin: 10px 0px 0px 21px;
}
/*////// SIGNUP MATRIX CHOOSEPLAN ///////*/
table tr.notfree0 {
  display: none;
}

.signup_box {
  float: right;
  position: absolute;
  left: 640px;
  top: 635px;

}
.signup_box h4 {
	margin-top:10px;

}

form.categoriesform {
	position:absolute;
	right:8px;
	top:175px;
}

.pagelinks {
	font-size:120%;
	font-weight:bold;
	margin:0px 10px;
}
#contacts {
	margin:0px 10px;
}
#contacts .contact_list {
	margin-bottom:20px;
}
.contactimage {
	float:left;
	width:80px;
}
.person_description {
	padding-left:100px;
}
#contact {
	float:left;
	padding:0px 20px;
	margin:0px;
	width:45%;
}
#mycomicsfeed {
	width:45%;
	float:right;
}
#mycomicsfeed ul {
	list-style-type:none;
}
#mycomicsfeed ul li {
	display:block;
	float:left;
	padding:0px;
	margin:0px 10px 10px 0px;
}

.backlink {
	padding-left:20px;
}