/***
   * Thanks for your download :)
   * 31. january 2013
   * www.tempees.com  
   * http://www.facebook.com/tempeescom
   * http://www.twitter.com/tempeescom
   * http://www.tempees.com/donate
   * LICENCE: All of our site is free, and you can use it where you want. For private and commercial purposes.        
***/ 

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background: #2b2e30 ;

}
body.open-menu {
 overflow: hidden;
}

ul.menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.fl { display: block; float: left; }
.fr { display: block; float: right; }

.clear { clear: both; }

/*Paddings*/
.pad-2 {
  padding: 2px;
}
.pad-12 {
  padding: 12px;
}

/* ---------------------------------------------------- */
/*                        Footer                        */
/* ---------------------------------------------------- */
#heaDer {
  /*height: 44px;*/
  position: relative;
  z-index: 9999;
}

/* ---------------------------------------------------- */
/*                         Blocks                       */
/* ---------------------------------------------------- */
.white-block {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bdc1c6;
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
  box-shadow: 0 2px 0 rgba(0,0,0,0.05);
  margin-bottom: 15px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  width: 100%;
  min-width: 300px;
}
.open-menu .white-block {
  min-width: 400px;
}

/* ---------------------------------------------------- */
/*                        Content                       */
/* ---------------------------------------------------- */
#left-menu,
#content-wrapper {
  float: left;
}

#left-menu {
  width: 180px;
  background: #121212 url("../images/bg/left_menu.png") no-repeat 0 0;
  display: none;
  line-height: 1;
}


.wrapmenu {
  overflow: auto;
}



#content-wrapper {
 width: 87%;
  float: left;
  position: absolute;
  background: #2b2e30 url("../images/bg/right_menu.png") no-repeat 0 0;
}

#section
.open-menu #content-wrapper {
  overflow: hidden;
}


/********** STATUS **********/
/*List*/
.status-list .head {
  padding-bottom: 8px;
  margin: 10px 10px 8px 10px;
  border-bottom: 1px solid #c6c6c6;
  line-height: 1.2;
}
.status-list .head a {
  font-size: 14px;
  font-weight: bold;
}
.status-list .head img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.status-list .head .date {
  display: block;
  font-size: 11px;
  color: #5c5c5c;
}
.status-list .desc {
  margin: 10px 10px 8px 10px;
}
.status-list .comments {
  background: #efefef;
  padding: 7px 10px;
  font-size: 12px;
  color: #878787;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.status-list .comments a {
  color: #878787;
  display: inline-block;
  line-height: 14px;
}
.status-list .comments a.like {
  color: #a40161;
}
/* ---------------------------------------------------- */
/*                        Footer                        */
/* ---------------------------------------------------- */
footer {
  font-size: 11px;
  padding: 20px 0 50px 10px;
  color: #878787;
}
footer a,
footer a:visited {
  color: #275ba2;
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
}

/* ---------------------------------------------------- */
/*                        Icons                         */
/* ---------------------------------------------------- */
.ico { background: url("../images/btn/toggle-bt.png") no-repeat 0 0; }
.ico-30 { width: 30px; height: 30px; }
.ico .count { background-position: -281px -815px; width: 20px; height: 20px; position: absolute; font-size: 11px; text-align: center;
  color: #d74141; font-weight: bold; padding: 2px 4px 0 0; }

#menu { display: block; width: 24px; height: 25px; text-indent: -9999px; background-position: 0px 0; margin:13px 0 0 0}

.i-news { background-position: 0 0px; }
.i-messages { background-position: 0 -86px; }
.i-groups { background-position: 0 -177px; }
.i-photos { background-position: 0 -358px; }

.i-settings { background-position: 0 -544px; }
.i-logout { background-position: 0 -637px; }

.i-white-add { background-position: 0 -774px; width: 47px; height: 32px; }