/*   
Theme Name: Jurassic Joe
Theme URI: http://jurassicjoe.com.au/
Description: Jurassic Joe theme
Author: The Really Quite Good Ideas Company
Author URI: http://thereallyquitegoodideascompany.com.au/
Version: 1.0
*/


/* HTML5 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* BASE */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #26216B; color: #fff; text-shadow: none; }
::selection { background: #26216B; color: #fff; text-shadow: none; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* SITE */

::-moz-selection { background: #00A7E2; color: #fff; text-shadow: none; }
::selection { background: #00A7E2; color: #fff; text-shadow: none; }

p,ul,ol,li,a,span,hr,h1,h2,h3,h4,h5,h6,form,label,input,textarea,select,table,tr,td
{
  margin: 0;
  padding: 0;
}

html
{
  width: 100%;
  height: 100%;
  min-width: 960px;
  min-height: 1007px;
}

body
{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #666666;
  width: 100%;
  height: 100%;
  background: #e6e6e6;
}

#wrapper-background
{
  width: 100%;
  /*height: 1007px;*/
  background: #000 url('_/img/site-bg.png') top center no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

#wrapper
{
  width: 960px;
  margin: 0 auto;
}


/* OTHER */

.clear
{
  clear: both;
}

.hidden
{
  display: none;
}


/* HEADER */

#nav-main
{
  position: relative;
  width: 100%;
  height: 193px;
}

#nav-main .logo
{
  position: absolute;
  left: 30px;
  top: 14px;
  z-index: 99;
}

#nav-main .menu
{
  position: absolute;
  left: 164px;
  top: 89px;
  z-index: 9;
  list-style: none;
}

#nav-main .menu li
{
  float: left;
  display: block;
}

#nav-main .menu a
{
  display: block;
  text-indent: -99999px;
  outline: none;
  box-shadow: 2px 2px 4px #60BFCB;
  background-image: url('_/img/nav-bg.png');
  background-repeat: no-repeat;
}

#nav-main .menu li.friends a
{
  width: 226px;
  height: 54px;
  background-position: 0 top;
}

  #nav-main .menu li.friends a:hover
  {
    background-position: 0 bottom;
  }

#nav-main .menu li.about a
{
  width: 106px;
  height: 54px;
  background-position: -226px top;
}

  #nav-main .menu li.about a:hover
  {
    background-position: -226px bottom;
  } 

#nav-main .menu li.music a
{
  width: 73px;
  height: 54px;
  background-position: -332px top;
}

  #nav-main .menu li.music a:hover
  {
    background-position: -332px bottom;
  }

#nav-main .menu li.party a
{
  width: 68px;
  height: 54px;
  background-position: -405px top;
}

  #nav-main .menu li.party a:hover
  {
    background-position: -405px bottom;
  }

#nav-main .menu li.show a
{
  width: 71px;
  height: 54px;
  background-position: -473px top;
}

  #nav-main .menu li.show a:hover
  {
    background-position: -473px bottom;
  }

#nav-main .menu li.shop a
{
  width: 67px;
  height: 54px;
  background-position: -544px top;
}

  #nav-main .menu li.shop a:hover
  {
    background-position: -544px bottom;
  }

#nav-main .menu li.parents a
{
  width: 179px;
  height: 54px;
  background-position: -611px top;
}

  #nav-main .menu li.parents a:hover
  {
    background-position: -611px bottom;
  }   


/* FOOTER */

#nav-bottom
{
  width: 100%;
  height: 98px;
  min-width: 960px;
  border-top: 2px solid #b3b3b3;
  background: #E6E6E6;
}

#nav-bottom .wrapper
{
  position: relative;
  width: 960px;
  margin: 0 auto;
}

#nav-bottom .menu-secondary
{
  position: absolute;
  left: auto;
  top: 27px;
  width: 100%;
  list-style: none;
  font-size: 12px;
  line-height: 120%;
}

  #nav-bottom .menu-secondary ul
  {
    width: 100%;
    text-align: center;
  }

  #nav-bottom .menu-secondary li
  {
    /*float: left;*/
    display: inline-block;
    margin: 0 14px 0 0;
  }

  #nav-bottom .menu-secondary a
  {
    color: #1B75BB;
    text-decoration: none;
  }

    #nav-bottom .menu-secondary a:hover
    {
      color: #2B621D;
    }

  #nav-bottom .menu-secondary li.social
  {
    position: relative;
    top: -3px;
  }

    #nav-bottom .menu-secondary li.social.first
    {
      margin: 0 14px 0 40px;
    }

    #nav-bottom .menu-secondary li.facebook a
    {
      display: inline-block;
      width: 18px;
      height: 18px;
      background: url('_/img/logo-facebook.png') no-repeat; 
      text-indent: -99999px;
    }

#nav-bottom .copy
{
  position: absolute;
  left: 22px;
  top: 63px;
  font-size: 11px;
  line-height: 120%;
  color: #808080;
}

#nav-bottom .menu-bottom
{
  position: absolute;
  right: 30px;
  top: 63px;
  list-style: none;
  font-size: 11px;
  line-height: 120%;
}

  #nav-bottom .menu-bottom li
  {
    float: left;
    display: block;
    margin: 0 0 0 7px;
  }

    #nav-bottom .menu-bottom li:first-child span
    {
      display: none;
    }

  #nav-bottom .menu-bottom span
  {
    position: relative;
    top: -1px;
    margin: 0 7px 0 0;
  }

  #nav-bottom .menu-bottom a
  {
    color: #808080;
    text-decoration: none;
  }

    #nav-bottom .menu-bottom a:hover
    {
      color: #2B621D;
    }


/* CONTENT */

#content
{
  position: relative;
  width: 960px;
  /*min-height: 916px;*/
  min-height: 814px;
  padding: 0 0 20px 0;
}

#content .col-1
{
  position: relative;
  float: left;
  width: 724px;
  margin: 0 7px 0 7px;
}

  #content .col-1 .wrapper
  {
    padding: 10px 15px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 6px #8DB9A8;
  }

  #content .col-1 h1
  {
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #00A7E2;
    margin: 0 0 9px 17px;
  }  

#content .col-2
{
  position: relative;
  float: left;
  width: 215px;
}

#content .block
{
  border-radius: 3px;
  box-shadow: 0 0 6px #8DB9A8;
}

.content
{
  min-height: 391px;
  margin: 0 0 0 0;
  padding: 16px 14px 16px 17px;
  background: #EDEFE0;
}

.content p,
.content ul,
.content ol
{
  font-size: 13px;
  line-height: 123%;
  margin: 0 0 13px 0;
}

.content ul
{
  margin-left: 15px;
}

.content ol
{
  margin-left: 20px;
}

.content table
{
  font-size: 13px;
  line-height: 123%;
}

.content td
{
  text-align: left;
  vertical-align: top;
}

.content blockquote
{
  margin: 0;
  padding: 0 0 0 25px;
  background: url('_/img/blockquote-start.png') top left no-repeat;
}

.content blockquote p
{
  font-size: 13px;
  line-height: 123%;
  color: #666;
  padding: 0;
  margin: 0;
}

.content blockquote p em
{
  display: inline-block;
  font-size: 15px;
  line-height: 113%;
  color: #F37121;
  background: url('_/img/blockquote-end.png') bottom right no-repeat;
}

.content a
{
  color: #666;
  text-decoration: underline;
}

  .content a:hover
  {
    color: #1B75BB;
  }

.content form
{
  padding: 9px;
  background: #DBDFC1;
  border-radius: 3px;
}

.content form,
.content label,
.content input,
.content textarea
{
  font-size: 11px;
  line-height: 136%;
  color: #666;
}

.content form .single
{
  position: relative;
  display: block;
  margin: 0 0 6px 0;
}

.content form .info
{
  text-align: right;
}

.content form p
{
  margin-bottom: 3px;
}

.content label
{
  display: inline-block;
  width: 78px;
}

.content label span,
.content form .info span
{
  color: #F37121;
}

.content input
{
  display: inline-block;
  width: 208px;
  height: 20px;
  border: 0;
  padding-left: 3px;
  padding-right: 3px;
}

.content textarea
{
  display: inline-block;
  width: 208px;
  height: 125px;
  border: 0;
  padding-left: 3px;
  padding-right: 3px;
}

.content hr
{
  clear: both;
  position: relative;
  top: -7px;
  font-size: 1px;
  line-height: 1px;
  border-top: 1px dotted #fff;
  padding: 0;
  margin: 0;
}

.content .wpcf7-submit
{
  display: block;
  width: auto;
  font-size: 15px;
  line-height: 100%;
  font-weight: bold;
  color: #fff;
  background: #999;
  padding-left: 14px;
  padding-right: 14px;
  margin: 0 0 0 78px;
}

.content .wpcf7-not-valid-tip
{
  position: absolute;
  top: 0;
  left: 10px;
  width: 200px;
  padding: 3px 5px;
  color: #ff0000;
}

.content .wpcf7-response-output
{
  margin: 0;
}

.content .wpcf7-validation-errors 
{
  border: 1px solid #1B75BB;
  color: #1B75BB;
}

.content .wpcf7-mail-sent-ok 
{
  border: 1px solid #608B28;
  color: #608B28;
}

.content .ajax-loader
{
  position: absolute;
  left: 155px;
  top: 2px;
}

.content .left
{
  float: left;
}

.content .right
{
  float: left;
}


/* COMMON COL 2 */

.block h2
{
  line-height: 14px;
  margin: 0 0 2px 0;
}

.block p
{
  font-size: 12px;
  line-height: 110%;
  margin: 0 0 4px 0;
}

.col-2-1
{
  height: 98px;
  padding: 6px 6px;
  margin: 0 0 7px 0;
  background: #F9D387;
}

  .block .club p
  {
    color: #5C453A;
  }

.col-2-2
{
  height: 113px;
  padding: 6px 6px;
  margin: 0 0 7px 0;
  background: #fff;
}

  .block .party p
  {
    color: #4D4D4D;
  }

.col-2-3
{
  height: 124px;
  padding: 6px 6px;
  margin: 0 0 7px 0;
  background: #fff;
}

  .block .show ul
  {
    height: 92px;
    padding: 7px 6px;
    background: #F8F1E7;
    list-style: none;
  }

  .block .show .date
  {
    clear: both;
    float: left;
    display: block;
    width: 40px;
    height: 26px;
    color: #fff;
    background: url('_/img/show-box-date-bg.png') no-repeat;
    padding: 0 0 7px 0;
  }

    .block .show .month
    {
      display: block;
      font-size: 8px;
      line-height: 100%;
      text-transform: uppercase;
      margin: 1px 0 0 6px;
    }

    .block .show .day
    {
      display: block;
      font-size: 18px;
      line-height: 100%;
      margin: -1px 0 0 6px;
    }

  .block .show .description
  {
    float: left;
    display: block;
    width: 151px;
  }

    .block .show .description p
    {
      font-size: 11px;
      line-height: 118%;
      margin: 0;
    }

.col-2-4
{
  height: 65px;
  padding: 6px 6px;
  margin: 0 0 7px 0;
  background: #fff;
}

  .block .parents h2
  {
    margin: 0 0 6px 0;
  }

  .block .parents p
  {
    color: #4D4D4D;
  }


/* 404 */

.error404 .content h2
{
  font-size: 24px;
  line-height: 117%;
  font-weight: bold;
  color: #1B75BB;
  margin: 0 0 12px 0;
}


/* HOME */

.page-template-page-home-php .col-1-1
{
  height: 356px;
  padding: 15px 43px;
  margin: 0 0 7px 0;
  background: #fff;
}

.page-template-page-home-php .slider
{
  position: relative;
  width: 638px;
  height: 356px;
}

  .page-template-page-home-php .sliderwrapper
  {
    z-index: 999;
    position: absolute;
    border: none;
    width: 638px;
    height: 356px;
    margin: 0;
    background: #fff;
  }

    .page-template-page-home-php .sliderwrapper .contentdiv
    {
      width: 638px;
      height: 356px;
      padding: 0;
      background: #fff;
    }

  .page-template-page-home-php .slider-nav
  {
    z-index: 9999;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

    .page-template-page-home-php .pagination
    {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      text-align: center;
      background: none;
    }

      .page-template-page-home-php .pagination a.prev
      {
        position: absolute;
        bottom: 155px;
        left: -28px;
        width: 16px;
        height: 44px;
        background: url('_/img/slider-left.png') no-repeat;
      }

        .page-template-page-home-php .pagination a.prev:hover
        {
          background: url('_/img/slider-left.png') no-repeat;
        }

      .page-template-page-home-php .pagination a.next
      {
        position: absolute;
        bottom: 155px;
        right: -28px;
        width: 16px;
        height: 44px;
        background: url('_/img/slider-right.png') no-repeat;
      }

        .page-template-page-home-php .pagination a.next:hover
        {
          background: url('_/img/slider-right.png') no-repeat;
        }

      .page-template-page-home-php .pagination a
      {
        display: inline-block;
        font-size: 8px;
        line-height: 100%;
        margin: 0 -1px;
        padding: 0;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        text-indent: -99999px;
        background: #666666;
      }
      
        .page-template-page-home-php .pagination a:hover,
        .page-template-page-home-php .pagination a.selected
        {
          background: #F37121;
        }
        
        .page-template-page-home-php .pagination a:focus
        {
          outline: 0;
        }

.page-template-page-home-php .col-1-2
{
  height: 57px;
  padding: 10px 10px;
  margin: 0 0 7px 0;
  background: #fff;
}

  .page-template-page-home-php .block .testimonials
  {
    position: relative;
    width: 100%;
    height: 100%;
  }

    .page-template-page-home-php .sliderwrapper
    {
      width: 100%;
      height: 100%;
    }

    .page-template-page-home-php .block .testimonials .contentdiv
    {
      position: absolute;
      width: 100%;
      height: 100%;
    }

    .page-template-page-home-php .block .testimonials p
    {
      font-size: 13px;
      line-height: 138%;
      color: #666;
      margin: 0 0 0 0;
    }

    .page-template-page-home-php .block .testimonials span
    {
      display: block;
      font-size: 11px;
      line-height: 164%;
      color: #1A74BA;
      margin: 2px 0 0 0;
    }

  .page-template-page-home-php .testimonials-nav
  {
    display: none;
  }


/* FRIENDS */

.page-template-page-friends-php #content .col-1 .friends
{
  position: relative;
  width: 694px;
  height: 711px;
}

.page-template-page-friends-php #content .col-1 .friend
{
  position: absolute;
  width: 100%;
}

.page-template-page-friends-php #content .col-1 .friend img.featured
{
  position: absolute;
}

.page-template-page-friends-php #content .col-1 .friend .details
{
  position: absolute;
  left: 17px;
  top: 31px;
}

.page-template-page-friends-php #content .col-1 .friend h2
{
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #1B75BB;
  margin: 0 0 14px 0;
}

.page-template-page-friends-php #content .col-1 .friend .bio
{
  font-weight: bold;
  font-size: 15px;
  line-height: 133%;
  margin: 0 0 25px 0;
}

.page-template-page-friends-php #content .col-1 .friend .facts
{
  font-size: 13px;
  line-height: 169%;
}

  .page-template-page-friends-php #content .col-1 .friend .facts h3
  {
    font-weight: bold;
    font-size: 19px;
    line-height: 120%;
    color: #1B75BB;
    margin: 0 0 5px 0;
  }

.page-template-page-friends-php #content .col-2 .wrapper
{
  padding: 10px;
  background: #FFEDB7;
  border-radius: 3px;
  box-shadow: 0 0 6px #8DB9A8;
}

  .page-template-page-friends-php #content .col-2 a.nav
  {
    display: block;
    position: relative;
    width: 194px;
    height: 90px;
    background: #fff;
    margin: 0 0 2px 0;
    outline: 0;
  }

    .page-template-page-friends-php #content .col-2 a.nav:hover,
    .page-template-page-friends-php #content .col-2 a.nav.selected
    {
      background: #E5F6FC;
    }


/* ABOUT */

.page-template-page-about-php .left
{
  width: 345px;
  margin: 0 42px 0 0;
}

.page-template-page-about-php .right
{
  width: 276px;
}

.page-template-page-about-php .content blockquote
{
  width: 210px;
}


/* BLOG */

.page-template-page-blog-php .left
{
  width: 345px;
  margin: 0 42px 0 0;
}

.page-template-page-blog-php .right
{
  width: 276px;
}

.page-template-page-blog-php .content blockquote
{
  width: 210px;
}


/* PARENTS */

.page-template-page-parents-php .left
{
  width: 455px;
  margin: 0 25px 0 0;
}

.page-template-page-parents-php .right
{
  width: 183px;
}

.page-template-page-parents-php .content h2
{
  font-size: 24px;
  line-height: 123%;
  font-weight: bold;
  color: #1B75BB;
  margin: 0 0 7px 0;
}

.page-template-page-parents-php .content h3
{
  font-size: 13px;
  line-height: 123%;
  font-weight: bold;
  color: #1B75BB;
  margin: 0 0 2px 0;
}

.page-template-page-parents-php .content blockquote
{
  padding: 0 0 13px 68px;
  background: none;
}

.page-template-page-parents-php .content blockquote p
{
}

.page-template-page-parents-php .content blockquote p em
{
  display: inline;
  font-size: 13px;
  line-height: 123%;
  color: #666;
  background: none;
}


/* TEACHING */

.page-template-page-teaching-php .left
{
  width: 470px;
  margin: 0 10px 0 0;
}

.page-template-page-teaching-php .right
{
  width: 183px;
  padding: 16px 0 0 0;
}

.page-template-page-teaching-php .content h2
{
  font-size: 24px;
  line-height: 123%;
  font-weight: bold;
  color: #1B75BB;
  margin: 0 0 7px 0;
}

.page-template-page-teaching-php .content .songs
{ 
  list-style: none;
  margin: 0;
  padding: 5px 0 0;
}

.page-template-page-teaching-php .content .songs > li
{
  position: relative;
  clear: both;
  display: block;
  height: 60px;
  border-bottom: 1px solid #AEAEAB;
  margin: 0 0 12px 0;
}

.page-template-page-teaching-php .content .songs .player
{
  float: left;
  width: 40px;
  height: 35px;
}

.page-template-page-teaching-php .content .songs .details
{
  float: left;
  width: 250px;
}

  .page-template-page-teaching-php .content .songs .details h2
  {
    font-size: 12px;
    line-height: 133%;
    color: #1b75bb;
    margin: 1px 0 0;
  }

  .page-template-page-teaching-php .content .songs .details p
  {
    font-size: 11px;
    line-height: 150%;
    color: #aeaeab;
  }

.page-template-page-teaching-php .content .songs .other
{
  float: left;
  width: 180px;
  text-align: right;
}

  .page-template-page-teaching-php .content .songs .other .aid
  {
    position: absolute;
    right: 0;
    bottom: 15px;
  }


/* SHOW */

.page-template-page-show-php .content
{
  padding: 16px 7px 16px 17px;
}

.page-template-page-show-php .left
{
  width: 315px;
  margin: 0 45px 0 0;
}

.page-template-page-show-php .right
{
  width: 310px;
}

.page-template-page-show-php .content h2
{
  font-size: 24px;
  line-height: 123%;
  font-weight: bold;
  color: #1B75BB;
  margin: 0 0 7px 0;
}

.page-template-page-show-php .content h3
{
  font-size: 18px;
  line-height: 123%;
  font-weight: normal;
  color: #1B75BB;
  margin: 0 0 13px 0;
  padding-top: 13px;
}

.page-template-page-show-php .content p
{
  font-size: 13px;
  line-height: 115%;
}

.page-template-page-show-php .content a.show-merchandise-link
{
  position: relative;
  top: -16px;
  font-size: 11px;
  line-height: 136%;
  color: #00A7E1;
  text-decoration: none;
}

  .page-template-page-show-php .content a.show-merchandise-link:hover
  {
    text-decoration: underline;
  }

.page-template-page-show-php .content img.right-image
{
  margin: 0 0 13px 0;
}

.page-template-page-show-php .content .right-bottom
{
  padding: 9px;
  background: #DBDFC1;
  border-radius: 3px;  
}

  .page-template-page-show-php .content .right-bottom h2
  {
    font-size: 15px;
    margin: 0 0 2px 0;
  }

  .page-template-page-show-php .content .right-bottom p
  {
    font-size: 11px;
    line-height: 136%;
  }

  .page-template-page-show-php .content .right-bottom form
  {
    background: none;
    padding: 0;
    border-radius: 0;
  }


/* PARTY */

.page-template-page-party-php .content
{
  padding: 16px 7px 16px 17px;
}

.page-template-page-party-php .left
{
  width: 330px;
  margin: 0 30px 0 0;
}

.page-template-page-party-php .right
{
  width: 310px;
}

.page-template-page-party-php .content h2
{
  font-size: 24px;
  line-height: 117%;
  font-weight: bold;
  color: #1B75BB;
  margin: 0 0 12px 0;
}

.page-template-page-party-php .content h3
{
  font-size: 17px;
  line-height: 123%;
  font-weight: normal;
  color: #1B75BB;
  margin: 0 0 3px 0;
  padding-top: 34px;
}

.page-template-page-party-php .content h4
{
  font-size: 12px;
  line-height: 133%;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.page-template-page-party-php .content td:first-child
{
  padding-right: 10px;
}

.page-template-page-party-php .content td p
{
  font-size: 11px;
  line-height: 136%;
}

.page-template-page-party-php .content td hr
{
  display: block;
  height: 12px;
  top: 0;
  margin-bottom: 12px;
  border-top: 0;
  border-bottom: 1px dotted #fff;
}

.page-template-page-party-php .content img.right-image
{
  margin: 0 0 13px 0;
}

.page-template-page-party-php .content .right-bottom
{
  padding: 9px;
  background: #DBDFC1;
  border-radius: 3px;  
}

  .page-template-page-party-php .content .right-bottom h2
  {
    font-size: 15px;
    margin: 0 0 2px 0;
  }

  .page-template-page-party-php .content .right-bottom p
  {
    font-size: 11px;
    line-height: 136%;
  }

  .page-template-page-party-php .content .right-bottom form
  {
    background: none;
    padding: 0;
    border-radius: 0;
  }


/* CLUB */

.page-template-page-club-php .content
{
  padding: 16px 7px 16px 17px;
}

.page-template-page-club-php .left
{
  width: 330px;
  margin: 0 3px 0 0;
}

.page-template-page-club-php .right
{
  width: 337px;
}

.page-template-page-club-php .content h2
{
  font-size: 24px;
  line-height: 117%;
  font-weight: bold;
  color: #1B75BB;
  margin: 0 0 12px 0;
}

.page-template-page-club-php .content .left-bottom
{
  padding: 9px;
  background: #DBDFC1;
  border-radius: 3px;  
}

  .page-template-page-club-php .content .left-bottom form
  {
    background: none;
    padding: 0;
    border-radius: 0;
  }

  .page-template-page-club-php .content .left-bottom h2
  {
    font-size: 15px;
    line-height: 120%;
    font-weight: bold;
    color: #D73828;
    margin: 0 0 7px 0;
  }

  .page-template-page-club-php .content .left-bottom p
  {
    font-size: 11px;
    line-height: 136%;
  }

  .page-template-page-club-php .content .left-bottom label
  {
    width: 108px;
  }

  .page-template-page-club-php .content .left-bottom input
  {
    width: 198px;
  }

  .page-template-page-club-php .content .left-bottom .wpcf7-submit
  {
    width: auto;
    margin: 0 0 0 108px;
  }

  .page-template-page-club-php .content .left-bottom .ajax-loader
  {
    left: 185px;
  }


/* CONTACT */

.page-template-page-contact-php .content
{
  padding: 16px 7px 16px 17px;
}

.page-template-page-contact-php .full
{
  width: 350px;
}

.page-template-page-contact-php .content form
{
  background: none;
  margin: 0;
  padding: 0;
}

.page-template-page-contact-php .content label
{
  width: 140px;
}

.page-template-page-contact-php .content input
{
  width: 203px;
}

.page-template-page-contact-php .content textarea
{
  width: 203px;
}

.page-template-page-contact-php .content .wpcf7-submit
{
  width: auto;
  margin: 0 0 0 140px;
}

.page-template-page-contact-php .content .ajax-loader
{
  left: 217px;
}


/* SHOP */

.page-template-page-shop-php .content
{
  padding: 16px 7px 16px 17px;
}

.page-template-page-shop-php .left
{
  width: 400px;
  margin: 0 55px 0 0;
}

.page-template-page-shop-php .right
{
  width: 215px;
}

.page-template-page-shop-php .content h2
{
  font-size: 24px;
  line-height: 117%;
  font-weight: bold;
  color: #1B75BB;
  margin: 0 0 12px 0;
}

.page-template-page-shop-php .products
{
  padding: 24px 0 0 0;
}

  .page-template-page-shop-php .products hr
  {
    clear: both;
    top: 0;
    margin: 0 0 12px;
  }

.page-template-page-shop-php .product
{
  float: left;
  width: 328px;
  margin: 0 14px 12px 0;
}

.page-template-page-shop-php .product.end
{
  margin-right: 0;
}

.page-template-page-shop-php .product-left
{
  float: left;
  width: 161px;
}

.page-template-page-shop-php .product img
{
}

.page-template-page-shop-php .product-right
{
  float: left;
  width: 167px;
}

.page-template-page-shop-php .product .description
{
  margin: 0 0 0 0;
}

  .page-template-page-shop-php .product .description h3
  {
    font-size: 11px;
    line-height: 136%;
    color: #F37121;
  }

  .page-template-page-shop-php .product .description p
  {
    font-size: 11px;
    line-height: 118%;
  }

.page-template-page-shop-php .product .price
{
  margin: 0 0 0 0;
}

  .page-template-page-shop-php .product .price p
  {
    font-size: 11px;
    line-height: 136%;
  }

.page-template-page-shop-php .product .shop
{
  margin: 0 0 0 0;
}

  .page-template-page-shop-php .product .shop a
  {
    color: #7CC3E2;
  }

    .page-template-page-shop-php .product .shop a:hover
    {
      color: #1b75bb;
    }

  .page-template-page-shop-php .shop form
  {
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    margin: 0;
  }

  .page-template-page-shop-php .shop input
  {
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    margin: 0;
  }


/* MUSIC */

.page-template-page-music-php .content
{
  padding: 16px 7px 16px 17px;
}

.page-template-page-music-php .left
{
  width: 425px;
  margin: 0 10px 0 0;
}

.page-template-page-music-php .right
{
  width: 235px;
}

.page-template-page-music-php .content h2
{
  font-size: 24px;
  line-height: 117%;
  font-weight: bold;
  color: #1B75BB;
  margin: 0 0 12px 0;
}

.page-template-page-music-php .content p
{
  width: 390px;
}

.page-template-page-music-php .content .itunes-link
{
  position: relative;
  bottom: 9px;
  font-size: 16px;
  line-height: 106%;
  font-weight: bold;
  color: #F28A47;
  vertical-align: bottom;
}

  .page-template-page-music-php .content .itunes-link:hover
  {
    color: #1b75bb;
  }

.page-template-page-music-php .content .songs
{ 
  list-style: none;
  margin: 0;
  padding: 5px 0 0;
}

.page-template-page-music-php .content .songs > li
{
  position: relative;
  clear: both;
  display: block;
  height: 42px;
}

.page-template-page-music-php .content .songs .player
{
  float: left;
  width: 30px;
  height: 35px;
}

.page-template-page-music-php .content .songs .details
{
  float: left;
  width: 275px;
}

  .page-template-page-music-php .content .songs .details h2
  {
    font-size: 12px;
    line-height: 133%;
    color: #666666;
    margin: 3px 0 0;
  }

  .page-template-page-music-php .content .songs .details a
  {
    font-size: 12px;
    line-height: 133%;
    color: #aeaeab;
  }

    .page-template-page-music-php .content .songs .details a:hover
    {
      color: #1b75bb;
    }

.page-template-page-music-php .content .songs .other
{
  float: left;
  width: 120px;
  text-align: right;
}

  .page-template-page-music-php .content .songs .other a.lyrics
  {
    display: block;
    margin: 3px 35px 0 0;
    text-decoration: none;
  }

  .page-template-page-music-php .content .songs .other .lyrics-data
  {
    display: none;
  }

  .page-template-page-music-php .lyrics-content
  {
    text-align: center;
  }

    .page-template-page-music-php .lyrics-content h3
    {
      font-size: 24px;
      line-height: 117%;
      font-weight: bold;
      color: #1B75BB;
      margin: 12px 0 12px 0;
    }

    .page-template-page-music-php .lyrics-content p
    {
      font-size: 13px;
      line-height: 123%;
      margin: 0 0 13px 0;
    }

.page-template-page-music-php .content .albums
{ 
  list-style: none;
  margin: 0;
  padding: 30px 0 0;
}

.page-template-page-music-php .content .albums > li
{
  position: relative;
  clear: both;
  display: block;
  height: 71px;
}

.page-template-page-music-php .content .albums .thumbnail
{
  float: left;
  width: 66px;
  height: 60px;
}

  .page-template-page-music-php .content .albums .thumbnail img
  {
    width: 60px;
    height: 60px;
  }

.page-template-page-music-php .content .albums .details
{
  float: left;
  width: 169px;
}

  .page-template-page-music-php .content .albums .details h2
  {
    font-size: 12px;
    line-height: 133%;
    color: #666666;
    margin: 0;
  }

  .page-template-page-music-php .content .albums .details a
  {
    font-size: 12px;
    line-height: 133%;
    color: #aeaeab;
  }

  .page-template-page-music-php .content .albums .details a:hover
  {
    color: #1b75bb;
  }


/* COLORBOX */

#cboxClose
{
}

/*
#cboxTopClose
{
  position: absolute; 
  top: 19px; 
  right: 21px; 
  background: url('/img/colorbox/controls.png') no-repeat -25px 0; 
  width: 25px; 
  height: 25px; 
  text-indent: -9999px;
  cursor: pointer;
  z-index: 999999;
}

  #cboxTopClose:hover
  {
    background-position: -25px -25px;
  }
*/

#cboxTitle
{
  bottom: 0;
  color: #1b75bb;
  /*font-weight: bold;*/
}


/* MOBILE */

@media only screen and (max-width:480px), only screen and (max-device-width:480px) {


}


/* HELPER */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* PRINT */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}