@charset "utf-8";
/* CSS Document */

*{
	border:0px;
}

html, body {
	height:100%;
	margin:0px;
	padding:0px;
}

a{
	outline:none;
	color:#a8162c;
	text-decoration:none;
}
a:hover {
	color: #FFF;
}


a:focus{none;
	font-weight: bold;
}

img{border:none;}

body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#f2f2f2;
	background-color:#000;
	line-height: 20px;
}

#topBar {
	height: 50px;
	min-width: 1200px;
	width: 100%;
	background-color: #000;
	position: relative;
}
.whitebg {
	color: #FFF;
	height: 300px;
	width: 100%;
	position: relative;
	z-index: -100;
	background-color: #FFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #373534;
	background-image: url(../images/headerbg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


#stripe {
	width: 100%;
	min-width: 1200px;
	height: 55px;
	position: relative;
	z-index: 0;
	top: 0px;
	text-align: center;
	background-color: #a8162c;
	padding-top: -500px;
}


#wrapper {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -360px;
}

#body{
	padding-bottom:30px;	
}

ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font-size: 14px;
	color: #A8162c;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 20px;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	clear: both;
	width: auto;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #323232;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}
/*--The usual active styling for css--*/

#home li.home span, #about li.about span, #services li.services span, #partners li.partners span, #repertoire li.repertoire span, #contact li.contact span{

	margin-top: -40px;

}

#logo {
	height: 300px;
	width: 355px;
	position: absolute;
	top: 50px;
	float: left;
	margin-top: -50px;
	z-index: 200;
}
#logo2 {
	height: 300px;
	width: 355px;
	position: absolute;
	top: 45px;
	float: left;
	margin-top: -50px;
	z-index: 200;
}
#logo a {
	background-image: url(../images/tpp_logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 300px;
	width: 355px;
	display: block;
}

#logo2 a {
	background-image: url(../images/NewPressKitLogo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 300px;
	width: 355px;
	display: block;
}

#contactLink {
	text-align: right;
	width: 300px;
	height: 50;
	position: relative;
	top: -47px;
	left: 650px;
}
#contactLink a {
	color: #999;
}

.headerimage {
	width: 350px;
	position: absolute;
	left: 587px;
	top: 44px;
}

#contactLink a:hover {
	color: #CCC;
}
.name {
	font-weight: bold;
	font-size: 16px;
}
#tagline {
	width: 950px;
	text-align: center;
	padding: 0px;
	margin-top: 265px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	height: 55px;
	background-image: url(../images/taghome.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#tagline2 {
	width: 500px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 196px;
	left: 1px;
	height: 55px;
}
#tagline2.about {
	background-image: url(../images/tagabout.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#tagline2.services {
	background-image: url(../images/tagservices.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#tagline2.rep {
	background-image: url(../images/tagrep.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#tagline2 .partners {
	background-image: url(../images/tagpartners.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 500px;
}
#tagline2.contactpage {
	background-image: url(../images/tagcontact.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#textcontent {
	width: 950px;
	float: left;
	margin-top: 40px;
}
.red   {
	color: #a8162c;
	font-style: italic;
	font-weight: bold;
}
#textcontent .italicbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.leftColumn  {
	float: left;
	position: absolute;
	border: 5px solid #FFF;
}
.rightColumn  {
	float: right;
	width: 550px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#textcontent a  {
	height: 51px;
	width: 60px;
	margin-top: 20px;
	font-weight: bold;
}
#textcontent a:hover {
	color: #CCC;
	font-weight: bold;
}

#footer {
	height: 20px;
	width: 950px;
	font-size: 12px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	color: #999;
	float: left;
}
#footer a {
	color: #A8162c;
}
#footer a:hover {
	color: #FFF;
}

.clearfooter {
	height: 40px;
	clear: both;
}
.clearfooter2 {
	height: 20px;
	clear: both;
	padding-bottom: 150px;
}
.maincontent  {
	position: relative;
	top: 120px;
	width: 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#box {
	background-color: #333;
	width: 930px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 500px;
	float: left;
	margin-top: 290px;
}
#content .movetop {
	width: 500px;
	float: left;
}

#one  {
	height: 150px;
	width: 150px;
	float: left;
	position: absolute;
	left: 639px;
}
#two {
	height: 150px;
	width: 150px;
	float: left;
	position: absolute;
	left: 461px;
	top: 170px;
}

#three {
	height: 150px;
	width: 150px;
	float: right;
	position: absolute;
	top: 340px;
	left: 639px;
}


#whiteBox {
	width: 950px;
}
#whiteBox h3 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #a8162c;
	padding-bottom: 5px;
}
#whiteBox .list {
	width: 950px;
	padding-bottom: 40px;
}
#whiteBox .list p {
	padding: 0px;
	margin-top: -125px;
	margin-left: 140px;
}
#whiteBox .list img {
	border: thin solid #000;
}

.bold {
	font-weight: bold;
	font-size: 16px;
}



.title  {
	font-size: 22px;
	font-weight: bolder;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #373534;
	padding-bottom: 5px;
	width: 400px;
	margin: 0px;
}
#contentRight {
	float: right;
	width: 420px;
	margin-top: -20px;
}
#contentRight2 {
	float: left;
	width: 525px;
	margin-top: 250px;
}
#contentRight2 img {
	border: 5px solid #FFF;
}

.highlight {
	color: #a8162c;
	font-style: italic;
}
ul.typesMusicLeft li{
	list-style-type: none;
}
ul.typesMusicRight li{
	list-style-type: none;
}
ul.typesMusicLeft {
	margin-left: -40px;
	padding-right: -40px;
}
ul.typesMusicRight {
	margin-left: -15px;
	padding-right: -15px;
}

#contentRight .title {
	font-size: 22px;
	font-weight: bolder;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BE0202;
	padding-bottom: 5px;
}
.right  {
	float: right;
	border: 5px solid #FFF;
	background-color: #CCC;
	margin-top: 60px;
}
.left  {
	float: left;
	border: 5px solid #FFF;
	background-color: #CCC;
}
.musiclist {
	width: 950px;
	margin-top: 40px;
}
.musiclist h3 {

}
.musiclist ul li {
	list-style-type: none;
}
.musiclist div ul li {
	margin-left: -20px;
}

#bottomcontent {
	float: left;
	width: 950px;
	padding-bottom: 50px;
	margin-top: 120px;
	padding-top: 10px;
}

#bottomcontent img {
	border: 5px solid #FFF;
}
#bottomcontent .lynn {
	float: left;
}

#bottomcontent .imgRight {
	float: right;
	margin-right: 100px;
	padding: 0px;
}
.specialnote  {
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width: 500px;
	color: #f2f2f2;
}
.serviceNote  {
	width: 405px;
	font-size: 14px;
	float: right;
}
.serviceNote a  {
	text-decoration: underline;
	font-weight: bold;
}
.rightcontent {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 632px;
	top: 544px;
	width: 249px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}
.rightcontent.photo {
	margin-top: -330px;
	border: thick solid #FFF;
}
.rightcontent.photo2 {
	margin-top: -500px;
	border: thick solid #FFF;
}

#list {
	height:100%;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: visible;
	width: 590px;
	background-color: #000;
}
.acc_trigger {
	padding: 0;
	float: left;
	color: #a8162c;
	width: 590px;
	
}
.acc_trigger h3  a{
	display: block;
}
.acc_trigger h3 a:hover {
	color: #FFF;
}
a.active  {
	color: #a8162c;
}

.acc_container {
	overflow: hidden;
	clear: both;
	z-index: 200;
	position: relative;
	width: 590px;
	background-color: #000000;
	margin-top: -10px;
}
.acc_container span.line {
	width: 600px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #d6d6d6;
	height: 10px;
}

.acc_container .block {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.block div ul li {
	list-style-type: none;
	margin-left: -20px;
}
.block div ul {
	margin-top: 0px;
}
.fb-like {
	float: left;
	margin-left: 240px;
	margin-top: 10px;
}
/*Accordion Style*/
.transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

.flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

.no-select, h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}




ul.acc {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
  width:600px;
}
ul.acc  li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
ul.acc li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul.acc li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul.acc li:nth-of-type(3) {
  animation-delay: 1s;
}
ul.acc li:last-of-type {
  padding-bottom: 0;
}
ul.acc li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
ul.acc li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}
ul.acc li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
ul.acc li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
ul.acc li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
ul.acc li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul.acc li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.presskit a {
	color: #FFF;
	background-color: #A8162C;
	padding: 5px;
	width: 70px;
	position: absolute;
	left: 264px;
	top: 1px;
}
#playlist {
	position: absolute;
	left: 678px;
	top: 150px;
}
#playlist2 {

	position: absolute;
	left: 678px;
	top: 250px;
}
#topnav a:hover {
	color: #A8162C;
}
#topnav .select {
	color: #A8162C;
}
.press {
	float: left;
	margin-top:250px;
}
