@import '/css/reset.css';

body,textarea,input,select {
  font-family: Tahoma, Trebushet MS, "Lucida Grande", Garuda, sans-serif;
}  

body {
  line-height: 1.4em;
  font-size: 62.5%;
  background: url(/images/bg.jpg) no-repeat top center;
}

html, body {height: 100%;}

body > .b-wrap {height: auto; min-height: 100%;}

a {
  color: #ed3595;
  text-decoration: underline;
}

.clr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 0;
  overflow: hidden;
}  

.image_left {
  float: left;
  margin-right: 10px;
  border: 1px solid #ed3595;
}

.image_right {
  float: right;
  margin-left: 10px;
  border: 1px solid #ed3595;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* page */
.b-wrap {
  width: 950px;
  margin: 0 auto;
  height: 100%;
}

.b-page {
  padding-bottom: 144px; 
}

/* header */
.b-header {
  height: 170px;
  position: relative;
}

.b-main-link {
  position: absolute;
  left: 20px;
  top: 35px;
}

.b-main-link img {
  width: 200px;
  height: 130px;
}

/* sidebar */
.b-sidebar {
  float: left;
  width: 270px; 
  margin-top: 35px;
}

.b-sidebar li {
  color: #d62c85;
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 15px;  
}

.b-sidebar li a {
  color: #d62c85;
  text-decoration: none;
  padding-left: 18px;
  background: url(/images/bullet.gif) no-repeat center left;
}

.b-sidebar li.active a {
  color: #000000;
  background: url(/images/bullet_a.gif) no-repeat center left; 
  padding-left: 18px;
}

.b-sidebar li a:hover {
  color: #000000;
  background: url(/images/bullet_a.gif) no-repeat center left;
}

/* content */
.b-content {
  background: #ffffff url(/images/content_bg.jpg) repeat-x top left;
  border-top: 3px solid #e1328d;
  border-bottom: 3px solid #e1328d;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  float: right;
  width: 675px;
  margin-bottom: 15px;
}

.h-content {
  padding: 20px 20px 0 20px;
}

.b-text {
  min-height: 350px;
  _height: 350px;
}

.b-image {
  margin-bottom: 10px;
}

.b-image img {
  border: 3px solid #ed3595;
  width: 628px;
}

.b-player {
  border: 3px solid #ed3595;  
  width: 400px;
  margin-bottom: 15px;
}

.b-text p {
  font-size: 1.3em;
  color: #000000;
  line-height: 1.4em;
  padding-bottom: 15px;
}

.b-text h2.b-name {
  color: #ffffff;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 10px; 
  margin-bottom: 20px; 
}

.b-text h2.b-name span { 
  padding: 10px;
  background: #e4338f; 
}

.b-text h1 {
  color: #ed3595;
  font-size: 2.4em;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.b-text h2, .b-text h3 {
  color: #ed3595;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.b-text ul, .b-text ol {
  margin-left: 30px;
  margin-bottom: 15px;
}

.b-text ol ul, .b-text ul ol {
  margin-bottom: 5px;
}

.b-text ul li {
  font-size: 13px; 
  line-height: 1.4em;
  padding-bottom: 5px; 
  list-style: disc;
  color: #000000; 
}

.b-text ol li {
  font-size: 13px; 
  line-height: 1.4em;
  padding-bottom: 5px; 
  list-style: decimal;
  color: #000000; 
}

.b-content-bottom {
  height: 63px;
  background: #ffffff url(/images/content_bottom_bg.jpg) repeat-x bottom right;   
}

/* people */
.b-people-item {
  margin-bottom: 15px;
  height: 1%;
  overflow: hidden;
}

.b-people-photo {
  float: left;
  margin-right: 15px;
  position: relative;
}

.b-people-photo span {
  position: absolute;
  bottom: 10px;
  right: 5px;
}

.b-people-photo span img {
   width: 40px;
   height: 40px;
   border: none;
   margin-bottom: 0;
}

.b-people-photo img {
  border: 1px solid #e4338f;
  width: 200px;
  margin-bottom: 5px;
  display: block;
}

.b-people-info {
  margin-left: 216px;
  height: 1%;
}

.b-people-item h2 {
  font-size: 2.4em;
  color: #ed3595;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.b-people-item h2 a {
  text-decoration: underline;
  color: #ed3595;            
}

.b-people-sms {
  font-weight: bold;
  color: #e4338f; 
  margin-bottom: 5px;
  line-height: 1.3em;
  font-size: 1.3em; 
}

.b-people-sms span {
  padding: 5px;
  background: #e4338f;
  color: #ffffff;   
}

.b-people-sms-info {
  margin-top: 5px;
}

.b-people-item p {
  font-size: 1.3em;
  color: #000000;
  line-height: 1.3em;
  padding-bottom: 15px;
}

.b-people-sms-note p {
  font-size: 11px;
  padding-bottom: 4px;
}

.b-people-item b, .b-people-item strong {
  font-weight: bold;
  color: #e4338f;       
}

/* footer */
.b-footer {        
  background: url(/images/footer.jpg) no-repeat bottom center;
  position: relative;
  margin-top: -144px;
  height: 144px;
  clear: both;
}

.b-footer-wrap {
  width: 950px;
  margin: 0 auto; 
}

.b-copyright {
  font-size: 1.1em;
  color: #ed3595;
  line-height: 1.3em; 
  padding-left: 275px;
}

.b-copyright a {
  text-decoration: underline;
  color: #ed3595;            
}

.b-web-dev {
  font-size: 1.1em;
  color: #ed3595;
  line-height: 1.3em; 
  padding-left: 275px;
}

.b-web-dev a {
  text-decoration: underline;
  color: #ed3595;  
}