@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  background-color: rgba(47, 47, 47, 1.00);
  background-color: rgba(35, 35, 35, 1.00);
}
/*Fixed layout*/
body {
  width: 1020px;
  margin: 0 auto;
  font-size: 100%;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 1.00);
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  border: 0;
  border-top: 2px solid rgba(241, 77, 5, .30);
  margin: 2em 0em;
  padding: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
h1 {
  font-style: normal;
}
.h1Banner {
  float: right;
  font-size: 6em;
  color: rgba(241, 77, 5, 1.00);
  margin: .62em .1em 0 0;
  font-family: raleway;
  font-weight: 300;
  line-height: .4em;
}
h2 {
    font-style: normal;
}
.h2Header {
    float: left;
    width: 580px;
    font-size: 1.8em;
    margin: .8em 0 .8em 0;
    font-family: raleway;
    font-weight: 200;
    color: rgba(241, 77, 5, 1.00);
    line-height: 1.2em;
    text-align: left;
}
.h2Music {
  float: left;
  width: 580px;
  font-size: 1.2em;
  color: rgba(141, 114, 78, 1.00);
  font-weight: 200;
  margin: .2em 0 .5em 0;
  padding-left: 6px;
  border-left: 8px solid rgba(141, 114, 78, 1.00);
}
.h2Music2 {
  float: left;
  width: 580px;
  font-size: 1.2em;
  color: rgba(141, 114, 78, 1.00);
  font-weight: 200;
  margin: 2em 0 1em 0;
  padding-left: 6px;
  border-left: 8px solid rgba(141, 114, 78, 1.00);
}
h3 {
  font-style: normal;
}
.h3Header {
  clear: both;
  font-size: 1.3em;
  margin: 1.5em 0 .6em 0;
  font-family: raleway;
  font-weight: 200;
  color: rgba(241, 77, 5, 1.00);
  /*color: rgba(141, 114, 78, 1.00);*/
  line-height: 1.2em;
}
.h3HeaderBord {
  clear: both;
  font-size: 1.3em;
  margin: 1.5em 0 .6em 0;
  font-family: raleway;
  font-weight: 200;
  color: rgba(241, 77, 5, 1.00);
  line-height: 1.2em;
  border-top: 2px solid rgba(241, 77, 5, .30);
  padding-top: 1.5em;
}
.h3Art {
  font-family: raleway;
  font-weight: 200;
  font-size: 1.8em;
  color: rgba(247, 231, 209, 1.00);
  margin: 0 0 .4em 0;
  line-height: 1.2em;
}
.h3ArtSm {
  font-family: raleway;
  font-weight: 200;
  font-size: 1.4em;
  color: rgba(154, 57, 74, 1.00);
  line-height: 1.4em;
}
.h3ArtSm2 {
  margin-top: 1em;
  font-family: raleway;
  font-weight: 200;
  font-size: 1.4em;
  color: rgba(154, 57, 74, 1.00);
  line-height: 1.4em;
}
.h3Spry {
  font-family: raleway;
  font-weight: 200;
  font-size: 1.5em;
  color: rgba(204, 186, 162, 1.00);
  padding-left: .2em;
  border-left: 12px solid #333;
  margin: 0 0 .6em 0;
}
.h3Mp3 {
  margin: 1.5em 0 .1em 0;
  font-size: 1.2em;
  font-weight: 300;
  color: #fff;
}
h4 {
  font-style: normal;
}
.h4HD {
  font-weight: 300;
  color: rgba(177, 151, 9, 1.00);
  font-size: 1.1em;
}
header {
  float: left;
  width: 1020px;
  height: 180px;
  background-color: rgba(0, 0, 0, 1.00);
  background-image: url(../_images/_body/bannerBG.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto;
}
.container {
  width: 1020px;
  margin: 0 auto 2em auto;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 1.00);
  -moz-border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
  -webkit-box-shadow: 0px 5px 33px #000000;
  -moz-box-shadow: 0px 5px 33px #000000;
  box-shadow: 0px 5px 33px #000000;
}
#slideContainer {
  float: left;
  height: 400px;
  width: 1016px;
  border: 2px solid rgba(0, 0, 0, 1.00);
  /*	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;*/
}
#slideshow {
  position: relative;
  float: left;
  height: 400px;
  width: 1016px;
}
#slideshow IMG {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
  /*-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;*/
}
#slideshow IMG.active {
  z-index: 10;
  opacity: 1.0;
}
#slideshow IMG.last-active {
  z-index: 9;
}
nav {
  float: left;
  width: 680px;
  margin: 2.2em 0 0 1em;
}
.h1BannerSM {
  float: left;
  width: 310px;
  font-size: 3.1em;
  margin: .4em 0 0 0;
  text-transform: lowercase;
  color: rgba(241, 77, 5, 1.00);
  font-family: raleway;
  font-style: normal;
  font-weight: 200;
}
.toolbar {
  float: left;
  width: 680px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: raleway;
  font-size: 2em;
  color: rgba(241, 77, 5, 1.00);
  text-align: left;
  font-weight: 100;
  text-transform: lowercase;
}
.toolbar li {
  display: inline;
  margin: 0 .2em 0 .1em;
  padding: 0 0 0 0;
  zoom: 1;
}
.toolbar a:link {
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
}
.toolbar a:visited {
  color: rgba(221, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
}
.toolbar a:hover {
  color: rgba(221, 0, 0, 1.00);
  text-decoration: none;
}
.toolbar a:active {
  color: rgba(221, 0, 0, 1.00);
  text-decoration: none;
}
section {
  float: left;
}
.sectionSplit {
  float: left;
  width: 1020px;
  background-color: rgba(0, 0, 0, 1.00);
  margin: 0 auto;
  color: rgba(191, 169, 139, 1.00);
  color: rgba(204, 186, 162, 1.00);
  line-height: 1.5em;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4em;
  background: rgb(0, 0, 0);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2MyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MyUiIHN0b3AtY29sb3I9IiM0NDQ0NDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MyUiIHN0b3AtY29sb3I9IiMwYzBjMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MyUiIHN0b3AtY29sb3I9IiMxODE4MTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 63%, rgba(0, 0, 0, 1) 63%, rgba(25, 25, 25, 1) 63%, rgba(25, 25, 25, 1) 63%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 63%, rgba(0, 0, 0, 1) 63%, rgba(25, 25, 25, 1) 63%, rgba(25, 25, 25, 1) 63%);
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 63%, rgba(0, 0, 0, 1) 63%, rgba(25, 25, 25, 1) 63%, rgba(25, 25, 25, 1) 63%);
}
.sectionSolid {
  float: left;
  width: 1020px;
  background-color: rgba(0, 0, 0, 1.00);
  margin: 0 auto;
  color: rgba(191, 169, 139, 1.00);
  color: rgba(204, 186, 162, 1.00);
  line-height: 1.5em;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4em;
}
p {
  margin-bottom: 1em;
}
article {
  float: left;
}
.articleH {
  float: left;
  margin: 0 0 2em 25px;
  width: 580px;
}
.articleH p {
  margin: 0 0 1em 1em;
}
.articleH img {
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.articleG {
  float: left;
  margin: 0 0 0 25px;
  padding: 0 0 2em 0;
  width: 995px;
  background-color: rgba(0, 0, 0, 1.00);
}
.articleG p {
  margin: 0 0 1em 1em;
}
.articleG img {}
.articleM {
  float: left;
  margin: 0 0 2em 25px;
  width: 580px;
}
.articleM p {
  margin: 0 0 1em 1em;
  color: rgba(178, 66, 86, 1.00);
  font-size: .9em;
}
.articleM img {
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.youTube2 {
  float: left;
  width: 560px;
  height: 318px;
  margin: 1em 0 1.5em .6em;
  border: 1px solid rgba(51, 51, 51, 1.00);
  padding: .2em 0 0 0;
}
.youTubeLG {
  float: left;
  width: 900px;
  height: 506px;
  margin: 1em 0 1em 1.8em;
}
.youTubeLGHD {
  float: left;
  width: 900px;
  margin: 1em 0 1em 1em;
}
.lizPlayerCd {
  float: left;
  width: 220px;
  height: 219px;
  padding: 0 0 0 5px;
  margin: 2em 0 0 1em;
  color: #9A394A;
  border-left: 14px solid #413703;
  border-top: 1px solid #413703;
  border-bottom: 6px solid #413703;
}
.lizPlayerCd img {
  margin: 4px 0 0 0;
}
.lizPlayerCd2 {
  float: left;
  width: 220px;
  height: 219px;
  padding: 0 0 0 5px;
  margin: .5em 0 0 1em;
  color: #9A394A;
  border-left: 14px solid #413703;
  border-top: 1px solid #413703;
  border-bottom: 6px solid #413703;
}
.lizPlayerCd2 img {
  margin: 4px 0 0 0;
}
.lizPlayerHD {
  float: left;
  width: 315px;
  height: 219px;
  padding: 0 0 0 5px;
  margin: 2em 0 0 0;
  font-size: 1em;
  color: #9A394A;
  border-top: 1px solid #413703;
  border-bottom: 6px solid #413703;
  border-right: 1px solid #413703;
  text-align: left;
}
.lizPlayerHD p {
  margin: .3em 0 .3em 0;
}
.lizPlayerHD ul li {
  margin: 1em 0 1em 1em;
  font-size: 0.9em;
  list-style: circle;
  line-height: 1em;
}
.lizPlayerHD3 {
  float: left;
  width: 315px;
  height: 219px;
  padding: 0 0 0 5px;
  margin: .5em 0 0 0;
  font-size: 1em;
  color: #9A394A;
  border-top: 1px solid #413703;
  border-bottom: 6px solid #413703;
  border-right: 1px solid #413703;
  text-align: left;
}
.lizPlayerHD3 p {
  margin: .3em 0 .3em 0;
}
.lizPlayerHD3 ul li {
  margin: 1em 0 1em 1em;
  font-size: 0.9em;
  list-style: circle;
  line-height: 1em;
}
.lizPlayerHD2 {
  float: left;
  width: 315px;
  height: 219px;
  padding: 0 0 0 5px;
  margin: 2em 0 1.2em 0;
  font-size: 1em;
  color: #9A394A;
  border-top: 1px solid #413703;
  border-bottom: 6px solid #413703;
  border-right: 1px solid #413703;
  text-align: left;
}
.lizPlayerHD2 ul li {
  margin: 1em 0 0 1em;
  font-size: 0.9em;
  list-style: circle;
  line-height: 1em;
}
.lizPlayer {
  float: left;
  width: 545px;
  padding: .2em 0 0 0;
  margin: 0 0 10px 1em;
  color: #b19709;
  border-left: 14px solid #413703;
  border-bottom: 1px solid #413703;
  border-right: 1px solid #413703;
  text-align: left;
}
.lizPlayer3 {
  float: left;
  width: 545px;
  padding: .2em 0 0 0;
  margin: 0 0 1em 1em;
  color: #b19709;
  border-left: 14px solid #413703;
  border-bottom: 1px solid #413703;
  border-right: 1px solid #413703;
  text-align: left;
}
.lizPlayer2 {
  float: left;
  width: 545px;
  padding: 0;
  margin: 0 0 10px 1em;
  color: #b19709;
  border-left: 14px solid #413703;
  border-bottom: 1px solid #413703;
  border-right: 1px solid #413703;
  text-align: left;
}
.lizPlayer4 {
  float: left;
  width: 545px;
  padding: .2em 0 0 0;
  margin: 0 0 2em 1em;
  color: #b19709;
  border-left: 14px solid #413703;
  border-bottom: 1px solid #413703;
  border-right: 1px solid #413703;
  text-align: left;
}
.articleC {
  float: left;
  margin: 0 0 0 25px;
  width: 580px;
}
.articleC p {
  margin: 0 0 1em 0;
}
.articleC img {
  float: left;
  margin: 0 100px 0 1em;
  border: none;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.email {
  float: left;
  width: 400px;
  height: 140px;
  margin: 1em 0 1.3em 1em;
  padding: .5em 0 0 40px;
  background-color: #181818;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  font-size: 1.2em;
  line-height: 1.5em;
}
.email p {
  margin-bottom: .7em;
}
.articleP {
  float: left;
  margin: 0 0 1em 25px;
  width: 950px;
}
.articleP p {
  margin: 1em 0 1em 1em;
}
.articleP img {
  margin: 0 0 0 .8em;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
#spryContainer {
  float: left;
  width: 950px;
  padding: 0;
  margin: 10px 0 0 20px;
  font-size: .8em;
}
.thumbButton {
  float: left;
  margin: 1em 0 0 0;
  width: 250px;
  padding: .4em 0 .4em 0;
  /*border: 1px solid rgba(139,125,107,1.00);*/
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  background-color: rgba(30, 30, 30, 1.00);
  font-size: 1.3em;
}
.container2 {
  float: right;
  width: 330px;
  margin: 0 18px 0 0;
}
aside {
  float: right;
  width: 330px;
  margin: 0 0 0 0;
}
.asideBG img {
  margin: .8em 0 0 0;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
aside ul li {
  margin: 0 0 0 1.5em;
  list-style: circle
}
.asideAnnouncment {
  float: left;
  margin: 0 0 0 0;
  width: 322px;
  height: 250px;
  background-image: url(../_images/_body/.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.asideAnnouncment p {
  margin: 1.8em .6em 0 0;
  font-size: 1.6em;
  line-height: 1.2em;
  color: rgba(231, 73, 0, 1.00);
  text-align: right;
  font-weight: 200;
}
.asideAnnouncment ul li {
  margin: 2.2em 0 0 1.5em;
  list-style: circle
}
.asideAnnouncment2 {
  float: left;
  margin: 0 0 0 0;
  width: 322px;
}
.asideAnnouncment2 ul li {
  margin: 0 0 0 1.5em;
  list-style: circle
}
.footerContainer {
  float: left;
  margin: 0 0 0 25px;
  width: 950px;
}
footer {
  float: right;
  width: 325px;
  margin: 1.6em 0 3em 0;
  padding: 1em 0 0 0;
  border-top: 2px solid rgba(241, 77, 5, .30);
}
footer img {
  float: left;
  margin: .8em .2em 0 0;
}
footer ul li {
  float: left;
  width: 100%;
  text-align: left;
  margin: .1em 0 0 1.5em;
  list-style: circle
}
.footerContact {
  float: left;
  width: 325px;
  margin: 1em 0 0 0;
}
section a:link {
  color: rgba(12, 140, 182, 1.00);
  text-decoration: none;
}
section a:visited {
  color: rgba(12, 140, 182, 1.00);
  text-decoration: none;
}
section a:hover {
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
}
section a:active {
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
}
sup {
  font-size: .5em;
}
.facebookHeader {
  float: left;
  margin: .1em 0 0 .1em;
  padding: .45em .3em 0 .8em;
  height: 58px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 5em;
  font-weight: normal;
  text-align: right;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #555;
}
.facebookHeader a:link {
  color: rgba(12, 140, 182, 1.00);
  text-decoration: none;
}
.facebookHeader a:visited {
  color: rgba(12, 140, 182, 1.00);
  text-decoration: none;
}
.facebookHeader a:hover {
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
}
.facebookHeader a:active {
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
}
.facebookHeader2 {
  float: left;
  margin: 0 0 1em .25em;
  padding: .45em .3em 0 .8em;
  height: 58px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 5em;
  font-weight: normal;
  text-align: right;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #555;
}
.facebookHeader2 a:link {
  color: rgba(12, 140, 182, 1.00);
  text-decoration: none;
}
.facebookHeader2 a:visited {
  color: rgba(12, 140, 182, 1.00);
  text-decoration: none;
}
.facebookHeader2 a:hover {
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
}
.facebookHeader2 a:active {
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
}
.artArticle {
  float: left;
  width: 846px;
  padding-bottom: 2em;
  margin: .5em 0 1em 55px;
  font-size: 1em;
  color: rgba(154, 57, 74, 1.00);
  border-bottom: 2px solid rgba(241, 77, 5, .30);
}
.artArticle img {
  float: left;
  margin: 0 0 1em 0;
}
.galButton {
  float: left;
  margin: .9em 0 0 0;
  width: 250px;
  padding: .5em 0 .6em 0;
  /*border: 1px solid rgba(139,125,107,1.00);*/
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  background-color: rgba(30, 30, 30, 1.00);
  font-size: 1.4em;
}
.social {
  float: left;
  width: 161px;
  height: 100px;
  margin: 2em 4px 2em 0;
}
.social2 {
  float: left;
  width: 161px;
  height: 100px;
  margin: 4px 0 2em 80px;
}
.social3 {
  float: left;
  width: 161px;
  height: 100px;
  margin: .4em 4px .38em .5em;
}
a.rolloverFB {
  width: 161px;
  height: 100px;
  display: block;
  background-image: url(../_images/_body/facebookRoll.png);
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
a.rolloverFB:hover {
  background-position: -161px 0px;
}
a.rolloverINS {
  width: 161px;
  height: 100px;
  display: block;
  background-image: url(../_images/_body/instaRoll.png);
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
a.rolloverINS:hover {
  background-position: -161px 0px;
}
a.rolloverYT {
  width: 161px;
  height: 100px;
  display: block;
  background-image: url(../_images/_body/youTubeRoll.png);
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
a.rolloverYT:hover {
  background-position: -161px 0px;
}
.move {
  position: absolute;
  left: -9000px;
}
