/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
 Base styles: opinionated defaults
 ========================================================================== */

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

html,
button,
input,
select,
textarea {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

body {
  font-size: .9em;
  /*letter-spacing: 1px;*/
  line-height: 1.4;
  min-width: 640px;
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

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

/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/

img {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
  resize: vertical;
}

/* ==========================================================================
 Chrome Frame prompt
 ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
 Author's custom styles
 ========================================================================== */

















/* ==========================================================================
 Helper classes
 ========================================================================== */

/*
* Image replacement
*/

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
* 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;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
 EXAMPLE Media Queries for Responsive Design.
 These examples override the primary ('mobile first') styles.
 Modify as content requires.
 ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
 (-o-min-device-pixel-ratio: 5/4),
 (-webkit-min-device-pixel-ratio: 1.25),
 (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
 Print styles.
 Inlined to avoid required HTTP connection: h5bp.com/r
 ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: none !important;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
 !important
  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;
  }
}




/* HEADER STYLES */
img[src^="http://googleads.g.doubleclick.net"] {
    display: none;
  }
.header {
  background: rgba(0,0,0,.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#26000000', endColorstr='#26000000'); /* IE */
  color: #fff;
  font-size: .9em;
  font-weight: 600;
  position: fixed;
  text-transform: uppercase;
  min-width: 640px;
  width: 100%;
  z-index: 1000;
  top:0px;
  letter-spacing: 1px;
}
#smallNav {
  display: none;
  float:right;
  padding: 10px 0 0 0 ;
  text-align: right;
  min-width: 640px;
  width: 100%;
}
#smallNav li {
  float: none;
}
#smallNav span, #smallNav a {
  padding: 11px 20px;
  font-size: 20px;
  line-height: 30px;
}
.navToggle {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  background: url(../img/icon_navToggle.png) no-repeat;
  position: relative;
  right: 10px;
  cursor: pointer;
}
.logo {
  background: url(../img/logo_head.png) no-repeat;
  color: #fff;
  text-decoration: none;
  float: left;
  margin: 15px 0 0 15px;
  width:102px;
  height: 21px;
}

.header ul {
  float: right;
  margin: 0px;
}

.header li {
  cursor: default;
  position: relative;
  float: right;
  list-style: none;
}
.header li span, .header li a {
  display: block;
  padding: 17px;
}
.header li:hover {
  background: rgba(255,255,255,.7);
  color: #000;
}
.header li:hover a {
  color: #000;
}
.header li a:hover {
  background: #00aeef;
}


.header li li span, .header li li a {
  background: rgba(255,255,255,.7);
  color: #000;
}
.header li li span:hover, .header li li a:hover {
  background: #00aeef;
}

.header li#login {
    background: rgba(0,0,0,.7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B3000000', endColorstr='#B3000000'); /* IE */
    color: #33baee;
  }
.header li#login:hover {
  background: rgba(255,255,255,.7);
  color: #000;
}
.header li a {
  display: block;
  text-decoration: none;
}

.header li a:hover {

  color: #fff;
}
  .header a {
    color: #fff;
    text-decoration: none;
  }

  .header ul ul {
    display: none;
    position: absolute;
    top:52px;
    right:0px;
  }

.header ul ul li {
  display: block;
  white-space: nowrap;
  width:100%;
  text-align: right;
}
.header ul li:hover ul {
  display: block;
}

/* CONTENT STYLES */

.clear {
  clear: both;
}

.arrowLink, .closeLink {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  cursor: pointer;
}
.arrowLink img, .closeLink img {
  position: relative !important;
  padding: 0px !important;
  top: -2px
}

h1, h2 {
  margin: 0px;
}

h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  padding-top: 165px;
}

h2 {
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  width: auto;
  display: inline-block;
  padding: 15px 72px;
}

.greenDiv, a.greenDiv {
  background-color: #8caa00;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 50px;
  padding: 15px 0;
  position: relative;
  top: -30px;
  z-index: 100;
  text-decoration: none;
  display: block;
}

.greenDiv:hover, .prod:hover .greenDiv {
  background-color: #789201;
}

.greenDiv.blueDiv {
  background-color: #00aeef;
}

.greenDiv.blueDiv:hover, .prod:hover .greenDiv.blueDiv {
  background-color: #0090c6;
}

.greenDiv.video {
  width: 400px;
  margin: 0 auto -30px;
  cursor: pointer;
}

.greenDiv img {
  position: relative;
  top: -2px;
  padding: 0 !important;
}

/* HOMEPAGE STYLES */

#homeTop {
  background: #000;
  height:500px;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
}

#homeTop .flex-control-paging li a {
  background-color: rgba(255,255,255,.5);
}

#homeTop .flex-control-paging li a.flex-active {
  background-color: rgba(255,255,255,1);
}
#homeTop .bubble {
  position: absolute;
  bottom: 50px;
  left: 50px;
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  font-size: 10px;
  padding: 7px 10px;
  text-align: left;
  opacity: .7;
  line-height: 14px;
  letter-spacing: 1px;
  cursor: default;
}
#homeTop .bubble:hover {
  opacity: .9;
}
.bubble .triangle {
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
}
.bubble.artistlink .triangle {
  left:auto;
  right: 20px;
  border-right: 0px solid transparent;
  border-left: 10px solid transparent;
}

#homeTop .bubble.artistlink {
  left: auto;
  text-align: right;
  right: 50px;
}

#homeTop .bubble b {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

#homeTop li#tyler {
  background: url("../img/bg_homeTop1.jpg") no-repeat center top #000;
  height:500px;
  width: 100%;
  position: absolute;
  top:0px;
  left:0px;
  z-index: 0;
}

#homeTop li#bones {
  background: url("../img/bg_homeTop2.jpg") no-repeat center top #424f5f;
  height:500px;
  width: 100%;
  position: absolute;
  top:0px;
  left:0px;
  z-index: 0;
}

#homeTop li#luke {
  background: url("../img/bg_homeTop3.jpg") no-repeat center top #424f5f;
  height:500px;
  width: 100%;
  position: absolute;
  top:0px;
  left:0px;
  z-index: 0;
}

#homeProd {
  background-color: #509bb8;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

  #homeProd .prod {
    float: left;
    text-decoration: none !important;
    color: #fff;
    font-weight: 300;
    text-align: center;
    width: 50%;
    position: relative;
  }

  #prodTP.prod {
    background-color: #65b4d1;
  }

  .prod img {
    padding: 15px 0px ;
  }

  .prod p {
    padding: 10px 50px 100px;
    text-align: justify;
  }

  .prod .arrowLink {
    COLOR: #015c7d;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -80px;
  }


/* HOME NEWS STYLES */
#homeNews, #contact {
  background: url(../img/bg_news.gif);
  color: #555;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
#contact .content {
  background: url(../img/contact_map.gif) no-repeat right top;
}

  #homeNews p {
    margin: 30px 0 0;
  }

  #homeNews span {
    padding: 0 0 80px;
    width: 24%;
    display: inline-block;
  }

/* HOME BANDS STYLES */

#homeBands {
  width: 100%;
  border: 0px;
  overflow: hidden;
}

#homeBands .band {
  display: inline-block;
  width: 24%;
  text-align: center;
  vertical-align: middle;
}

#homeBands img {
  width: 150px;
  margin: 30px auto 0;
}

#homeBands .name {
  color: #333;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 auto;
}

#homeBands .subText {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  margin: 0 auto 100px;
}

/* FOOTER STYLES */
.footer {
  background: url(../img/bg_footer.gif);
  letter-spacing: 1px;
}

  .footer .copyright {
    color: #666;
    text-decoration: none;
    display: inline-block;
    padding: 9px 0 9px 0px;
    margin: 30px 0 0 15px;
    font-weight: 300;
    font-size: 11px;
    float: left;
  }

  .footer ul {
    color: #fff;
    float: right;
    padding: 20px 100px 20px 0;
  }

  .footer ul li {
    list-style: none;
  }

.footer ul a {
    color: #fff;
    font-size: .7em;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
  }
.footer ul a:hover {
  color: #33baee;

}




/* PRODUCT PAGE STYLES */

a .burst-12 {
  position: absolute;
  left: 100%;
  color: #fff;
  top: 100px;
  margin-left: -100px;
}

.burst-12 {
  background: #75d9ff;
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  z-index: 100;
}
.burst-12:after, .burst-12:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #75d9ff;
}
.burst-12:before {
  content: "Use Labs";
  text-shadow: 2px 2px 0px #00aeef;
  height: 60px;
  width: 80px;
  line-height: 18px;
  z-index: 100;
  font-weight: 700;
  padding-top: 20px;
  text-transform: uppercase;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
.burst-12:after {
  height: 80px;
  width: 80px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}


#prodTop {
  background: #94aa00 url(../img/prod_TPcomputer.png) no-repeat 97% 135px;
  height:370px;
  letter-spacing: 2px;
  text-align: justify;
  padding: 130px 525px 0 20px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}

#products #prodTop {
  background: url(../img/prod_ALcomputer.png) no-repeat right -200px top 135px;
  padding: 140px 295px 0;
}

#products .multi {
  background: #94aa00 url(../img/prod_TPcomputer.png) no-repeat left -200px top 135px;
}

#products .title {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -30px;
  font-size: 48px;
}

#products .cslogo {
  margin-right: 50px;
  float: left;
}

#products .half .greenDiv {
  margin: 0px;
  position: static;
}

body.artistlink #prodTop {
  background: #509bb8 url(../img/prod_ALcomputer.png) no-repeat 97% 135px;
  height:370px;
  letter-spacing: 2px;
  text-align: justify;
  padding: 130px 525px 0 20px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}

body.artistlink #prodTop .arrowLink {
  color: #005b7c;
  text-decoration: none;
}

#prodTop p {
  padding-top: 25px;
  margin: 0px;
}

#prodTop .arrowLink {
  color: #4c5800;
  margin: 30px 0;
  display: inline-block;
}

#genTop form {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  float: right;
  margin: -11px 15px -11px 0;
}

#genTop input[type=text]{
  border-radius: 3px;
  border: none;
  color: #aaa;
  margin-left: 15px;
  padding: 15px 20px;
  font-weight: 300;
  width:365px;
}

#genTop input:focus{
  outline: none;
}

#genTop input[type=submit]{
  border-radius: 3px;
  border: none;
  background-color: #8caa00;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 20px 17px;
  position: relative;
  top:-1px;
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px;
}
#signup_error {
  display: inline-block;
}
#for {
  text-align: center;
}

.forGroup {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 0px 0px;
  cursor: pointer;
  padding: 20px 30px;
  position: relative;
  white-space: nowrap;
}

.forGroup.selected {
  background-color: #222;
  color: #fff;
}

.forGroup.selected .arrow {
  border-top: 10px solid #222;
}

.forGroup .arrow {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -10px;
}

.feature.service {
  background-color: #eee;
  display: none;
}

.feature.service .prodImage {
  float: left;
  padding: 60px 0px 60px 50px;
}

.feature.service .content {
  float: right;
}

.zd_satisfaction div {
  border-radius: 3px !important;
  margin-top: 50px !important;
  background-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.zd_rating_string {
  background-color: #fff !important;
}
.zd_rating_number {
  font-size: 5em !important;
  padding-top: 10px;
}


.feature .subFeature {
  text-align: center;
  display: none;
  margin-top: 40px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
}
.feature.right .subFeature {
  color: #fff;
}

.subFeature .odd, .subFeature .even {
  width:32%;
  display: inline-block;
  margin: auto;
  vertical-align: top;
}

.feature.right .subFeature p {
  color: #fff;
  padding: 10px 0;
  width: 310px;
  margin: 0 auto 5px;
}

.subFeature p {
  color: #333;
  padding: 10px 0;
  width: 310px;
  margin: 0 auto 10px;
}
.subFeature .subImg {
  padding: 0 0 50px;
  display: block;
}

.feature.right {
  background-color: #000;
}


.feature.genWhite .content {
  float: none;
  padding: 80px 55px;
  width: auto;
}

.feature.genGrey {
  background-color: #eee;
}

.feature.genGrey .content {
  float: none;
  padding: 80px 55px;
  width: auto;
}

.feature.genWhite.press .content, .feature.genGrey.press .content {
  width: 40%;
  float: left;
  padding: 80px 0 80px 55px;
}


.feature .content {
  width: 40%;
  float: left;
  padding: 100px 0px 60px 20px;
}
.feature .prodImage {
  float: right;
  padding: 60px 50px 60px 0;
}
.feature.right .content {
  float:right;
  background-color: rgba(255,255,255,.3);
  padding: 40px 40px 0;
  margin:20px;
  height: 315px;
  color: #fff;
}

.feature.right .title {
  color: #fff;
}

.feature.right .subText {
  color: #fff;
}

.feature .title {
  font-size: 34px;
  font-weight: 300;
  color: #333;
  margin-bottom: 20px;
}

.feature .subText {
  font-size: 15px;
  font-weight: 300;
  color: #666;
  line-height: 30px;
}

.feature .arrowLink, .feature a.arrowLink {
  color: #00aeef;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.feature .closeLink {
  color: #00aeef;
  display: none;
  margin-top: 10px;
}

#pricing {
  background-color: #ccc;
  padding: 100px 0;
  text-align: center;
}

.priceGroup {
  width: 32%;
  display: inline-block;
}

.price {
  height: 500px;
  background-color: #fff;
  border-radius: 3px;
  margin: auto;
  width:300px;
  overflow: hidden;
}

.price .top {
  width: 100%;
  height: 250px;
  text-shadow: 3px 3px 0px #000;
  background-image: -ms-linear-gradient(top, #333333 0%, #111111 100%);
  background-image: -moz-linear-gradient(top, #333333 0%, #111111 100%);
  background-image: -o-linear-gradient(top, #333333 0%, #111111 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #111111));
  background-image: -webkit-linear-gradient(top, #333333 0%, #111111 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #111111 100%);
}
.price .top .name {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  padding: 15px 0;
  border-bottom: 1px solid #000;
}

.price .top .subPrice {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  border-top: 1px solid #444;
}

.price .top .number {
  color: #fff;
  font-weight: 600;
  font-size: 90px;
  letter-spacing: -2px;
}
.price .top .number .dollar {
  color: #aaa;
  font-weight: 300;
  font-size: 30px;
  display: inline-block;
  padding-top: 22px;
  vertical-align: top;
}

.price .top .number .time {
  color: #aaa;
  font-weight: 300;
  font-size: 12px;
  display: inline-block;
  padding-top: 85px;
  vertical-align: top;
  letter-spacing: 1px;
}

.price .top .year {
  color: #aaa;
  font-weight: 600;
  font-size: 12px;
  margin-top: -15px;
}

.price .greenDiv {
  text-shadow: none;
  padding: 15px 0;
  font-size: 15px;
  top: -25px;
}

.price ul {
  text-align: left;
  font-size: 12px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.price ul b {
  text-transform: uppercase;
  color: #111;
}
.price li {
  padding-left: 20px;
  line-height: 23px;
  color: #666;
}

.price a {
  font-weight: 700;
  font-size: 700;
  color: #00aeef;
  text-decoration: none;
}

.price a.greenDiv {
  color: #fff;
}

body#prod .feature.center {
  text-align: center;
  width: 100%;
}

body#prod .feature.center .content {
  text-align: center;
  width: 100%;
  padding: 40px 0px;
}


body#prod .feature.center.black {
  background-color: #333;
  padding: 20px 0px;
}
body#prod .feature.center.grey {
  background-color: #eee;
  padding: 20px 0px;
}
body#prod .feature.center .content {
  padding-bottom: 30px;
}
body#prod .feature.center.black .visThree {
  margin-top: 0px;
  padding-bottom: 50px;
}

body#prod .feature.center.black .title {
  color: #fff;
}
body#prod .feature.center.grey .title {
  color: #333;
}
body#prod .feature.center.black .subText {
  color: #999;
}
body#prod .feature.center.grey .subText {
  color: #666;
}
body#prod .feature.center .subImg {
  margin-bottom: 20px;
}

body#prod .feature.center .title, body#prod .feature.center .subText {
  width: 65%;
  margin: auto;
}

body#prod .feature.center .title {
  margin: 0 auto 20px;
}

body#prod .feature.center .visThree {
  display: block;
}

body#prod .feature.center .visThree p {
  font-weight: bold;
  text-transform: none;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #666;
}

body#prod .feature.center .visThree .subImg {
  padding-bottom: 0px;
}


#aboutTop {
  background: #000 url(../img/bg_aboutTop.jpg) no-repeat center top;
  height:170px;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 330px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.half {
  width:45%;
  float: left;
  padding-bottom: 40px;
}
.half.right {
  float: right;
}

#support .content {
  margin: 0px;
  padding: 0px;
}
#support .feature.genGrey img.icon {
  margin-bottom: 20px;
}
#support .content .title {
  font-size: 40px;
  color: #fff;
}
#support .content .arrowLink {
  font-size: 16px;
}
#support .content .arrowLink img {
  height: 20px;
}
#support .feature.genGrey {
  background-color: #333;
}

#support .half {
  padding: 200px 0 170px;
  text-align: center;
}

#support .half.right {
  background-color: #fff;
  color: #333;
  width: 50%;
}
#support .half.right .title {
  color: #333;
}

#contact {
  text-align: left;
}

#contact a {
  color:#33baee;
  text-decoration: none;
}
#contact .title {
  color: #fff;
}
#contact .subText {
  color: #aaa;
}

#genTop {
  background: #509bb8;
  letter-spacing: 1px;
  text-align: justify;
  padding: 80px 55px 30px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}

#genTop .arrowLink {
  color: #005b7c;
  text-decoration: none;
}

#genTop p {
  margin: 20px 0 0 0;
}

.genText {
  color: #666;
  padding: 25px 55px;
  font-size: 12px;
  line-height: 24px;
}
.genText p {
  margin-bottom: 30px;
  text-align: justify;
}

.genText a {
  text-decoration: none;
  font-weight: bold;
  color: #94aa00;
}

.genText a:hover {
  color:#789201
}

.genText b {
  color: #333 ;
  text-transform: uppercase;
}
#genTop a {
  text-decoration: none;
  font-weight: bold;
  color: #005b7c;
}

#genTop a:hover {
  color:#004a65
}
#genTop .arrowLink {
  color: #4c5800;
  margin: 30px 0;
  display: inline-block;
}

.genericHead {
  color: #fff;
  text-align: left;
  float: left;
  font-size: 48px;
  font-weight: 300;
}

.searchbox {
  position:absolute;
bottom:0;
right:0;
z-index:1000;
padding: 10px 20px 10px 20px;
background-color:#33baee;
border-radius:3px;
}





/* BLOG STYLES */

.post {
  position: relative;
  border-top: 1px solid #ccc;
  max-width: 990px;
  margin:auto;
}
.post:nth-child(1) {
  border-top: none;
  margin-top: 50px;

}
.post ul {
  margin: 0px;
  padding: 0px;
}
.post li, .post li a {
  list-style: none;
  text-align: right;
  display: block;
  text-decoration: none;
  color: #666;
  font-weight: bold;
}
li.date {
  background-color: #8caa00;
  color: #fff;
  text-align: center;
  font-size: 24px;
  border-radius: 2px;
  padding: 3px;
  margin-bottom: 10px;
}

li.date span {
  background-color: #fff;
  border-radius: 1px;
  color: #333;
  margin-top: 3px;
  display: block;
  font-weight:  bold;
  font-size: 38px;
}


.postsidebar {
  position: absolute;
  top:50px;
  left:0px;
  width:100px;
}

.postcontent {
  padding:50px 0px 50px 150px;
}

.postcontent h3 {
  margin-top: 0px;
}

p.tags {
  border-radius: 3px;
  padding: 10px 10px 10px 35px;
  line-height: 25px !important;
  margin-top: 10px !important;
  background: #eee url("http://static.tumblr.com/xcxngn2/KXPld1vdg/tags.png") no-repeat 7px 15px;
  word-wrap: break-word;
  display: block;
}
p.tags a {
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

.post li a:hover, p.tags a:hover, .postcontent h3 a:hover {
  color: #33baee;
}

.postcontent h3 a {
  font-size: 26px;
  font-weight: 300;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
  text-decoration: none;
}

.postcontent {
  font-size: 15px;
  font-weight: 300;
  color: #666;
  text-align: justify;
  line-height: 30px;
}

.postcontent li {
  font-weight: normal;
  text-align: left;
}

.postcontent a {
  color: #33baee;
  font-weight: bold;
  text-decoration: none;
}

.postcontent img {
  margin: auto;
  display: block;
  border-radius: 3px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 4px #999;
}

.postcontent iframe, .postcontent object {
  border-radius: 3px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 4px #999;
  margin: auto;
  display: block;
}
.postcontent div {
  overflow: visible !important;
  width: auto !important;
}
#ooyalaPlayer937238069_thkr3utewnOoyalaPlayerOutterWrapper {
  margin-bottom: 30px;
}
.footer-nav {
  padding: 50px 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
.footer-nav img {
  position: relative;
  top:-2px;
}
.footer-nav a.previous-page {
  float:left;
  color: #33baee;
  text-decoration: none;
}

.footer-nav a.next-page {
  float:right;
  color: #33baee;
  text-decoration: none;
}

.read_more_container {
  font-size: 20px;
  text-transform: uppercase;
}


#tumblr_controls {
  z-index: 999 !important;
  margin-top: 52px !important;
}

/* RESPONSIVE STYLES */
.toggleOn {
  display: none !important;
  position: fixed !important;
}







@media all and (max-width: 960px) {
  #homeProd a {
    text-decoration: none;
  }
  #homeProd .prod {
    float: none;
    padding-bottom: 20px;
    width: 100%;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
  }
  #prodTop {
    background: #94aa00 url(../img/prod_TPcomputer.png) no-repeat 50% 80px;
    height:auto;
    padding: 400px 20px 0 20px;
  }
  body.artistlink #prodTop {
    background: #509bb8 url(../img/prod_ALcomputer.png) no-repeat 50% 80px;
    height:auto;
    padding: 400px 20px 0 20px;
  }

  #products #prodTop {
    background: url(../img/prod_ALcomputer.png) no-repeat right -200px top 135px;
    padding: 80px 50px 50px;
  }

  #products #prodTop .genericHead {
    text-align: center;
    margin-bottom: 330px;
  }

  #products .half img.prodlogo {
    margin-top: 50px;
  }

  #prodTop .prodlogo {
    text-align: center;
  }

  #blog input[type=text] {
    width: 135px;
    font-size: 18px;
  }


  .feature {
    height: auto;
    text-align: center;
  }

  .feature .content {
    float: none;
    text-align: left;
    padding: 100px 70px 50px;
    width: auto;
    font-s
  }
  .feature .prodImage {
    float: none;
    padding: 0px;
    margin: 30px auto 0;
  }
  .feature.right .content {
    float:none;
    background-color: rgba(0,0,0,.5);
    padding: 40px 30px 0;
    margin: 0px 40px;
    height: 360px;
    color: #fff;
  }
  .subFeature .odd, .subFeature .even {
    width:100%;
    display: block;
  }
  #pricing {
    padding-bottom: 50px;
  }
  .priceGroup {
    width: 100%;
    display: block;
  }

  .price {
    height: 500px;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto 50px;
    width:500px;
  }
  .half, .half.right {
    float: none !important;
    width: 100% !important;
    height: auto;
  }
  #support .genericHead {
    font-size: 40px;
  }
  .genericHead form {
    float:none;
  }
  .half.right {
    padding: 0px;
  }
  .post {
    margin:0px 50px;
  }
}

@media all and (max-width: 725px) {
  #aboutTop p {
    font-size: 16px;
  }
  #genTop form {
    float:none;
    display: block;
    margin: 30px auto 0;
  }
  #genTop input[type=text] {
    margin-left: 0px;
    width:375px;
  }
  .genericHead {
    float: none;
    display: block;
    text-align: center;
  }
  #homeTop .bubble {
    opacity: 1 !important;
    line-height: 20px;
    font-size: 13px !important;
  }
  .copyright {
    width: 190px;
  }
  #homeNews span {
    width: 49%;
    padding: 0 0 40px;
  }
  .header, #prod .header {
    height: 52px;
    overflow: hidden;
    position: absolute;
    background-color: #000;
  }
  .header ul {
    display: none;
  }
  .navToggle {
    display: block;
  }
  #smallNav {
    display: block;
  }
  #homeTop h1 {
    padding-top: 170px;
  }
  #homeTop h2 {
    font-size: 25px;
    line-height: 40px;
    padding: 15px 20px;
  }
  .footer ul {
    text-align: right;
    padding: 20px 40px 20px 65px;
  }
  #homeBands .band {
    width: 49%;
  }

  #homeBands .band .name, #homeBands .band .subText {
    display: none;
  }
  #homeBands .band.al {
    position: relative;
    top:100px;
    margin-bottom: 50px;
  }
  .forGroup {
    padding: 20px 10px;
  }
  #prodSignup {
    font-size: 12px;
  }
  a .burst-12 {
    position: absolute;
    left: 50px;
    color: #fff;
    top: 100px;
    margin-left: 0px;
  }
  .toggleOff {
    display: none !important;
  }
  .toggleOn {
    display: block !important;
  }
  .postsidebar {
    position: relative;
    top: 50px;
    width:400px;
    left: 0px;
  }
  .postcontent {
    padding-left: 0px;
  }
  .postsidebar ul {
    padding-left: 120px;
    position: relative;
    margin-bottom: 50px;
  }
  .postsidebar li a {
    text-align: left;
  }
  .postsidebar li.date {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100px;
  }
}

