body{
	background-color:  rgb(30, 30, 30);
	font-family:  Helvetica;
	font-size:  25px;
	color:  white;
}

a:visited { 
	color:  white; 
}

a:hover { 
	color:  #00a3e3; 
}

a { 
	text-decoration:  none; 
	color:  white; 
}

.blogLine {  }

#content {
	margin-left:  auto; 
	margin-right:  auto;
	margin-top:  250px;
	width:  465px;
}

span {
	font-size:  13px; 
}

#track {  
	font-size:  15px;
	position:  relative;
	left: 366px;
}

#blogCount {
	background:  url(/images/icons/comment.png) no-repeat;
	position:  relative;
	left:  40px;
	width:  35px;
	height:  30px;
	font-size:  18px;
	color:  black;
	text-align:center;
}

#project_slide_container{
	left:  366px;
	font-size:  15px;
}

.tool-tip {
    color: #fff;
    width: 139px;
    z-index: 13000;
}
 
.tool-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #9FD4FF;
    padding: 8px 8px 4px;
}
 
.tool-text {
    font-size: 11px;
    padding: 4px 8px 8px;
}
 
.custom-tip {
    color: #000;
    width: 130px;
    z-index: 13000;
}
 
.custom-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #3E4F14;
    padding: 8px 8px 4px;
    background: #C3DF7D;
    border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: #CFDFA7;
}