* {
  margin: 0;
  padding: 0;
  }
  
body {
  background: #1C0026 url(../images/body-bg.png) 50% -23px no-repeat;
  text-align: center;
  color: #333;
  font: 80%/1.4 Arial, sans-serif;
  }
  
/* GLOBALS */
a {
  color: #57068C;
  text-decoration: none;
  }
  
a img {
  border: none;
  }
  
.clear {
  clear: both;
  }

/* LAYOUT */
#header {
  text-align: left;
  position: relative;
  width: 940px;
  margin: 0 auto;
  background: url(../images/header-bg-new.png) 0 0 no-repeat;
  padding: 177px 20px 20px 20px;
  color: #fff;
  min-height: 180px;
  }

#main {
  background: #EAE7D9;
  }
  
#contentholder {
  margin: 0 auto;
  width: 980px;
  text-align: left;
  padding: 20px 0;
  }
  
#content {
  width: 670px;
  padding: 0 20px;
  float: left;
  min-height: 500px;
  }
  
#side {
  width: 270px;
  margin: 85px 0 0 710px;
  }
  
#home #side {
  margin-top: 145px;
  }
  
#footer {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  }

/* HEADER */
#header h1 {
  position: absolute;
  top: 14px;
  left: 0;
  }
  
#header_contact {
  position: absolute;
  right: 0;
  top: 14px;
  padding: 10px 20px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #57068C;
  }
  
#header_contact p {
  color: #888;
  text-transform: uppercase;
  text-align: center;
  }
  
#header_contact p span,
#header_contact p a {
  color: #fff;
  }
  
#topmenu {
  list-style-type: none;
  position: absolute;
  top: 103px;
  left: 150px;
  }
  
#topmenu li {
  float: left;
  margin-right: 1px;
  line-height: 1;
  }
  
#topmenu li a {
  display: block;
  padding: 12px 20px 14px 20px;
  color: #fff;
  text-decoration: none;
  }
  
#topmenu li a.active,
#topmenu li a:hover {
  background: url(../images/topmenu-tab-bg.png) 0 0 repeat-x;
  }
  
#topmenu li ul {
  list-style-type: none;
  background: url(../images/submenu-bg.png);
  position: absolute;
  width: 980px;
  left: -150px;
  top: 35px;
  text-align: center;
  z-index: 100;
  padding: 6px 0;
  }
  
#topmenu li li {
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 70%;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  float: none;
  display: inline;
  margin: 0;
  }
  
#topmenu li li a {
  background: none;
  padding: 0;
  width: 20%;
  display: inline;
  padding: 8px 20px 6px 20px;
  }
  
#topmenu li li a.active,
#topmenu li li a:hover  {
  background: #EAE7D9;
  color: #57068C;
  }
  
#header p {
  font-size: 110%;
  max-width: 640px;
  }
  
#header_image {
  position: absolute;
  height: 401px;
  width: 327px;
  left: 710px;
  top: 114px;
  background: url(../images/sonic_stylus.png) 0 0 no-repeat;
  }

#the_group #header_image {background-image: url(../images/sonic_jacks.png);}
#booseyhawkes #header_image {
  background-image: url(../images/sonic_violins.png);
  width: 389px;
  left: 693px;
  top: 102px;
  left: 709px;
  }
#imagemmusic #header_image {
  background-image: url(../images/sonic_drum.png);
  width: 328px;
  top: 89px;
  left: 690px;
  }
#imagemcs #header_image {
  background-image: url(../images/sonic_horns.png);
  width: 334px;
  left: 689px;
  top: 98px;
  }
#rodgershammerstein #header_image {
  background-image: url(../images/sonic_kettle.png);
  width: 338px;
  top: 118px;
  }
#imagemproduction #header_image {
  background-image: url(../images/sonic_headphones.png);
  top: 48px;
  left: 650px;
  width: 376px;
  height: 450px;
  }    
#contact_us #header_image {background-image: url(../images/sonic_mic.png);}
  
/* media player / social links*/
#mediaspace {
  position: absolute;
  top: 14px;
  right: 0;
  padding: 5px 5px 20px 5px;
  background: url(../images/player-bg.jpg) 0 0 no-repeat;
  }
  
#playlist {
  position: absolute;
  top: 46px;
  right: 10px;
  list-style-type: none;
  }

#playlist li {
  float: left;
  font-size: 80%;
  margin: 0 0 0 15px;
  }
  
#playlist li a {
  color: #fff;
  }
  
#playlist li a:hover {
  text-decoration: underline;
  }
  
#social_links {
  background: url(../images/social-links-bg.png) 0 100% no-repeat;
  width: 259px;
  z-index: 1000;
  float: right;
  }
  
.social_links {
  position: absolute;
  top: 14px;
  right: 0;
  }
  
.social_icons {
  background: url(../images/social-links-bg-top.png) 0 0 no-repeat;
  padding: 10px 0 10px 10px;
  cursor: pointer;
  }
  
#header .social_icons a {
  outline: none;
  color: #fff;
  }
  
.social_icons ul {
  list-style-type: none;
  margin-left: -10px;
  }
  
.social_icons li {
  float: left;
  width: 4.5em;
  padding-right: 38px;
  font-size: 70%;
  margin: 0 0 5px 5px;
  text-align: right;
  background: url(../images/icon-blog.gif) 100% 0 no-repeat;
  line-height: 1.1;
  min-height: 33px;
  }
  
.social_icons .icon_twitter {
  background-image: url(../images/icon-twitter.gif);
  width: 4em;
  }
  
.social_icons .icon_facebook {
  background-image: url(../images/icon-facebook.gif);
  width: 5em;
  }
  
#header .social_icons p {
  font-size: 80%;
  clear: left;
  line-height: 1;
  margin-right: 10px;
  }
  
.social_icons p {
  padding-right: 20px;
  background: url(../images/social-links-inactive.gif) 100% 3px no-repeat;
  }
  
#header .active p {
  background: url(../images/social-links-active.gif) 100% 3px no-repeat;
  }
  
.toggle {
  padding: 0 10px 10px 10px;
  }
  
.toggle dt {
  padding-left: 17px;
  margin-top: 10px;
  background: url(../images/icon-small-blog.png) 0 2px no-repeat;
  color: #FFFFCC;
  font-size: 80%;
  }
  
.toggle dt.icon_twitter {
  background-image: url(../images/icon-small-twitter.png);
  }
  
.toggle dt.icon_facebook {
  background-image: url(../images/icon-small-facebook.png);
  }
  
.toggle dd {
  font-size: 80%;
  padding-left: 17px;
  }

.toggle dd a {
  color: #fff;
  }
  
.toggle dd a:hover {
  text-decoration: underline;
  }
  
/* FONTFACE */
#header h2 {
  font-weight: normal; 
  font-style: normal; 
  line-height: 0.9; 
  font-family: 'NeutrafaceSlabDisplayTitlRegu', sans-serif;
  font-size: 500%;
  max-width: 640px;
  margin: 0 0 18px 0;
  }
  
#home #header h2 {
  max-width: 400px;
  }
  
#header_contact p {
  font-family: 'NeutrafaceSlabDisplayTitlRegu', sans-serif;
  letter-spacing: 1px;
  }
  
#topmenu li {
  font-weight: normal; 
  font-style: normal; 
  line-height: 1; 
  font-family: 'NeutrafaceSlabDisplayTitlRegu', sans-serif;
  font-size: 130%;
  }
  
#content h3,
#side h3,
#contact_form legend {
  font-weight: normal; 
  font-style: normal; 
  font-family: 'NeutrafaceSlabDisplayTitlRegu', sans-serif;
  font-size: 130%;
  }
  
/* MAIN CONTENT */
#content h3 {
  margin: 1em 0 1em -20px;
  padding: 8px 20px;
  line-height: 1;
  background: url(../images/title-bg.jpg) 0 0 no-repeat;
  color: #fff;
  font-size: 160%;
  clear: left;
  }
  
#content p {
  margin: 0 0 1em 0;
  }

#content ul,
#content ol {
  margin: 0 0 1em 3em;
  }

#content blockquote {
  margin: 0 20px 1em 20px;
  padding: 20px;
  background: #1C0027;
  color: #fff;
  width: 320px;
  float: right;
  }

#content blockquote strong {
  color: #fff;
  }

.two_col li {
  float: left;
  width: 50%;
  }
  
#content  .three_col {
  list-style-type: none;
  margin: 0 0 0 -20px;
  }
  
#content .three_col li {
  float: left;
  width: 210px;
  margin: 0 0 1em 20px;
  line-height: 1.6;
  min-height: 240px;
  }
  
.thumb {
  display: block;
  background: #fff;
  width: 208px;
  text-align: center;
  border: 1px solid #fff;
  padding: 8px 0 6px 0;
  margin: 0 0 1em 0;
  -moz-border-radius-topright: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -webkit-border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  }
  
.thumb img {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: auto;
  }
  
a.thumb:hover {
  border: 1px solid #57068C;
  }
  
.aside {
  width: 250px;
  float: left;
  padding-right: 20px;
  }

#content p.nogap {
  margin-left: -20px;
  }
  
/* biographies */
#content .biog_view {
  width: 360px;
  }

#content .biog_view h3 {
  background: none;
  color: #333;
  margin: 0;
  padding: 0;
  }
  
.biog_view img {
  background: url(../images/biog-bg-active.png) 0 0 no-repeat;
  }

#content .biog_view .biog_img {
  float: left;
  margin: 0 1em 1em 0;
  }
  
/* news */
#content p.posted {
  margin: 0;
  color: #888;
  }
  
#content .news_view {
  margin-top: 20px;
  background: url(../images/divider-dot.gif) 0 100% repeat-x;
  padding-bottom: 1em;
  }

#content .news_list {
  margin: 0;
  }
  
#content .news_view h3,
#content .news_list h4 {
  background: url(../images/icon-news-blog.gif) 0 0 no-repeat;
  font: bold 120% Arial, sans-serif;
  color: #333;
  margin: 0 0 1em 0;
  padding: 0 0 10px 29px;
  text-transform: uppercase;
  } 
  
#content .news_view h3.icon_facebook {
  background-image: url(../images/icon-news-facebook.gif);
  }

#news #content .news_view h3,
#group_news #content .news_view h3,
#home #content .news_list h4 {
  background: none;
  padding: 0;
  }

#content .older,
#content .next {
  float: right;
  }
  
#content .newer,
#content .prev {
  float: left;
  }

#content .prev,
#content .next {
  margin-top: 2em;
  }
  
/* contact */
#contact_form {
  min-height: 600px;
  background: #EAE7D9;
  }
  
#contact_form fieldset {
  border: none;
  }
  
#content #contact_form h3 {
  background: none;
  margin: 0 0 0 80px;
  color: #333;
  padding: 0;
  }
  
#contact_form .indent,
#contact_form .submit {
  margin-left: 80px;
  }
  
#contact_form p {
  clear: left;
  }
  
#contact_form p label {
  display: block;
  float: left;
  text-align: right;
  width: 6.4em;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
  font-size: 85%;
  padding: 5px 0 0 0;
  }

#contact_form input.cfinput {
  padding: 5px;
  width: 250px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  }
  
#contact_form textarea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  }
  
#contact_form label.error {
  width: auto;
  clear: left;
  margin-left: 80px;
  color: red;
  }

#contact_form span {
  color: red;
  }

#contact_form input.error,
#contact_form textarea.error {
  border: 2px solid red;
  }

#contact_form .submit {
  color: #fff;
  font-family: 'NeutrafaceSlabDisplayTitlRegu', sans-serif;
  background: url(../images/submit-button-bg.gif) 0 0 no-repeat;
  font-size: 85%;
  padding: 3px 0;
  min-width: 130px;
  min-height: 16px;
  display: block;
  border: none;
  }
  
#content address {
  font-style: normal;
  float: left;
  width: 228px;
  margin-bottom: 2em;
  }
  
#content address a {
  font-weight: bold;
  }

#content .map {
  margin-left: 228px;
  }
  
#content .map img {
  border: 1px solid #fff;
  display: block;
  }
  
#content .map a:hover img {
  border: 1px solid #57068C;
  }
  
/* SIDE */
#side h3 {
  margin: 0 0 1em 0;
  padding: 8px 20px;
  line-height: 1;
  background: url(../images/title-side-bg.jpg) 0 0 no-repeat;
  color: #fff;
  font-size: 160%;
  position: relative;
  z-index: 10;
  }
  
.biog_list,
.news_list,
.news_list_simple,
.biog_list_low {
  list-style-type: none;
  }
  
.biog_list {
  min-height: 420px;
  }
  
.biog_list li {
  width: 50%;
  float: left;
  font-size: 90%;
  margin: 0;
  }
  
.biog_list a {
  background: url(../images/biog-bg.png) 0 0 no-repeat;
  display: block;
  min-height: 210px;
  }
  
.biog_list a:hover {
  background: url(../images/biog-bg-active.png) 0 0 no-repeat;
  }
  
.biog_list li strong {
  font-size: 110%;
  }
  
.biog_list .plus {
  background: url(../images/plus.gif) 0 0 no-repeat;
  }

#side h3.low {
  background: none;
  color: #333;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 120%;
  font-weight: bold;
  padding:0;
  margin: 1em 0 10px 0;
  line-height:1;
  }
  
.news_list_simple li {
  margin-left: 20px;
  background: url(../images/divider-dot.gif) 0 100% repeat-x;
  padding-bottom: 10px;
  }
  
.news_list li {
  background: url(../images/divider-dot.gif) 0 100% repeat-x;
  padding-bottom: 10px;
  margin-bottom: 10px;
  }
  
#side .news_list h4 {
  background: none;
  font: bold 120% Arial, sans-serif;
  color: #333;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  }
  
#side .news_list p {
  margin-bottom: 1em;
  }

#side .news_list p.posted {
  margin: 0;
  color: #888;
  }

#side_contact {
  background: url(../images/divider-dot.gif) 0 0 repeat-y;
  padding-left: 20px;
  }
  
#side #side_contact h3 {
  background: none;
  margin: 0 0 5px 0;
  padding: 0;
  color: #57068C;
  }
  
#side #side_contact h3 span {
  display: block;
  color: #EC008C;
  }
  
#side #side_contact p {
  margin: 0 0 10px 0;
  }

#side #side_contact .button {
  color: #fff;
  font-family: 'NeutrafaceSlabDisplayTitlRegu', sans-serif;
  background: url(../images/submit-button-bg.gif) 0 0 no-repeat;
  font-size: 85%;
  padding: 4px 0 3px 10px;
  min-width: 123px;
  min-height: 15px;
  display: block;
  }
  
/* FOOTER */
#footer ul {
  list-style-type: none;
  }
  
#footer li {
  float: left;
  width: 20%;
  margin: 20px 0 10px 0;
  background: url(../images/footer-dot.gif) 100% 0 repeat-y;
  min-height: 170px;
  }
  
#footer li.last {
  background: none;
  }
  
#footer address {
  font-style: normal;
  font-size: 90%;
  margin-left: 20px;
  font-weight: bold;
  }
  
#footer span {
  color: #FFFFCC;
  text-transform: uppercase;
  }
  
#footer p {
  margin: 0 auto;
  width: 940px;
  color: #999;
  padding: 0 20px 10px 20px;
  font-size: 80%;
  }

#footer a {
  color: #fff;
  }
  
/* TWITTER */
#tweet {
  background: url(../images/divider-dot.gif) 0 0 repeat-y;
  padding-left: 20px;
  }
  
#tweet .tweet_list {
  background: url(../images/tweet-bg-top.jpg) 0 0 no-repeat;
  list-style-type: none;
  }
  
#tweet .tweet_list li {
  background: url(../images/divider-dot.gif) 0 100% repeat-x;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  }
  
#tweet .tweet_list:last-of-type li {
  background: none;
  }
  
.tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
  position: absolute;
  top: 0;
  left: 0;
  }
  
.tweet_time, .tweet_text {
  display: block;
  margin-left: 56px;
  }
  
#tweet .tweet_time a {
  color: #999;
  }





































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

