/* --- Colors --- */

body {
	background-image:url(bg.jpg);
	background-clip:border-box;
}
.box, .section {

}
.stripe ul li {
  background:#060706;
  opacity:0.9;

}
.stripe ul li .head, #panel {
  background:#000;

 
}
#screen, #panel, .currentTextHolder,.section a,.qtip-content, li .content a {
  color:#fff;
  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  

}
#detail,.currentTextHolder {
  color:#000;

}
#detail .msgtitle .title,#detail .text a {
  color:#666;

}
.stripe ul li .new {
  background:white;

}
.stripe ul li:hover .head {
  background:#eee;
  color:#000;
       -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.stripe ul li.facebook .content {
  background:#369;
  background:-moz-linear-gradient(top, #47a, #258);
  background:-webkit-gradient(linear, left top, left bottom, from(#47a), to(#258));
  color:#fff;
}
.stripe ul li.email .content {
  background:#900;
  background:-moz-linear-gradient(top, #a00, #800);
  background:-webkit-gradient(linear, left top, left bottom, from(#a00), to(#800));
  color:#fff;
}
.stripe ul li:hover .content,
.stripe ul li:hover .content a {
  background:#fff;
  color:#000;
  
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;

}

/* --- Fonts --- */

* {
	
font-family: Calibri, Arial, Helvetica, sans-serif;

}
#detail .msgtitle .title {
  font-size:2em;

  font-weight:bold;
             -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
#detail .text {
  font-size:1.45em;
             -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
#detail .text a {
  text-decoration:none;
             -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.currentTextHolder {
 	font-size:1.2em;
	           -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.section a,.qtip-content {
 	font-size:1.2em;
 	font-weight:bold;

}
.stripe ul li .text, .modal {
  font-size:1.42em;
  

}
.stripe ul li .title {



}