/*
 * CHANNEL.CSS
 * by blueshome - mikamai.com
 *
 * set channels colors and specific rules
 */

/* Customize HERE -- replace #fa00bd with the color you need */

/* typo */
h2.section-title {color: #fa00bd;}
a:hover, a:focus, a:active {color: #fa00bd;}
h2 a:hover, h2 a:focus, h2 a:active {color: #fa00bd;}
#right-content h2, #right-content h2 a {color: #fa00bd;}
.event a:hover, #left-content ul li a:focus, .event a:active {color: #fa00bd;}
#blog-block h3 a:hover, #blog-block h3 a:focus, #blog-block h3 a:active {color: #fa00bd;}
.member-menu-bar-top a.active, .member-menu-bar-bottom a.active {color: #fa00bd;}

/*top-menu*/
#top-menu {
  background-color: #fa00bd;
}

/*logo*/
#logo span {
  background: url(images/logo_1.png) no-repeat 0 0;
}
#logo span a {
  width: 300px;
}


/*minisites specific elements - nothing to customize here */
#minisite-banner {
  background: url(images/fashion-top-banner-1.png) no-repeat 0 0;
  height: 54px;
  margin-bottom: 18px;
  text-indent: -9999px;
  width: 500px;
}
#sponsors-top {
  margin-bottom: 18px;
}
.sponsor-top-logo {
  float: left;
  height: 54px;
  margin:0 0 2px 2px;
  text-align: center;
  width: 122px;
}

